.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button {
	color: #fff
}

.wp-block-button.aligncenter {
	text-align: center
}

.wp-block-button.alignright {
	text-align: right
}

.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	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: inherit
}

.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.no-border-radius.wp-block-button__link {
	border-radius: 0 !important
}

.is-style-outline {
	color: #32373c
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid
}

.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 4px;
	border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #edeff0
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar tfoot a {
	color: #00739c
}

.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-columns {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.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) {
	.wp-block-column {
		flex-basis: calc(50% - 16px);
		flex-grow: 0
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 32px
	}
}

@media (min-width:782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 32px
	}
}

.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.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-cover,
.wp-block-cover-image {
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.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.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 305px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (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: calc(100% - 70px);
	z-index: 1;
	color: #f8f9f9
}

.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__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: 610px;
	padding: 14px;
	text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
	max-width: 360px;
	width: 100%
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.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: 13px;
	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 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.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:-webkit-sticky) or (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:-webkit-sticky) or (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: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.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.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:-webkit-sticky) or (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 .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/2)
}

.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.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((100% - 32px)/3);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 32px)/3 - 1px)
		}
	}

	.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((100% - 48px)/4);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 48px)/4 - 1px)
		}
	}

	.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((100% - 64px)/5);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 64px)/5 - 1px)
		}
	}

	.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((100% - 80px)/6);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 80px)/6 - 1px)
		}
	}

	.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((100% - 96px)/7);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 96px)/7 - 1px)
		}
	}

	.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((100% - 112px)/8);
		margin-right: 16px
	}

	@supports (-ms-ime-align:auto) {

		.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((100% - 112px)/8 - 1px)
		}
	}

	.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: 305px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-image {
	max-width: 100%;
	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,
.wp-block-image.is-resized {
	display: table;
	margin-left: 0;
	margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-image .alignright {
	float: right;
	margin-left: 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 {
	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: none
	}
}

.wp-block-latest-comments__comment {
	font-size: 15px;
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 36px;
	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: 52px
}

.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: 14px;
	line-height: 1.8;
	margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
	color: #8f98a1;
	display: block;
	font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px
}

.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.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - 16px)
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - 16px)
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 16px)
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 16px)
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 16px)
	}
}

.wp-block-latest-posts__post-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
	margin-top: 8px;
	margin-bottom: 16px
}

.wp-block-media-text {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr
}

.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 {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	word-break: break-word;
	padding: 0 8%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill figure {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill figure>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.has-media-on-the-right .wp-block-media-text__media,
	.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-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
}

.is-small-text {
	font-size: 14px
}

.is-regular-text {
	font-size: 16px
}

.is-large-text {
	font-size: 36px
}

.is-larger-text {
	font-size: 48px
}

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

.has-drop-cap:not(:focus):after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px
}

p.has-background {
	padding: 20px 30px
}

p.has-text-color a {
	color: inherit
}

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px
}

.wp-block-pullquote p {
	font-size: 28px;
	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: 32px
}

.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: 0 0 16px;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 24px;
	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: 18px;
	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 16px 16px 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 16px)
	}

	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 16px)
	}

	.wp-block-rss.columns-4 li {
		width: calc(25% - 16px)
	}

	.wp-block-rss.columns-5 li {
		width: calc(20% - 16px)
	}

	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 16px)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}

.wp-block-search {
	display: flex;
	flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1
}

.wp-block-search .wp-block-search__button {
	margin-left: 10px
}

.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: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-social-links {
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0
}

.wp-social-link {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 8px
}

.wp-social-link,
.wp-social-link a {
	display: block;
	transition: transform .1s ease
}

.wp-social-link a {
	padding: 6px;
	line-height: 0
}

.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: #1977f2;
	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: #0577b5;
	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: #21a1f3;
	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: #ff0100;
	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: #1977f2
}

.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: #0577b5
}

.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: #21a1f3
}

.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: #ff0100
}

.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 #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.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 16px;
	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%
}

pre.wp-block-verse {
	white-space: nowrap;
	overflow: auto
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

.wp-block-video video {
	max-width: 100%
}

@supports ((position:-webkit-sticky) or (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
}

: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-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-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-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

.has-small-font-size {
	font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 16px
}

.has-medium-font-size {
	font-size: 20px
}

.has-large-font-size {
	font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 42px
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " "
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible
}

div.wpcf7 div.ajax-error {
	display: none
}

div.wpcf7 .placeheld {
	color: #888
}

div.wpcf7 input[type="file"] {
	cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr
}

#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
	vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none
}

.cli-plugin-main-link {
	margin-left: 0;
	font-weight: 550;
	text-decoration: underline
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
	font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1
}

.large.cli-plugin-button,
.large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px
}

.super.cli-plugin-button,
.super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px
}

.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
	background-color: #e22092
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82
}

.green.cli-plugin-button,
.green.cli-plugin-button:visited {
	background-color: #91bd09
}

.green.cli-plugin-button:hover {
	background-color: #749a02
}

.red.cli-plugin-button,
.red.cli-plugin-button:visited {
	background-color: #e62727
}

.red.cli-plugin-button:hover {
	background-color: #cf2525
}

.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
	background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
	background-color: #d45500
}

.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
	background-color: #2981e4
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf
}

.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
	background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200
}

.cli-plugin-button {
	margin-top: 5px
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px
}

.cli-powered_by_p {
	width: 100% !important;
	display: block !important;
	color: #333;
	clear: both;
	font-style: italic !important;
	font-size: 12px !important;
	margin-top: 15px !important
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600 !important;
	font-size: 12px !important
}

.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px
}

.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.gdpr-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.gdpr-d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0
}

.modal-backdrop.show {
	opacity: .8
}

.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.gdpr-modal a {
	text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

@media (min-width:992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.gdpr-modal .row {
	margin: 0 -15px
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
	outline: 0
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.gdpr-switch input[type="checkbox"] {
	display: none
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.gdpr-switch input:checked+.gdpr-slider {
	background-color: rgb(99, 179, 95)
}

.gdpr-switch input:checked+.gdpr-slider:before {
	transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none
}

.gdpr-tab-content>.active {
	display: block
}

.gdpr-fade {
	transition: opacity .15s linear
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important
}

.nav.gdpr-nav-pills,
.gdpr-tab-content {
	width: 100%;
	padding: 30px
}

.nav.gdpr-nav-pills {
	background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block
}

.cli-modal.cli-show {
	display: block
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

@media (min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px
}

.cli-switch input[type="checkbox"] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px
}

.cli-switch input:checked+.cli-slider {
	background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(26px)
}

.cli-switch .cli-slider {
	border-radius: 34px
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-tab-content>.cli-active {
	display: block
}

.cli-fade {
	transition: opacity .15s linear
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 30px
}

@media (max-width:767px) {

	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #f3f3f3
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column
}

.cli-align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.cli-d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.cli-px-0 {
	padding-left: 0;
	padding-right: 0
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out
}

.cli-btn:hover {
	opacity: .8
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline
}

.cli-btn:focus {
	outline: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .8
}

.cli-modal-open {
	overflow: hidden
}

.cli-barmodal-open {
	overflow: hidden
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out 0.5s
}

.cli-modal-backdrop.cli-fade {
	opacity: 0
}

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0
}

.cli-modal a {
	text-decoration: none
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}

.cli-modal .row {
	margin: 0 -15px
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
	outline: 0
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px
}

.cli-switch input[type="checkbox"] {
	display: none
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px
}

.cli-switch input:checked+.cli-slider {
	background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
	transform: translateX(18px)
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0
}

.cli-switch .cli-slider:before {
	border-radius: 50%
}

.cli-tab-content {
	background: #fff
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column
}

.cli-nav-pills,
.cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box
}

@media (max-width:767px) {

	.cli-nav-pills,
	.cli-tab-content {
		padding: 30px 10px
	}
}

.cli-nav-pills {
	background: #fff
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
	background: transparent
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left
}

.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0
}

.cli-col-12 {
	width: 100%
}

.cli-tab-header {
	display: flex;
	justify-content: space-between
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px)
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: transparent;
	border: none;
	min-width: 40px
}

.cli-tab-container h4,
.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px
}

.cli-tab-container p,
.cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000
}

.wt-cli-privacy {
	display: none
}

.cli-tab-content {
	display: none
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px 20px
}

.cli-tab-section {
	margin-top: 5px
}

@media (min-width:992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
	content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height 0.15s ease-out;
	overflow: hidden
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline
}

.cli-modal-footer {
	position: relative
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
	transition: max-height 0.25s ease-in
}

.cli-privacy-content p {
	margin-bottom: 0
}

.cli-modal-close svg {
	fill: #000
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
	display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal 0.5s cubic-bezier(.165, .84, .44, 1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo 0.5s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1
	}

	99.9% {
		transform: scale(2);
		opacity: 0
	}

	100% {
		transform: scale(0)
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1
	}

	50% {
		transform: scale(.5);
		opacity: 0
	}

	100% {
		transform: scale(0);
		opacity: 0
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px
}

.cli_settings_button {
	cursor: pointer
}

.wt-cli-sr-only {
	display: none;
	font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px
}

.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap
}

.cli-style-v2 a {
	cursor: pointer
}

.cli-bar-btn_container a {
	white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: 400
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
	display: block
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
	width: 100%
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0;
	flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 14px 25px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 32px 30px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),
.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline
}

.wt-cli-necessary-checkbox {
	display: none !important
}

@media (max-width:985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%
	}

	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap
	}

	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0;
		margin-top: 10px
	}

	#cookie-law-info-bar[data-cli-style="cli-style-v2"],
	#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],
	#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
		padding: 25px 25px
	}
}

.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: 400
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap
	}
}

.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000
}

span.eeb-nodis {
	display: none !important
}

span.eeb-rtl {
	unicode-bidi: bidi-override !important;
	direction: rtl !important;
	display: inline !important
}

span.eeb-rtl span.eeb-sd,
span.eeb-nrtl span.eeb-sd {
	display: inline !important;
	padding-left: 0 !important
}

span.eeb-nrtl {
	word-break: break-all !important
}

.eeb-encoded {
	position: relative;
	margin-top: -.3em;
	z-index: 1000;
	color: green
}

@font-face {
	font-display: swap;
	font-family: 'bwg';
	src: url(../../../plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot@qy18kk);
	src: url('../../../plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot@qy18kk') format('embedded-opentype'), url(../../../plugins/photo-gallery/css/bwg-fonts/fonts/bwg.ttf@qy18kk) format('truetype'), url(../../../plugins/photo-gallery/css/bwg-fonts/fonts/bwg.woff@qy18kk) format('woff'), url('../../../plugins/photo-gallery/css/bwg-fonts/fonts/bwg.svg@qy18kk') format('svg');
	font-weight: 400;
	font-style: normal
}

[class^="bwg-icon-"],
[class*=" bwg-icon-"],
.bwg-icon {
	font-family: 'bwg' !important;
	speak: none;
	display: inline-block;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bwg-icon-angle-down:before {
	content: "\e900"
}

.bwg-icon-angle-down-sm:before {
	content: "\e901"
}

.bwg-icon-angle-left:before {
	content: "\e902"
}

.bwg-icon-angle-left-sm:before {
	content: "\e903"
}

.bwg-icon-angle-right:before {
	content: "\e904"
}

.bwg-icon-angle-right-sm:before {
	content: "\e905"
}

.bwg-icon-angle-up:before {
	content: "\e906"
}

.bwg-icon-angle-up-sm:before {
	content: "\e907"
}

.bwg-icon-arrow-down:before {
	content: "\e908"
}

.bwg-icon-arrow-left:before {
	content: "\e909"
}

.bwg-icon-arrow-right:before {
	content: "\e90a"
}

.bwg-icon-arrows-in:before {
	content: "\e90b"
}

.bwg-icon-arrows-out:before {
	content: "\e90c"
}

.bwg-icon-arrow-up:before {
	content: "\e90d"
}

.bwg-icon-bell:before {
	content: "\e90e"
}

.bwg-icon-bell-half-o:before {
	content: "\e90f"
}

.bwg-icon-bell-o:before {
	content: "\e910"
}

.bwg-icon-caret-down:before {
	content: "\e911"
}

.bwg-icon-caret-up:before {
	content: "\e912"
}

.bwg-icon-chevron-down-sm:before {
	content: "\e913"
}

.bwg-icon-chevron-left:before {
	content: "\e914"
}

.bwg-icon-chevron-left-sm:before {
	content: "\e915"
}

.bwg-icon-chevron-right:before {
	content: "\e916"
}

.bwg-icon-chevron-right-sm:before {
	content: "\e917"
}

.bwg-icon-chevron-up-sm:before {
	content: "\e918"
}

.bwg-icon-circle:before {
	content: "\e919"
}

.bwg-icon-circle-half:before {
	content: "\e91a"
}

.bwg-icon-circle-o:before {
	content: "\e91b"
}

.bwg-icon-comment-square:before {
	content: "\e91c"
}

.bwg-icon-compress:before {
	content: "\e91d"
}

.bwg-icon-double-left:before {
	content: "\e91e"
}

.bwg-icon-double-right:before {
	content: "\e91f"
}

.bwg-icon-download:before {
	content: "\e920"
}

.bwg-icon-expand:before {
	content: "\e921"
}

.bwg-icon-facebook-square:before {
	content: "\e922"
}

.bwg-icon-flag:before {
	content: "\e923"
}

.bwg-icon-flag-haif-o:before {
	content: "\e924"
}

.bwg-icon-flag-o:before {
	content: "\e925"
}

.bwg-icon-google-plus-square:before {
	content: "\e926"
}

.bwg-icon-heart:before {
	content: "\e927"
}

.bwg-icon-heart-half-o:before {
	content: "\e928"
}

.bwg-icon-heart-o:before {
	content: "\e929"
}

.bwg-icon-info-circle:before {
	content: "\e92a"
}

.bwg-icon-minus-square:before {
	content: "\e92b"
}

.bwg-icon-minus-square-o:before {
	content: "\e92c"
}

.bwg-icon-pause:before {
	content: "\e92d"
}

.bwg-icon-pinterest-square:before {
	content: "\e92e"
}

.bwg-icon-play:before {
	content: "\e92f"
}

.bwg-icon-refresh:before {
	content: "\e930"
}

.bwg-icon-search:before {
	content: "\e931"
}

.bwg-icon-shopping-cart:before {
	content: "\e932"
}

.bwg-icon-sign-out:before {
	content: "\e933"
}

.bwg-icon-square:before {
	content: "\e934"
}

.bwg-icon-square-half:before {
	content: "\e935"
}

.bwg-icon-square-o:before {
	content: "\e936"
}

.bwg-icon-star:before {
	content: "\e937"
}

.bwg-icon-star-half-o:before {
	content: "\e938"
}

.bwg-icon-star-o:before {
	content: "\e939"
}

.bwg-icon-times:before {
	content: "\e93a"
}

.bwg-icon-times-sm:before {
	content: "\e93b"
}

.bwg-icon-tumblr-square:before {
	content: "\e93c"
}

.bwg-icon-twitter-square:before {
	content: "\e93d"
}

.SumoSelect p {
	margin: 0
}

.SumoSelect {
	width: 200px
}

.SelectBox {
	padding: 5px 8px
}

.sumoStopScroll {
	overflow: hidden
}

.SumoSelect .hidden {
	display: none
}

.SumoSelect .search-txt {
	display: none;
	outline: 0
}

.SumoSelect .no-match {
	display: none;
	padding: 6px
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 4px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px
}

.SelectClass,
.SumoUnder,
.bwg_thumbnail .SelectClass,
.bwg_thumbnail .SumoUnder {
	position: absolute;
	height: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-opacity: 0;
	top: 0;
	left: 0;
	right: 0
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
	visibility: hidden
}

.bwg_thumbnail .SelectClass,
.bwg_thumbnail .SumoUnder {
	width: 100%;
	box-sizing: border-box;
	-moz-opacity: 0;
	opacity: 0
}

.SelectClass,
.SumoUnder {
	display: inline-block;
	width: 102%;
	box-sizing: border-box;
	-moz-opacity: 0;
	opacity: 0
}

.SelectClass {
	z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0
}

.SumoSelect>.CaptionCont {
	position: relative;
	border: 1px solid #A4A4A4;
	min-height: 14px;
	background-color: #fff;
	border-radius: 2px;
	margin: 0
}

.SumoSelect>.CaptionCont>span {
	display: block;
	padding-right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #000
}

.SumoSelect>.CaptionCont>label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px
}

.bwg_thumbnail .SumoSelect>.CaptionCont>label>i {
	background-image: none;
	bottom: 0;
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: .8
}

.SumoSelect>.optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	border-radius: 15px;
	overflow: hidden
}

.SumoSelect.open>.optWrapper {
	top: 35px;
	display: block
}

.SumoSelect.open>.optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.SumoSelect>.optWrapper>.options {
	border-radius: 2px;
	position: relative;
	max-height: 250px
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
	opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
	padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
	padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 6px;
	position: relative
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
	border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none
}

.bwg_thumbnail .SumoSelect>.optWrapper>.options li.opt>label:hover {
	color: #323A45;
	opacity: .7
}

.SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: #E4E4E4
}

.SumoSelect>.optWrapper>.options li.opt.sel {
	background-color: #a1c0e4;
	border-bottom: 1px solid #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
	display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
	cursor: default;
	padding: 8px 6px;
	font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
	background-color: inherit;
	pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
	padding-left: 35px;
	cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px
}

.bwg_thumbnail .SumoSelect>.optWrapper.isFloating>.options li.opt {
	padding: 0
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
	padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
	padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
	background-color: #11a911;
	box-shadow: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACzSURBVChTY/wPBAwkACYS1IKVEqWhfflFBsvczWANjISc1L/mEkP5wjsMv3/+ZVhTZcDAANKAC/StvvSf1WctGIPYYMNBhEXOpv9tyy6g6OtbfRFJ8UW4HMOa/bf+M7iugpoCkcClGCQH9kP/mstAd95mYGdlYvAyEmDYdu4Dw8/f/xg641UZCkN0UQMSZhfMVKnozSi2ofsPxdMgTQx2y8BOwgUwQunYpSf4Ag7iB1JiGwAouCBFqHEGogAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: center center
}

.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
	border-color: #ccc;
	box-shadow: none
}

.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
	cursor: pointer
}

.SumoSelect .select-all.partial>span i {
	background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
	padding-left: 5px;
	text-decoration: underline
}

.mCSB_container {
	width: auto;
	margin-right: 15px;
	overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
	margin-right: 0
}

.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right: 15px
}

.mCustomScrollBox>.mCSB_scrollTools {
	width: 16px;
	height: 100%;
	top: 0;
	right: 0;
	opacity: .75
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px
}

.mCSB_horizontal>.mCSB_container {
	height: auto;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-bottom: 0
}

.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
	width: 100%;
	height: 16px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 100%
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	display: block;
	position: relative;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	float: left
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	margin-left: -40px;
	float: right
}

.mCustomScrollBox {
	-ms-touch-action: none
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .4)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255, 255, 255, .75)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85)
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9)
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-repeat: no-repeat;
	opacity: .4
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .15)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
	background: rgba(0, 0, 0, .75)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #000;
	background: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
	background: rgba(255, 255, 255, .1)
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .15)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background: #000;
	background: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

div[id^=bwg_container] p {
	padding: 0 !important;
	margin: 0 !important
}

div[id^=bwg_container] img {
	box-shadow: none !important
}

div[id^=bwg_container] * {
	margin: 0
}

div[id^=bwg_container] .SumoSelect.open>.CaptionCont,
div[id^=bwg_container] .SumoSelect:focus>.CaptionCont,
div[id^=bwg_container] .SumoSelect:hover>.CaptionCont,
div[id^=bwg_container] .SumoSelect>.CaptionCont {
	border: none;
	box-shadow: none
}

#bwg_tag_wrap {
	background-color: #fff;
	width: 100%;
	font-family: inherit;
	margin: 0 -5px 20px 0;
	z-index: 200;
	position: relative
}

.bwg_search_loupe_container,
.bwg_search_reset_container {
	font-size: 18px;
	color: #ccc;
	cursor: pointer;
	position: relative
}

#bwg_tag_container p {
	text-align: center
}

#bwg_tag_container {
	border: 1px solid #ccc;
	box-shadow: 0 0 3px 1px #ccc;
	border-radius: 4px;
	width: 256px;
	float: right
}

#spider_popup_wrap a {
	border: none;
	box-shadow: none
}

div[id^=bwg_container].bwg_container .bwg-a {
	border: none;
	box-shadow: none !important;
	outline: 0;
	font-size: 0;
	cursor: pointer;
	text-decoration: none
}

div[id^=bwg_container] div[id^=bwg_container] .bwg_img_clear {
	max-height: none !important;
	max-width: none !important;
	padding: 0 !important
}

.tag_cloud_link {
	font-size: inherit !important
}

@media print {

	#spider_popup_left,
	#spider_popup_right,
	.bwg_image_info,
	[class^=bwg_slideshow_title_text_],
	[id^=bwg_slideshow_play_pause_],
	[id^=spider_slideshow_left_],
	[id^=spider_slideshow_right_] {
		background: 0 0
	}
}

.bwg_spider_popup_loading,
.footer-list-block .bwp_gallery .bwg_spider_popup_loading,
.footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading {
	background-image: url(../../../plugins/photo-gallery/images/ajax_loader.png);
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px 30px;
	border: none !important;
	display: none;
	height: 30px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	width: 30px;
	z-index: 10102
}

.bwg_filmstrip_thumbnail_img {
	max-width: none !important
}

.dashicons-arrow-down-alt2:before {
	content: "\f347";
	height: 100%;
	display: inline-block
}

.footer-list-block .bwp_gallery .spider_popup_overlay,
.footer-list-block .bwp_gallery_tags .spider_popup_overlay,
.spider_popup_overlay {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10100
}

.bwp_gallery_tags div[id^=bwg_container] li {
	border: none
}

.spider_popup_close,
.spider_popup_close_fullscreen {
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	cursor: pointer;
	display: table;
	line-height: 0;
	position: absolute;
	z-index: 11100
}

#spider_popup_left {
	left: 0
}

#spider_popup_right {
	right: 0
}

#spider_popup_left:hover,
#spider_popup_right:hover {
	visibility: visible
}

#spider_popup_left:hover span {
	left: 20px
}

#spider_popup_right:hover span {
	left: auto;
	right: 20px
}

#spider_popup_left,
#spider_popup_right {
	background: transparent url(../../../plugins/photo-gallery/images/blank.gif) repeat scroll 0 0;
	bottom: 35%;
	cursor: pointer;
	display: inline;
	height: 30%;
	outline: medium none;
	position: absolute;
	width: 35%;
	z-index: 10130
}

#bwg_image_container #spider_popup_left,
#bwg_image_container #spider_popup_right {
	width: 25%
}

#spider_popup_left-ico,
#spider_popup_right-ico {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: table;
	line-height: 0;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	z-index: 10135
}

.bwg_captcha_refresh {
	background-image: url(../../../plugins/photo-gallery/images/captcha_refresh.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-width: 0;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.bwg_captcha_input {
	vertical-align: middle;
	width: 75px !important
}

.bwg_captcha_img {
	cursor: pointer;
	margin: 0 5px 0 5px;
	vertical-align: middle
}

.bwg_comment_error {
	color: red;
	display: block
}

.bwg_comment_waiting_message {
	display: none
}

.bwg_image_hit_container1,
.bwg_image_info_container1,
.bwg_image_rate_container1 {
	height: 100%;
	margin: 0 auto;
	position: absolute;
	width: 100%
}

.bwg_image_rate_container1 {
	display: none
}

.bwg_image_hit_container2,
.bwg_image_info_container2,
.bwg_image_rate_container2 {
	display: table;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	width: 100%
}

.bwg_image_hit_spun,
.bwg_image_info_spun,
.bwg_image_rate_spun {
	display: table-cell;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	position: relative
}

.bwg_image_hit,
.bwg_image_info,
.bwg_image_rate {
	display: inline-block;
	position: relative;
	text-decoration: none;
	word-wrap: break-word;
	z-index: 11
}

.bwg_image_rate {
	z-index: 999 !important
}

@media screen and (max-width:465px) {
	.bwg_ctrl_btn_container {
		height: auto !important
	}
}

.bwg_search_container_1 {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0 5px 20px 0;
	background-color: rgba(0, 0, 0, 0)
}

.bwg_search_container_2 {
	display: inline-block;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 3px 1px #ccc;
	background-color: #fff;
	border: 1px solid #ccc;
	max-width: 100%
}

div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container {
	display: block;
	margin-right: 45px
}

div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_loupe_container {
	display: inline-block;
	margin-right: 1px;
	vertical-align: middle;
	float: right
}

div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_reset_container {
	margin-right: 5px;
	vertical-align: middle;
	float: right
}

.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_reset,
.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search {
	display: block;
	font-size: 10px;
	color: #323a45;
	cursor: pointer;
	line-height: inherit !important
}

.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search {
	font-size: 12px
}

div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,
div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus {
	color: #070707;
	outline: 0;
	border: none;
	box-shadow: none;
	background: 0 0;
	padding: 3px 5px;
	font-family: inherit;
	width: 100%
}

.bwg_order_cont .SumoSelect {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px 1px #ccc;
	border-radius: 4px;
	height: initial;
	max-width: 100%;
	padding: 0 10px
}

.SumoSelect>.optWrapper>.options li.opt {
	border: none;
	text-align: left
}

.bwg_order_cont .SumoSelect .CaptionCont {
	text-align: left
}

.bwg_order_cont {
	background-color: rgba(0, 0, 0, 0);
	display: block;
	text-align: right;
	width: 100%;
	margin: 0 5px 20px 0
}

#bwg_tag_container .SumoSelect,
.bwg_order_cont .SumoSelect {
	display: inline-table
}

#bwg_tag_container .SumoSelect ul.options,
.bwg_order_cont .SumoSelect ul.options {
	margin: 0;
	padding: 0 !important
}

#bwg_tag_container .SumoSelect li,
.bwg_order_cont .SumoSelect li {
	list-style: none
}

#bwg_tag_container .SumoSelect.open .search-txt {
	padding: 0 8px;
	height: 100%
}

#bwg_tag_container .SumoSelect>.optWrapper>.options li label {
	margin: 0
}

.bwg_order_label {
	border: none;
	box-shadow: none;
	color: #bbb;
	font-family: inherit;
	font-weight: 700;
	outline: 0
}

.bwg_order {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px 1px #ccc;
	border-radius: 4px;
	height: initial;
	max-width: 100%;
	text-align: left
}

.wd_error {
	color: #ccc;
	font-size: initial
}

div[id^=bwg_container] .bwg_download_gallery {
	text-align: right;
	margin-top: 10px
}

div[id^=bwg_container] .bwg_download_gallery a {
	color: #4a4a4a;
	font-size: 25px;
	text-decoration: none
}

div[id^=bwg_container] .bwg_download_gallery a:hover {
	color: #7d7d7d
}

div[id^=bwg_container] .bwg-border-box * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bwg-flex {
	display: flex
}

.bwg-width-100 {
	width: 100%;
	max-width: 100%
}

.bwg-flex-column {
	flex-direction: column
}

.bwg-flex-row {
	flex-direction: row;
	flex-wrap: wrap
}

.bwg-container {
	font-size: 0;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.bwg-item {
	display: flex;
	flex-direction: column;
	cursor: pointer
}

.bwg-item0 {
	overflow: hidden;
	z-index: 100
}

.bwg-item0:hover {
	background: 0 0 !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	opacity: 1;
	z-index: 102;
	position: relative
}

.bwg-item1 {
	overflow: hidden;
	width: 100%;
	position: relative
}

.bwg-item2 {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.bwg-item2 {
	position: absolute
}

.bwg-ecommerce1,
.bwg-title1 {
	opacity: 1;
	text-align: center;
	width: 100%
}

.bwg-ecommerce1 {
	text-align: right
}

.bwg-title2 {
	width: 100%;
	word-wrap: break-word
}

.bwg-item0:hover .bwg-ecommerce1,
.bwg-item0:hover .bwg-title1 {
	left: 0 !important;
	opacity: 1 !important
}

.bwg-play-icon1 {
	display: flex;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center
}

.bwg_loading_div_1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 115;
	text-align: center;
	vertical-align: middle;
	top: 0
}

.bwg_load_more_ajax_loading {
	width: 100%;
	z-index: 115;
	text-align: center;
	vertical-align: middle;
	position: relative;
	height: 30px
}

.bwg_loading_div_2 {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .95
}

.bwg_loading_div_3 {
	display: table-cell;
	text-align: center;
	position: relative;
	vertical-align: middle
}

.bwg_spider_ajax_loading {
	border: none !important;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: middle;
	background-image: url(../../../plugins/photo-gallery/images/ajax_loader.png);
	float: none;
	width: 30px;
	height: 30px;
	background-size: 30px 30px
}

.bwg-hidden {
	visibility: hidden
}

.bwg_container {
	position: relative;
	margin: 20px 0
}

.bwg_inst_play_btn_cont,
.bwg_inst_play_btn_cont .bwg_inst_play {
	display: block
}

.hidden {
	display: none
}

.bwg-loading {
	width: 100%;
	height: 100%;
	opacity: .95;
	position: absolute;
	background-color: #fff;
	background-image: url(../../../plugins/photo-gallery/images/ajax_loader.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
	z-index: 100100;
	top: 0;
	left: 0
}

#bwg_download {
	display: inline-block
}

#bwg_download.hidden {
	display: none
}

.bwg_thumbnail.bwg_container .search_line {
	min-height: 50px;
	-webkit-box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .16);
	box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .16);
	margin-bottom: 10px;
	display: inline-block;
	width: 100%
}

.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap,
.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,
.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 {
	float: left;
	display: table-cell;
	text-align: left;
	vertical-align: middle
}

.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap #bwg_tag_container,
.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select {
	border: .5px solid rgba(0, 0, 0, .15);
	box-shadow: none;
	border-radius: 15px
}

.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,
.bwg_thumbnail.bwg_container .search_line .search_tags_container {
	width: 25%;
	min-width: 120px;
	max-width: 180px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: .5px solid rgba(0, 0, 0, .15);
	box-shadow: none;
	border-radius: 15px;
	float: left;
	height: 30px;
	padding: 0;
	cursor: pointer;
	background: #fff
}

.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select,
.bwg_thumbnail.bwg_container .search_line .placeholder,
.bwg_thumbnail.bwg_container .search_line .search-txt,
.bwg_thumbnail.bwg_container .search_line .select-all,
.bwg_thumbnail.bwg_container .search_line.SumoSelect .opt label {
	color: #323a45;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Ubuntu;
	margin: 0;
	border: none
}

.bwg_thumbnail.bwg_container .search_line .select-all label {
	margin-bottom: 0;
	line-height: 13px
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect ul.options:not(:empty) {
	padding: 15px 0 0 10px !important
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect {
	padding: 0 10px;
	width: initial;
	height: inherit;
	cursor: pointer;
	display: block;
	border: none;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	background-color: transparent;
	line-height: inherit;
	vertical-align: bottom
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_input_container {
	height: 30px;
	text-align: center;
	font-size: 12px;
	font-family: Ubuntu;
	border-radius: 15px;
	text-align: left;
	width: calc(100%);
	margin: 0;
	overflow: hidden
}

.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,
.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus {
	height: 30px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	font-family: Ubuntu;
	border-radius: 15px;
	text-align: left;
	width: calc(100% - 64px);
	display: inline-table
}

.bwg_thumbnail.bwg_container .search_line .CaptionCont span {
	display: block !important;
	vertical-align: middle;
	color: #323a45 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Ubuntu;
	cursor: pointer;
	line-height: 29px;
	max-width: calc(100% - 20px)
}

.bwg_thumbnail .search_tags {
	cursor: pointer
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all>span,
.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt span {
	margin-left: -35px
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt {
	padding-left: 25px
}

.bwg_thumbnail .bwg_search_input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Ubuntu
}

.bwg_thumbnail .bwg_search_input::-moz-placeholder {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	font-family: Ubuntu;
	line-height: 30px
}

.bwg_thumbnail .bwg_search_input:-ms-input-placeholder {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	font-family: Ubuntu
}

.bwg_thumbnail .bwg_search_input:-moz-placeholder {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	font-family: Ubuntu
}

.bwg_thumbnail .search-txt::-webkit-input-placeholder {
	text-align: left;
	color: #323a45;
	opacity: .5;
	font-size: 12px !important
}

.bwg_thumbnail .search-txt::-moz-placeholder {
	text-align: left;
	color: #323a45;
	opacity: .5;
	font-size: 12px !important
}

.bwg_thumbnail .search-txt::-ms-input-placeholder {
	text-align: left;
	color: #323a45;
	opacity: .5;
	font-size: 12px
}

.bwg_thumbnail .search-txt:-ms-input-placeholder {
	text-align: left;
	color: #323a45;
	opacity: .5;
	font-size: 12px
}

.bwg_thumbnail .search-txt:-moz-placeholder {
	text-align: left;
	color: #323a45;
	opacity: .5;
	font-size: 12px
}

.bwg_thumbnail .bwg_search_input_container .search_placeholder_title {
	width: calc(100% - 20px);
	height: 29px;
	text-align: center;
	display: inline-block;
	background: #fff;
	position: absolute;
	top: .5px;
	left: 10px;
	white-space: nowrap;
	border-radius: 15px;
	color: #4e4e4e;
	text-transform: uppercase;
	overflow: hidden
}

.bwg_thumbnail .bwg_search_input_container .search_placeholder_title span {
	line-height: 28px
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container {
	line-height: 29px;
	display: inline-block;
	top: 0;
	margin-right: 10px;
	vertical-align: middle;
	float: none;
	padding-top: 0;
	font-size: 12px;
	font-family: Ubuntug
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container1 {
	margin-left: 0;
	float: left;
	top: 0;
	line-height: 30px;
	width: auto;
	height: 30px;
	margin-left: 10px
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_reset_container {
	right: 0;
	top: 0;
	line-height: 30px;
	width: 11px;
	height: 30px;
	margin-right: 10px
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 {
	float: right;
	width: 30%;
	min-width: 120px
}

.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 .bwg_search_container_2 {
	width: 100% !important;
	float: right
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all {
	padding: 0 0 3px 35px !important;
	height: 13px;
	line-height: 13px;
	margin-bottom: 15px !important
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt {
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
	color: #323a45;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Ubuntu;
	line-height: 12px
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel,
.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	font-family: Ubuntu;
	font-size: 12px;
	line-height: 12px
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background: 0 0
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt label {
	color: #323a45;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Ubuntu;
	font-weight: 400;
	margin-bottom: 0
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont {
	height: inherit;
	border: transparent;
	background: inherit;
	width: 100%;
	cursor: pointer;
	max-height: calc(100% - 2px)
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label {
	margin: 0;
	line-height: 100%;
	cursor: pointer;
	width: 20px
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i {
	line-height: 100%;
	height: 100%
}

.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.closed:before,
.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.opened:before {
	color: #323a45;
	font-size: 10px;
	line-height: 30px
}

.bwg_thumbnail.bwg_container .search_line .bwg_reset {
	position: absolute
}

.bwg_thumbnail.bwg_container .search_line .no-match {
	font-family: Ubuntu;
	font-size: 12px;
	color: #323a45;
	padding: 5px 25px !important;
	text-align: center
}

.bwg_thumbnail.bwg_container .search_line .search-txt {
	border: transparent;
	background: 0 0;
	padding: 4px 0 !important;
	height: 100%
}

.bwg_thumbnail.bwg_container .search_line .search-txt:focus {
	box-shadow: none
}

.bwg_thumbnail.bwg_container .search_line .bwg_order.SumoUnder {
	display: none
}

.bwg_slideshow_image_container {
	position: absolute
}

.bwg_slideshow_image_container>div>div {
	display: table;
	margin: 0 auto
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_] img[id^=bwg_slideshow_image_] {
	display: inline-block
}

.bwg_thumbnail #bwg_tag_container p {
	text-align: left
}

.bwg_thumbnail .bwg_search_container_2 {
	display: inline-block;
	position: relative;
	border-radius: 4px;
	background-color: #fff;
	max-width: 100%;
	box-shadow: none;
	border: .5px solid rgba(0, 0, 0, .15);
	border-radius: 15px
}

.bwg_thumbnail .bwg_order_cont {
	background-color: rgba(0, 0, 0, 0);
	display: block;
	text-align: right;
	width: 100%;
	margin: 0 5px 20px 5px
}

.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container {
	display: block;
	text-align: center
}

.bwg_thumbnail .SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: transparent
}

.bwg-zoom-effect .bwg-zoom-effect-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out
}

.bwg-zoom-effect:hover .bwg-zoom-effect-overlay {
	opacity: 1
}

.bwg-zoom-effect img {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bwg-zoom-effect .bwg-title1 {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.bwg_container div[id^=bwg_container2_] img {
	height: initial
}

.bwg-masonry-vertical {
	flex-direction: column
}

.bwg-masonry-horizontal {
	flex-direction: row
}

.bwg-masonry-horizontal-parent {
	overflow-x: scroll;
	overflow-y: hidden
}

.bwg-masonry-horizontal-container {
	width: fit-content
}

.bwg-item.bwg-empty-item {
	border: 0 !important;
	padding: 0 !important
}

.bwg-background {
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	width: 100%
}

.bwg-background .wd_error {
	color: #323a45;
	font-weight: 700
}

div[id^=bwg_container] .bwg-carousel {
	margin: 0 auto
}

.bwg_carousel_preload {
	background-image: url(../../../plugins/photo-gallery/images/ajax_loader.png);
	background-size: 50px !important;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center
}

.bwg_container.bwg_carousel * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bwg_container.bwg_carousel [id^=bwg_container2_] * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_] {
	position: relative;
	z-index: 15
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_image_container_] {
	display: inline-block;
	position: absolute;
	text-align: center;
	vertical-align: middle
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_] {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	vertical-align: middle
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_] div {
	display: table;
	margin: 0 auto
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_spun_] {
	display: table-cell;
	overflow: hidden;
	position: relative
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_image_] {
	padding: 0 !important;
	display: inline-block;
	float: none !important;
	margin: 4px !important;
	position: relative;
	z-index: 15
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_],
.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_]:hover {
	text-decoration: none;
	margin: 4px;
	display: block;
	position: relative;
	z-index: 17
}

.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel-cont-child {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel-image {
	border: 0;
	position: absolute;
	display: block;
	max-width: none;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle
}

.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel {
	position: relative;
	max-width: 100%;
	width: 100%
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature] {
	position: absolute;
	display: block;
	overflow: hidden;
	cursor: pointer
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature] [class^=bwg_carousel-caption] [class^=bwg_carousel_title_text_] {
	text-decoration: none;
	position: absolute;
	z-index: 15;
	display: inline-block;
	width: 75%;
	top: 0;
	text-align: center;
	word-wrap: break-word;
	word-break: break-word
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left],
.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right] {
	bottom: 38%;
	cursor: pointer;
	display: inline;
	height: 30%;
	outline: medium none;
	position: absolute;
	width: 0%;
	z-index: 13;
	visibility: visible
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right] {
	right: 0;
	left: auto;
	z-index: 999
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left] {
	left: 20px;
	z-index: 999
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_video_hide] {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 22
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_] span,
.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_] span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 13
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_],
.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_] {
	z-index: 13;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	display: inline-table;
	line-height: 0;
	margin-top: -15px;
	position: absolute;
	top: 55%
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_]:hover,
.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_]:hover {
	cursor: pointer
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_] {
	bottom: 0;
	cursor: pointer;
	display: inline-table;
	outline: medium none;
	position: absolute;
	height: inherit;
	width: 30%;
	left: 35%;
	z-index: 13
}

.bwg_container.bwg_carousel .bwg_carousel_play_pause:hover .bwg_carousel_play_pause-ico {
	display: inline-block !important
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_]:hover span {
	position: relative;
	z-index: 13
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_] span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico {
	display: none !important;
	cursor: pointer;
	position: relative;
	z-index: 13
}

.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico:hover {
	display: inline-block;
	position: relative;
	z-index: 13
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_] {
	padding: 0 !important;
	float: none !important;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	display: table;
	background-color: #000;
	text-align: center
}

.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_video_] {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: middle;
	position: relative;
	display: table-cell;
	background-color: #000;
	text-align: center
}

.bwg_thumbnail.bwg_container {
	padding: 0 1px
}

.bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive {
	display: inline-block
}

body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_order_cont,
body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_search_container_1,
body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .search_tags_container {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	max-width: 100%
}

.search_line .SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 26px
}

.bwg_container.bwg_blog_style .fluid-width-video-wrapper,
.bwg_container.bwg_carousel .fluid-width-video-wrapper,
.bwg_container.bwg_image_browser .fluid-width-video-wrapper {
	width: 100%;
	position: unset !important;
	padding: 0 !important
}

.bwg_inst_play_btn_cont {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 0
}

.bwg_inst_play {
	position: absolute;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image .2s ease-out;
	-ms-transition: background-image .2s ease-out;
	-moz-transition: background-image .2s ease-out;
	-webkit-transition: background-image .2s ease-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.bwg_inst_play:hover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.spider_popup_wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.spider_popup_wrap {
	display: inline-block;
	left: 50%;
	outline: medium none;
	position: fixed;
	text-align: center;
	top: 50%;
	z-index: 100000
}

.bwg_popup_image {
	vertical-align: middle;
	display: inline-block
}

.bwg_popup_embed {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: table
}

.bwg_btn_container {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0
}

.bwg_toggle_btn {
	margin: 0;
	padding: 0
}

.bwg_ctrl_btn_container {
	position: absolute;
	width: 100%;
	z-index: 10150
}

.bwg_toggle_container {
	cursor: pointer;
	left: 50%;
	line-height: 0;
	position: absolute;
	text-align: center;
	z-index: 10150
}

#spider_popup_left-ico span,
#spider_popup_right-ico span,
.spider_popup_close span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.bwg_image_wrap {
	height: inherit;
	display: table;
	position: absolute;
	text-align: center;
	width: inherit
}

.bwg_image_wrap * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bwg_comment_wrap,
.bwg_ecommerce_wrap {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.bwg_comment_container,
.bwg_ecommerce_container {
	-moz-box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10103
}

#bwg_ecommerce {
	padding: 10px
}

.bwg_ecommerce_body {
	background: 0 0 !important;
	border: none !important
}

.pge_tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: 0 0 !important
}

.pge_tabs li a,
.pge_tabs li a:hover,
.pge_tabs li.pge_active a {
	text-decoration: none;
	display: block;
	width: 100%;
	outline: 0 !important;
	padding: 8px 5px !important;
	font-weight: 700;
	font-size: 13px
}

.pge_add_to_cart a {
	padding: 5px 10px;
	text-decoration: none !important;
	display: block
}

.pge_add_to_cart {
	margin: 5px 0 15px
}

.pge_add_to_cart_title {
	font-size: 17px;
	padding: 5px
}

.pge_add_to_cart div:first-child {
	float: left
}

.pge_add_to_cart div:last-child {
	float: right;
	margin-top: 4px
}

.pge_add_to_cart:after,
.pge_tabs:after {
	clear: both;
	content: "";
	display: table
}

#downloads table tr td,
#downloads table tr th {
	padding: 6px 10px !important;
	text-transform: none !important
}

.bwg_comments input[type=submit],
.bwg_ecommerce_panel input[type=button] {
	cursor: pointer;
	font-size: 15px;
	width: 100%;
	margin-bottom: 5px
}

.bwg_comments,
.bwg_ecommerce_panel {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10101
}

.bwg_comments {
	height: 100%
}

.bwg_comment_body_p,
.bwg_comments p {
	margin: 5px !important;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all
}

.bwg_ecommerce_panel p {
	padding: 5px !important;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	margin: 0 !important
}

.bwg_comments .bwg-submit-disabled {
	opacity: .5
}

.bwg_comments textarea {
	height: 120px;
	resize: vertical
}

.bwg_comment_delete_btn {
	color: #7a7a7a;
	cursor: pointer;
	float: right;
	font-size: 14px;
	margin: 2px
}

.bwg_comments_close,
.bwg_ecommerce_close {
	cursor: pointer;
	line-height: 0;
	position: relative;
	font-size: 13px;
	margin: 5px;
	z-index: 10150
}

.bwg_ecommerce_panel a:hover {
	text-decoration: underline
}

.bwg_comment_textarea::-webkit-scrollbar {
	width: 4px
}

.bwg_comment_textarea::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .55);
	border-radius: 2px
}

.bwg_comment_textarea::-webkit-scrollbar-thumb:hover {
	background-color: #d9d9d9
}

.bwg_ctrl_btn_container a,
.bwg_ctrl_btn_container a:hover {
	text-decoration: none
}

.bwg_facebook:hover {
	color: #3b5998
}

.bwg_twitter:hover {
	color: #4099fb
}

.bwg_pinterest:hover {
	color: #cb2027
}

.bwg_tumblr:hover {
	color: #2f5070
}

.bwg_image_container {
	display: table;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%
}

.bwg_filmstrip_container {
	position: absolute;
	z-index: 10150
}

.bwg_filmstrip {
	overflow: hidden;
	position: absolute;
	z-index: 10106
}

.bwg_filmstrip_thumbnails {
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.bwg_filmstrip_thumbnail {
	position: relative;
	background: 0 0;
	float: left;
	cursor: pointer;
	overflow: hidden
}

.bwg_filmstrip_thumbnail .bwg_filmstrip_thumbnail_img_wrap {
	overflow: hidden
}

.bwg_thumb_active {
	opacity: 1
}

.bwg_filmstrip_thumbnail_img {
	display: block;
	opacity: 1
}

.bwg_filmstrip_left {
	cursor: pointer;
	vertical-align: middle;
	z-index: 10106;
	line-height: 0
}

.bwg_filmstrip_right {
	cursor: pointer;
	vertical-align: middle;
	z-index: 10106;
	line-height: 0
}

.bwg_none_selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bwg_watermark_container {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	vertical-align: middle
}

.bwg_watermark_container>div {
	display: table;
	margin: 0 auto
}

.bwg_watermark_spun {
	display: table-cell;
	overflow: hidden;
	position: relative
}

.bwg_watermark_image {
	margin: 4px;
	position: relative;
	z-index: 10141
}

.bwg_watermark_text,
.bwg_watermark_text:hover {
	text-decoration: none;
	margin: 4px;
	position: relative;
	z-index: 10141
}

.bwg_slide_container {
	display: table-cell;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.bwg_slide_bg {
	margin: 0 auto;
	width: inherit;
	height: inherit
}

.bwg_slider {
	height: inherit;
	width: inherit
}

.bwg_popup_image_spun {
	height: inherit;
	display: table-cell;
	opacity: 1;
	position: absolute;
	vertical-align: middle;
	width: inherit;
	z-index: 2
}

.bwg_popup_image_second_spun {
	width: inherit;
	height: inherit;
	display: table-cell;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	z-index: 1
}

.bwg_grid {
	display: none;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%
}

.bwg_gridlet {
	opacity: 1;
	position: absolute
}

.bwg_image_info::-webkit-scrollbar {
	width: 4px
}

.bwg_image_info::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .55);
	border-radius: 2px
}

.bwg_image_info::-webkit-scrollbar-thumb:hover {
	background-color: #d9d9d9
}

#bwg_rate_form .bwg_hint {
	margin: 0 5px;
	display: none
}

.bwg_star {
	display: inline-block;
	width: unset !important
}

.bwg_image_count_container {
	left: 0;
	line-height: 1;
	position: absolute;
	vertical-align: middle
}

#bwg_comment_form label {
	display: block;
	font-weight: 700;
	margin-top: 17px;
	text-transform: uppercase
}

#bwg_comment_form .bwg-privacy-policy-box label {
	text-transform: unset;
	word-break: break-word
}

.bwg_popup_image_spun .bwg_popup_image_spun1 {
	width: inherit;
	height: inherit
}

.bwg_popup_image_spun1 .bwg_popup_image_spun2 {
	vertical-align: middle;
	text-align: center;
	height: 100%
}

#embed_conteiner {
	table-layout: fixed;
	height: 100%
}

#opacity_div {
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	z-index: 10150
}

#loading_div {
	text-align: center;
	position: relative;
	vertical-align: middle;
	z-index: 10170;
	float: none;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

#ecommerce_ajax_loading {
	position: absolute
}

#ecommerce_opacity_div {
	display: none;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	z-index: 10150
}

#ecommerce_loading_div {
	display: none;
	text-align: center;
	position: relative;
	vertical-align: middle;
	z-index: 10170;
	float: none;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.bwg_ecommerce_panel.bwg_popup_sidebar_panel.bwg_popup_sidebar {
	text-align: left
}

#ajax_loading {
	position: absolute
}

@media (max-width:480px) {
	.bwg_image_count_container {
		display: none
	}

	.bwg_image_title,
	.bwg_image_title * {
		font-size: 12px
	}

	.bwg_image_description,
	.bwg_image_description * {
		font-size: 10px
	}
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_] * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_] {
	border-collapse: collapse;
	display: table;
	position: relative;
	text-align: center;
	margin: auto
}

div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_image_] {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: middle
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_embed_] {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	vertical-align: middle;
	display: inline-block;
	text-align: center
}

div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_] {
	position: relative;
	z-index: 15
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause {
	bottom: 0;
	cursor: pointer;
	display: table;
	height: inherit;
	outline: medium none;
	position: absolute;
	width: 30%;
	left: 35%;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span[id^=bwg_slideshow_play_pause-ico_] {
	display: inline-block !important
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span {
	position: relative;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_] {
	display: none !important;
	cursor: pointer;
	position: relative;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_]:hover {
	display: inline-block;
	position: relative;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_],
div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_] {
	bottom: 35%;
	cursor: pointer;
	display: inline;
	height: 30%;
	outline: medium none;
	position: absolute;
	width: 35%;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_] {
	left: 0
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_] {
	right: 0
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,
div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover {
	visibility: visible
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,
div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover {
	visibility: visible
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover span {
	left: auto !important;
	right: 20px !important
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover span {
	left: 20px !important
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_] span,
div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_] span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 13
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_],
div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_] {
	z-index: 13;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	display: table;
	line-height: 0;
	margin-top: -15px;
	position: absolute;
	top: 50%
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_]:hover,
div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_]:hover {
	cursor: pointer
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_container_] {
	display: table;
	position: absolute;
	text-align: center;
	vertical-align: middle
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_container_] {
	position: absolute
}

div[id^=bwg_container1_] div[id^=bwg_container2_] .bwg_slideshow_filmstrip {
	overflow: hidden;
	position: absolute
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnails_] {
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnail_] {
	position: relative;
	background: 0 0;
	cursor: pointer;
	float: left;
	overflow: hidden
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_thumb_active_] {
	opacity: 1
}

div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_filmstrip_thumbnail_img_] {
	display: block;
	opacity: 1;
	padding: 0 !important
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_left_] {
	cursor: pointer;
	vertical-align: middle
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_right_] {
	cursor: pointer;
	vertical-align: middle
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_none_selectable_] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_watermark_container_] {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	vertical-align: middle
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_watermark_spun_] {
	display: table-cell;
	overflow: hidden;
	position: relative
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_title_spun_] {
	display: table-cell;
	overflow: hidden;
	position: relative
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_description_spun_] {
	display: table-cell;
	overflow: hidden;
	position: relative
}

div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_image_] {
	padding: 0 !important;
	float: none !important;
	margin: 4px !important;
	position: relative;
	z-index: 15
}

div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_],
div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_]:hover {
	text-decoration: none;
	margin: 4px;
	position: relative;
	z-index: 15
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_title_text_] {
	text-decoration: none;
	position: relative;
	z-index: 11;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-word
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_description_text_] {
	text-decoration: none;
	position: relative;
	z-index: 15;
	margin: 5px;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-word
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_] {
	display: table-cell;
	margin: 0 auto;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_bg_] {
	margin: 0 auto;
	width: inherit;
	height: inherit
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slider_] {
	height: inherit;
	width: inherit
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun_] {
	width: inherit;
	height: inherit;
	display: table-cell;
	opacity: 1;
	position: absolute;
	vertical-align: middle;
	z-index: 2
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_second_spun_] {
	width: inherit;
	height: inherit;
	display: table-cell;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	z-index: 1
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_grid_] {
	display: none;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_gridlet_] {
	opacity: 1;
	position: absolute
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_] {
	display: inline-block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 17
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_container_] {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 17
}

div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_thumbnails_] {
	left: 0;
	font-size: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_active_] {
	opacity: 1
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun1_] {
	display: table;
	width: inherit;
	height: inherit
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun2_] {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_mosaic_play_icon_spun_] {
	display: flex;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	left: 0
}

.lazy_loader {
	background-image: url(../../../plugins/photo-gallery/images/ajax_loader.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

#bwg_thumbnails_masonry_0 {
	overflow: hidden
}

.wpml-ls-menu-item .wpml-ls-flag {
	display: inline;
	vertical-align: baseline;
	width: 18px;
	height: 12px
}

.wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: .3em
}

.rtl .wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .3em
}

#menu-wrap {
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 100
}

#menu-wrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

#menu-wrap ul li {
	float: left;
	position: relative
}

#menu-wrap ul a,
#menu-wrap ul a:visited {
	display: block;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 20px
}

#menu-wrap ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0;
	width: 149px
}

#menu-wrap ul ul li {
	width: 100%
}

#menu-wrap ul ul a,
#menu-wrap ul ul a:visited {
	border: 0;
	height: auto;
	line-height: 15px;
	padding: 5px 10px;
	width: 150px
}

#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul {
	visibility: visible
}

#menu-wrap li,
#menu-wrap a,
#menu-wrap div {
	padding: 0;
	margin: 0
}

#menu-wrap li.section {
	line-height: 25px;
	padding-left: 10px;
	padding-right: 11px
}

#menu-wrap li.selected_page {
	line-height: 20px
}

#menu-wrap li.selected_subpage {
	line-height: 25px;
	padding-left: 10px;
	padding-right: 11px
}

#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited {
	padding-right: 0;
	padding-left: 0
}

#menu-wrap table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse
}

* html #menu-wrap {
	width: 100%;
	w\idth: 100%
}

* html #menu-wrap a,
* html #menu-wrap a:visited {
	width: 10px;
	w\idth: 10px;
	padding-right: 20px;
	white-space: nowrap
}

* html #menu-wrap ul ul {
	top: 30px;
	t\op: 30px
}

* html #menu-wrap ul ul a,
* html #menu-wrap ul ul a:visited {
	width: 150px;
	w\idth: 128px
}

.cms-nav-clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}

.cms-nav-sub-section {
	font-weight: 700;
	font-size: 110%;
	list-style-type: none
}

ul li.cms-nav-sub-section:before {
	content: '' !important
}

.cms-nav-sidebar ul,
.cms-nav-sidebar li,
.cms-nav-sidebar a {
	list-style: none;
	padding: 0;
	margin: 0
}

.cms-nav-sidebar ul ul,
.cms-nav-sidebar ul li,
.cms-nav-sidebar ul a,
.cms-nav-sidebar li ul,
.cms-nav-sidebar li li,
.cms-nav-sidebar li a,
.cms-nav-sidebar a ul,
.cms-nav-sidebar a li,
.cms-nav-sidebar a a {
	padding: 0;
	margin: 0
}

.cms-nav-sidebar ul li,
.cms-nav-sidebar li li,
.cms-nav-sidebar a li {
	position: relative;
	margin: 4px 8px 2px 8px
}

#menu-wrap {
	background-color: #eee
}

#menu-wrap ul {
	background-color: #5798d0
}

#menu-wrap ul a,
#menu-wrap ul a:visited {
	text-decoration: none;
	color: #000;
	border-right: 1px solid #fff
}

#menu-wrap ul li:hover a,
#menu-wrap ul a:focus,
#menu-wrap ul a:active {
	background-color: #5798D0;
	color: #000
}

#menu-wrap ul ul a,
#menu-wrap ul ul a:visited {
	color: #000
}

#menu-wrap ul ul a:hover {
	background: #B3D9FF
}

#menu-wrap ul ul :hover>a {
	background: #B3D9FF
}

#menu-wrap ul ul li a.selected {
	background-color: #D0D8F0;
	color: #004D99
}

#menu-wrap a:hover,
#menu-wrap ul ul a:hover {
	color: #000;
	background: #5798d0
}

#menu-wrap :hover>a,
#menu-wrap ul ul :hover>a {
	color: #000;
	background: #B3D9FF
}

#menu-wrap a.trigger,
#menu-wrap a.trigger:hover,
#menu-wrap a.trigger:visited {
	background-image: url(../../../plugins/wpml-cms-nav/res/img/cms-nav-dark-s.gif);
	background-repeat: no-repeat;
	background-position: right center
}

#menu-wrap li.section {
	color: #fff;
	background-color: #4283b7;
	font-weight: 700
}

#menu-wrap li.selected_page {
	color: #004D99;
	background-color: #5798d0
}

#menu-wrap li.selected_subpage {
	color: #004D99;
	background-color: #B3D9FF
}

#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited {
	background-color: #B3D9FF
}

/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.0.9
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

blockquote {
	margin: 20px 0 30px;
	padding-left: 20px;
	border-left: 5px solid
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block
}

body {
	color: #666;
	background-color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em
}

body.et_fixed_nav.et_boxed_layout #page-container,
body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container {
	padding-top: 80px
}

body.et_fixed_nav.et_boxed_layout.et-tb #page-container,
body.et_fixed_nav.et_boxed_layout.et-tb-has-header #page-container {
	padding-top: 0 !important
}

body.page-template-page-template-blank-php #page-container {
	padding-top: 0 !important
}

body.et_cover_background {
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important
}

a {
	color: #2ea3f2;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

p {
	padding-bottom: 1em
}

p:not(.has-background):last-of-type {
	padding-bottom: 0
}

p.et_normal_padding {
	padding-bottom: 1em
}

strong {
	font-weight: 700
}

cite,
em,
i {
	font-style: italic
}

code,
pre {
	margin-bottom: 10px;
	font-family: Courier New, monospace
}

ins {
	text-decoration: none
}

sub,
sup {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline
}

sup {
	bottom: .8em
}

sub {
	top: .3em
}

dl {
	margin: 0 0 1.5em 0
}

dl dt {
	font-weight: 700
}

dd {
	margin-left: 1.5em
}

blockquote p {
	padding-bottom: 0
}

embed,
iframe,
object,
video {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

input {
	-webkit-appearance: none
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=radio] {
	-webkit-appearance: radio
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff
}

input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #2d3940;
	color: #3e3e3e
}

input.text,
input.title,
input[type=text],
select,
textarea {
	margin: 0
}

textarea {
	padding: 4px
}

button,
input,
select,
textarea {
	font-family: inherit
}

img {
	max-width: 100%;
	height: auto
}

#ie8 img {
	width: auto
}

.clear {
	clear: both
}

br.clear {
	margin: 0;
	padding: 0
}

.et_vertical_nav #page-container:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " "
}

#et-secondary-menu li,
#top-menu li {
	word-wrap: break-word
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background: #2ea3f2
}

#et_search_icon:hover,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .star-rating span:before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #2ea3f2
}

.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
	border-color: #2ea3f2
}

#et-secondary-nav li ul,
#top-header {
	background-color: #2ea3f2
}

#main-content {
	background-color: #fff
}

#main-header {
	-webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
	-moz-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
	transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out
}

#main-header.et-disabled-animations * {
	transition-duration: 0s !important
}

.container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
	padding-top: 58px
}

.et_full_width_page #main-content .container:before,
.et_full_width_portfolio_page #main-content .container:before {
	display: none
}

.et_transparent_nav #page-container {
	padding-top: 0 !important
}

.et_boxed_layout #page-container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.et_boxed_layout #page-container,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
	width: 90%;
	max-width: 1200px;
	margin: auto
}

.et_boxed_layout.et_vertical_nav #page-container {
	max-width: 1425px
}

.et_boxed_layout.et_vertical_nav #page-container #top-header {
	width: auto;
	max-width: none
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header {
	opacity: 0
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}

.et_vertical_nav #page-container {
	position: relative;
	padding-top: 0 !important
}

.main_title {
	margin-bottom: 20px
}

.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover {
	padding: .3em 2em .3em 1em;
	border: 2px solid transparent
}

.comment-reply-link:hover,
.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover {
	background: rgba(0, 0, 0, .05)
}

.woocommerce #content input.button.alt:after,
.woocommerce #content input.button:after,
.woocommerce #content input.button:before,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce #respond input#submit:before,
.woocommerce a.button.alt:after,
.woocommerce a.button:after,
.woocommerce a.button:before,
.woocommerce button.button.alt:after,
.woocommerce button.button:after,
.woocommerce button.button:before,
.woocommerce input.button.alt:after,
.woocommerce input.button:after,
.woocommerce input.button:before,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page #content input.button:after,
.woocommerce-page #content input.button:before,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce-page #respond input#submit:after,
.woocommerce-page #respond input#submit:before,
.woocommerce-page a.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce-page a.button:before,
.woocommerce-page button.button.alt:after,
.woocommerce-page button.button:after,
.woocommerce-page button.button:before,
.woocommerce-page input.button.alt:after,
.woocommerce-page input.button:after,
.woocommerce-page input.button:before {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-family: ETmodules;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.woocommerce #content input.button:before,
.woocommerce #respond input#submit:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce-page #content input.button:before,
.woocommerce-page #respond input#submit:before,
.woocommerce-page a.button:before,
.woocommerce-page button.button:before,
.woocommerce-page input.button:before {
	display: none
}

.et_button_icon_visible .et_pb_button,
.et_button_icon_visible.woocommerce #content input.button,
.et_button_icon_visible.woocommerce #content input.button.alt,
.et_button_icon_visible.woocommerce #respond input#submit,
.et_button_icon_visible.woocommerce #respond input#submit.alt,
.et_button_icon_visible.woocommerce a.button,
.et_button_icon_visible.woocommerce a.button.alt,
.et_button_icon_visible.woocommerce button.button,
.et_button_icon_visible.woocommerce button.button.alt,
.et_button_icon_visible.woocommerce button.button.alt.disabled,
.et_button_icon_visible.woocommerce input.button,
.et_button_icon_visible.woocommerce input.button.alt,
.et_button_icon_visible.woocommerce-page #content input.button,
.et_button_icon_visible.woocommerce-page #content input.button.alt,
.et_button_icon_visible.woocommerce-page #respond input#submit,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.woocommerce-page a.button,
.et_button_icon_visible.woocommerce-page a.button.alt,
.et_button_icon_visible.woocommerce-page button.button,
.et_button_icon_visible.woocommerce-page button.button.alt,
.et_button_icon_visible.woocommerce-page button.button.alt.disabled,
.et_button_icon_visible.woocommerce-page input.button,
.et_button_icon_visible.woocommerce-page input.button.alt {
	padding-right: 2em;
	padding-left: .7em
}

.et_button_icon_visible .et_pb_button:after,
.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_icon_visible.woocommerce a.button:after,
.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_icon_visible.woocommerce button.button:after,
.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_icon_visible.woocommerce input.button:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.woocommerce-page #content input.button:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_icon_visible.woocommerce-page input.button:after {
	margin-left: 0;
	opacity: 1
}

.et_button_left .et_pb_button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after,
.et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce a.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce button.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after {
	left: .15em
}

.comment-reply-link:hover:after,
.woocommerce #content input.button.alt:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce-page #content input.button:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce-page input.button:hover:after {
	margin-left: 0;
	opacity: 1
}

.et_button_left .et_pb_button:after,
.et_button_left.woocommerce #content input.button.alt:after,
.et_button_left.woocommerce #content input.button:after,
.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_left.woocommerce #respond input#submit:after,
.et_button_left.woocommerce a.button.alt:after,
.et_button_left.woocommerce a.button:after,
.et_button_left.woocommerce button.button.alt:after,
.et_button_left.woocommerce button.button:after,
.et_button_left.woocommerce input.button.alt:after,
.et_button_left.woocommerce input.button:after,
.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_left.woocommerce-page #content input.button:after,
.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_left.woocommerce-page a.button.alt:after,
.et_button_left.woocommerce-page a.button:after,
.et_button_left.woocommerce-page button.button.alt:after,
.et_button_left.woocommerce-page button.button:after,
.et_button_left.woocommerce-page input.button.alt:after,
.et_button_left.woocommerce-page input.button:after {
	left: 1em;
	margin-left: 0
}

.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled,
.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled,
.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_left .et_pb_button:hover,
.et_button_left .et_pb_module .et_pb_button:hover,
.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_left.woocommerce #content input.button:hover,
.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_left.woocommerce #respond input#submit:hover,
.et_button_left.woocommerce a.button.alt:hover,
.et_button_left.woocommerce a.button:hover,
.et_button_left.woocommerce button.button.alt.disabled:hover,
.et_button_left.woocommerce button.button.alt:hover,
.et_button_left.woocommerce button.button:hover,
.et_button_left.woocommerce input.button.alt:hover,
.et_button_left.woocommerce input.button:hover,
.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_left.woocommerce-page #content input.button:hover,
.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_left.woocommerce-page a.button:hover,
.et_button_left.woocommerce-page button.button.alt.disabled:hover,
.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_left.woocommerce-page button.button:hover,
.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_left.woocommerce-page input.button:hover {
	padding-right: .7em;
	padding-left: 2em
}

.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce a.button:after,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce button.button:after,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button:after,
.et_button_left .et_pb_button:hover:after,
.et_button_left.woocommerce #content input.button.alt:hover:after,
.et_button_left.woocommerce #content input.button:hover:after,
.et_button_left.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce a.button.alt:hover:after,
.et_button_left.woocommerce a.button:hover:after,
.et_button_left.woocommerce button.button.alt:hover:after,
.et_button_left.woocommerce button.button:hover:after,
.et_button_left.woocommerce input.button.alt:hover:after,
.et_button_left.woocommerce input.button:hover:after,
.et_button_left.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.woocommerce-page #content input.button:hover:after,
.et_button_left.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_left.woocommerce-page a.button.alt:hover:after,
.et_button_left.woocommerce-page a.button:hover:after,
.et_button_left.woocommerce-page button.button.alt:hover:after,
.et_button_left.woocommerce-page button.button:hover:after,
.et_button_left.woocommerce-page input.button.alt:hover:after,
.et_button_left.woocommerce-page input.button:hover:after {
	left: .15em
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
	padding: .3em 1em
}

.et_button_no_icon .et_pb_button:after,
.et_button_no_icon.woocommerce #content input.button.alt:after,
.et_button_no_icon.woocommerce #content input.button:after,
.et_button_no_icon.woocommerce #respond input#submit.alt:after,
.et_button_no_icon.woocommerce #respond input#submit:after,
.et_button_no_icon.woocommerce a.button.alt:after,
.et_button_no_icon.woocommerce a.button:after,
.et_button_no_icon.woocommerce button.button.alt:after,
.et_button_no_icon.woocommerce button.button:after,
.et_button_no_icon.woocommerce input.button.alt:after,
.et_button_no_icon.woocommerce input.button:after,
.et_button_no_icon.woocommerce-page #content input.button.alt:after,
.et_button_no_icon.woocommerce-page #content input.button:after,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_no_icon.woocommerce-page #respond input#submit:after,
.et_button_no_icon.woocommerce-page a.button.alt:after,
.et_button_no_icon.woocommerce-page a.button:after,
.et_button_no_icon.woocommerce-page button.button.alt:after,
.et_button_no_icon.woocommerce-page button.button:after,
.et_button_no_icon.woocommerce-page input.button.alt:after,
.et_button_no_icon.woocommerce-page input.button:after {
	display: none
}

.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce button.button.alt.disabled,
.et_button_no_icon.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce input.button:hover,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
	padding: .3em 1em !important
}

.et_button_custom_icon .et_pb_button:after,
.et_button_custom_icon.woocommerce #content input.button.alt:after,
.et_button_custom_icon.woocommerce #content input.button:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce #respond input#submit:after,
.et_button_custom_icon.woocommerce a.button.alt:after,
.et_button_custom_icon.woocommerce a.button:after,
.et_button_custom_icon.woocommerce button.button.alt:after,
.et_button_custom_icon.woocommerce button.button:after,
.et_button_custom_icon.woocommerce input.button.alt:after,
.et_button_custom_icon.woocommerce input.button:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.woocommerce-page #content input.button:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.woocommerce-page a.button.alt:after,
.et_button_custom_icon.woocommerce-page a.button:after,
.et_button_custom_icon.woocommerce-page button.button.alt:after,
.et_button_custom_icon.woocommerce-page button.button:after,
.et_button_custom_icon.woocommerce-page input.button.alt:after,
.et_button_custom_icon.woocommerce-page input.button:after {
	line-height: 1.7em
}

.et_button_custom_icon .et_pb_button:hover:after,
.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_custom_icon.woocommerce #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce #content input.button:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit:hover:after,
.et_button_custom_icon.woocommerce a.button.alt:hover:after,
.et_button_custom_icon.woocommerce a.button:hover:after,
.et_button_custom_icon.woocommerce button.button.alt:hover:after,
.et_button_custom_icon.woocommerce button.button:hover:after,
.et_button_custom_icon.woocommerce input.button.alt:hover:after,
.et_button_custom_icon.woocommerce input.button:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button:hover:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button:hover:after,
.et_button_custom_icon.woocommerce-page button.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page button.button:hover:after,
.et_button_custom_icon.woocommerce-page input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page input.button:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after {
	margin-left: .3em
}

#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
	margin-bottom: -16px;
	padding: 0
}

.entry-content table,
body.et-pb-preview #main-content .container table {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	text-align: left
}

.entry-content thead th,
.entry-content tr th,
body.et-pb-preview #main-content .container thead th,
body.et-pb-preview #main-content .container tr th {
	padding: 9px 24px;
	color: #555;
	font-weight: 700
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	padding: 6px 24px;
	border-top: 1px solid #eee
}

#left-area ul,
.comment-content ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul,
body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 1em;
	line-height: 26px;
	list-style-type: disc
}

#left-area ol,
.comment-content ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol,
body.et-pb-preview #main-content .container ol {
	padding: 0 0 23px 0;
	line-height: 26px;
	list-style-position: inside;
	list-style-type: decimal
}

#left-area ul li ul,
.comment-content ul li ol,
.comment-content ul li ul,
.entry-content ul li ol,
body.et-pb-preview #main-content .container ul li ol {
	padding: 2px 0 2px 20px
}

#left-area ol li ul,
.comment-content ol li ol,
.comment-content ol li ul,
.entry-content ol li ol,
.et-l--body ol li ol,
.et-l--footer ol li ol,
.et-l--header ol li ol,
body.et-pb-preview #main-content .container ol li ol {
	padding: 2px 0 2px 35px
}

#left-area ul.wp-block-gallery {
	display: flex;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap
}

.comment .children,
ol.commentlist {
	padding: 0 !important;
	line-height: 1.7em !important;
	list-style: none !important
}

.comment-content ul {
	padding: 0 0 23px 16px !important;
	line-height: 26px !important
}

.comment-content ol {
	line-height: 26px !important
}

#left-area ul.products {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important
}

.gallery-item a {
	display: block
}

.gallery-caption,
.gallery-item a {
	width: 90%
}

body.admin-bar.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #top-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
	top: 32px
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
	top: 28px
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 30px
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
	top: 63px
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header {
	top: 0
}

.et_vertical_fixed.admin-bar #page-container #main-header {
	top: 32px
}

#wpadminbar {
	z-index: 100001
}

.container {
	position: relative;
	text-align: left
}

#top-header {
	z-index: 100000;
	color: #fff;
	font-size: 12px;
	line-height: 13px
}

#top-header a {
	color: #fff
}

#et-secondary-nav,
#top-header {
	-webkit-transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
	-moz-transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
	transition: background-color .4s, transform .4s, opacity .4s ease-in-out
}

#top-header .container {
	padding-top: .75em;
	font-weight: 600
}

#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	font-weight: 500;
	line-height: 23px
}

.et_duplicate_social_icons {
	display: none
}

#top-header,
#top-header #et-info,
#top-header .container,
#top-header .et-social-icon a {
	line-height: 1em
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
	padding-top: 80px
}

.et_fixed_nav.et_show_nav.et-tb #page-container,
.et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
	padding-top: 0 !important
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 111px
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
	padding-top: 177px
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container {
	padding-top: 147px
}

.et_fixed_nav #top-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
	top: 0;
	right: 0;
	left: 0
}

.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
	position: absolute
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
	position: fixed
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 33px
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 33px
}

.et_header_style_left .logo_container {
	position: absolute;
	width: 100%;
	height: 100%
}

.et_header_style_split #et-top-navigation nav>ul>li>a {
	z-index: 3
}

.et_header_style_split #main-header .centered-inline-logo-wrap {
	height: 66px;
	margin: -33px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.et_header_style_split #main-header .centered-inline-logo-wrap .logo_container {
	height: 100%
}

.et_header_style_split #main-header .centered-inline-logo-wrap a {
	height: 100%
}

.et_header_style_split #main-header .logo_container {
	position: initial
}

.et_header_style_split #top-menu-nav {
	display: inline-block
}

.et_header_style_split #et_top_search {
	display: inline-block;
	float: none
}

.et_header_style_split.et_vertical_nav #et_top_search {
	display: block
}

.et_header_style_split #et_search_icon:before {
	margin-top: -9px
}

.et_header_style_left #et-top-navigation .mobile_menu_bar,
.et_header_style_split #et-top-navigation .mobile_menu_bar {
	padding-bottom: 24px
}

.et_header_style_split #et-top-navigation {
	display: inline-block;
	float: none;
	position: relative;
	width: 100%;
	line-height: 1;
	text-align: center;
	vertical-align: middle
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	display: block
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
	z-index: 2;
	text-align: center
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
	text-align: left
}

.et_header_style_split span.logo_helper {
	display: none
}

.et_header_style_split #main-header .et-menu,
.et_header_style_split #main-header nav.et-menu-nav,
.et_header_style_split #top-header .et-menu,
.et_header_style_split #top-header nav.et-menu-nav,
.et_header_style_split #top-menu,
.et_header_style_split nav#top-menu-nav {
	float: none
}

.safari.et_header_style_split #et-top-navigation {
	-webkit-transform: translate3d(0, 0, 0)
}

.et_header_style_centered #main-header .container {
	height: inherit;
	text-align: center
}

.et_header_style_centered.et_vertical_nav #main-header .container {
	height: auto
}

.et_header_style_centered #main-header div#et-top-navigation {
	position: relative;
	bottom: 0;
	width: 100%
}

.et_header_style_centered #et-top-navigation,
.et_header_style_centered #logo,
.et_header_style_centered #top-menu,
.et_header_style_centered nav#top-menu-nav {
	float: none
}

.et_header_style_centered #logo {
	max-height: 64%
}

.et_header_style_centered #main-header .logo_container {
	height: 100px;
	padding: 0
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: 70px
}

.et_header_style_centered #et_top_search {
	display: inline-block !important;
	float: none
}

.et_header_style_centered #et_search_icon:before {
	top: -13px;
	left: 3px
}

.et_header_style_centered nav#top-menu-nav {
	display: inline-block
}

.et_header_style_centered #top-menu>li>a {
	padding-bottom: 2em
}

.et_header_style_centered #et-top-navigation .et-cart-info {
	float: none
}

.et_hide_search_icon #et_top_search,
.et_hide_search_icon .et_slide_menu_top .et-search-form {
	display: none !important
}

.et_vertical_nav.et_header_style_centered #main-header .logo_container,
.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: auto
}

.et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a,
.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a {
	padding-bottom: 19px
}

.et_vertical_nav.et_header_style_left #et-top-navigation,
.et_vertical_nav.et_header_style_split #et-top-navigation {
	padding-top: 0
}

#logo {
	display: inline-block;
	float: none;
	max-height: 54%;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0)
}

.et_pb_svg_logo #logo,
.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
	height: 54%
}

.logo_container {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

span.logo_helper {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.et_vertical_nav .logo_container {
	position: relative;
	height: auto;
	padding: 0
}

.et_vertical_nav span.logo_helper {
	display: none
}

.safari .centered-inline-logo-wrap {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0)
}

#et-define-logo-wrap img {
	width: 100%
}

.gecko #et-define-logo-wrap.svg-logo {
	position: relative !important
}

.et-cart-info {
	color: inherit
}

#top-header .et-cart-info {
	margin-left: 15px
}

#et-top-navigation .et-cart-info {
	float: left;
	margin: -2px 0 0 22px;
	font-size: 16px
}

.et_vertical_nav #et-top-navigation .et-cart-info {
	margin-left: 0
}

.et_header_style_fullscreen #et-top-navigation a.et-cart-info,
.et_header_style_slide #et-top-navigation a.et-cart-info {
	display: none
}

#et-info {
	float: left
}

#et-info-email,
#et-info-phone,
.et-cart-info span {
	position: relative
}

#et-info-phone:before {
	position: relative;
	top: 2px;
	margin-right: 2px;
	content: "\e090"
}

#et-info-phone {
	margin-right: 13px
}

#et-info-email:before {
	margin-right: 4px;
	content: "\e076"
}

#top-header .et-social-icons {
	display: inline-block;
	float: none
}

#et-secondary-menu .et-social-icons {
	margin-right: 20px
}

#top-header .et-social-icons li {
	margin-top: -2px;
	margin-left: 12px
}

.et-social-icons {
	float: right
}

.et-social-icons li {
	display: inline-block;
	margin-left: 20px
}

.et-social-icon a {
	display: inline-block;
	position: relative;
	color: #666;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	transition: color .3s ease 0s
}

.et-social-icon span {
	display: none
}

#top-header .et-social-icon a {
	font-size: 14px
}

#top-menu,
#top-menu-nav {
	line-height: 0
}

#et-top-navigation {
	font-weight: 600
}

.et_fixed_nav #et-top-navigation {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#et-secondary-menu {
	float: right
}

#et-info,
#et-secondary-menu>ul>li a {
	display: block;
	padding-bottom: .75em
}

#et-secondary-nav,
#et-secondary-nav li {
	display: inline-block
}

#et-secondary-nav a {
	-webkit-transition: background-color .4s, color .4s ease-in-out;
	-moz-transition: background-color .4s, color .4s ease-in-out;
	transition: background-color .4s, color .4s ease-in-out
}

#et-secondary-nav li {
	margin-right: 15px
}

#et-secondary-nav>li:last-child {
	margin-right: 0
}

.et-cart-info span:before {
	margin-right: 10px;
	content: "\e07a"
}

#top-menu,
.et-menu,
nav#top-menu-nav,
nav.et-menu-nav {
	float: left
}

#top-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px
}

#top-menu>li:last-child {
	padding-right: 0
}

.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu {
	right: 0
}

#top-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#et-info-email:hover,
#et-secondary-menu>ul>li>a:hover,
#top-menu-nav>ul>li>a:hover,
.et-social-icons a:hover {
	opacity: .7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#et_search_icon:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 17px;
	content: "\55"
}

#et_search_icon:hover {
	cursor: pointer
}

#et_top_search {
	display: block;
	float: right;
	position: relative;
	width: 18px;
	margin: 3px 0 0 22px
}

#et_top_search.et_search_opened {
	position: absolute;
	width: 100%
}

.et_vertical_nav #et_top_search {
	margin-left: 0
}

.et-search-form {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%
}

.et-search-form input {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 90%;
	margin: auto;
	border: none;
	color: #333;
	background: 0 0
}

.et-search-form .et-search-field::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

.et_header_style_centered .et-search-form input,
.et_header_style_centered span.et_close_search_field {
	top: 60%
}

.et_vertical_nav.et_header_style_centered .et-search-form input,
.et_vertical_nav.et_header_style_centered span.et_close_search_field {
	top: 0
}

.et_search_form_container {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none
}

.container.et_search_form_container {
	position: relative;
	height: 1px;
	opacity: 0
}

.container.et_search_form_container.et_pb_search_visible {
	z-index: 999;
	-webkit-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_search_visible.et_pb_no_animation {
	opacity: 1
}

.et_pb_search_form_hidden {
	-webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

span.et_close_search_field {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer
}

span.et_close_search_field:after {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 32px;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "\4d";
	speak: none
}

.container.et_menu_container {
	z-index: 99
}

.container.et_search_form_container.et_pb_search_form_hidden {
	z-index: 1 !important
}

.et_search_outer {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

.container.et_pb_menu_hidden {
	z-index: -1
}

form.et-search-form {
	background: rgba(0, 0, 0, 0) !important
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none
}

#left-area .post-meta {
	padding-bottom: 15px;
	font-size: 14px
}

#left-area .post-meta a {
	color: #666;
	text-decoration: none
}

#left-area .et_featured_image {
	padding-bottom: 7px
}

.single .post {
	padding-bottom: 25px
}

body.single .et_audio_content {
	margin-bottom: -6px
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container {
	width: 100%;
	max-width: 100%;
	padding-top: 0
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	padding-top: 6%
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type {
	padding-top: 0
}

.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row {
	width: 100%
}

.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row {
	width: 80%
}

.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
	margin-bottom: 0 !important;
	padding-top: 0
}

.single-project.et_pb_pagebuilder_layout .nav-single {
	width: 80%;
	max-width: 1080px;
	margin: 10px auto
}

.et_password_protected_form p input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
	padding: 16px !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #999 !important;
	background-color: #eee;
	font-size: 14px
}

.et_password_protected_form label {
	display: none
}

.et_password_protected_form .et_submit_button {
	display: block;
	float: right;
	margin: 8px auto 0;
	font-family: inherit;
	cursor: pointer
}

.post-password-required .et_pb_row,
.post-password-required p.nocomments.container {
	max-width: 100%
}

.post-password-required p.nocomments.container:before {
	display: none
}

p.demo_store {
	position: fixed !important;
	z-index: 100000;
	top: auto !important;
	bottom: 0 !important
}

.comment-content address,
.entry-content address,
body.et-pb-preview #main-content .container address {
	margin-bottom: 12px;
	line-height: 24px
}

.woocommerce-info a {
	color: #fff !important
}

.shop_table .actions .submit {
	float: right
}

.shop_table .actions .checkout-button {
	clear: both
}

.col2-set.addresses {
	margin-top: 20px
}

table.shop_table {
	margin-bottom: 30px !important
}

.woocommerce-message a.button.wc-forward {
	border: none;
	background: #fff
}

.woocommerce-message a.button.wc-forward:hover {
	border: none;
	background: #fff
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 15px;
	border-radius: 3px;
	font-size: 14px
}

p.woocommerce-result-count {
	padding-bottom: 40px;
	color: #999;
	font-size: 14px;
	font-weight: 500
}

.entry-summary .entry-title {
	padding-bottom: 14px !important
}

.et_pb_widget .buttons a {
	margin-top: 10px !important
}

.product_meta {
	padding-top: 6px;
	border-width: 0;
	border-style: solid;
	border-color: #dadada;
	border-top: 1px solid #dadada;
	color: #666;
	font-size: 14px
}

.posted_in a,
.tagged_as a {
	color: #2ea3f2;
	font-weight: 500;
	text-decoration: none
}

.related.products {
	margin: 20px 0
}

.product .related h2 {
	padding-bottom: 16px;
	font-size: 26px !important
}

.et_fixed_nav.et_transparent_nav.et-db.et_full_width_page #left-area>.woocommerce-notices-wrapper {
	opacity: 0
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin: 0 0 9px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	padding: .3em 0
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	right: auto !important;
	left: 10px !important;
	margin: 0 !important
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	position: absolute;
	z-index: 2;
	top: 10px !important;
	left: 10px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 6px 18px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff;
	background: #ef8f61 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px;
	font-weight: 500 !important;
	line-height: inherit !important
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.woocommerce #content div.product div.images div.thumbnails,
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
	padding-top: 20px !important
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	padding: 0 !important;
	list-style: none !important
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin: 4px 0 .3em 0 !important
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #ccc !important;
	content: "\53\53\53\53\53" !important
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del {
	margin: 0 !important;
	color: #666 !important;
	font-size: 14px
}

.entry-summary p.price span {
	font-size: 26px !important
}

.entry-summary p.price del {
	margin-right: 10px;
	color: #999
}

.cart_table_item .quantity {
	width: 100px !important;
	margin: 0 !important
}

#main-content .cart-subtotal td {
	border-top: none
}

.woocommerce-checkout #main-content .cart-subtotal td {
	border-top: 1px solid #eee
}

#content-area table td,
#content-area table th,
#content-area table tr,
#main-content table.cart td,
#main-content table.cart th,
#main-content table.cart tr,
table.cart td,
table.cart th,
table.cart tr {
	max-width: 100%;
	padding: .857em .587em
}

#main-content table.cart td.actions .button.alt,
table.cart td.actions .button.alt {
	margin: 19px 0 9px
}

table.cart td.actions .checkout-button {
	margin: 0 !important
}

.orderby,
.woocommerce div.product form.cart .variations td select {
	padding: 4px 8px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666 !important;
	background-color: #ececec;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500
}

.cart_totals h2,
.shipping_calculator h2 {
	margin-bottom: 10px
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
	margin: 24px 0 39px
}

.woocommerce #content div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce-page #content div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce-page div.product .et_pb_wc_add_to_cart:last-child form.cart {
	margin-bottom: 0 !important
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	overflow: hidden;
	width: auto;
	margin: 0 20px 0 0 !important
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	height: 49px;
	border: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	background-color: rgba(0, 0, 0, .2) !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 20px !important;
	font-weight: 500 !important
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
	margin-right: 10px;
	padding: 6px 12px
}

.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
	color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
	color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder {
	color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
	color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
	color: #fff
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	width: 30px !important;
	height: 24px !important;
	border: 1px solid #bcc8c9 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	color: #bcc8c9 !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	text-decoration: none !important
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 100px;
	margin: 0
}

.woocommerce div.product form.cart .variations td {
	max-width: none !important;
	padding: 0 20px 20px 0 !important;
	line-height: 1.3em
}

.woocommerce div.product form.cart .variations td:last-child {
	padding-right: 0 !important
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	padding: 6px 0
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-color: #d9d9d9
}

body.woocommerce .woocommerce-tabs {
	margin: 30px 0 45px;
	border: 1px solid #d9d9d9
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	background: #f4f4f4
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	margin: 0 -2px;
	padding: 0;
	border: none;
	border-right: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	background: #f4f4f4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 4px 22px !important;
	color: #666 !important
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000 !important
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 30px
}

#reviews .commentlist {
	padding-bottom: 0 !important
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
	margin-bottom: 40px !important
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 100px !important;
	padding: 0 !important;
	border: none !important
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: auto !important;
	padding: 0 !important;
	border: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0 0 2px !important;
	padding: 0 !important;
	font-size: inherit !important
}

.woocommerce #reviews .commentlist .star-rating {
	float: none !important;
	margin-bottom: 6px !important
}

.woocommerce #reviews #comments h1,
.woocommerce #reviews #comments h2,
.woocommerce #reviews #comments h3,
.woocommerce #reviews #comments h4,
.woocommerce #reviews #comments h5,
.woocommerce #reviews #comments h6,
.woocommerce-page #reviews #comments h1,
.woocommerce-page #reviews #comments h2,
.woocommerce-page #reviews #comments h3,
.woocommerce-page #reviews #comments h4,
.woocommerce-page #reviews #comments h5,
.woocommerce-page #reviews #comments h6 {
	margin-bottom: 30px !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 15px !important;
	border: none !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 18px !important
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	display: none !important;
	color: #fff !important
}

.woocommerce-page #review_form #respond p.form-submit,
.woocommerce-page #reviews #commentform {
	margin-bottom: 0;
	padding-bottom: 0
}

.woocommerce .pswp {
	z-index: 999999
}

div.pp_pic_holder {
	z-index: 100001
}

div.pp_overlay {
	z-index: 100000
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 6.6666%
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
	margin-right: 6.6666%;
	margin-bottom: 6.6666%
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
	margin-right: 0
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-bottom: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: opacity .5s ease
}

.single-project #left-area {
	padding-bottom: 50px
}

.et_main_title {
	padding-bottom: 12px
}

.et_main_title h1 {
	display: inline-block;
	padding-right: 2px
}

.et_main_title .et_project_categories {
	font-size: 14px
}

.et_main_title .et_project_categories a {
	color: #666;
	text-decoration: none
}

.project .entry-content {
	padding-top: 30px
}

.et_project_meta_title {
	display: block;
	color: #333;
	font-weight: 700
}

.et_project_meta {
	margin: 23px 0 14px;
	padding: 15px 0 39px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2
}

.et_project_meta p {
	padding-bottom: 15px
}

.et_project_meta p a {
	color: #666;
	text-decoration: none
}

.nav-single a {
	color: #2ea3f2;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none
}

.nav-previous {
	float: left
}

.nav-next {
	float: right
}

.single .et_pb_post {
	margin-bottom: 27px
}

.et_portfolio_image,
.et_shop_image {
	display: block;
	position: relative
}

.et_portfolio_image img {
	margin-bottom: 0;
	vertical-align: bottom
}

.single .et_pb_post.et_pb_no_comments_section {
	margin-bottom: 0;
	padding-bottom: 0
}

.et_pb_pagebuilder_layout .project .entry-content {
	padding-top: 0
}

.et_full_width_portfolio_page .et_project_meta {
	margin-bottom: 0
}

.et_full_width_portfolio_page .et_project_meta {
	float: left;
	width: 21%;
	margin-top: 0;
	border-bottom: none
}

.et_full_width_portfolio_page .entry-content {
	margin-bottom: 43px
}

.et_full_width_portfolio_page .nav-single {
	padding-top: 13px;
	border-top: 1px solid #e2e2e2
}

.entry-content .et_pb_member_social_links {
	margin-top: 20px;
	padding: 0;
	list-style-type: none !important
}

#et-top-navigation {
	float: right
}

#top-menu li li {
	margin: 0;
	padding: 0 20px
}

#top-menu li li a {
	width: 200px;
	padding: 6px 20px
}

#et-secondary-nav li {
	position: relative;
	text-align: right
}

#et-secondary-nav li ul {
	position: absolute;
	right: 0;
	padding: 1em 0
}

#et-secondary-nav li ul ul {
	top: 0;
	right: 220px;
	margin-top: -1em
}

#et-secondary-nav li ul li {
	display: block
}

#et-secondary-nav li ul {
	visibility: hidden;
	z-index: 999999;
	opacity: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#et-secondary-nav li ul {
	-webkit-transform: translate3d(0, 0, 0)
}

#et-secondary-nav li.et-hover>ul {
	visibility: visible
}

#et-secondary-nav li>ul {
	width: 220px
}

#et-secondary-nav li.et-touch-hover>ul,
#et-secondary-nav li:hover>ul,
.nav li.et-touch-hover>ul {
	visibility: visible;
	opacity: 1
}

#et-secondary-nav li li {
	margin: 0;
	padding: 0 2em
}

#et-secondary-nav li li a {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 1em;
	font-size: 12px;
	line-height: 1em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#et-secondary-nav ul li a:hover {
	background-color: rgba(0, 0, 0, .03)
}

#et-secondary-nav li:hover {
	visibility: inherit
}

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 800;
	content: "3"
}

#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
	padding-right: 20px
}

#top-menu li .menu-item-has-children>a:first-child {
	padding-right: 40px
}

#top-menu li .menu-item-has-children>a:first-child:after {
	top: 6px;
	right: 20px
}

#et-secondary-nav .menu-item-has-children>a:first-child:after {
	top: 0
}

#et-secondary-nav li .menu-item-has-children>a:first-child:after {
	top: .67em;
	right: auto;
	left: 2.3em
}

#top-menu li.mega-menu {
	position: inherit
}

#top-menu li.mega-menu>ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px
}

#top-menu li.mega-menu ul li {
	display: block !important;
	float: left !important;
	margin: 0;
	padding: 0 !important
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
	clear: right
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
	clear: left
}

#top-menu li.mega-menu ul li li {
	width: 100%
}

#top-menu li.mega-menu li>ul {
	position: relative;
	top: auto;
	left: auto;
	width: 90% !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

#top-menu li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1
}

#top-menu li.mega-menu.et-hover li ul {
	display: block
}

#top-menu li.mega-menu.et-hover>ul {
	visibility: visible !important;
	opacity: 1 !important
}

#top-menu li.mega-menu>ul>li>a {
	width: 90%;
	padding: 0 20px 10px
}

#top-menu li.mega-menu>ul>li>a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	font-weight: 700
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
	background-color: transparent !important
}

#top-menu li.mega-menu li>a {
	width: 100%
}

#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li>a {
	width: 100% !important
}

#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
	float: left;
	width: 100% !important
}

#top-menu li.mega-menu>ul>li {
	width: 25%;
	margin: 0
}

#top-menu li.mega-menu.mega-menu-parent-3>ul>li {
	width: 33.33%
}

#top-menu li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%
}

#top-menu li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%
}

#top-menu li.mega-menu .menu-item-has-children>a:first-child:after {
	display: none
}

#top-menu li.mega-menu>ul>li>ul>li {
	width: 100%;
	margin: 0
}

.et_vertical_nav #top-menu li.mega-menu {
	position: relative
}

.et_vertical_nav #top-menu li.mega-menu li>ul {
	width: 100% !important
}

.et_vertical_nav #top-menu li.mega-menu li>a {
	width: 100% !important
}

.et_vertical_nav #top-menu li.mega-menu>ul {
	position: absolute !important;
	top: 62px;
	left: 0 !important;
	width: 790px !important;
	padding: 30px 20px
}

.et_vertical_nav #top-menu li.mega-menu>ul>li {
	width: 33.333%
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4) {
	margin-top: 30px
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n) {
	clear: right
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1) {
	clear: left
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
	clear: none
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n) {
	clear: none
}

#et_mobile_nav_menu {
	display: none;
	float: right
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0
}

.et_toggle_slide_menu:after,
.mobile_menu_bar:before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "\61";
	cursor: pointer
}

.mobile_nav .select_page {
	display: none
}

#main-footer {
	background-color: #222
}

#footer-widgets {
	padding: 6% 0 0
}

.footer-widget {
	float: left;
	color: #fff
}

.last {
	margin-right: 0
}

.footer-widget .fwidget:last-child {
	margin-bottom: 0 !important
}

#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 14px
}

#footer-widgets .footer-widget li:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: ""
}

#footer-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none
}

#footer-widgets .footer-widget li a:hover {
	color: rgba(255, 255, 255, .7)
}

.footer-widget .widget_adsensewidget ins {
	min-width: 160px
}

#footer-bottom {
	padding: 15px 0 5px;
	background-color: #1f1f1f;
	background-color: rgba(0, 0, 0, .32)
}

#footer-bottom a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#footer-info {
	float: left;
	padding-bottom: 10px;
	color: #666;
	text-align: left
}

#footer-info a {
	color: #666;
	font-weight: 700
}

#footer-info a:hover {
	opacity: .7
}

#et-footer-nav {
	background-color: rgba(255, 255, 255, .05)
}

.bottom-nav {
	padding: 15px 0
}

.bottom-nav li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600
}

.bottom-nav a {
	color: #bbb;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.bottom-nav a:hover {
	opacity: .7
}

.aligncenter,
div.post .new-post .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.wp-caption {
	max-width: 96%;
	margin-bottom: 10px;
	padding: 8px;
	padding-top: 4px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center
}

.wp-caption.alignleft {
	margin: 0 30px 20px 0
}

.wp-caption.alignright {
	margin: 0 0 20px 30px
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 12px
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px
}

.pagination {
	clear: both
}

.wp-pagenavi {
	clear: both;
	margin-bottom: 30px;
	padding-top: 13px;
	border-top: 1px solid #e2e2e2;
	text-align: right
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 5px;
	border: none !important;
	color: #666;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: none
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #999 !important
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #2ea3f2 !important
}

.page.et_pb_pagebuilder_layout #main-content {
	background-color: transparent
}

#sidebar {
	padding-bottom: 28px
}

#sidebar .et_pb_widget {
	float: none;
	width: 100%;
	margin-bottom: 30px
}

img#about-image {
	float: left;
	margin: 3px 8px 8px 0
}

.widget_search .screen-reader-text {
	display: none
}

.widget_search input#s,
.widget_search input#searchsubmit {
	height: 40px !important;
	margin: 0;
	padding: .7em;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	line-height: normal !important
}

.widget_search #s {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.widget_search #searchform {
	position: relative
}

.widget_search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	background-color: #ddd
}

#searchsubmit {
	cursor: pointer
}

#wp-calendar {
	width: 100%;
	margin: 10px auto 0;
	empty-cells: show
}

#wp-calendar a {
	display: block;
	font-weight: 700;
	text-decoration: none
}

#wp-calendar a:hover {
	text-decoration: underline
}

#wp-calendar caption {
	font: bold 13px Arial, Sans-Serif;
	text-decoration: none
}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f
}

#wp-calendar td#today {
	font-weight: 700
}

#wp-calendar th {
	padding: 3px 5px;
	font-style: normal;
	text-transform: capitalize
}

#wp-calendar #next a,
#wp-calendar #prev a {
	font-size: 9pt
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left
}

.tagcloud a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .05);
	font-size: 12px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.tagcloud a:hover {
	background: rgba(0, 0, 0, .15)
}

.et_color_scheme_green a {
	color: #7cc68d
}

.et_color_scheme_green #top-header,
.et_color_scheme_green .et_pb_counter_amount,
.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading {
	background: #7cc68d !important
}

.et_color_scheme_green .woocommerce-error,
.et_color_scheme_green .woocommerce-info,
.et_color_scheme_green .woocommerce-message,
.et_color_scheme_green.woocommerce #content input.button,
.et_color_scheme_green.woocommerce #content input.button.alt,
.et_color_scheme_green.woocommerce #respond input#submit,
.et_color_scheme_green.woocommerce #respond input#submit.alt,
.et_color_scheme_green.woocommerce a.button,
.et_color_scheme_green.woocommerce a.button.alt,
.et_color_scheme_green.woocommerce button.button,
.et_color_scheme_green.woocommerce button.button.alt,
.et_color_scheme_green.woocommerce button.button.alt.disabled,
.et_color_scheme_green.woocommerce input.button,
.et_color_scheme_green.woocommerce input.button.alt,
.et_color_scheme_green.woocommerce-page #content input.button,
.et_color_scheme_green.woocommerce-page #content input.button.alt,
.et_color_scheme_green.woocommerce-page #respond input#submit,
.et_color_scheme_green.woocommerce-page #respond input#submit.alt,
.et_color_scheme_green.woocommerce-page a.button,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce-page button.button.alt.disabled,
.et_color_scheme_green.woocommerce-page input.button,
.et_color_scheme_green.woocommerce-page input.button.alt {
	background: #7cc68d !important
}

.et_color_scheme_green #et_search_icon:hover,
.et_color_scheme_green #top-menu li.current-menu-ancestor>a,
.et_color_scheme_green #top-menu li.current-menu-item>a,
.et_color_scheme_green .bottom-nav li.current-menu-item>a,
.et_color_scheme_green .comment-reply-link,
.et_color_scheme_green .entry-summary p.price ins,
.et_color_scheme_green .et_overlay:before,
.et_color_scheme_green .et_password_protected_form .et_submit_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_green .et_pb_contact_submit,
.et_color_scheme_green .et_pb_pricing li a,
.et_color_scheme_green .et_pb_pricing_table_button,
.et_color_scheme_green .et_pb_sum,
.et_color_scheme_green .footer-widget h4,
.et_color_scheme_green .form-submit .et_pb_button,
.et_color_scheme_green .mobile_menu_bar:before,
.et_color_scheme_green.woocommerce #content div.product p.price,
.et_color_scheme_green.woocommerce #content div.product span.price,
.et_color_scheme_green.woocommerce div.product p.price,
.et_color_scheme_green.woocommerce div.product span.price,
.et_color_scheme_green.woocommerce-page #content div.product p.price,
.et_color_scheme_green.woocommerce-page #content div.product span.price,
.et_color_scheme_green.woocommerce-page div.product p.price,
.et_color_scheme_green.woocommerce-page div.product span.price {
	color: #7cc68d
}

.et_color_scheme_green.woocommerce .star-rating span:before,
.et_color_scheme_green.woocommerce-page .star-rating span:before {
	color: #7cc68d !important
}

.et_color_scheme_green .et-search-form,
.et_color_scheme_green .et_mobile_menu,
.et_color_scheme_green .et_pb_pricing li:before,
.et_color_scheme_green .footer-widget li:before,
.et_color_scheme_green .nav li ul {
	border-color: #7cc68d !important
}

.et_color_scheme_pink a {
	color: #c37cc6
}

.et_color_scheme_pink #top-header,
.et_color_scheme_pink .et_pb_counter_amount,
.et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading {
	background: #c37cc6 !important
}

.et_color_scheme_pink .woocommerce-error,
.et_color_scheme_pink .woocommerce-info,
.et_color_scheme_pink .woocommerce-message,
.et_color_scheme_pink.woocommerce #content input.button,
.et_color_scheme_pink.woocommerce #content input.button.alt,
.et_color_scheme_pink.woocommerce #respond input#submit,
.et_color_scheme_pink.woocommerce #respond input#submit.alt,
.et_color_scheme_pink.woocommerce a.button,
.et_color_scheme_pink.woocommerce a.button.alt,
.et_color_scheme_pink.woocommerce button.button,
.et_color_scheme_pink.woocommerce button.button.alt,
.et_color_scheme_pink.woocommerce button.button.alt.disabled,
.et_color_scheme_pink.woocommerce input.button,
.et_color_scheme_pink.woocommerce input.button.alt,
.et_color_scheme_pink.woocommerce-page #content input.button,
.et_color_scheme_pink.woocommerce-page #content input.button.alt,
.et_color_scheme_pink.woocommerce-page #respond input#submit,
.et_color_scheme_pink.woocommerce-page #respond input#submit.alt,
.et_color_scheme_pink.woocommerce-page a.button,
.et_color_scheme_pink.woocommerce-page a.button.alt,
.et_color_scheme_pink.woocommerce-page button.button,
.et_color_scheme_pink.woocommerce-page button.button.alt,
.et_color_scheme_pink.woocommerce-page button.button.alt.disabled,
.et_color_scheme_pink.woocommerce-page input.button,
.et_color_scheme_pink.woocommerce-page input.button.alt {
	background: #c37cc6 !important
}

.et_color_scheme_pink #et_search_icon:hover,
.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,
.et_color_scheme_pink #top-menu li.current-menu-item>a,
.et_color_scheme_pink .bottom-nav li.current-menu-item>a,
.et_color_scheme_pink .comment-reply-link,
.et_color_scheme_pink .entry-summary p.price ins,
.et_color_scheme_pink .et_overlay:before,
.et_color_scheme_pink .et_password_protected_form .et_submit_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_pink .et_pb_contact_submit,
.et_color_scheme_pink .et_pb_pricing li a,
.et_color_scheme_pink .et_pb_pricing_table_button,
.et_color_scheme_pink .et_pb_sum,
.et_color_scheme_pink .footer-widget h4,
.et_color_scheme_pink .form-submit .et_pb_button,
.et_color_scheme_pink .mobile_menu_bar:before,
.et_color_scheme_pink.woocommerce #content div.product p.price,
.et_color_scheme_pink.woocommerce #content div.product span.price,
.et_color_scheme_pink.woocommerce div.product p.price,
.et_color_scheme_pink.woocommerce div.product span.price,
.et_color_scheme_pink.woocommerce-page #content div.product p.price,
.et_color_scheme_pink.woocommerce-page #content div.product span.price,
.et_color_scheme_pink.woocommerce-page div.product p.price,
.et_color_scheme_pink.woocommerce-page div.product span.price {
	color: #c37cc6
}

.et_color_scheme_pink.woocommerce .star-rating span:before,
.et_color_scheme_pink.woocommerce-page .star-rating span:before {
	color: #c37cc6 !important
}

.et_color_scheme_pink .et-search-form,
.et_color_scheme_pink .et_mobile_menu,
.et_color_scheme_pink .et_pb_pricing li:before,
.et_color_scheme_pink .footer-widget li:before,
.et_color_scheme_pink .nav li ul {
	border-color: #c37cc6 !important
}

.et_color_scheme_red a {
	color: #cd5c5c
}

.et_color_scheme_red #top-header,
.et_color_scheme_red .et_pb_counter_amount,
.et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading {
	background: #cd5c5c !important
}

.et_color_scheme_red .woocommerce-error,
.et_color_scheme_red .woocommerce-info,
.et_color_scheme_red .woocommerce-message,
.et_color_scheme_red.woocommerce #content input.button,
.et_color_scheme_red.woocommerce #content input.button.alt,
.et_color_scheme_red.woocommerce #respond input#submit,
.et_color_scheme_red.woocommerce #respond input#submit.alt,
.et_color_scheme_red.woocommerce a.button,
.et_color_scheme_red.woocommerce a.button.alt,
.et_color_scheme_red.woocommerce button.button,
.et_color_scheme_red.woocommerce button.button.alt,
.et_color_scheme_red.woocommerce button.button.alt.disabled,
.et_color_scheme_red.woocommerce input.button,
.et_color_scheme_red.woocommerce input.button.alt,
.et_color_scheme_red.woocommerce-page #content input.button,
.et_color_scheme_red.woocommerce-page #content input.button.alt,
.et_color_scheme_red.woocommerce-page #respond input#submit,
.et_color_scheme_red.woocommerce-page #respond input#submit.alt,
.et_color_scheme_red.woocommerce-page a.button,
.et_color_scheme_red.woocommerce-page a.button.alt,
.et_color_scheme_red.woocommerce-page button.button,
.et_color_scheme_red.woocommerce-page button.button.alt,
.et_color_scheme_red.woocommerce-page button.button.alt.disabled,
.et_color_scheme_red.woocommerce-page input.button,
.et_color_scheme_red.woocommerce-page input.button.alt {
	background: #cd5c5c !important
}

.et_color_scheme_red #et_search_icon:hover,
.et_color_scheme_red #top-menu li.current-menu-ancestor>a,
.et_color_scheme_red #top-menu li.current-menu-item>a,
.et_color_scheme_red .bottom-nav li.current-menu-item>a,
.et_color_scheme_red .comment-reply-link,
.et_color_scheme_red .entry-summary p.price ins,
.et_color_scheme_red .et_overlay:before,
.et_color_scheme_red .et_password_protected_form .et_submit_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_red .et_pb_contact_submit,
.et_color_scheme_red .et_pb_pricing li a,
.et_color_scheme_red .et_pb_pricing_table_button,
.et_color_scheme_red .et_pb_sum,
.et_color_scheme_red .footer-widget h4,
.et_color_scheme_red .form-submit .et_pb_button,
.et_color_scheme_red .mobile_menu_bar:before,
.et_color_scheme_red.woocommerce #content div.product p.price,
.et_color_scheme_red.woocommerce #content div.product span.price,
.et_color_scheme_red.woocommerce div.product p.price,
.et_color_scheme_red.woocommerce div.product span.price,
.et_color_scheme_red.woocommerce-page #content div.product p.price,
.et_color_scheme_red.woocommerce-page #content div.product span.price,
.et_color_scheme_red.woocommerce-page div.product p.price,
.et_color_scheme_red.woocommerce-page div.product span.price {
	color: #cd5c5c
}

.et_color_scheme_red .woocommerce .star-rating span:before,
.et_color_scheme_red .woocommerce-page .star-rating span:before {
	color: #cd5c5c !important
}

.et_color_scheme_red .et-search-form,
.et_color_scheme_red .et_mobile_menu,
.et_color_scheme_red .et_pb_pricing li:before,
.et_color_scheme_red .footer-widget li:before,
.et_color_scheme_red .nav li ul {
	border-color: #cd5c5c
}

.et_color_scheme_orange a {
	color: #edb059
}

.et_color_scheme_orange #top-header,
.et_color_scheme_orange .et_pb_counter_amount,
.et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading {
	background: #edb059 !important
}

.et_color_scheme_orange .woocommerce-error,
.et_color_scheme_orange .woocommerce-info,
.et_color_scheme_orange .woocommerce-message,
.et_color_scheme_orange.woocommerce #content input.button,
.et_color_scheme_orange.woocommerce #content input.button.alt,
.et_color_scheme_orange.woocommerce #respond input#submit,
.et_color_scheme_orange.woocommerce #respond input#submit.alt,
.et_color_scheme_orange.woocommerce a.button,
.et_color_scheme_orange.woocommerce a.button.alt,
.et_color_scheme_orange.woocommerce button.button,
.et_color_scheme_orange.woocommerce button.button.alt,
.et_color_scheme_orange.woocommerce button.button.alt.disabled,
.et_color_scheme_orange.woocommerce input.button,
.et_color_scheme_orange.woocommerce input.button.alt,
.et_color_scheme_orange.woocommerce-page #content input.button,
.et_color_scheme_orange.woocommerce-page #content input.button.alt,
.et_color_scheme_orange.woocommerce-page #respond input#submit,
.et_color_scheme_orange.woocommerce-page #respond input#submit.alt,
.et_color_scheme_orange.woocommerce-page a.button,
.et_color_scheme_orange.woocommerce-page a.button.alt,
.et_color_scheme_orange.woocommerce-page button.button,
.et_color_scheme_orange.woocommerce-page button.button.alt,
.et_color_scheme_orange.woocommerce-page button.button.alt.disabled,
.et_color_scheme_orange.woocommerce-page input.button,
.et_color_scheme_orange.woocommerce-page input.button.alt {
	background: #edb059 !important
}

.et_color_scheme_orange #et_search_icon:hover,
.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,
.et_color_scheme_orange #top-menu li.current-menu-item>a,
.et_color_scheme_orange .bottom-nav li.current-menu-item>a,
.et_color_scheme_orange .comment-reply-link,
.et_color_scheme_orange .entry-summary p.price ins,
.et_color_scheme_orange .et_overlay:before,
.et_color_scheme_orange .et_password_protected_form .et_submit_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_orange .et_pb_contact_submit,
.et_color_scheme_orange .et_pb_pricing li a,
.et_color_scheme_orange .et_pb_pricing_table_button,
.et_color_scheme_orange .et_pb_sum,
.et_color_scheme_orange .footer-widget h4,
.et_color_scheme_orange .form-submit .et_pb_button,
.et_color_scheme_orange .mobile_menu_bar:before,
.et_color_scheme_orange.woocommerce #content div.product p.price,
.et_color_scheme_orange.woocommerce #content div.product span.price,
.et_color_scheme_orange.woocommerce div.product p.price,
.et_color_scheme_orange.woocommerce div.product span.price,
.et_color_scheme_orange.woocommerce-page #content div.product p.price,
.et_color_scheme_orange.woocommerce-page #content div.product span.price,
.et_color_scheme_orange.woocommerce-page div.product p.price,
.et_color_scheme_orange.woocommerce-page div.product span.price {
	color: #edb059
}

.et_color_scheme_orange .woocommerce .star-rating span:before,
.et_color_scheme_orange .woocommerce-page .star-rating span:before {
	color: #edb059 !important
}

.et_color_scheme_orange .et-search-form,
.et_color_scheme_orange .et_mobile_menu,
.et_color_scheme_orange .et_pb_pricing li:before,
.et_color_scheme_orange .footer-widget li:before,
.et_color_scheme_orange .nav li ul {
	border-color: #edb059
}

.et_color_scheme_green .et-cart-info,
.et_color_scheme_green .et-pb-slider-arrows a,
.et_color_scheme_green .et-social-icon a:hover,
.et_color_scheme_green .et_audio_content a,
.et_color_scheme_green .et_link_content a,
.et_color_scheme_green .et_pb_more_button,
.et_color_scheme_green .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_promo_button,
.et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_orange .et-cart-info,
.et_color_scheme_orange .et-pb-slider-arrows a,
.et_color_scheme_orange .et-social-icon a:hover,
.et_color_scheme_orange .et_audio_content a,
.et_color_scheme_orange .et_link_content a,
.et_color_scheme_orange .et_pb_more_button,
.et_color_scheme_orange .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_promo_button,
.et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_pink .et-cart-info,
.et_color_scheme_pink .et-pb-slider-arrows a,
.et_color_scheme_pink .et-social-icon a:hover,
.et_color_scheme_pink .et_audio_content a,
.et_color_scheme_pink .et_link_content a,
.et_color_scheme_pink .et_pb_more_button,
.et_color_scheme_pink .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_promo_button,
.et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_red .et-cart-info,
.et_color_scheme_red .et-pb-slider-arrows a,
.et_color_scheme_red .et-social-icon a:hover,
.et_color_scheme_red .et_audio_content a,
.et_color_scheme_red .et_link_content a,
.et_color_scheme_red .et_pb_more_button,
.et_color_scheme_red .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_promo_button,
.et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a {
	color: inherit !important
}

ul.et_pb_side_nav,
ul.et_pb_side_nav * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul.et_pb_side_nav {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 50%;
	right: 0;
	width: 40px;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	background: rgba(0, 0, 0, .4)
}

ul.et_pb_side_nav li.side_nav_item {
	padding: 7px
}

ul.et_pb_side_nav .side_nav_item a {
	display: block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, .5);
	text-indent: -9999px
}

ul.et_pb_side_nav.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1)
}

ul.et_pb_side_nav .side_nav_item a.active {
	background-color: #fff !important
}

.et_pb_scroll_top.et-pb-icon {
	display: none;
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer
}

.et_pb_scroll_top:before {
	content: "2"
}

.et_pb_scroll_top.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_scroll_top.et-hidden {
	opacity: 0;
	-webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden .et-cart-info {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible #top-menu,
.et_pb_menu_visible .et-cart-info {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden .mobile_menu_bar {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible #top-menu,
.et_pb_menu_visible .mobile_menu_bar {
	z-index: 99;
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_no_animation #et_search_icon:before,
.et_pb_no_animation #top-menu,
.et_pb_no_animation .mobile_menu_bar,
.et_pb_no_animation.et_search_form_container {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.et_header_style_slide .et_slide_in_menu_container,
.et_header_style_slide .et_slide_in_menu_container #et-info span,
.et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a,
.et_header_style_slide .et_slide_in_menu_container a,
.et_header_style_slide .et_slide_in_menu_container input.et-search-field,
.et_header_style_slide .et_slide_menu_top span,
.et_header_style_slide .et_slide_menu_top ul.et-social-icons a {
	font-size: 14px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 14px
}

.mobile_menu_bar.et_pb_header_toggle {
	display: none;
	width: 32px;
	cursor: pointer
}

.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
	display: block
}

.et_header_style_fullscreen #et_top_search,
.et_header_style_fullscreen #top-header,
.et_header_style_fullscreen .et_slide_menu_top .clear,
.et_header_style_fullscreen div#et_mobile_nav_menu,
.et_header_style_slide #et_top_search,
.et_header_style_slide #top-header,
.et_header_style_slide div#et_mobile_nav_menu,
.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul {
	display: none !important
}

.et_header_style_fullscreen div#et_mobile_nav_menu,
.et_header_style_fullscreen.et_fullwidth_nav .et-search-form,
.et_header_style_slide div#et_mobile_nav_menu,
.et_header_style_slide.et_fullwidth_nav .et-search-form {
	right: 0 !important
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before,
.et_slide_menu_top button#searchsubmit_header:before,
.et_toggle_slide_menu:after {
	font-family: ETmodules;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	speak: none
}

.et_toggle_slide_menu:after,
.et_toggle_slide_menu:before {
	transition: all .7s
}

.et_toggle_slide_menu:before {
	opacity: 1
}

.et_toggle_slide_menu:after {
	left: -32px;
	opacity: 0;
	content: "\4d";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.et_pb_slide_menu_active .et_toggle_slide_menu:before {
	opacity: 0
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
	transition-delay: .3s
}

.et_header_style_fullscreen #top-menu-nav,
.et_header_style_slide #top-menu-nav,
.et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu,
.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu {
	display: none
}

.et_header_style_slide .et_slide_in_menu_container {
	width: 320px;
	max-width: 75%;
	padding-top: 0 !important
}

.et_slide_in_menu_container {
	overflow: auto;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -100%;
	height: 100%;
	background: #2ea3f2;
	-webkit-transition: right .8s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: right .8s cubic-bezier(.77, 0, .175, 1);
	transition: right .8s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .et_slide_in_menu_container {
	top: 32px
}

.et_slide_menu_top {
	padding: 40px;
	background: rgba(0, 0, 0, .1)
}

.et_header_style_slide #page-container {
	position: relative;
	left: 0
}

.et_header_style_slide #page-container {
	-webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
	-moz-transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
	transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important
}

.et_slide_menu_top span#et-info-email,
.et_slide_menu_top ul.et-social-icons {
	float: left
}

.et_slide_menu_top ul.et-social-icons li {
	margin-right: 10px;
	margin-left: 0
}

.et_slide_menu_top a.et-cart-info {
	float: right
}

.et_slide_menu_top:after {
	display: block;
	clear: both;
	content: ""
}

.et_slide_menu_top .et-search-form {
	clear: both;
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 35px;
	margin: 15px 0 0 0;
	padding: 5px !important;
	border-radius: 5px;
	background: rgba(0, 0, 0, .2) !important
}

.et_slide_menu_top input.et-search-field {
	left: 5px
}

.et_slide_menu_top button#searchsubmit_header {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 35px;
	border: none;
	background: 0 0;
	cursor: pointer
}

.et_slide_menu_top button#searchsubmit_header:before {
	position: absolute;
	top: 11px;
	left: 7px;
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	content: "\55"
}

.et_slide_menu_top span {
	font-weight: 600
}

.et_slide_menu_top div#et-info {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0
}

.et_slide_menu_top,
.et_slide_menu_top a,
.et_slide_menu_top input {
	color: rgba(255, 255, 255, .6)
}

.et_slide_in_menu_container ul#mobile_menu_slide {
	display: block !important;
	padding: 28px 40px;
	border: none;
	background: 0 0;
	box-shadow: none
}

.et_slide_in_menu_container #mobile_menu_slide li a,
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
	padding: 10px 0;
	border: none;
	color: #fff
}

.et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children {
	position: relative
}

.et_slide_in_menu_container span.et_mobile_menu_arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	width: auto;
	height: auto;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	display: block;
	z-index: 999;
	top: 10px;
	right: 13px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	content: "3"
}

.et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a {
	background: 0 0;
	font-weight: 400
}

.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
	font-weight: 700
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li {
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li {
	opacity: 1;
	-webkit-transition: 1s .1s cubic-bezier(.77, 0, .175, 1);
	transition: 1s .1s cubic-bezier(.77, 0, .175, 1)
}

.et_slide_in_menu_container .et_mobile_menu li a:hover {
	background: 0 0
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
	opacity: .6
}

.et_slide_in_menu_container #mobile_menu_slide li li a:hover {
	opacity: .4
}

.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
	font-size: 30px
}

.et_header_style_fullscreen .et_slide_in_menu_container,
.et_header_style_fullscreen .et_slide_in_menu_container #et-info span,
.et_header_style_fullscreen .et_slide_in_menu_container a,
.et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field,
.et_header_style_fullscreen .et_slide_menu_top span,
.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a {
	font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder {
	font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	font-size: 18px
}

.et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu {
	display: block
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container {
	padding-top: 0
}

.et_header_style_fullscreen .et_slide_in_menu_container {
	display: block !important;
	visibility: hidden;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0 !important;
	width: 100%;
	padding-top: 70px;
	opacity: 0;
	-webkit-transition: 1s ease-in-out, padding-top 0s;
	transition: 1s ease-in-out, padding-top 0s
}

.et-has-admin-bar .et_header_style_fullscreen .et_slide_in_menu_container {
	top: 32px
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
	visibility: visible;
	opacity: .95
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
	position: absolute;
	z-index: 999999;
	top: 34px;
	right: 30px;
	cursor: pointer
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
	content: "\4d"
}

.et_header_style_fullscreen .et_slide_menu_top {
	position: absolute;
	z-index: 99999;
	top: 0;
	width: 100%;
	padding: 35px;
	text-align: center
}

.et_header_style_fullscreen .et_pb_top_menu_inner {
	display: inline-block;
	position: relative
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before,
.et_header_style_fullscreen .et_slide_menu_top,
.et_header_style_fullscreen .et_slide_menu_top a,
.et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before {
	color: #fff
}

.et_header_style_fullscreen input::-moz-placeholder {
	color: #fff
}

.et_header_style_fullscreen input::-webkit-input-placeholder {
	color: #fff
}

.et_header_style_fullscreen input:-ms-input-placeholder {
	color: #fff
}

.et_header_style_fullscreen a.et-cart-info,
.et_header_style_fullscreen div#et-info,
.et_header_style_fullscreen ul.et-social-icons {
	margin-right: 30px
}

.et_header_style_fullscreen div#et-info {
	display: inline-block;
	float: left !important;
	width: auto;
	margin-top: 7px
}

.et_header_style_fullscreen div#et-info span {
	margin-right: 15px
}

.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
	display: inline-block;
	width: 140px !important;
	min-width: 140px;
	margin-top: 0 !important;
	margin-bottom: -10px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: 0 0 !important
}

.et_header_style_fullscreen a.et-cart-info {
	float: none !important
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons {
	display: inline-block;
	float: none !important
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li {
	margin-right: 0
}

.et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children {
	margin-right: -31px
}

.et_header_style_fullscreen ul#mobile_menu_slide {
	display: table-cell !important;
	position: relative;
	width: auto;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out
}

.et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu {
	visibility: visible;
	opacity: 1
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li {
	padding-left: 0 !important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
	display: inline-block;
	margin-right: 0
}

.et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow {
	position: relative;
	right: auto;
	padding-right: 10px
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
	position: relative;
	top: 0;
	right: 0
}

.et_pb_fullscreen_menu_animated .et_mobile_menu li {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li {
	opacity: 1
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29) {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s
}

.et_header_style_fullscreen .et-fixed-header #et-top-navigation,
.et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: 11px 0 !important
}

.et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value,
.et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep {
	font-size: 44px;
	line-height: 44px
}

.et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value,
.et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep {
	font-size: 32px;
	line-height: 32px
}

.et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep {
	font-size: 24px;
	line-height: 24px
}

.et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep {
	font-size: 20px;
	line-height: 20px
}

.et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep {
	font-size: 16px;
	line-height: 16px
}

@media all and (min-width:1405px) {

	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
		width: 315px !important
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: both !important
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 60px !important
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 0 !important
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: none !important
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item,
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item {
		width: 193px
	}
}

@media all and (min-width:1100px) and (max-width:1405px) {

	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
		width: 250px !important
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n) {
		margin-right: 0 !important
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.first {
		clear: none !important
	}

	.et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n+1) {
		clear: both !important;
		margin-right: 60px !important
	}
}

@media all and (min-width:981px) and (max-width:1405px) {
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
		width: 33.333%
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table {
		width: 50%
	}

	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table,
	.et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table {
		width: 100%;
		margin: 0 0 30px
	}

	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child,
	.et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
	.et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child,
	.et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
	.et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child {
		margin-bottom: 0
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1),
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1) {
		clear: none
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1),
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1) {
		clear: both
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3),
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4) {
		margin-top: 50px
	}

	.et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
	.et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4) {
		margin-top: 30px
	}

	.et_vertical_nav .et_pb_column_1_3 .et_pb_sum,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_sum {
		font-size: 40px
	}

	.et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top,
	.et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top {
		padding-bottom: 20px
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
		width: 100%
	}

	.et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n),
	.et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n) {
		margin-right: 0 !important
	}

	.et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1),
	.et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1) {
		clear: both !important;
		margin-right: 60px !important
	}

	.et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1),
	.et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1) {
		clear: none !important
	}

	.et_vertical_nav .et_pb_column_1_4 .et_audio_container {
		padding-bottom: 40px
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div {
		position: absolute
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container {
		height: 80px !important
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls {
		height: 100% !important
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button {
		z-index: 99;
		top: 0;
		left: 0
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
		top: 30px;
		left: 7px
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button {
		top: 26px;
		right: 60px
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider {
		display: block !important;
		position: absolute !important;
		top: 26px;
		right: 0
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total {
		display: block;
		position: relative !important;
		width: 100% !important
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
		width: 100% !important;
		padding-left: 30px !important
	}

	.et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
	.et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
		position: relative !important;
		width: 100% !important;
		margin-left: 0
	}
}

@media all and (min-width:981px) {

	.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container {
		height: 0;
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
	.et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,
	.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap {
		height: 0;
		padding: 0;
		opacity: 0
	}

	.et-animated-content#page-container {
		-webkit-transition: margin-top .4s ease-in-out;
		-moz-transition: margin-top .4s ease-in-out;
		transition: margin-top .4s ease-in-out
	}

	.et_hide_nav #page-container,
	.et_transparent_nav #page-container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 0
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
		clear: none
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n) {
		margin-right: 60px
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n) {
		margin-right: 0
	}

	.et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1),
	.et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
		clear: both
	}

	.et_header_style_split #logo {
		display: none
	}

	.et_vertical_nav.et_header_style_split #logo {
		display: block
	}

	.et_header_style_split .centered-inline-logo-wrap #logo {
		display: initial;
		-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_header_style_split.ie .centered-inline-logo-wrap #logo {
		display: inline
	}

	.et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap {
		width: 0
	}

	.et_fullwidth_nav .et-search-form,
	.et_fullwidth_nav .et_close_search_field {
		right: 30px
	}

	#main-header.et-fixed-header {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
		box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important
	}

	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		padding-top: 20px
	}

	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
	.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
		padding-bottom: 20px
	}

	.et_header_style_centered .et-fixed-header .et-search-form {
		top: 21px
	}

	.et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
		width: 54px;
		height: 54px;
		margin: -20px 0
	}

	.et_header_style_centered .et-fixed-header #et_search_icon:before {
		margin-top: 0
	}

	.et_hide_nav.et_fixed_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		opacity: 0
	}

	.et_hide_nav.et_fixed_nav .et-fixed-header#main-header,
	.et_hide_nav.et_fixed_nav .et-fixed-header#top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header {
		opacity: 1;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important
	}

	.et_hide_nav .centered-inline-logo-wrap,
	.et_hide_nav.et_fixed_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		transition-duration: .7s
	}

	.et_hide_nav #page-container {
		padding-top: 0 !important
	}

	.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul,
	.et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul,
	.et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		-moz-animation: fadeLeft .4s ease-in-out;
		-o-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out
	}

	.et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul,
	.et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation: Grow .4s ease-in-out;
		-moz-animation: Grow .8s ease-in-out;
		-o-animation: Grow .4s ease-in-out;
		animation: Grow .4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul,
	.et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul {
		-webkit-animation: flipInX .6s ease-in-out;
		-moz-animation: flipInX .6s ease-in-out;
		-o-animation: flipInX .6s ease-in-out;
		animation: flipInX .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul,
	.et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul {
		-webkit-animation: flipInY .6s ease-in-out;
		-moz-animation: flipInY .6s ease-in-out;
		-o-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_vertical_nav #et-main-area,
	.et_vertical_nav #top-header {
		position: relative;
		margin-left: 225px !important
	}

	.et_vertical_nav #top-header {
		z-index: 9999
	}

	.et_vertical_nav #page-container #main-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 225px;
		height: 100%;
		padding-top: 40px;
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
		box-shadow: 0 0 7px rgba(0, 0, 0, .1)
	}

	.et_vertical_nav #main-header .container {
		width: auto;
		margin: 0 40px
	}

	.et_vertical_nav #main-header #et-top-navigation,
	.et_vertical_nav #main-header #et_top_search,
	.et_vertical_nav #main-header #logo,
	.et_vertical_nav #main-header #top-menu,
	.et_vertical_nav #main-header #top-menu-nav {
		float: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_vertical_nav #main-header #logo {
		max-height: none;
		margin-bottom: 28px;
		padding: 0
	}

	.et_vertical_nav #main-header #top-menu li {
		display: block;
		padding-right: 0
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu>ul {
		top: 190px;
		left: 185px !important
	}

	.et_vertical_nav #main-header #top-menu li ul {
		top: -32px;
		left: 185px
	}

	.et_vertical_nav #main-header #top-menu li ul {
		border-top: none;
		border-left-width: 3px;
		border-left-style: solid
	}

	.et_vertical_nav #main-header #top-menu li ul ul {
		top: -20px;
		left: 237px;
		border-left-width: 0
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu ul {
		top: -32px;
		left: auto
	}

	.et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
		top: auto
	}

	.et_vertical_nav #main-header #top-menu>li>a {
		margin-right: -40px;
		padding-right: 40px;
		padding-bottom: 19px
	}

	.et_vertical_nav #main-header #top-menu>li>a:after {
		right: 20px
	}

	.et_vertical_nav.et_boxed_layout #page-container #main-header {
		left: auto;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_vertical_nav.et_header_style_centered #main-header #top-menu-nav,
	.et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
		width: 100%
	}

	.et_vertical_nav.et_vertical_right #et-main-area,
	.et_vertical_nav.et_vertical_right #top-header {
		margin-right: 225px;
		margin-left: 0 !important
	}

	.et_vertical_nav.et_vertical_right #page-container #main-header {
		right: 0;
		left: auto !important
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul {
		right: 185px !important;
		left: auto !important
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
		right: 185px;
		left: auto;
		border-right-width: 3px;
		border-right-style: solid;
		border-left: 0
	}

	.et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul {
		border-right-width: 0
	}

	.et_vertical_nav input.et-search-field {
		left: 0 !important
	}

	.et_vertical_nav #et_search_icon:before {
		top: -3px
	}

	.et_vertical_nav #et-top-navigation .et-cart-info {
		display: block;
		float: none
	}

	.et_vertical_nav .container.et_search_form_container {
		position: relative;
		right: 0 !important;
		height: 40px !important
	}

	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-size: 14px !important
	}

	.et_vertical_nav .container.et_search_form_container div#et_top_search {
		height: 30px
	}

	.et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul,
	.et_vertical_nav .et_pb_menu_hidden .et-cart-info,
	.et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul,
	.et_vertical_nav .et_pb_menu_visible .et-cart-info {
		opacity: 1 !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important
	}

	.et_vertical_nav div#et_top_search {
		width: 100%
	}

	.et_vertical_nav .et_pb_menu_hidden #et_top_search {
		opacity: 0;
		-webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_vertical_nav .et_pb_menu_visible #et_top_search {
		opacity: 1;
		-webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
		right: 0;
		opacity: 1;
		-webkit-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeInLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_vertical_nav .et_pb_search_form_hidden {
		opacity: 0;
		-webkit-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeOutLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_vertical_nav div#et_top_search {
		height: 30px;
		margin-top: 20px
	}

	.et_vertical_nav .container.et_search_form_container {
		margin-top: -45px !important
	}

	.et_vertical_nav span.et_close_search_field:after {
		font-size: 16px
	}

	.et_vertical_nav span.et_close_search_field {
		width: 13px;
		height: 18px
	}

	.et_vertical_nav .et-search-form input {
		width: 90%
	}

	.et_vertical_nav .container.et_search_form_container .et-search-form input {
		font-style: normal !important;
		text-decoration: none !important
	}

	.et_vertical_nav .et_search_form_container input::-moz-placeholder {
		font-style: normal !important;
		text-decoration: none !important
	}

	.et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important
	}

	.et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
		font-style: normal !important;
		text-decoration: none !important
	}

	.et_vertical_nav .et_search_outer {
		overflow: visible;
		position: relative
	}

	.et_vertical_nav.et_header_style_centered #main-header .et-search-form {
		left: 0
	}

	.et_vertical_nav.et_header_style_centered #et_search_icon:before {
		left: 50%;
		margin-left: -5px
	}

	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: block !important;
		margin: 16px auto 0
	}

	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container {
		z-index: 1
	}

	.et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible {
		z-index: 999
	}

	.et_vertical_nav.et_header_style_split #et_search_icon:before {
		margin-top: 0
	}

	.archive.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
	.archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
	.et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
	.et_pb_row .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
	.et_pb_row .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
	.single.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
	.single.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n) {
		margin-right: 0
	}

	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
	.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1),
	.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
		clear: both
	}

	.et_fullwidth_nav #main-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px
	}

	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
		padding-left: 0
	}

	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
		padding-left: 30px
	}

	.et_fullwidth_secondary_nav #top-header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px
	}

	#sidebar {
		float: left;
		width: 20.875%
	}

	#left-area {
		width: 79.125%;
		padding-bottom: 23px
	}

	#main-content .container:before {
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #e2e2e2;
		content: ""
	}

	.et_full_width_page #left-area,
	.et_no_sidebar #left-area {
		float: none;
		width: 100% !important
	}

	.et_full_width_page #left-area {
		padding-bottom: 0
	}

	.et_no_sidebar #main-content .container:before {
		display: none
	}

	.et_full_width_portfolio_page #left-area {
		float: left;
		width: 70% !important;
		margin-right: 9%
	}

	.et_right_sidebar #left-area {
		float: left;
		padding-right: 5.5%
	}

	.et_right_sidebar #sidebar {
		padding-left: 30px
	}

	.et_right_sidebar #main-content .container:before {
		right: 20.875% !important
	}

	.et_left_sidebar #left-area {
		float: right;
		padding-left: 5.5%
	}

	.et_left_sidebar #sidebar {
		padding-right: 30px
	}

	.et_left_sidebar #main-content .container:before {
		left: 20.875% !important
	}

	.et_pb_gutter.et_pb_gutters4 #left-area {
		width: 81%
	}

	.et_pb_gutter.et_pb_gutters2 #left-area {
		width: 77.25%
	}

	.et_pb_gutter.et_pb_gutters1 #left-area {
		width: 75%
	}

	.et_pb_gutter.et_pb_gutters4 #sidebar {
		width: 19%
	}

	.et_pb_gutter.et_pb_gutters2 #sidebar {
		width: 22.75%
	}

	.et_pb_gutter.et_pb_gutters1 #sidebar {
		width: 25%
	}

	.et_pb_gutters4.et_right_sidebar #left-area {
		padding-right: 8%
	}

	.et_pb_gutters4.et_left_sidebar #left-area {
		padding-left: 8%
	}

	.et_pb_gutters2.et_right_sidebar #left-area {
		padding-right: 3%
	}

	.et_pb_gutters2.et_left_sidebar #left-area {
		padding-left: 3%
	}

	.et_pb_gutters1.et_right_sidebar #left-area {
		padding-right: 0
	}

	.et_pb_gutters1.et_left_sidebar #left-area {
		padding-left: 0
	}

	.et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before {
		right: 19% !important
	}

	.et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
		left: 19% !important
	}

	.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
		right: 22.75% !important
	}

	.et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
		left: 22.75% !important
	}

	.et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
		right: 25% !important
	}

	.et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
		left: 25% !important
	}

	.et_vertical_nav.et_vertical_fixed #page-container #main-header {
		position: fixed
	}

	.et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation,
	.et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation {
		padding-top: 33px
	}

	.et_header_style_fullscreen #et-top-navigation,
	.et_header_style_slide #et-top-navigation {
		padding: 24px 0 24px 0 !important
	}

	.et_header_style_fullscreen #et-top-navigation .et_toggle_fullscreen_menu,
	.et_header_style_slide #et-top-navigation .et_toggle_slide_menu {
		padding-bottom: 0
	}

	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0;
		-webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s ease-in-out, opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
		-moz-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
		transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out
	}

	.et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header {
		left: auto
	}

	.et_header_style_fullscreen div#et-info {
		margin-top: 0
	}
}

@media all and (min-width:981px) and (max-width:1100px) {
	.et_vertical_nav.et_right_sidebar #main-content .container:before {
		right: 195px
	}

	.et_vertical_nav.et_left_sidebar #main-content .container:before {
		left: 195px
	}

	.et_vertical_nav #top-menu li.mega-menu>ul {
		width: 675px !important
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 65px;
		line-height: 65px
	}

	.et_vertical_nav .et_pb_column_3_4 .mejs-container,
	.et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
		height: 60px !important
	}

	.et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
		font-size: 55px;
		line-height: 55px
	}

	.et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
	.et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
		width: 215px !important
	}

	.et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
		display: block;
		width: 119px !important
	}

	#sidebar .et_pb_widget {
		margin-left: 0
	}

	.et_left_sidebar #sidebar .et_pb_widget {
		margin-right: 0
	}
}

@media all and (max-width:980px) {
	.et_hide_mobile_logo #main-header .logo_container {
		display: none;
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

	#page-container,
	.et_fixed_nav.et_show_nav #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 80px
	}

	.et-tb #page-container,
	.et-tb-has-header #page-container,
	.et_fixed_nav.et_show_nav.et-tb #page-container,
	.et_fixed_nav.et_show_nav.et-tb-has-header #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header #page-container {
		padding-top: 0 !important
	}

	.et_non_fixed_nav #page-container {
		padding-top: 0
	}

	.et_fixed_nav.et_show_nav.et_header_style_centered #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
		padding-top: 136px
	}

	#left-area,
	#sidebar {
		width: 100% !important
	}

	.et_left_sidebar #left-area,
	.et_left_sidebar #sidebar,
	.et_right_sidebar #left-area,
	.et_right_sidebar #sidebar {
		float: none;
		width: auto;
		padding-right: 0;
		padding-left: 0
	}

	.et_right_sidebar #left-area {
		margin-right: 0
	}

	.et_right_sidebar #sidebar {
		margin-left: 0;
		border-left: none
	}

	.et_left_sidebar #left-area {
		margin-left: 0
	}

	.et_left_sidebar #sidebar {
		margin-right: 0;
		border-right: none
	}

	#main-content .container:before {
		display: none !important
	}

	.et_full_width_page .et_gallery_item:nth-child(4n+1),
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
		clear: none
	}

	.footer-widget:nth-child(n) {
		width: 46.25% !important;
		margin: 0 7.5% 7.5% 0 !important
	}

	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 16.21%
	}

	.et_pb_gutters1 .footer-widget:nth-child(n) {
		width: 50% !important;
		margin: 0 !important
	}

	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
		margin-bottom: 0
	}

	#footer-widgets {
		padding: 8% 0
	}

	#footer-widgets .footer-widget:nth-child(2n) {
		margin-right: 0 !important
	}

	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 0 !important
	}

	.bottom-nav {
		text-align: center
	}

	.woocommerce .cart-collaterals>div,
	.woocommerce .cart-collaterals>form {
		float: none !important;
		width: 100% !important
	}

	.shop_table .coupon {
		margin-bottom: 25px !important
	}

	.checkout .col-1,
	.checkout .col-2,
	.checkout .form-row {
		float: none !important;
		width: auto !important
	}

	.checkout .col-1,
	.checkout .col-2 {
		margin-bottom: 25px !important
	}

	#main-header,
	#top-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	#top-menu {
		display: none
	}

	.et_hide_nav.et_fixed_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
		opacity: 1;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important
	}

	.et_header_style_centered #main-header {
		padding: 20px 0
	}

	.et_header_style_centered nav#top-menu-nav {
		display: none
	}

	.et_header_style_split #main-header {
		padding: 20px 0
	}

	.et_header_style_split #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 0
	}

	#et-top-navigation {
		margin-right: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header,
	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header {
		position: absolute
	}

	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 24px
	}

	.et_fixed_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #main-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_vertical_nav.et_left_sidebar #left-area,
	.et_vertical_nav.et_right_sidebar #left-area {
		width: auto
	}

	#et-secondary-menu,
	#et-secondary-nav {
		display: none !important
	}

	.et_fixed_nav_temp #main-header,
	.et_non_fixed_nav.et_transparent_nav_temp #main-header,
	.et_secondary_nav_only_menu #main-header {
		top: 0 !important
	}

	.et_secondary_nav_only_menu #top-header {
		display: none
	}

	#top-header .container {
		padding-top: 0
	}

	#et-info {
		padding-top: .75em
	}

	#logo,
	#main-header,
	.container,
	.logo_container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}

	.et_header_style_centered #logo {
		max-height: 60px
	}

	.et_header_style_centered header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0
	}

	.et_header_style_split header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0
	}

	.et_header_style_split #logo {
		max-height: 60px
	}

	.et_vertical_nav span.logo_helper {
		display: inline-block
	}

	.et_vertical_nav.et_header_style_left .logo_container {
		position: absolute;
		height: 100%
	}

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 50%
	}

	#et_top_search {
		float: left;
		margin: 0 35px 0 0
	}

	#et_search_icon:before {
		top: 7px
	}

	.et_header_style_centered #et_top_search,
	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: none !important
	}

	.et_header_style_centered .et_search_outer,
	.et_header_style_split .et_search_outer {
		display: none
	}

	.et_header_style_split #et_top_search,
	.et_vertical_nav.et_header_style_split #main-header #et_top_search {
		display: none !important
	}

	.et_header_style_left .et-search-form,
	.et_header_style_split .et-search-form {
		width: 50% !important;
		max-width: 50% !important
	}

	.et_header_style_slide .et_slide_in_menu_container .et-search-form {
		width: 100% !important;
		max-width: 100% !important
	}

	#footer-info,
	.et-social-icons {
		float: none;
		text-align: center
	}

	.et-social-icons {
		margin: 0 0 5px
	}

	#top-header .et-social-icons {
		margin-bottom: 0
	}

	.et_header_style_centered #et-top-navigation .et-cart-info {
		display: none
	}

	#et-top-navigation .et-cart-info {
		margin-top: 5px
	}

	.et_vertical_nav #et-top-navigation .et-cart-info {
		margin-left: -38px
	}

	#et_mobile_nav_menu {
		display: block
	}

	.et_header_style_centered .et_menu_container .mobile_menu_bar,
	.et_header_style_split .et_menu_container .mobile_menu_bar {
		opacity: 1
	}

	.et_header_style_centered #et_mobile_nav_menu {
		float: none;
		position: relative;
		margin-top: 20px
	}

	.et_header_style_centered #main-header .mobile_nav {
		display: block;
		padding: 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .05);
		text-align: left
	}

	.et_header_style_centered .mobile_nav .select_page,
	.et_header_style_split .mobile_nav .select_page {
		display: inline-block;
		color: #666;
		font-size: 14px
	}

	.et_header_style_centered .et_menu_container .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px
	}

	.et_header_style_centered .et_mobile_menu {
		top: 53px
	}

	.et_header_style_split #et_mobile_nav_menu {
		display: block;
		float: none;
		position: relative;
		margin-top: 20px
	}

	.et_header_style_split nav#top-menu-nav {
		display: none
	}

	.et_header_style_split #main-header .mobile_nav {
		display: block;
		padding: 9px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .05);
		text-align: left
	}

	.et_header_style_split .et_menu_container .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px
	}

	.et_header_style_split .et_mobile_menu {
		top: 53px
	}

	body.admin-bar.et_vertical_nav #main-header {
		top: 0 !important
	}

	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header,
	.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 32px !important
	}

	body.admin-bar.et_fixed_nav.et_header_style_slide #main-header {
		top: 0 !important
	}

	.et_fixed_nav.et_header_style_slide #main-header {
		left: 0 !important
	}

	.et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header {
		width: 100%
	}
}

@media screen and (max-width:782px) {

	body.admin-bar.et_fixed_nav #main-header,
	body.admin-bar.et_fixed_nav #top-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
		top: 46px
	}

	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header,
	.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
		top: 46px !important
	}

	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
		top: 80px
	}

	body.admin-bar.et_header_style_slide .et_slide_in_menu_container {
		top: 46px
	}
}

@media all and (max-width:768px) {

	#main-content table.cart td,
	#main-content table.cart th,
	#main-content table.cart tr,
	.woocommerce-cart #content-area table td,
	.woocommerce-cart #content-area table th,
	.woocommerce-cart #content-area table tr,
	table.cart td,
	table.cart th,
	table.cart tr {
		max-width: 100%
	}

	#content-area table tr,
	#main-content table.cart tr,
	table.cart tr {
		padding: 0
	}

	.woocommerce .cart_item .quantity {
		width: auto
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 50%;
		margin-right: 0
	}

	.woocommerce-cart table.cart td.actions .button[name=update_cart] {
		width: 100%
	}
}

@media all and (max-width:767px) {

	#footer-widgets .footer-widget,
	.et_pb_gutters1 #footer-widgets .footer-widget {
		width: 100% !important;
		margin-right: 0 !important
	}

	#footer-widgets .footer-widget .fwidget,
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 9.5% !important
	}

	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget,
	.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 0 !important
	}

	#footer-widgets {
		padding: 10% 0
	}

	#footer-widgets .footer-widget .fwidget:last-child {
		margin-bottom: 0 !important
	}

	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0 !important
	}

	.comment-body {
		padding: 0 0 0 100px
	}

	.comment-reply-link {
		top: auto !important;
		bottom: -40px
	}

	#commentform input[type=email],
	#commentform input[type=text],
	#commentform input[type=url] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}

	.comment .children {
		margin-left: 0
	}

	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		display: block !important;
		border-bottom: 1px solid #e0dadf !important
	}

	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block !important
	}

	.woocommerce .form-row {
		float: none !important;
		width: auto !important
	}

	body.admin-bar.et_fixed_nav #main-header,
	body.admin-bar.et_fixed_nav #top-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
		top: 46px
	}

	body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header,
	body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
		top: 104px
	}

	#et-info .et-social-icons {
		display: none
	}

	#et-secondary-menu .et_duplicate_social_icons {
		display: inline-block
	}

	#et-top-navigation {
		margin-right: 0
	}

	body.et_fixed_nav.et_secondary_nav_two_panels #main-header,
	body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
		top: 58px
	}

	#et-info,
	#et-secondary-menu {
		display: block;
		float: none;
		text-align: center
	}

	.et_secondary_nav_two_panels #et-secondary-menu {
		margin-top: 12px
	}

	#top-header .et-cart-info {
		margin-left: 0
	}

	.et_header_style_fullscreen div#et-info {
		float: none !important;
		position: relative;
		margin-top: 15px
	}

	.et_header_style_fullscreen #et-info a {
		display: inline-block;
		line-height: 0
	}

	.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.et_header_style_fullscreen .et_slide_in_menu_container {
		padding-top: 140px
	}

	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 28px
	}

	.et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
		display: none !important
	}
}

@media all and (max-width:479px) {
	#et-top-navigation {
		margin-right: 0
	}

	#footer-widgets .footer-widget:nth-child(n),
	.footer-widget .fwidget {
		margin-bottom: 11.5% !important
	}

	#footer-widgets .footer-widget.last {
		margin-bottom: 0 !important
	}

	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget,
	.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 0 !important
	}

	#footer-widgets {
		padding: 12% 0
	}

	#content table.cart td,
	#content table.cart th,
	#content table.cart tr,
	table.cart td,
	table.cart th,
	table.cart tr {
		padding: .857em .287em !important
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 10px
	}

	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%
	}
}

@media print {

	#main-header,
	#top-header {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	#page-container {
		padding-top: 0 !important
	}

	#respond {
		display: none
	}
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child,
.et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
	margin-right: 0
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5),
.et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child,
.et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4) {
	display: none
}

@font-face {
	font-display: swap;
	font-family: ETmodules;
	src: url(../../../themes/Divi/core/admin/fonts/modules.eot);
	src: url(../../../themes/Divi/core/admin/fonts/modules.eot@) format("embedded-opentype"), url(../../../themes/Divi/core/admin/fonts/modules.ttf) format("truetype"), url(../../../themes/Divi/core/admin/fonts/modules.woff) format("woff"), url(../../../themes/Divi/core/admin/fonts/modules.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

#wp-admin-bar-et-use-visual-builder a:before {
	width: 28px;
	margin-top: -3px;
	color: #974df3 !important;
	font-family: ETmodules !important;
	font-size: 30px !important;
	content: "\e625"
}

#wp-admin-bar-et-use-visual-builder:hover a:before {
	color: #fff !important
}

#wp-admin-bar-et-use-visual-builder a:hover,
#wp-admin-bar-et-use-visual-builder:hover a {
	color: #fff !important;
	background-color: #7e3bd0 !important;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	transition: background-color .5s ease
}

* html .clearfix {
	zoom: 1
}

.iphone .et_pb_contact_form input,
.iphone .et_pb_contact_form select,
.iphone .et_pb_contact_form textarea {
	-webkit-appearance: initial
}

.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

.chrome.parallax-map-support .et_pb_map {
	transform: inherit !important
}

.ie .et_pb_divider {
	overflow: visible
}

.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left,
.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right {
	height: 100px
}

.ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	float: none
}

.et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
	opacity: 1
}

.gecko .et_pb_newsletter .et_pb_newsletter_field {
	margin-bottom: 1vw
}

.safari .et_pb_gallery_grid .et_pb_gallery_image {
	overflow: visible
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
	opacity: 0 !important
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
	opacity: 0 !important
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
	left: -10px;
	opacity: 1
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
	right: -10px;
	opacity: 1
}

.et_mobile_device .et-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

.et_mobile_device .et-pb-arrow-next {
	right: 22px;
	opacity: 1
}

.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: scroll
}

@media all and (max-width:767px) {
	.et_mobile_device .et-pb-arrow-prev {
		left: 0;
		opacity: 1
	}

	.et_mobile_device .et-pb-arrow-next {
		right: 0;
		opacity: 1
	}
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
	border-right: none
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
	border-left: none
}

.logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description {
	width: 100%;
	padding: 0
}

.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p {
	font-size: 20px;
	line-height: 20px
}

.et-fb.et-db #et-boc .et-l .et_pb_number_counter {
	opacity: 1
}

.et_full_width_page .et_gallery_item {
	float: left;
	width: 20.875%;
	margin: 0 5.5% 5.5% 0
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
	margin-right: 5.5%
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
	clear: none
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
	margin-right: 0
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
	clear: both
}

.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title {
	padding-top: 0
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
	padding-top: 6%
}

.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0
}

.single .et_pb_fullwidth_section .et_pb_title_featured_container {
	width: 100%;
	max-width: 100%;
	padding-top: 0
}

.et-social-facebook a.icon:before {
	content: "\e093"
}

.et-social-twitter a.icon:before {
	content: "\e094"
}

.et-social-google-plus a.icon:before {
	content: "\e096"
}

.et-social-pinterest a.icon:before {
	content: "\e095"
}

.et-social-linkedin a.icon:before {
	content: "\e09d"
}

.et-social-tumblr a.icon:before {
	content: "\e097"
}

.et-social-instagram a.icon:before {
	content: "\e09a"
}

.et-social-skype a.icon:before {
	content: "\e0a2"
}

.et-social-flikr a.icon:before {
	content: "\e0a6"
}

.et-social-myspace a.icon:before {
	content: "\e0a1"
}

.et-social-dribbble a.icon:before {
	content: "\e09b"
}

.et-social-youtube a.icon:before {
	content: "\e0a3"
}

.et-social-vimeo a.icon:before {
	content: "\e09c"
}

.et-social-rss a.icon:before {
	content: "\e09e"
}

.single-project #comment-wrap {
	padding-top: 0
}

.rtl .et_pb_blog_grid .column {
	float: right
}

.rtl .et_pb_contact p input[type=checkbox]+label i,
.rtl .et_pb_contact p input[type=radio]+label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	margin-right: 0;
	margin-left: 6px
}

.rtl .et_pb_contact_select {
	padding: 16px 16px 16px 20px
}

.rtl .et_pb_contact_field[data-type=select]:after {
	right: auto;
	left: 42px
}

.woocommerce-page #content input.button:hover .et_pb_widget li a:hover {
	color: #2ea3f2
}

.woocommerce.et_pb_pagebuilder_layout div.product div.summary {
	margin-bottom: 0
}

@media all and (min-width:981px) {
	.woocommerce-page:not(.et-tb-has-template) ul.products li.product {
		clear: none
	}
}

@media all and (min-width:768px) and (max-width:980px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: left !important;
		clear: none;
		width: 28.333% !important;
		margin: 0 7.5% 7.5% 0 !important
	}

	.woocommerce-page ul.products li.product:nth-child(3n) {
		margin-right: 0 !important
	}

	.woocommerce-page ul.products li.product:nth-child(3n+1) {
		clear: both
	}
}

@media all and (max-width:767px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		clear: none;
		width: 45.25% !important;
		margin: 0 9.5% 9.5% 0 !important
	}

	.woocommerce-page ul.products li.product:nth-child(2n) {
		margin-right: 0 !important
	}

	.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: both
	}
}

@media all and (max-width:479px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 100% !important;
		margin: 0 0 11.5% 0 !important
	}
}

.ai1ec-single-event:after {
	display: table;
	clear: both;
	content: " "
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot {
	z-index: 3
}

.et_pb_pagebuilder_layout .rfq_form_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " "
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_social_icon a.icon:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
.woocommerce #content input.button.alt:after,
.woocommerce #content input.button:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce button.button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce input.button.alt:after,
.woocommerce input.button:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page #content input.button:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce-page #respond input#submit:after,
.woocommerce-page a.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce-page button.button.alt:after,
.woocommerce-page button.button:after,
.woocommerce-page input.button.alt:after,
.woocommerce-page input.button:after,
a.et_pb_more_button:after {
	text-shadow: 0 0;
	font-family: ETmodules !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none
}

.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after {
	content: attr(data-icon)
}

.et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
	content: attr(data-icon) !important
}

.et-pb-icon {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 96px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: attr(data-icon);
	speak: none
}

.nav li li {
	margin: 0;
	padding: 0 20px
}

.et-menu li li a {
	width: 200px;
	padding: 6px 20px
}

.nav li {
	position: relative;
	line-height: 1em
}

.nav li li {
	position: relative;
	line-height: 2em
}

.nav li ul {
	position: absolute;
	padding: 20px 0
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 240px;
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.nav li ul {
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0)
}

.nav li.et-hover>ul {
	visibility: visible
}

.nav li.et-touch-hover>ul,
.nav li:hover>ul {
	visibility: visible;
	opacity: 1
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px
}

.nav li.et-reverse-direction-nav li ul {
	right: 240px;
	left: auto
}

.nav li:hover {
	visibility: inherit
}

.et_mobile_menu li a,
.nav li li a {
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	opacity: .7;
	background-color: rgba(0, 0, 0, .03)
}

.et-dropdown-removing>ul {
	display: none
}

.mega-menu .et-dropdown-removing>ul {
	display: block
}

.et-menu .menu-item-has-children>a:first-child:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 800;
	content: "3"
}

.et-menu .menu-item-has-children>a:first-child {
	padding-right: 20px
}

.et-menu li li.menu-item-has-children>a:first-child:after {
	top: 6px;
	right: 20px
}

.et-menu-nav li.mega-menu {
	position: inherit
}

.et-menu-nav li.mega-menu>ul {
	position: absolute !important;
	left: 0 !important;
	width: 100%;
	padding: 30px 20px
}

.et-menu-nav li.mega-menu ul li {
	display: block !important;
	float: left !important;
	margin: 0;
	padding: 0 !important
}

.et-menu-nav li.mega-menu li>ul {
	position: relative;
	top: auto;
	left: auto;
	width: 240px !important;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important
}

.et-menu-nav li.mega-menu li ul {
	display: none;
	visibility: visible;
	opacity: 1
}

.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
	display: block
}

.et-menu-nav li.mega-menu:hover>ul {
	visibility: visible !important;
	opacity: 1 !important
}

.et-menu-nav li.mega-menu>ul>li>a:first-child {
	padding-top: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	font-weight: 700
}

.et-menu-nav li.mega-menu>ul>li>a:first-child:hover {
	background-color: transparent !important
}

.et-menu-nav li.mega-menu li>a {
	width: 200px !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li li,
.et-menu-nav li.mega-menu.mega-menu-parent li>a {
	width: 100% !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
	float: left;
	width: 100% !important
}

.et-menu-nav li.mega-menu>ul>li {
	width: 25%;
	margin: 0
}

.et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
	width: 33.33%
}

.et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
	width: 50%
}

.et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
	width: 100%
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after {
	display: none
}

.et_fullwidth_nav #top-menu li.mega-menu>ul {
	right: 30px !important;
	left: 30px !important;
	width: auto
}

.et_mobile_menu {
	display: none;
	visibility: visible;
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 5%;
	border-top: 3px solid #2ea3f2;
	opacity: 1;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
	display: block !important;
	visibility: visible !important;
	padding-left: 10px
}

.et_mobile_menu li li {
	padding-left: 5%
}

.et_mobile_menu li a {
	display: block;
	padding: 10px 5%;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	color: #666
}

.et_mobile_menu .menu-item-has-children>a {
	background-color: rgba(0, 0, 0, .03);
	font-weight: 700
}

.et_mobile_menu li .menu-item-has-children>a {
	background-color: transparent
}

.et_mobile_nav_menu {
	display: none;
	float: right
}

.mobile_menu_bar {
	display: block;
	position: relative;
	line-height: 0
}

.mobile_menu_bar:before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 32px;
	content: "\61";
	cursor: pointer
}

.et_pb_module .mobile_menu_bar:before {
	top: 2px
}

.mobile_nav .select_page {
	display: none
}

.et_pb_widget {
	float: left;
	max-width: 100%
}

.et_pb_widget a {
	color: #666;
	text-decoration: none
}

.et_pb_widget li a:hover {
	color: #82c0c7
}

.et_pb_widget ul li {
	margin-bottom: .5em
}

.et_pb_widget ul li ul li {
	margin-left: 15px
}

.et_pb_widget select {
	width: 100%;
	height: 28px;
	padding: 0 5px
}

.et_pb_widget_area .et_pb_widget a {
	color: inherit
}

.et_pb_bg_layout_light .et_pb_widget li a {
	color: #666
}

.et_pb_bg_layout_dark .et_pb_widget li a {
	color: inherit
}

#et-ajax-saving {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 50px;
	background: #fff;
	box-shadow: rgba(0, 139, 219, .247059) 0 0 60px;
	text-align: center;
	transition: background .3s, box-shadow .3s
}

#et-ajax-saving img {
	margin: 9px
}

.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-safe-mode-indicator:hover {
	position: fixed;
	z-index: 999999;
	right: 30px;
	bottom: 30px;
	padding: 12px;
	border-radius: 3px;
	color: #fff;
	background: #29c4a9;
	box-shadow: 0 5px 10px rgba(41, 196, 169, .15);
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 16px;
	text-decoration: none
}

.et_pb_button {
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.et_pb_button_inner {
	position: relative
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
	padding: .3em 2em .3em .7em;
	border: 2px solid transparent
}

.et_pb_button:hover {
	background-color: rgba(255, 255, 255, .2)
}

.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover,
.et_pb_pricing_table_button:hover {
	background-color: rgba(0, 0, 0, .05)
}

.et_pb_button:after,
.et_pb_button:before {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	text-shadow: none;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	font-variant: none;
	line-height: 1em;
	text-transform: none;
	content: "\35";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
	transition: none !important
}

.et_pb_button:before {
	display: none
}

.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after,
.et_pb_promo_button:hover:after {
	margin-left: 0;
	opacity: 1
}

.et_pb_contact_reset:hover {
	padding: .3em 1em
}

.et_subscribe_loader {
	display: none;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	background: url(../../../themes/Divi/includes/builder/styles/images/subscribe-loader.gif)
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
	visibility: hidden
}

.woocommerce .media-frame .media-frame-toolbar button.button,
.woocommerce-page .media-frame .media-frame-toolbar button.button {
	float: left
}

.woocommerce .media-frame button.button,
.woocommerce-page .media-frame button.button {
	margin-top: 15px;
	margin-left: 10px;
	padding: 0 12px 2px !important;
	border-width: 1px;
	border-color: #ccc;
	color: #555;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #ccc;
	font-size: 13px;
	font-weight: 400;
	vertical-align: top;
	text-decoration: none
}

.woocommerce .media-frame button.button:after,
.woocommerce-page .media-frame button.button:after {
	content: ""
}

.woocommerce .media-frame button.button-primary,
.woocommerce-page .media-frame button.button-primary {
	border-color: #0073aa #006799 #006799;
	color: #fff;
	background: #0085ba;
	box-shadow: 0 1px 0 #006799;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799
}

.woocommerce .media-frame button.button-primary:hover,
.woocommerce-page .media-frame button.button-primary:hover {
	background: #008ec2
}

.woocommerce .media-frame button.button-primary:active,
.woocommerce-page .media-frame button.button-primary:active {
	background: #0073aa;
	box-shadow: inset 0 2px 0 #006799
}

.woocommerce .media-frame button.button-hero,
.woocommerce-page .media-frame button.button-hero {
	height: 46px !important;
	padding: 0 36px !important;
	font-size: 14px;
	line-height: 44px
}

.woocommerce .media-frame button.button-hero:hover,
.woocommerce-page .media-frame button.button-hero:hover {
	border-color: #999;
	color: #23282d;
	background: #fafafa
}

.woocommerce .media-frame button.button-hero:active,
.woocommerce-page .media-frame button.button-hero:active {
	border-color: #999;
	outline: 2px solid transparent;
	outline-offset: 0;
	background: #eee;
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
	transform: translateY(1px)
}

#comment-wrap {
	padding-top: 75px
}

.comment-body {
	position: relative;
	min-height: 87px;
	margin-bottom: 48px;
	padding: 0 110px 0 100px
}

.comment_avatar {
	position: absolute;
	top: 7px;
	left: 0
}

.comment_avatar img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto
}

.comment_postinfo {
	margin-bottom: 8px
}

span.fn,
span.fn a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none
}

span.comment_date {
	color: #000;
	font-size: 14px;
	font-weight: 300
}

.comment_area .comment-reply-link {
	display: block;
	position: absolute;
	top: 7px;
	right: 0
}

.comment-reply-link:hover,
.form-submit:hover {
	text-decoration: none
}

.comment .children {
	margin-left: 100px;
	padding-left: 0 !important
}

#comment-wrap li.comment.depth-5 article {
	padding-right: 0
}

.comment #respond {
	margin: -30px 0 0
}

#respond {
	padding-top: 17px
}

#commentform {
	padding-bottom: 50px
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
	width: 47%
}

#commentform textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
	padding: 12px;
	border-width: 0;
	color: #999;
	background-color: #eee;
	font-size: 18px;
	line-height: 1em
}

.form-submit {
	text-align: right
}

.form-submit .et_pb_button {
	display: inline-block;
	cursor: pointer
}

#reply-title small {
	display: block;
	font-size: 14px;
	font-weight: 400
}

@media all and (max-width:767px) {
	#comment-wrap li.comment article {
		padding-right: 0
	}

	.comment-body {
		padding: 0 0 0 100px
	}

	.comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px
	}

	#commentform input[type=email],
	#commentform input[type=text],
	#commentform input[type=url] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}

	.comment .children {
		margin-left: 50px
	}
}

@media all and (max-width:479px) {
	.comment_avatar img {
		max-width: 50%
	}

	.comment-body {
		padding: 0 0 0 50px
	}

	.comment .children {
		margin-left: 25px
	}

	a.comment-reply-link.et_pb_button {
		font-size: 15px
	}

	a.comment-reply-link.et_pb_button:after {
		font-size: 25px
	}
}

@media all and (min-width:981px) {

	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%
	}

	.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
	.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 20.875%;
		margin-right: 5.5%;
		margin-bottom: 5.5%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 29.667%;
		margin-right: 5.5%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 18.539%
	}

	.et_pb_gutters3 .et_pb_column_3_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 73.625%
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 3.735%
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 28.353%;
		margin-right: 7.47%;
		margin-bottom: 7.47%
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.941%
	}

	.et_pb_gutters3 .et_pb_column_2_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 64.833%
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 4.242%
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 45.758%;
		margin-right: 8.483%;
		margin-bottom: 8.483%
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.967%
	}

	.et_pb_gutters3 .et_pb_column_3_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
		width: 57.8%
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 4.758%
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 45.242%;
		margin-right: 9.516%;
		margin-bottom: 9.516%
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 9.516%
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 44.18%;
		margin-right: 11.64%;
		margin-bottom: 11.64%
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3 .et_pb_column_2_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
		width: 36.7%
	}

	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 7.493%
	}

	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 14.986%
	}

	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 29.6667%
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 18.539%
	}

	.et_pb_gutters3 .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 26.347%
	}

	.et_pb_gutters3 .et_pb_column_1_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
		width: 15.6%
	}

	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 17.628%
	}

	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 35.256%
	}

	.et_pb_gutters3 .et_pb_column_1_6,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
		width: 12.0833%
	}

	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%
	}

	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 45.517%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}

	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%
	}

	.et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.735%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 28.353%;
		margin-right: 7.47%;
		margin-bottom: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 28.353%;
		margin-right: 7.47%;
		margin-bottom: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 46.265%;
		margin-right: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 14.941%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
		width: 46.26485569%;
		margin-right: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
		margin-bottom: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 14.941%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 28.35314092%;
		margin-right: 7.47%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 26.347%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 4.242%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 45.758%;
		margin-right: 8.483%;
		margin-bottom: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 45.758%;
		margin-right: 8.483%;
		margin-bottom: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 45.758%;
		margin-right: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.967%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
		width: 45.758%;
		margin-right: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 18.539%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 18.638%;
		margin-right: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 45.517%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
		width: 27.67780634%;
		margin-right: 8.483%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
		margin-bottom: 22.759%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
		margin-bottom: 45.517%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 44.18%;
		margin-right: 11.64%;
		margin-bottom: 11.64%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 44.18%;
		margin-right: 11.64%;
		margin-bottom: 11.64%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 11.64%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 44.17989418%;
		margin-right: 11.64%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 26.347%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 25.573%;
		margin-right: 11.64%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 22.759%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 45.517%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 20.875%;
		margin-right: 5.5%;
		margin-bottom: 5.5%
	}

	.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 28.353%;
		margin-right: 7.47%
	}

	.et_pb_gutters3 .footer-widget {
		margin-right: 5.5%;
		margin-bottom: 5.5%
	}

	.et_pb_gutters3 .footer-widget:last-child {
		margin-right: 0
	}

	.et_pb_gutters3.et_pb_footer_columns6 .footer-widget {
		width: 12.083%
	}

	.et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 45.517%
	}

	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
		width: 15.6%
	}

	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 35.256%
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
		width: 29.667%
	}

	.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 18.539%
	}

	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
		width: 100%
	}

	.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 5.5%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 73.625%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 7.47%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 73.625%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 7.47%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 64.833%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 8.483%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 29.667%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 18.539%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 29.667%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 18.539%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 64.833%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 8.483%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 15.6%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 35.256%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 57.8%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 9.516%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 57.8%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 9.516%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 15.6%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 35.256%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 57.8%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 9.516%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 36.7%
	}

	.et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.986%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 36.7%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 14.986%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 57.8%
	}

	.et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.516%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 12.083%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 45.517%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 12.083%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 45.517%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 20.875%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 26.347%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 47.25%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 11.64%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 15.6%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 35.256%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 57.8%
	}

	.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.516%
	}

	.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 5.5%
	}

	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 7.47%
	}

	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 8.483%
	}

	.rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 7.47%
	}

	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 8.483%
	}

	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.et_pb_gutters4 .et_pb_column,
	.et_pb_gutters4.et_pb_row .et_pb_column {
		margin-right: 8%
	}

	.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
	.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px
	}

	.et_pb_gutters4 .et_pb_column_4_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 4%
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 19%;
		margin-right: 8%;
		margin-bottom: 8%
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 28%;
		margin-right: 8%
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 28.571%
	}

	.et_pb_gutters4 .et_pb_column_3_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
		width: 73%
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 5.479%
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 26.027%;
		margin-right: 10.959%;
		margin-bottom: 10.959%
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 44.521%;
		margin-right: 10.959%
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%
	}

	.et_pb_gutters4 .et_pb_column_2_3,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
		width: 64%
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 6.25%
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 43.75%;
		margin-right: 12.5%;
		margin-bottom: 12.5%
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%
	}

	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 25%
	}

	.et_pb_gutters4 .et_pb_column_3_5,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 {
		width: 56.8%
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 7.042%
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 42.958%;
		margin-right: 14.085%;
		margin-bottom: 14.085%
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 14.085%
	}

	.et_pb_gutters4 .et_pb_column_1_2,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
		width: 46%
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 8.696%
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 41.304%;
		margin-right: 17.391%;
		margin-bottom: 17.391%
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4 .et_pb_column_2_5,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 {
		width: 35.2%
	}

	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 11.364%
	}

	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 22.727%
	}

	.et_pb_gutters4 .et_pb_column_1_3,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
		width: 28%
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 28.571%
	}

	.et_pb_gutters4 .et_pb_column_1_4,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
		width: 19%
	}

	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%
	}

	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 42.105%
	}

	.et_pb_gutters4 .et_pb_column_1_5,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 {
		width: 13.6%
	}

	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 29.412%
	}

	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 58.824%
	}

	.et_pb_gutters4 .et_pb_column_1_6,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 {
		width: 10%
	}

	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%
	}

	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 80%
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%
	}

	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%
	}

	.et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 8.696%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.479%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 26.027%;
		margin-right: 10.959%;
		margin-bottom: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 26.027%;
		margin-right: 10.959%;
		margin-bottom: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 44.521%;
		margin-right: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 21.918%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
		width: 44.52054795%;
		margin-right: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
		margin-bottom: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.918%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 26.02739726%;
		margin-right: 10.959%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 42.105%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 6.25%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 43.75%;
		margin-right: 12.5%;
		margin-bottom: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 43.75%;
		margin-right: 12.5%;
		margin-bottom: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 43.75%;
		margin-right: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 25%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
		width: 43.75%;
		margin-right: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 14.286%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 28.571%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 15.625%;
		margin-right: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 80%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
		width: 25%;
		margin-right: 12.5%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
		margin-bottom: 40%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
		margin-bottom: 80%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 8.696%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 41.304%;
		margin-right: 17.391%;
		margin-bottom: 17.391%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 41.304%;
		margin-right: 17.391%;
		margin-bottom: 17.391%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 17.391%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 41.30434783%;
		margin-right: 17.391%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 21.053%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 42.105%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 21.739%;
		margin-right: 17.391%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 40%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 80%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 19%;
		margin-right: 8%;
		margin-bottom: 8%
	}

	.et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 26.027%;
		margin-right: 10.959%
	}

	.et_pb_gutters4 .footer-widget {
		margin-right: 8%;
		margin-bottom: 8%
	}

	.et_pb_gutters4 .footer-widget:last-child {
		margin-right: 0
	}

	.et_pb_gutters4.et_pb_footer_columns6 .footer-widget {
		width: 10%
	}

	.et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 80%
	}

	.et_pb_gutters4.et_pb_footer_columns5 .footer-widget {
		width: 13.6%
	}

	.et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 58.824%
	}

	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
		width: 28%
	}

	.et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 28.571%
	}

	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
		width: 100%
	}

	.et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 8%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 73%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 10.959%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 73%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 10.959%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 64%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 12.5%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 28%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 28.571%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 28%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 28.571%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 64%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 12.5%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 13.6%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 58.824%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 56.8%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 14.085%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 56.8%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 14.085%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 13.6%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 58.824%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 56.8%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 14.085%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 35.2%
	}

	.et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 22.727%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 35.2%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 22.727%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 56.8%
	}

	.et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.085%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 10%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 80%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 10%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 80%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 19%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 42.105%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 46%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 17.391%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 13.6%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 58.824%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 56.8%
	}

	.et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 14.085%
	}

	.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 8%
	}

	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 10.959%
	}

	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 12.5%
	}

	.rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 10.959%
	}

	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 12.5%
	}

	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.et_pb_gutters2 .et_pb_column,
	.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 3%
	}

	.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
	.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px
	}

	.et_pb_gutters2 .et_pb_column_4_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 1.5%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 31.333%;
		margin-right: 3%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 9.574%
	}

	.et_pb_gutters2 .et_pb_column_3_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
		width: 74.25%
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 2.02%
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 30.64%;
		margin-right: 4.04%;
		margin-bottom: 4.04%
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.081%
	}

	.et_pb_gutters2 .et_pb_column_2_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
		width: 65.667%
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 2.284%
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 47.716%;
		margin-right: 4.569%;
		margin-bottom: 4.569%
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 47.716%;
		margin-right: 4.569%
	}

	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.137%
	}

	.et_pb_gutters2 .et_pb_column_3_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
		width: 58.8%
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 2.551%
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 47.449%;
		margin-right: 5.102%;
		margin-bottom: 5.102%
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 5.102%
	}

	.et_pb_gutters2 .et_pb_column_1_2,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 48.5%
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 46.907%;
		margin-right: 6.186%;
		margin-bottom: 6.186%
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2 .et_pb_column_2_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
		width: 38.2%
	}

	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 3.927%
	}

	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 7.853%
	}

	.et_pb_gutters2 .et_pb_column_1_3,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
		width: 31.3333%
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 9.574%
	}

	.et_pb_gutters2 .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 22.75%
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 13.187%
	}

	.et_pb_gutters2 .et_pb_column_1_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
		width: 17.6%
	}

	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 8.523%
	}

	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 17.045%
	}

	.et_pb_gutters2 .et_pb_column_1_6,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
		width: 14.1667%
	}

	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%
	}

	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.176%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%
	}

	.et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.02%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 30.64%;
		margin-right: 4.04%;
		margin-bottom: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 30.64%;
		margin-right: 4.04%;
		margin-bottom: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.98%;
		margin-right: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 8.081%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
		width: 47.97979798%;
		margin-right: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
		margin-bottom: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 8.081%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 30.63973064%;
		margin-right: 4.04%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 13.187%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.284%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 47.716%;
		margin-right: 4.569%;
		margin-bottom: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 47.716%;
		margin-right: 4.569%;
		margin-bottom: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 47.716%;
		margin-right: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 9.137%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
		width: 47.716%;
		margin-right: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 4.787%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 9.574%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 21.574%;
		margin-right: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 21.176%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
		width: 30.28764805%;
		margin-right: 4.569%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
		margin-bottom: 10.588%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
		margin-bottom: 21.176%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.093%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 46.907%;
		margin-right: 6.186%;
		margin-bottom: 6.186%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 46.907%;
		margin-right: 6.186%;
		margin-bottom: 6.186%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 6.186%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 46.90721649%;
		margin-right: 6.186%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 13.187%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 29.21%;
		margin-right: 6.186%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 10.588%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 21.176%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 3%
	}

	.et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 30.64%;
		margin-right: 4.04%
	}

	.et_pb_gutters2 .footer-widget {
		margin-right: 3%;
		margin-bottom: 3%
	}

	.et_pb_gutters2 .footer-widget:last-child {
		margin-right: 0
	}

	.et_pb_gutters2.et_pb_footer_columns6 .footer-widget {
		width: 14.167%
	}

	.et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 21.176%
	}

	.et_pb_gutters2.et_pb_footer_columns5 .footer-widget {
		width: 17.6%
	}

	.et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 17.045%
	}

	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
		width: 31.333%
	}

	.et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 9.574%
	}

	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
		width: 100%
	}

	.et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 3%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 74.25%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 4.04%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 74.25%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 4.04%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 65.667%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 4.569%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 31.333%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 9.574%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 31.333%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 9.574%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 65.667%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 4.569%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 17.6%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 17.045%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 58.8%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 5.102%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 58.8%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 5.102%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 17.6%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 17.045%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 58.8%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 5.102%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 38.2%
	}

	.et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 7.853%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 38.2%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 7.853%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 58.8%
	}

	.et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 5.102%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 14.167%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 21.176%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 14.167%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 21.176%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 22.75%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 13.187%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 48.5%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 6.186%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 17.6%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 17.045%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 58.8%
	}

	.et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 5.102%
	}

	.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 3%
	}

	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.04%
	}

	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.569%
	}

	.rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.04%
	}

	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 4.569%
	}

	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
		margin-bottom: 30px
	}

	.et_pb_gutters1 .et_pb_column_4_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget {
		width: 25%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 33.333%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
		width: 75%
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget {
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_3,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
		width: 66.667%
	}

	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
		width: 60%
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 50%
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
		width: 40%
	}

	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_3,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
		width: 33.3333%
	}

	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
		width: 25%
	}

	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
		width: 20%
	}

	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
		width: 16.6667%
	}

	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
		clear: both
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
		clear: none
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 33.33333333%;
		margin-right: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 25%;
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
		width: 33.33333333%;
		margin-right: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
		margin-bottom: 0
	}

	.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		width: 100%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
		width: 33.333%;
		margin-right: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
		margin-bottom: 0
	}

	.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1 .et_pb_grid_item.on_last_row,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
		width: 25%;
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
	.et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
		width: 33.333%;
		margin-right: 0
	}

	.et_pb_gutters1 .footer-widget {
		margin-right: 0;
		margin-bottom: 0
	}

	.et_pb_gutters1 .footer-widget:last-child {
		margin-right: 0
	}

	.et_pb_gutters1.et_pb_footer_columns6 .footer-widget {
		width: 16.667%
	}

	.et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns5 .footer-widget {
		width: 20%
	}

	.et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns4 .footer-widget {
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget {
		width: 33.333%
	}

	.et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns2 .footer-widget {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns1 .footer-widget {
		width: 100%
	}

	.et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 75%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) {
		clear: both;
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
		width: 75%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 66.667%
	}

	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 33.333%
	}

	.et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) {
		width: 33.333%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
		width: 66.667%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
		width: 20%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
		width: 60%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
		width: 60%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) {
		width: 20%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) {
		width: 60%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
		width: 40%
	}

	.et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) {
		width: 40%
	}

	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
		width: 60%
	}

	.et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) {
		width: 16.667%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
		width: 16.667%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 25%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
		width: 50%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
		width: 20%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
		margin-bottom: 0
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
		width: 60%
	}

	.et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
		margin-bottom: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		margin-right: 0;
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
		margin-left: 0
	}

	.et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0
	}

	.et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
		margin-right: 0;
		margin-left: 0
	}

	.et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
	.rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
		margin-left: 0
	}

	.et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child,
	.et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child {
		line-height: normal
	}
}

@media all and (max-width:980px) {

	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		float: left;
		clear: none;
		width: 29.666%;
		margin: 0 5.5% 7.5% 0
	}

	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both
	}

	.et_pb_column .et_pb_grid_item {
		float: left;
		clear: none;
		width: 29.666%;
		margin: 0 5.5% 7.5% 0
	}

	.et_pb_column .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2,
	.et_pb_column .et_pb_widget {
		float: left;
		clear: none;
		width: 47.25%;
		margin: 0 5.5% 7.5% 0
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.et_pb_column .et_pb_widget:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1),
	.et_pb_column .et_pb_widget:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 16.21%
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of1,
	.et_pb_column .et_pb_blog_grid .column.size-1of2 {
		margin-bottom: 0
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child {
		margin-bottom: 30px
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 33.333%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_column .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 50%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 33.333%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0
	}

	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_column .et_pb_widget {
		float: right;
		margin: 0 0 7.5% 5.5%
	}

	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row,
	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
	.rtl .et_pb_column .et_pb_widget .last_in_row,
	.rtl .et_pb_column .et_pb_widget:nth-child(2n) {
		margin-left: 0
	}

	.rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1 .et_pb_column .et_pb_widget,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		margin: 0
	}
}

@media all and (max-width:767px) {

	.et_pb_column .et_pb_grid_item,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		float: left;
		clear: none;
		width: 47.25%;
		margin: 0 5.5% 9.5% 0
	}

	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_column .et_pb_grid_item:nth-child(3n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 5.5%
	}

	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_column .et_pb_grid_item:nth-child(3n+1),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none
	}

	.et_pb_column .et_pb_grid_item .last_in_row,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item .last_in_row,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
	.et_pb_column .et_pb_grid_item:nth-child(2n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0
	}

	.et_pb_column .et_pb_grid_item .first_in_row,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item .first_in_row,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1),
	.et_pb_column .et_pb_grid_item:nth-child(2n+1),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		width: 100%;
		margin-right: 0;
		margin-bottom: 9.5%
	}

	.et_pb_column .et_pb_widget {
		width: 100%;
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 50%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n),
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1),
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1),
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item {
		width: 100%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item {
		width: 50%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item.last_in_row,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.last_in_row {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 100%;
		margin: 0
	}

	.rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-left: 0
	}
}

@media all and (max-width:479px) {
	.et_pb_column {
		width: 100% !important
	}

	.et_pb_column .et_pb_grid_item,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_column .et_pb_grid_item .on_last_row,
	.et_pb_column .et_pb_grid_item.et_pb_portfolio_item .on_last_row,
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .on_last_row {
		margin-bottom: 0
	}

	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_column .et_pb_widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 11.5%
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
		width: 100%;
		margin: 0 0 11.5% 0
	}

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin: 0 !important
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
		width: 100%;
		margin: 0
	}

	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1 .et_pb_column .et_pb_widget,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
		width: 100%;
		margin: 0
	}
}

.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-size: 26px
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: 23px
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: 20px
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: 18px
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: 16px
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
	font-size: 15px
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " "
}

.et_pb_blurb_content,
.et_pb_circle_counter,
.et_pb_contact_main_title,
.et_pb_countdown_timer_container,
.et_pb_counter_title,
.et_pb_gallery_item,
.et_pb_newsletter_description,
.et_pb_number_counter,
.et_pb_portfolio_item,
.et_pb_post,
.et_pb_pricing_content,
.et_pb_pricing_heading,
.et_pb_promo_description,
.et_pb_slide_description,
.et_pb_tab,
.et_pb_tabs_controls,
.et_pb_team_member,
.et_pb_testimonial_description_inner,
.et_pb_text,
.et_pb_toggle_content,
.et_pb_toggle_title,
.et_pb_wc_add_to_cart,
.et_pb_wc_additional_info,
.et_pb_wc_breadcrumb,
.et_pb_wc_description,
.et_pb_wc_meta,
.et_pb_wc_price,
.et_pb_wc_rating,
.et_pb_wc_stock,
.et_pb_wc_title,
.et_pb_widget,
.product {
	word-wrap: break-word
}

.et_pb_wc_price .amount {
	word-break: break-all
}

.et_overlay:before,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_contact_submit,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_member_social_links a:hover,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_pb_sum {
	color: #2ea3f2
}

.et_pb_pricing li span:before {
	border-color: #2ea3f2
}

.et_audio_content,
.et_link_content,
.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content {
	background-color: #2ea3f2
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
	z-index: 1
}

.et_pb_row {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto
}

.section_has_divider .et_pb_row {
	z-index: 5
}

.et_pb_fullwidth_section .et_pb_row {
	z-index: 11
}

.et_pb_column {
	float: left;
	position: relative;
	z-index: 2;
	background-position: center;
	background-size: cover
}

.et_pb_column.et_pb_section_parallax {
	position: relative
}

.et_pb_css_mix_blend_mode_passthrough {
	mix-blend-mode: unset !important
}

.et_pb_module_inner {
	position: relative
}

.et_hover_enabled_preview {
	z-index: 2
}

.et_hover_enabled:hover {
	position: relative;
	z-index: 2
}

.et_post_gallery {
	padding: 0 !important;
	line-height: 1.7 !important;
	list-style: none !important
}

p.et_pb_gallery_caption {
	line-height: 1.7
}

.et-menu li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px
}

.et-menu>li:last-child {
	padding-right: 0
}

.et-menu a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.et-menu a:hover {
	opacity: .7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.et-menu li>a {
	padding-bottom: 29px;
	word-wrap: break-word
}

.et_pb_all_tabs,
.et_pb_column,
.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_pricing_table,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.et_pb_fullwidth_post_content.et_pb_with_border img,
.et_pb_post_content.et_pb_with_border img,
.et_pb_with_border,
.et_pb_with_border .et_pb_audio_cover_art,
.et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i,
.et_pb_with_border .et_pb_contact_form .input[type=radio]+label i,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form textarea,
.et_pb_with_border .et_pb_counter_container,
.et_pb_with_border .et_pb_gallery_image img,
.et_pb_with_border .et_pb_gallery_item,
.et_pb_with_border .et_pb_image_wrap,
.et_pb_with_border .et_pb_main_blurb_image,
.et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i,
.et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i,
.et_pb_with_border .et_pb_newsletter_form input,
.et_pb_with_border .et_pb_newsletter_form select,
.et_pb_with_border .et_pb_newsletter_form textarea,
.et_pb_with_border .et_pb_portfolio_image,
.et_pb_with_border .et_pb_portfolio_item,
.et_pb_with_border .et_pb_post .et_pb_slides,
.et_pb_with_border .et_pb_post .et_pb_video_overlay,
.et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder),
.et_pb_with_border .et_pb_slide_image img,
.et_pb_with_border .et_pb_team_member_image,
.et_pb_with_border .et_pb_testimonial_portrait,
.et_pb_with_border .et_pb_wc_related_products .et_shop_image>img:not(.woocommerce-placeholder),
.et_pb_with_border .et_portfolio_image,
.et_pb_with_border .woocommerce-breadcrumb,
.et_pb_with_border.et_pb_comments_module .commentlist li img.avatar,
.et_pb_with_border.et_pb_comments_module input,
.et_pb_with_border.et_pb_comments_module textarea,
.et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i,
.et_pb_with_border.et_pb_contact_field .input[type=radio]+label i,
.et_pb_with_border.et_pb_contact_field input,
.et_pb_with_border.et_pb_contact_field select,
.et_pb_with_border.et_pb_contact_field textarea,
.et_pb_with_border.et_pb_fullwidth_header .header-image-container img,
.et_pb_with_border.et_pb_fullwidth_header .header-logo,
.et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img,
.et_pb_with_border.et_pb_menu .et_pb_menu__logo img,
.et_pb_with_border.et_pb_posts .et_pb_post,
.et_pb_with_border.et_pb_posts_nav span.nav-next a,
.et_pb_with_border.et_pb_posts_nav span.nav-previous a,
.et_pb_with_border.et_pb_shop .et_shop_image>img,
.et_pb_with_border.et_pb_shop .products li,
.et_pb_with_border.et_pb_video_slider .et_pb_carousel_item,
.et_pb_with_border.et_pb_video_slider .et_pb_slider,
.et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image,
.et_pb_with_border.et_pb_wc_related_products .et_shop_image,
.et_pb_with_border.et_pb_wc_related_products .product,
.et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
.et_pb_with_border.et_pb_wc_upsells .et_shop_image,
.et_pb_with_border.et_pb_wc_upsells .product,
.et_pb_with_focus_border .et_pb_newsletter_form input:focus {
	border-width: 0;
	border-style: solid;
	border-color: #333
}

.et_pb_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0
}

.et_pb_image.aligncenter {
	text-align: center
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
	display: block;
	position: relative
}

.et_pb_image {
	display: block
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%
}

.et_pb_image img {
	position: relative
}

.et_pb_image_sticky {
	display: inherit;
	margin-bottom: 0 !important
}

@media all and (max-width:980px) {
	.et_pb_image_sticky_tablet {
		display: inherit;
		margin-bottom: 0 !important
	}

	.et_pb_image_bottom_space_tablet {
		display: block;
		margin-bottom: 30px !important
	}
}

@media all and (max-width:767px) {
	.et_pb_image_sticky_phone {
		display: inherit;
		margin-bottom: 0 !important
	}

	.et_pb_image_bottom_space_phone {
		display: block;
		margin-bottom: 30px !important
	}
}

.et-pb-icon-circle {
	padding: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 48px
}

.et-pb-icon-circle-border {
	border: 3px solid
}

.et_pb_blurb_content {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	text-align: center
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
	text-align: left
}

.et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
	text-align: right
}

.et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container {
	text-align: justify
}

.et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
	text-align: center
}

.et_pb_blurb_content p:last-of-type {
	padding-bottom: 0
}

.et_pb_main_blurb_image {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 0
}

.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb h4 a {
	text-decoration: none
}

.et_pb_blurb .et_pb_image_wrap {
	display: block;
	margin: auto
}

.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
	display: table-cell;
	width: 32px;
	line-height: 0
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
	width: inherit
}

.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
	display: table-cell;
	font-size: 32px
}

.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
	padding: 8px;
	font-size: 16px
}

.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
	border: 2px solid
}

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
	display: table-cell;
	vertical-align: top
}

.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 15px
}

.et_pb_blurb_position_left .et_pb_blurb_content {
	text-align: left
}

.et_pb_blurb_position_right .et_pb_blurb_container {
	padding-right: 15px
}

.et_pb_blurb_position_right .et_pb_blurb_content {
	padding-right: 52px;
	text-align: right
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
	right: 0;
	left: auto
}

.et_pb_blurb_position_right .et-pb-icon {
	margin-right: 0;
	margin-left: 20px
}

@media all and (max-width:980px) {

	.et_pb_blurb_position_left_tablet .et_pb_main_blurb_image,
	.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
		display: table-cell;
		width: 32px;
		line-height: 0
	}

	.et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img,
	.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img {
		width: inherit
	}

	.et_pb_blurb_position_left_tablet .et-pb-icon,
	.et_pb_blurb_position_right_tablet .et-pb-icon {
		display: table-cell;
		font-size: 32px
	}

	.et_pb_blurb_position_left_tablet .et-pb-icon-circle,
	.et_pb_blurb_position_right_tablet .et-pb-icon-circle {
		padding: 8px;
		font-size: 16px
	}

	.et_pb_blurb_position_left_tablet .et-pb-icon-circle-border,
	.et_pb_blurb_position_right_tablet .et-pb-icon-circle-border {
		border: 2px solid
	}

	.et_pb_blurb_position_left_tablet .et_pb_blurb_container,
	.et_pb_blurb_position_right_tablet .et_pb_blurb_container {
		display: table-cell;
		vertical-align: top
	}

	.et_pb_blurb_position_left_tablet .et_pb_blurb_container {
		padding-left: 15px
	}

	.et_pb_blurb_position_left_tablet .et_pb_blurb_content {
		text-align: left
	}

	.et_pb_blurb_position_right_tablet .et_pb_blurb_container {
		padding-right: 15px
	}

	.et_pb_blurb_position_right_tablet .et_pb_blurb_content {
		padding-right: 52px;
		text-align: right
	}

	.et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
		right: 0;
		left: auto
	}

	.et_pb_blurb_position_right_tablet .et-pb-icon {
		margin-right: 0;
		margin-left: 20px
	}

	.et_pb_blurb_position_top_tablet .et_pb_main_blurb_image {
		display: inline-block;
		width: initial
	}

	.et_pb_blurb_position_top_tablet .et-pb-icon {
		display: initial;
		font-size: 96px
	}

	.et_pb_blurb_position_top_tablet .et-pb-icon-circle {
		padding: 25px;
		font-size: 48px
	}

	.et_pb_blurb_position_top_tablet .et_pb_blurb_container {
		padding-right: initial;
		padding-left: initial
	}

	.et_pb_blurb_position_top_tablet .et_pb_blurb_content {
		padding-right: initial;
		text-align: center
	}
}

@media all and (max-width:767px) {

	.et_pb_blurb_position_left_phone .et_pb_main_blurb_image,
	.et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
		display: table-cell;
		width: 32px;
		line-height: 0
	}

	.et_pb_blurb_position_left_phone .et_pb_main_blurb_image img,
	.et_pb_blurb_position_right_phone .et_pb_main_blurb_image img {
		width: inherit
	}

	.et_pb_blurb_position_left_phone .et-pb-icon,
	.et_pb_blurb_position_right_phone .et-pb-icon {
		display: table-cell;
		font-size: 32px
	}

	.et_pb_blurb_position_left_phone .et-pb-icon-circle,
	.et_pb_blurb_position_right_phone .et-pb-icon-circle {
		padding: 8px;
		font-size: 16px
	}

	.et_pb_blurb_position_left_phone .et-pb-icon-circle-border,
	.et_pb_blurb_position_right_phone .et-pb-icon-circle-border {
		border: 2px solid
	}

	.et_pb_blurb_position_left_phone .et_pb_blurb_container,
	.et_pb_blurb_position_right_phone .et_pb_blurb_container {
		display: table-cell;
		vertical-align: top
	}

	.et_pb_blurb_position_left_phone .et_pb_blurb_container {
		padding-left: 15px
	}

	.et_pb_blurb_position_left_phone .et_pb_blurb_content {
		text-align: left
	}

	.et_pb_blurb_position_right_phone .et_pb_blurb_container {
		padding-right: 15px
	}

	.et_pb_blurb_position_right_phone .et_pb_blurb_content {
		padding-right: 52px;
		text-align: right
	}

	.et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
		right: 0;
		left: auto
	}

	.et_pb_blurb_position_right_phone .et-pb-icon {
		margin-right: 0;
		margin-left: 20px
	}

	.et_pb_blurb_position_top_phone .et_pb_main_blurb_image {
		display: inline-block;
		width: initial
	}

	.et_pb_blurb_position_top_phone .et-pb-icon {
		display: initial;
		font-size: 96px
	}

	.et_pb_blurb_position_top_phone .et-pb-icon-circle {
		padding: 25px;
		font-size: 48px
	}

	.et_pb_blurb_position_top_phone .et_pb_blurb_container {
		padding-right: initial;
		padding-left: initial
	}

	.et_pb_blurb_position_top_phone .et_pb_blurb_content {
		padding-right: initial;
		text-align: center
	}
}

.et_pb_pricing_table_wrap {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.et_pb_pricing_table {
	float: left;
	position: relative;
	width: 33.33%;
	max-width: 34%;
	margin: 30px -1px 0 0;
	padding-bottom: 30px;
	border: 1px solid #bebebe;
	background-color: #fcfcfc;
	text-align: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.et_pb_pricing>.box-shadow-overlay {
	z-index: 11
}

.et_pb_featured_table {
	position: relative;
	z-index: 10;
	margin-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.et_pb_column_4_4 .et_pb_pricing_table {
	width: 25%;
	max-width: 25.5%
}

.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
	width: 33.33%;
	max-width: 34%
}

.et_pb_column_1_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_3_5 .et_pb_pricing_table,
.et_pb_pricing_2 .et_pb_pricing_table {
	width: 50%;
	max-width: 50.5%
}

.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table,
.et_pb_column_1_5 .et_pb_pricing_table,
.et_pb_column_1_6 .et_pb_pricing_table,
.et_pb_column_2_5 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_pricing_1 .et_pb_pricing_table {
	width: 100%;
	max-width: none;
	margin: 0 0 30px
}

.et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child,
.et_pb_column_1_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_5 .et_pb_pricing_table:last-child,
.et_pb_column_1_6 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_6 .et_pb_pricing_table:last-child,
.et_pb_column_2_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_2_5 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
.et_pb_pricing_1 .et_pb_pricing_table:last-child {
	margin-bottom: 0
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1) {
	clear: both
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4),
.et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5) {
	margin-top: 50px
}

.et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5) {
	margin-top: 20px
}

.et_pb_pricing_heading {
	position: relative;
	padding: 10px 0;
	background-color: #bebebe
}

.et_pb_pricing_heading .et_pb_pricing_title,
.et_pb_pricing_heading h2 {
	padding-bottom: 5px;
	color: #fff
}

.et_pb_best_value {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px
}

.et_pb_pricing_content_top {
	position: relative;
	padding-top: 17px;
	padding-bottom: 30px;
	border-style: solid;
	border-bottom: 1px solid #bebebe
}

.et_pb_pricing_table .et_pb_button_wrapper {
	padding-right: 30px;
	padding-left: 30px
}

.et_pb_et_price {
	color: #999;
	font-size: 16px
}

.et_pb_dollar_sign {
	position: absolute;
	margin-left: -.5em;
	font-size: 18px;
	font-weight: 400
}

.et_pb_sum {
	font-size: 80px;
	font-weight: 300;
	line-height: 1.03em
}

.et_pb_pricing_content {
	position: relative;
	padding: 30px;
	text-align: left
}

.et_pb_featured_table .et_pb_pricing_content {
	padding-bottom: 50px
}

.et_pb_pricing li {
	position: relative;
	padding: 0 0 1.6em 14px;
	line-height: 1.6em
}

.et_pb_pricing li:last-child {
	padding-bottom: 0
}

.et_pb_pricing li span:before {
	position: absolute;
	top: 9px;
	left: -14px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: ""
}

.et_pb_pricing.et_pb_pricing_no_bullet li span:before {
	display: none !important
}

.et_pb_pricing li.et_pb_not_available {
	color: #ccc
}

.et_pb_pricing li.et_pb_not_available span:before {
	border-color: #ccc
}

.et_pb_pricing li a {
	font-weight: 500;
	text-decoration: none
}

.et_pb_pricing li span {
	position: relative
}

.et_pb_pricing_table_button {
	display: inline-block;
	position: relative
}

.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2) {
	margin-top: 0 !important
}

@media all and (min-width:981px) {

	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4) {
		margin-top: 0 !important
	}
}

@media all and (max-width:981px) {

	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
		margin-top: 0 !important
	}
}

@media all and (min-width:767px) {

	.et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
	.et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1),
	.et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
		margin-top: 0 !important
	}
}

.et_pb_testimonial {
	position: relative;
	padding: 30px;
	line-height: 1.5
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
	padding: 30px 0 0
}

.et_pb_testimonial p:last-of-type {
	padding-bottom: 0
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px
}

.et_pb_testimonial_portrait {
	display: block;
	float: left;
	position: relative;
	box-sizing: content-box;
	width: 90px;
	height: 90px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.et_pb_testimonial_portrait:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	content: ""
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_1_5 .et_pb_testimonial_portrait,
.et_pb_column_1_6 .et_pb_testimonial_portrait,
.et_pb_column_2_5 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
	display: block;
	float: none;
	margin: 0 auto 20px
}

.et_pb_testimonial_description,
.et_pb_testimonial_description_inner {
	display: block;
	position: relative
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
	color: #fff
}

.et_pb_testimonial_author {
	display: block;
	margin-top: 16px;
	font-weight: 700
}

.et_pb_testimonial_author a {
	color: inherit
}

.et_pb_testimonial:before {
	position: absolute;
	z-index: 2;
	top: -16px;
	left: 50%;
	margin-left: -16px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	background: #f5f5f5;
	font-size: 32px;
	content: "\7c"
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
	background: inherit
}

.et_pb_testimonial.et_pb_icon_off:before {
	display: none
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
	color: #666 !important
}

.et-promo {
	padding: 40px 0 25px;
	background-color: #1f6581
}

.et-promo-description {
	float: left;
	padding: 0 60px
}

.et-promo-description {
	width: 754px
}

.et-promo-description p {
	color: #fff
}

.et-promo-button {
	display: inline-block;
	float: left;
	margin-top: 20px;
	padding: 14px 20px;
	padding-right: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(0, 0, 0, .35);
	font-size: 20px;
	font-weight: 500
}

.et_pb_counter_title {
	display: block;
	font-size: 12px;
	line-height: 1.6em
}

.et_pb_bg_layout_light .et_pb_counter_title {
	color: #666
}

.et_pb_counter_container {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	background-color: #ddd
}

.et_pb_counter_amount {
	display: block;
	float: left;
	overflow: hidden;
	z-index: 2;
	min-height: 6px;
	padding: 1px;
	opacity: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6em;
	text-align: right
}

.et_pb_counter_amount.overlay {
	overflow: visible;
	position: absolute !important;
	z-index: 1;
	top: 0;
	left: 0;
	color: #2ea3f2;
	background-color: transparent !important
}

.et_pb_counters span.et_pb_counter_amount_number {
	display: inline-block;
	padding: 0 10px
}

.et_pb_counters span.et_pb_counter_amount_number:after,
.et_pb_counters span.et_pb_counter_amount_number:before {
	display: block;
	min-width: 5px;
	max-width: 20px;
	content: ""
}

.et_pb_counters.et_pb_section_video>li {
	position: relative
}

.et_pb_counters>li.et_pb_section_video .et_pb_counter_amount {
	position: relative
}

.et_pb_counters li:last-of-type .et_pb_counter_container {
	margin-bottom: 0
}

.et_pb_text_align_left .et_pb_counter_amount {
	text-align: left
}

.et_pb_text_align_center .et_pb_counter_amount {
	text-align: center
}

.et_pb_text_align_right .et_pb_counter_amount {
	text-align: right
}

.et_pb_text_align_justified .et_pb_counter_amount {
	text-align: justify
}

.et_pb_post {
	margin-bottom: 60px
}

.et_pb_post .entry-featured-image-url {
	display: block;
	position: relative;
	margin-bottom: 30px
}

.et_pb_portfolio_item .et_pb_module_header a,
.et_pb_portfolio_item h3 a,
.et_pb_post .entry-title a,
.et_pb_post h2 a {
	text-decoration: none
}

.et_pb_post .post-meta {
	margin-bottom: 6px;
	font-size: 14px
}

.et_pb_portfolio_item .post-meta a,
.et_pb_post .post-meta a {
	text-decoration: none
}

.et_pb_post .more {
	color: #82c0c7;
	text-decoration: none
}

.et_pb_posts a.more-link {
	display: block;
	clear: both
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
	display: block;
	overflow: hidden;
	position: relative
}

.et_pb_posts .et_pb_post {
	position: relative
}

.et_pb_posts.et_pb_section_parallax:hover {
	overflow: hidden
}

.et_pb_section_parallax .et_pb_ajax_pagination_container,
.et_pb_section_parallax .pagination,
.et_pb_section_video .et_pb_ajax_pagination_container,
.et_pb_section_video .pagination {
	position: relative
}

.post-password-required .et_pb_row,
.post-password-required .et_pb_section {
	width: 100%;
	padding: 0
}

.post-password-required .et_password_protected_form {
	min-height: initial
}

.post-password-required .et_password_protected_form h1 {
	display: none
}

.et_pb_posts.et_pb_module article .et_pb_row {
	width: 100%
}

.et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row {
	width: 80%
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
	color: #666
}

.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
	color: inherit
}

.et_pb_blog_grid {
	position: relative
}

.et_pb_blog_grid .column {
	float: left;
	max-width: 100%
}

.et_pb_blog_grid .et_pb_post {
	padding: 19px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	word-wrap: break-word
}

.et_pb_blog_grid .et_pb_image_container {
	position: relative
}

.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_pb_post .et_pb_slider,
.et_pb_image_container {
	margin: -20px -20px 29px
}

.et_pb_image_container img,
.et_pb_post a img {
	max-width: 100%;
	vertical-align: bottom
}

.et_pb_blog_grid .et_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto
}

.et_pb_blog_grid .et_pb_no_thumb .entry-title,
.et_pb_blog_grid .et_pb_no_thumb h2 {
	margin-top: 0
}

.et_pb_blog_grid .et_audio_content {
	margin-bottom: 0
}

.et_pb_blog_grid h2 {
	font-size: 18px
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
	display: none;
	opacity: 0;
	line-height: 0
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
	opacity: 0
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
	opacity: 1
}

.et_pb_grid_item.first_in_row {
	clear: both
}

.et_pb_grid_item:not(.first_in_row) {
	clear: none
}

.et_pb_post>.et_main_video_container {
	position: relative;
	margin-bottom: 30px
}

.et_pb_post .et_pb_video_overlay .et_pb_video_play {
	color: #fff
}

.et_pb_post .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6)
}

.et_pb_blog_grid .et_main_video_overlay:hover:before {
	background: rgba(0, 0, 0, .6)
}

.et_pb_video {
	position: relative
}

.et_pb_video_box {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0
}

.et_pb_video_box video {
	width: 100% !important;
	height: auto !important
}

.et_pb_video_overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	cursor: pointer
}

.et_pb_video_play:before {
	font-family: ETmodules;
	content: "\49"
}

.et_pb_video_play {
	display: block;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	color: #fff
}

.et_pb_bg_layout_light .et_pb_video_play {
	color: #333
}

.et_pb_video_overlay_hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.et_pb_video .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6)
}

.et_pb_column_1_2 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_3_5 .et_pb_video_play,
.et_pb_column_4_4 .et_pb_video_play {
	margin-top: -3rem;
	margin-left: -3rem;
	font-size: 6rem;
	line-height: 6rem
}

.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play,
.et_pb_column_1_5 .et_pb_video_play,
.et_pb_column_1_6 .et_pb_video_play,
.et_pb_column_2_5 .et_pb_video_play,
.et_pb_column_3_8 .et_pb_video_play {
	margin-top: -1.5rem;
	margin-left: -1.5rem;
	font-size: 3rem;
	line-height: 3rem
}

.et_pb_video_slider {
	position: relative
}

.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, .6)
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control {
	background-color: #fff
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a {
	background-color: rgba(51, 51, 51)
}

.et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows {
	color: #333
}

.et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers {
	bottom: 35px
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items {
	overflow: visible
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out {
	opacity: 0;
	background: 0 0 !important;
	box-shadow: none !important;
	-webkit-animation-name: et_pb_video_slider_item_fade_out;
	animation-name: et_pb_video_slider_item_fade_out;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay {
	-webkit-animation-name: et_pb_video_slider_item_overlay_fade_out;
	animation-name: et_pb_video_slider_item_overlay_fade_out;
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item {
	opacity: 0
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in {
	display: block;
	opacity: 1;
	-webkit-animation-name: et_pb_video_slider_item_fade_in;
	animation-name: et_pb_video_slider_item_fade_in;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s
}

.et-pb-is-sliding-carousel {
	overflow-x: hidden
}

.et_pb_carousel {
	overflow: hidden;
	position: relative;
	margin-top: 2%
}

.et_pb_carousel:hover .et-pb-arrow-prev {
	left: 10px;
	opacity: 1
}

.et_pb_carousel:hover .et-pb-arrow-next {
	right: 10px;
	opacity: 1
}

.et_pb_slider_carousel {
	margin-bottom: 0 !important
}

.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play {
	color: #fff
}

.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play {
	color: #333
}

.et_pb_carousel_items {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto
}

.et_pb_carousel_items .et-carousel-group {
	display: none;
	float: left;
	position: relative;
	width: 100%
}

.et_pb_carousel_items .et-carousel-group.active {
	display: block
}

.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
	margin-right: 0
}

.et_pb_carousel_item {
	display: none;
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	padding: 0;
	background: rgba(0, 0, 0, .25)
}

.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
	width: 15%
}

.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
	width: 18.4%
}

.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
	width: 23.5%
}

.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
	width: 32%
}

.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
	width: 49%
}

.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
	width: 100%
}

.et_pb_carousel_item:after {
	display: block;
	padding-top: 75%;
	content: ""
}

.et_pb_carousel_item .et_pb_video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
	background: rgba(0, 0, 0, .6)
}

.et_pb_carousel_item .et_pb_video_play {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
	opacity: 1
}

.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
	background: rgba(0, 0, 0, .6)
}

@-webkit-keyframes et_pb_video_slider_item_fade_out {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes et_pb_video_slider_item_fade_out {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes et_pb_video_slider_item_overlay_fade_out {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(.8)
	}
}

@keyframes et_pb_video_slider_item_overlay_fade_out {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(.8)
	}
}

@-webkit-keyframes et_pb_video_slider_item_fade_in {
	from {
		opacity: 0;
		transform: scale(.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes et_pb_video_slider_item_fade_in {
	from {
		opacity: 0;
		transform: scale(.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide {
	min-height: initial !important
}

.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1.39rem;
	margin-left: -1.39rem;
	font-size: 2.78rem;
	line-height: 2.78rem
}

.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -1rem;
	margin-left: -1rem;
	font-size: 2rem;
	line-height: 2rem
}

.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play {
	margin-top: -.75rem;
	margin-left: -.75rem;
	font-size: 1.5rem;
	line-height: 1.5rem
}

.et_pb_widget_area_left {
	padding-right: 30px;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.et_pb_widget_area_right {
	padding-left: 30px;
	border-left: 1px solid rgba(0, 0, 0, .1)
}

.et_pb_sidebar_no_border {
	padding: 0;
	border: none
}

.et_pb_fullwidth_image {
	position: relative;
	line-height: 0
}

.et_pb_fullwidth_image img {
	position: relative;
	width: 100%
}

.et_pb_promo {
	padding: 40px 60px;
	text-align: center
}

.et_pb_promo_description {
	position: relative;
	padding-bottom: 20px
}

.et_pb_promo_description p:last-of-type {
	padding-bottom: 0
}

.et_pb_module.et_pb_button,
.et_pb_promo_button {
	display: inline-block;
	color: inherit
}

.et_pb_newsletter_button:hover,
.et_pb_promo_button:hover {
	text-decoration: none
}

.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo,
.et_pb_column_1_5 .et_pb_promo,
.et_pb_column_1_6 .et_pb_promo,
.et_pb_column_2_5 .et_pb_promo,
.et_pb_column_3_5 .et_pb_promo {
	padding: 40px
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
	text-align: left
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
	text-align: right
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	text-align: center
}

@media all and (max-width:980px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
		text-align: left
	}

	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
		text-align: right
	}

	.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
		text-align: center
	}
}

@media all and (max-width:767px) {
	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
		text-align: left
	}

	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
		text-align: right
	}

	.et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
		text-align: center
	}
}

.et_pb_button_module_wrapper>a {
	display: inline-block
}

.et_pb_newsletter {
	padding: 25px
}

.et_pb_newsletter_description,
.et_pb_newsletter_form {
	position: relative;
	width: 50%;
	padding: 0
}

.et_pb_newsletter_description {
	float: left;
	margin-bottom: 20px
}

.et_pb_newsletter_description p:last-of-type {
	padding-bottom: 0
}

.et_pb_newsletter_form {
	float: left
}

.et_pb_newsletter_form p.et_pb_newsletter_field {
	margin-bottom: 0;
	padding-bottom: 1em
}

.et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field {
	padding-left: 0
}

.et_pb_newsletter_form .input,
.et_pb_newsletter_form input[type=password],
.et_pb_newsletter_form input[type=text],
.et_pb_newsletter_form p.et_pb_newsletter_field input[type=text],
.et_pb_newsletter_form p.et_pb_newsletter_field textarea,
.et_pb_newsletter_form select,
.et_pb_newsletter_form textarea {
	width: 100%;
	padding: 14px 4% !important;
	border-width: 0;
	border-radius: 3px;
	color: #666;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none
}

.et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after {
	margin-top: -3px
}

.et_pb_newsletter_form p .et_pb_subscribe_error {
	border: 1px solid red !important
}

.et_pb_newsletter_result {
	display: none
}

.et_pb_newsletter_success {
	text-align: center
}

.et_pb_newsletter_button {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: inherit;
	text-align: center
}

.et_pb_newsletter_fields,
.et_pb_newsletter_footer {
	width: 100%
}

.et_pb_newsletter_footer {
	margin-top: 20px
}

.et_pb_feedburner_form .et_pb_newsletter_button,
.et_pb_login_form .et_pb_newsletter_button {
	width: 100%;
	margin: 0;
	cursor: pointer
}

.et_pb_feedburner_form form,
.et_pb_login_form form {
	text-align: left
}

.et_pb_feedburner_form ::-webkit-input-placeholder,
.et_pb_login_form ::-webkit-input-placeholder {
	color: #666
}

.et_pb_feedburner_form ::-moz-placeholder,
.et_pb_login_form ::-moz-placeholder {
	color: #666
}

.et_pb_feedburner_form :-ms-input-placeholder,
.et_pb_login_form :-ms-input-placeholder {
	color: #666
}

.et_pb_no_bg {
	padding: 0 !important
}

.et_pb_has_bg_hover.et_pb_promo:hover {
	padding: 40px 60px !important;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out
}

.et_pb_column_1_2 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_3 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_4 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_5 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_6 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_2_5 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_3_5 .et_pb_has_bg_hover.et_pb_promo:hover {
	padding: 40px !important
}

.et_pb_no_bg_hover.et_pb_promo:hover {
	padding: 0 !important
}

.et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field {
	padding-left: 0
}

.et_pb_newsletter .et_pb_contact_field--hidden {
	display: none
}

.et_pb_contact_field_options_list label a:empty:before {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "\e906";
	speak: none
}

.et_pb_newsletter {
	display: flex;
	justify-content: space-between
}

.et_pb_newsletter.et_pb_login {
	display: block
}

.et_pb_newsletter p .et_pb_signup_error {
	border: 1px solid red !important
}

.et_pb_newsletter .et_pb_newsletter_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.et_pb_newsletter .et_pb_newsletter_fields>* {
	flex-basis: 100%
}

.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
	flex-basis: 48.5%
}

.et_pb_signup .et_pb_newsletter_description,
.et_pb_signup .et_pb_newsletter_form {
	float: none
}

.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description,
.et_pb_newsletter_layout_right_left .et_pb_newsletter_description {
	padding-left: 0;
	order: 1
}

.et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
	padding-right: 40px;
	padding-left: 0
}

.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description {
	width: 100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0
}

.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description {
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
	width: 100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0
}

.et_pb_column_1_2 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_2 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_5 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_5 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_1_6 .et_pb_newsletter_layout_left_right,
.et_pb_column_1_6 .et_pb_newsletter_layout_right_left,
.et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_2_3 .et_pb_newsletter_layout_left_right,
.et_pb_column_2_3 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_3_4 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_5 .et_pb_newsletter_layout_left_right,
.et_pb_column_3_5 .et_pb_newsletter_layout_right_left,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left,
.et_pb_column_4_4 .et_pb_newsletter_layout_left_right,
.et_pb_column_4_4 .et_pb_newsletter_layout_right_left,
.et_pb_newsletter_layout_bottom_top,
.et_pb_newsletter_layout_top_bottom {
	flex-direction: column
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right,
.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left,
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right,
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left,
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right,
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left {
	flex-direction: row
}

.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_form,
.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_1_5 .et_pb_newsletter_description,
.et_pb_column_1_5 .et_pb_newsletter_form,
.et_pb_column_1_6 .et_pb_newsletter_description,
.et_pb_column_1_6 .et_pb_newsletter_form,
.et_pb_column_2_5 .et_pb_newsletter_description,
.et_pb_column_2_5 .et_pb_newsletter_form,
.et_pb_column_3_5 .et_pb_newsletter_description,
.et_pb_column_3_5 .et_pb_newsletter_form,
.et_pb_column_3_8 .et_pb_newsletter_description,
.et_pb_column_3_8 .et_pb_newsletter_form {
	width: 100%;
	padding: 0
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter,
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter,
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter {
	display: flex;
	align-items: center
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description,
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description {
	margin-bottom: 0;
	align-self: start
}

.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form,
.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form {
	padding-left: 25px
}

.et_pb_tabs,
.et_pb_wc_tabs {
	border: 1px solid #d9d9d9
}

ul.et_pb_tabs_controls {
	background-color: #f4f4f4
}

ul.et_pb_tabs_controls:after {
	display: block;
	visibility: visible;
	position: relative;
	z-index: 9;
	top: -1px;
	border-top: 1px solid #d9d9d9;
	content: ""
}

.et_pb_tabs_controls li {
	display: table;
	float: left;
	position: relative;
	z-index: 11;
	max-width: 100%;
	border-right: 1px solid #d9d9d9;
	font-weight: 600;
	line-height: 1.7em;
	cursor: pointer
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: none
}

.et_pb_tabs_controls li a {
	display: table-cell;
	padding: 4px 30px 4px;
	color: #666;
	line-height: inherit;
	vertical-align: middle;
	text-decoration: none
}

.et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #fff
}

.et_pb_tab_active a {
	color: #333 !important
}

.et_pb_tab p:last-of-type {
	padding-bottom: 0
}

.et_pb_all_tabs {
	background-color: #fff
}

.et_pb_all_tabs>div,
.et_pb_toggle_close .et_pb_toggle_content {
	display: none
}

.et_pb_all_tabs .et_pb_active_content {
	display: block
}

.et_pb_tab {
	padding: 24px 30px
}

.et_pb_tab_content {
	position: relative
}

.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls,
.et_pb_column_1_5 .et_pb_tabs_controls,
.et_pb_column_1_6 .et_pb_tabs_controls,
.et_pb_column_2_5 .et_pb_tabs_controls,
.et_pb_column_3_8 .et_pb_tabs_controls {
	border-bottom: none
}

.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
	float: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9
}

.et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
	width: 100%
}

.et_pb_toggle {
	border: 1px solid #d9d9d9
}

.et_pb_toggle_close {
	padding: 20px;
	background-color: #f4f4f4
}

.et_pb_toggle_open {
	padding: 20px;
	background-color: #fff
}

.et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer
}

.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
	color: #666
}

.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333
}

.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	color: #ccc;
	font-size: 16px;
	content: "\e050"
}

.et_pb_accordion .et_pb_toggle_title:before,
.et_pb_toggle .et_pb_toggle_title:before {
	right: 0;
	left: auto
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\e04f"
}

.et_pb_toggle_content {
	position: relative;
	padding-top: 20px
}

.et_pb_toggle_content p:last-of-type {
	padding-bottom: 0
}

.et_pb_toggle_open {
	z-index: 1
}

.et_pb_map {
	position: relative;
	width: 100%;
	height: 440px
}

.et_pb_fullwidth_section .et_pb_map_container {
	margin: 0
}

.et_pb_map_container img {
	max-width: inherit
}

.et_pb_map_pin {
	display: none;
	visibility: hidden
}

.et_pb_column_2_3 .et_pb_map {
	height: 400px
}

.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_5 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
	height: 280px
}

.et_pb_column_1_3 .et_pb_map,
.et_pb_column_1_4 .et_pb_map,
.et_pb_column_1_5 .et_pb_map,
.et_pb_column_1_6 .et_pb_map,
.et_pb_column_2_5 .et_pb_map {
	height: 230px
}

.grecaptcha-badge {
	visibility: hidden
}

body.et_pb_recaptcha_enabled .grecaptcha-badge {
	visibility: initial
}

.et_pb_contact_form {
	margin-left: -3%
}

.et_pb_contact_form [data-conditional-logic] {
	display: none
}

p.et_pb_contact_field {
	margin-bottom: 3%;
	padding: 0 0 0 3%;
	background-position: center;
	background-size: cover
}

p.et_pb_contact_field:not(.et_pb_contact_field_last),
p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
	clear: both
}

p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last {
	clear: both
}

.et_pb_contact_field.et_pb_section_parallax,
.et_pb_contact_field.et_pb_section_video {
	position: relative
}

.et_pb_contact_field * {
	position: relative
}

.et_pb_contact_field a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline
}

.et_pb_contact_main_title {
	position: relative;
	padding-bottom: 16px;
	font-weight: 500
}

h1.et_pb_contact_main_title {
	font-size: 26px
}

.et-pb-contact-message {
	position: relative
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title,
.et_pb_column_1_5 .et_pb_contact_main_title,
.et_pb_column_1_6 .et_pb_contact_main_title,
.et_pb_column_2_5 .et_pb_contact_main_title {
	font-size: 22px
}

.et_pb_contact_form_label {
	display: none
}

.et_pb_contact_right {
	display: inline-block;
	min-width: 105px;
	margin: 0;
	text-align: right
}

.et_pb_contact_right .et_pb_contact_captcha_question {
	vertical-align: middle
}

.et_pb_contact {
	position: relative
}

.et_pb_contact .et_pb_contact_field_half {
	float: left;
	width: 50%
}

.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
	width: 100%;
	padding: 16px;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
	-webkit-appearance: none
}

.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
	background-color: #fff
}

.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field textarea {
	font-family: inherit
}

.et_pb_contact p input::-moz-placeholder,
.et_pb_contact p textarea::-moz-placeholder {
	opacity: 1
}

.et_pb_contact p input:-moz-placeholder,
.et_pb_contact p textarea:-moz-placeholder {
	opacity: 1
}

.et_pb_contact_right p input {
	max-width: 50px;
	padding: 16px
}

.et_pb_contact p input[type=checkbox],
.et_pb_contact p input[type=radio],
.et_pb_subscribe .et_pb_contact_field input[type=checkbox],
.et_pb_subscribe .et_pb_contact_field input[type=radio] {
	display: none;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0
}

.et_pb_contact p input[type=checkbox]+label,
.et_pb_contact p input[type=radio]+label,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label {
	display: inline-block;
	position: relative;
	min-height: 1.7em;
	line-height: 1.7em;
	vertical-align: middle;
	cursor: pointer
}

.et_pb_contact p input[type=checkbox]+label i,
.et_pb_contact p input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background-color: #eee;
	font-style: normal;
	vertical-align: middle;
	content: ""
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=text],
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea {
	background-color: #fff
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=text],
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea {
	border-radius: 3px
}

.et_pb_contact p input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	border-radius: 50%
}

.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_contact p input[type=radio]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%, -50%)
}

.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
	width: 17px;
	height: 17px;
	color: #2ea3f2;
	font-family: dashicons;
	font-size: 17px;
	line-height: 17px;
	content: "\f147"
}

.et_pb_contact p input[type=radio]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2ea3f2
}

.et_pb_contact p input[type=checkbox]~input[type=text],
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text] {
	display: none !important
}

.et_pb_contact_field[data-type=select] {
	position: relative
}

.et_pb_contact_field[data-type=select]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: "";
	transform: translateY(-50%);
	pointer-events: none
}

.et_pb_contact_select {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px 16px 16px;
	border: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.et_pb_contact_select::-ms-expand {
	display: none
}

.et_pb_contact_field_options_wrapper {
	display: block
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
	margin-bottom: .5em;
	font-weight: 600
}

.et_pb_contact_field_options_wrapper:after {
	display: block;
	clear: both;
	content: " "
}

.et_pb_contact_field_checkbox,
.et_pb_contact_field_options_title,
.et_pb_contact_field_radio,
.et_pb_contact_field_select_title {
	display: block
}

.et_pb_contact_field_radio_title,
.et_pb_contact_field_select_title {
	padding-bottom: 4px;
	font-size: 16px
}

.et_pb_contact_field textarea.et_pb_contact_message {
	display: block;
	min-height: 150px
}

.et_pb_contact_reset,
.et_pb_contact_submit {
	display: inline-block;
	margin: 0 0 0 18px;
	font-family: inherit;
	cursor: pointer
}

.et_pb_contact p .et_contact_error {
	border: 1px solid red !important
}

.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
	color: red !important
}

.et_contact_bottom_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	float: right;
	margin-top: -1.5%;
	text-align: right
}

.et_pb_contact_form p[data-id=et_number] {
	position: absolute !important;
	transform: scale(.01, .01) !important
}

.et_pb_contact_form p[data-id=et_number] input {
	border: none !important;
	background: 0 0 !important
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title {
	float: none
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
	display: flex
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
	justify-content: center
}

.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
	justify-content: flex-end
}

.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
	justify-content: space-between
}

.et_pb_countdown_timer {
	padding: 4%
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: top
}

.et_pb_countdown_timer .title {
	margin: 0 0 30px;
	padding: 0;
	font-weight: 500;
	text-align: center
}

.et_pb_countdown_timer h4.title {
	font-size: 26px
}

.et_pb_countdown_timer .section {
	display: inline-block;
	position: relative
}

.et_pb_countdown_timer .section.values {
	width: 17%;
	max-width: 160px;
	vertical-align: top
}

.et_pb_countdown_timer .section p {
	display: inline-block;
	padding-bottom: 0;
	font-size: 54px;
	line-height: 54px;
	text-align: center
}

.et_pb_countdown_timer .section.zero p {
	opacity: .4
}

.et_pb_countdown_timer .section p.value {
	min-width: 100%
}

.et_pb_countdown_timer .section p.label {
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-align: center
}

.et_pb_countdown_timer .sep {
	position: relative
}

.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
	text-decoration: none !important
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p,
.et_pb_column_3_5 .et_pb_countdown_timer .section p {
	font-size: 38px;
	line-height: 38px
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_5 .et_pb_countdown_timer .section p.label {
	font-size: 12px;
	line-height: 20px
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title,
.et_pb_column_1_5 .et_pb_countdown_timer .title,
.et_pb_column_1_6 .et_pb_countdown_timer .title,
.et_pb_column_2_5 .et_pb_countdown_timer .title {
	margin-bottom: 20px;
	font-size: 22px
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_2_5 .et_pb_countdown_timer .section p,
.et_pb_column_3_8 .et_pb_countdown_timer .section p {
	font-size: 28px;
	line-height: 28px
}

.et_pb_column_1_4 .et_pb_countdown_timer .section p,
.et_pb_column_1_5 .et_pb_countdown_timer .section p,
.et_pb_column_1_6 .et_pb_countdown_timer .section p {
	font-size: 20px;
	line-height: 20px
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_6 .et_pb_countdown_timer .section p.label,
.et_pb_column_2_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
	font-size: 11px;
	line-height: 19px
}

.et_pb_circle_counter,
.et_pb_number_counter {
	position: relative;
	margin: 0 auto 30px;
	text-align: center
}

.et_pb_circle_counter {
	max-width: 225px
}

.et_pb_circle_counter_inner {
	display: block;
	position: relative
}

.et_pb_circle_counter canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important
}

.et_pb_circle_counter .percent {
	word-wrap: initial
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
	position: relative;
	z-index: 2
}

.et_pb_circle_counter .percent p {
	visibility: hidden
}

.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
	position: relative;
	padding: 49% 0;
	font-size: 40px;
	font-weight: 500;
	line-height: .1em
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
	position: relative;
	font-size: 18px
}

.et_pb_circle_counter .et_pb_module_header,
.et_pb_number_counter .et_pb_module_header {
	position: relative
}

.et_pb_circle_counter.et_pb_with_title .percent,
.et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom: 20px
}

.et_pb_number_counter {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s
}

.et_pb_number_counter.active {
	opacity: 1
}

.et_pb_number_counter {
	width: auto
}

.et_pb_number_counter canvas {
	display: none;
	visibility: hidden
}

.et_pb_number_counter .percent {
	position: relative;
	height: 72px
}

.et_pb_number_counter .percent p {
	font-size: 72px;
	font-weight: 500;
	line-height: 72px
}

.et_pb_post .entry-content {
	padding-top: 30px
}

.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_item .et_pb_module_header,
.et_pb_portfolio_item h2 {
	margin-top: 10px
}

.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
	content: attr(data-icon)
}

@media all and (max-width:980px) {

	.et_overlay.et_pb_inline_icon_tablet:before,
	.et_pb_inline_icon_tablet:before {
		content: attr(data-icon-tablet)
	}

	.et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
		content: attr(data-icon-tablet) !important
	}
}

@media all and (max-width:767px) {

	.et_overlay.et_pb_inline_icon_phone:before,
	.et_pb_inline_icon_phone:before {
		content: attr(data-icon-phone)
	}

	.et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
		content: attr(data-icon-phone) !important
	}
}

.et_overlay {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	opacity: 0;
	background: rgba(255, 255, 255, .9);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	-o-backface-visibility: hidden
}

.et_overlay:before {
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	content: "\e050";
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.et_pb_gallery_image:hover .et_overlay:before {
	top: 50%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay,
.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1
}

.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
	display: none
}

#ie7 .et_overlay,
#ie8 .et_overlay {
	display: none
}

.et_pb_fullwidth_menu.et_hover_enabled:hover,
.et_pb_menu.et_hover_enabled:hover {
	z-index: initial
}

.et_pb_fullwidth_menu .et-menu-nav,
.et_pb_fullwidth_menu .et-menu-nav>ul,
.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav>ul {
	float: none
}

.et_pb_fullwidth_menu .et-menu-nav>ul,
.et_pb_menu .et-menu-nav>ul {
	padding: 0 !important;
	line-height: 1.7em
}

.et_pb_fullwidth_menu .et-menu-nav>ul ul,
.et_pb_menu .et-menu-nav>ul ul {
	padding: 20px 0;
	text-align: left
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a,
.et_pb_bg_layout_dark.et_pb_menu ul li a {
	color: #fff
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover,
.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
	color: rgba(255, 255, 255, .8)
}

.et-menu li li.menu-item-has-children>a:first-child:after {
	top: 12px
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul,
.et_pb_menu .et-menu-nav>ul.upwards li ul {
	top: auto;
	bottom: 100%;
	border-top: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2ea3f2;
	-webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
	box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul li ul,
.et_pb_menu .et-menu-nav>ul.upwards li ul li ul {
	bottom: -23px
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li.mega-menu ul ul,
.et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul {
	top: auto;
	bottom: 0;
	border: none
}

.et_pb_menu_inner_container {
	position: relative
}

.et_pb_menu__wrap {
	margin: 0 -11px
}

.et_pb_menu__wrap .mobile_menu_bar {
	transform: translate(0, 3%)
}

.et_pb_menu__wrap .mobile_menu_bar:before {
	top: 0
}

.et_pb_menu__menu {
	margin-right: 11px;
	margin-left: 11px
}

.et_pb_menu__logo {
	overflow: hidden
}

.et_pb_menu__logo img {
	display: block
}

.et_pb_menu__search-button:after {
	content: "\55"
}

.et_pb_menu__cart-button:after {
	content: "\e07a"
}

a.et_pb_menu__icon,
button.et_pb_menu__icon {
	display: flex;
	margin: 0 11px;
	padding: 0;
	border: 0;
	background: 0 0;
	font-family: ETmodules;
	font-size: 17px;
	cursor: pointer;
	align-items: center
}

.et_pb_fullwidth_menu .et_pb_menu__wrap,
.et_pb_menu .et_pb_menu__wrap {
	display: flex;
	opacity: 1;
	align-items: stretch;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: flex-start
}

.et_pb_fullwidth_menu .et_pb_menu__wrap--visible,
.et_pb_menu .et_pb_menu__wrap--visible {
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_fullwidth_menu .et_pb_menu__wrap--hidden,
.et_pb_menu .et_pb_menu__wrap--hidden {
	opacity: 0;
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_fullwidth_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu {
	display: flex;
	align-items: stretch;
	flex: 0 1 auto;
	justify-content: flex-start
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav {
	display: flex;
	align-items: stretch
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li,
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
	display: flex;
	position: relative;
	margin: 0;
	align-items: stretch
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu,
.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu {
	position: static
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(100% - 1px);
	left: 0
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul.upwards>li>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul {
	top: auto;
	bottom: calc(100% - 1px)
}

.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	display: flex;
	padding: 31px 0;
	white-space: nowrap;
	align-items: center
}

.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after {
	top: 50% !important;
	transform: translate(0, -50%)
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
	padding: 0 !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-bottom: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
	margin-top: 0;
	margin-bottom: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
	padding-top: 8px;
	padding-bottom: 0
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
	top: auto;
	bottom: 0
}

.et_pb_fullwidth_menu .et_pb_menu__icon,
.et_pb_menu .et_pb_menu__icon {
	flex: 0 0 auto
}

.et_pb_fullwidth_menu .et-menu,
.et_pb_menu .et-menu {
	margin-right: -11px;
	margin-left: -11px
}

.et_pb_fullwidth_menu .et-menu>li,
.et_pb_menu .et-menu>li {
	padding-right: 11px;
	padding-left: 11px
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_fullwidth_menu--style-left_aligned .et_pb_row,
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
	display: flex;
	align-items: stretch
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo-wrap,
.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
	display: flex;
	align-items: center;
	flex: 0 1 auto
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo,
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
	margin-right: 30px
}

.rtl .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo,
.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
	margin-right: 0;
	margin-left: 30px
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
	justify-content: center
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul {
	justify-content: center
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
	justify-content: flex-end
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul {
	justify-content: flex-end
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
	flex-grow: 1
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu {
	flex-grow: 1
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav {
	flex-grow: 1
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul {
	flex-grow: 1;
	justify-content: space-between
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
	display: flex;
	flex-direction: column;
	align-items: center
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo img,
.et_pb_menu--style-centered .et_pb_menu__logo,
.et_pb_menu--style-centered .et_pb_menu__logo img {
	margin: 0 auto
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap,
.et_pb_menu--style-centered .et_pb_menu__wrap {
	justify-content: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
	display: none;
	margin-bottom: 30px
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
	display: flex;
	align-items: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo img,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
	margin: 0 auto
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
	justify-content: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
	align-items: center !important
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap {
	width: 100%;
	height: 100%
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot img,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
	max-height: 100%
}

.et_pb_fullwidth_menu .et_pb_menu__logo-slot .et-fb-content-placeholder,
.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
	min-width: 96px
}

.et_pb_fullwidth_menu .et_pb_menu__search-container,
.et_pb_menu .et_pb_menu__search-container {
	display: flex;
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	align-content: stretch;
	justify-content: stretch
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--visible,
.et_pb_menu .et_pb_menu__search-container--visible {
	opacity: 1;
	animation: fadeInTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--hidden,
.et_pb_menu .et_pb_menu__search-container--hidden {
	animation: fadeOutTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--disabled,
.et_pb_menu .et_pb_menu__search-container--disabled {
	display: none
}

.et_pb_fullwidth_menu .et_pb_menu__search,
.et_pb_menu .et_pb_menu__search {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	justify-content: stretch
}

.et_pb_fullwidth_menu .et_pb_menu__search-form,
.et_pb_menu .et_pb_menu__search-form {
	flex: 1 1 auto
}

.et_pb_fullwidth_menu .et_pb_menu__search-input,
.et_pb_menu .et_pb_menu__search-input {
	width: 100%;
	border: 0;
	color: #333;
	background: 0 0
}

.et_pb_fullwidth_menu .et_pb_menu__close-search-button,
.et_pb_menu .et_pb_menu__close-search-button {
	flex: 0 0 auto
}

.et_pb_fullwidth_menu .et_pb_menu__close-search-button:after,
.et_pb_menu .et_pb_menu__close-search-button:after {
	font-size: 1.7em;
	content: "\4d"
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
	padding: 28px 0 0 !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 5px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	display: flex;
	padding-bottom: 29px;
	white-space: nowrap;
	align-items: center
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards {
	padding: 0 0 28px 0 !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
	margin-top: 0;
	margin-bottom: 5px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
	padding-top: 29px;
	padding-bottom: 0
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
	top: auto;
	bottom: 0
}

.et_pb_forgot_password {
	margin-top: -5px;
	font-size: 12px
}

.et_pb_forgot_password a {
	color: #fff;
	text-decoration: underline
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
	color: #666
}

.et_pb_team_member_image {
	display: table-cell;
	float: left;
	position: relative;
	max-width: 320px;
	margin-right: 30px;
	line-height: 0 !important
}

.et_pb_column .et_pb_team_member_image.et-svg {
	width: 320px;
	max-width: 100%
}

.et_pb_team_member_description {
	display: table-cell;
	position: relative;
	vertical-align: top
}

.et_pb_team_member_no_image .et_pb_team_member_description {
	display: block !important
}

.et_pb_member_position {
	padding-bottom: 7px;
	color: #aaa
}

.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image,
.et_pb_column_1_5 .et_pb_team_member_image,
.et_pb_column_1_6 .et_pb_team_member_image,
.et_pb_column_2_5 .et_pb_team_member_image,
.et_pb_column_3_5 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 12px;
	text-align: center
}

.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_1_4 .et_pb_team_member_description,
.et_pb_column_1_5 .et_pb_team_member_description,
.et_pb_column_1_6 .et_pb_team_member_description,
.et_pb_column_2_5 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description,
.et_pb_column_3_5 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description {
	display: block
}

.et_pb_shop.et_pb_text_align_center .star-rating,
.et_pb_shop.et_pb_text_align_justified .star-rating,
.et_pb_shop.et_pb_text_align_right .star-rating {
	display: inline-block
}

.et_pb_member_social_links li {
	display: inline-block;
	margin-right: 15px
}

.et_pb_member_social_links a {
	display: inline-block;
	position: relative;
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: color .3s ease 0s
}

.et_pb_facebook_icon:before {
	content: "\e093"
}

.et_pb_twitter_icon:before {
	content: "\e094"
}

.et_pb_google_icon:before {
	content: "\e096"
}

.et_pb_linkedin_icon:before {
	content: "\e09d"
}

.et_pb_member_social_links span {
	display: none
}

.et_audio_content,
.et_link_content,
.et_pb_audio_module_content,
.et_quote_content {
	position: relative;
	text-align: center;
	word-wrap: break-word
}

.et_audio_content,
.et_link_content,
.et_pb_audio_module_content,
.et_quote_content {
	padding: 50px 60px
}

.et_audio_content .wp-block-audio {
	margin: 0;
	padding: 0
}

.et_audio_content h2,
.et_link_content a.et_link_main_url,
.et_link_content h2,
.et_pb_audio_module_content h2,
.et_quote_content blockquote cite,
.et_quote_content blockquote p {
	color: #fff !important
}

.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_audio_module_meta,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_quote_content blockquote p {
	color: #666 !important
}

.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_quote_content blockquote p {
	color: #bbb !important
}

.et_pb_text_color_dark.et_audio_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_quote_content {
	background-color: #e8e8e8
}

.et_quote_main_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

.et_quote_content blockquote {
	margin: 0;
	padding: 0;
	border: none
}

.et_audio_content h2,
.et_link_content h2,
.et_pb_audio_module_content h2,
.et_quote_content blockquote p {
	margin-top: 0
}

.et_audio_content h2,
.et_link_content h2,
.et_quote_content blockquote p {
	line-height: 44px
}

.et_audio_content h2 {
	margin-bottom: 20px
}

.et_link_content a.et_link_main_url,
.et_quote_content blockquote cite {
	font-size: 18px;
	font-weight: 200
}

.et_quote_content blockquote cite {
	font-style: normal
}

.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_3_5 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2 {
	margin-top: 0;
	margin-bottom: 9px
}

.et_pb_column_2_3 .et_quote_content {
	padding: 50px 42px 45px
}

.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
	padding: 40px 40px 45px
}

.et_pb_column_1_2 .et_audio_content,
.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_quote_content,
.et_pb_column_3_5 .et_audio_content,
.et_pb_column_3_5 .et_link_content,
.et_pb_column_3_5 .et_quote_content {
	padding: 35px 40px
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content {
	padding: 40px 40px 35px
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_3_5 .et_quote_content blockquote p {
	font-size: 26px;
	line-height: 32px
}

.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_3_5 .et_audio_content h2,
.et_pb_column_3_5 .et_link_content h2 {
	line-height: 32px
}

.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_3_5 .et_link_content a.et_link_main_url,
.et_pb_column_3_5 .et_quote_content blockquote cite {
	font-size: 14px
}

.et_pb_blog_grid .et_quote_content,
.et_pb_column_1_3 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_column_1_5 .et_quote_content,
.et_pb_column_1_6 .et_quote_content,
.et_pb_column_2_5 .et_quote_content,
.et_pb_column_3_8 .et_quote_content {
	padding: 35px 30px 32px
}

.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_3 .et_link_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_column_1_5 .et_audio_content,
.et_pb_column_1_5 .et_link_content,
.et_pb_column_1_6 .et_audio_content,
.et_pb_column_1_6 .et_link_content,
.et_pb_column_2_5 .et_audio_content,
.et_pb_column_2_5 .et_link_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_column_3_8 .et_link_content {
	padding: 35px 20px
}

.et_pb_blog_grid .et_audio_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_5 .et_link_content h2,
.et_pb_column_1_5 .et_quote_content blockquote p,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_column_1_6 .et_link_content h2,
.et_pb_column_1_6 .et_quote_content blockquote p,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_2_5 .et_link_content h2,
.et_pb_column_2_5 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_3_8 .et_quote_content blockquote p {
	font-size: 18px;
	line-height: 26px
}

.et_pb_blog_grid .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_column_1_5 .et_link_content a.et_link_main_url,
.et_pb_column_1_5 .et_quote_content blockquote cite,
.et_pb_column_1_6 .et_link_content a.et_link_main_url,
.et_pb_column_1_6 .et_quote_content blockquote cite,
.et_pb_column_2_5 .et_link_content a.et_link_main_url,
.et_pb_column_2_5 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_quote_content blockquote cite {
	font-size: 14px
}

.et_pb_blog_grid .et_link_content {
	margin: -20px -20px 19px
}

.et_pb_blog_grid .et_quote_content {
	margin: -20px -20px 19px
}

.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content {
	padding: 30px
}

.et_pb_blog_grid .et_audio_content {
	margin-bottom: 19px
}

.et_audio_container .mejs-container {
	width: auto !important;
	min-width: unset !important;
	height: auto !important
}

.et_audio_container .mejs-container,
.et_audio_container .mejs-container .mejs-controls,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body {
	height: auto;
	background: 0 0
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.et_audio_container .mejs-time.mejs-currenttime-container {
	display: none !important
}

.et_audio_container .mejs-time {
	display: block !important;
	margin-right: 90px;
	margin-left: 10px;
	padding: 0;
	line-height: inherit
}

.et_audio_container .mejs-android .mejs-time,
.et_audio_container .mejs-ios .mejs-time,
.et_audio_container .mejs-ipad .mejs-time,
.et_audio_container .mejs-iphone .mejs-time {
	margin-right: 0
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
	top: 0;
	right: 0;
	left: auto;
	height: 4px;
	margin: 8px 0 0 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5)
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(153, 153, 153, .5)
}

.et_audio_container .mejs-controls>div {
	height: 20px !important
}

.et_audio_container .mejs-controls div.mejs-time-rail {
	display: block !important;
	position: relative;
	margin-right: 0;
	margin-left: 42px;
	padding-top: 0
}

.et_audio_container span.mejs-time-total.mejs-time-slider {
	display: block !important;
	position: relative !important;
	min-width: unset !important;
	max-width: 100%
}

.et_audio_container .mejs-button.mejs-volume-button {
	position: absolute;
	right: 59px;
	bottom: -2px;
	width: auto;
	height: auto;
	margin-left: auto
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 4px;
	border-radius: 5px;
	background: #fff
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #999
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	width: 10px;
	border: none
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
	top: -3px
}

.et_audio_container .mejs-time-rail .mejs-time-handle-content {
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.et_audio_container .mejs-time-rail .mejs-time-hovered {
	height: 4px
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;
	top: -3px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	top: 5px
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 8px
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 18px
}

.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	display: block !important;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 19px;
	margin-left: 5px
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
	height: 4px
}

.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
	position: relative !important;
	z-index: 99;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	background: 0 0 !important
}

.et_audio_container .mejs-playpause-button button:before {
	top: -8px;
	left: 0;
	font-size: 32px;
	content: "\45" !important
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
	color: #fff
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
	color: #666
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle {
	background: #666
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
	color: #999
}

.et_audio_container .mejs-playpause-button {
	position: absolute;
	width: auto !important;
	height: auto !important;
	margin-top: -7px !important
}

.et_audio_container .mejs-controls .mejs-button button:focus {
	outline: 0
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
	content: "\60" !important
}

.et_audio_container .mejs-volume-button button:before {
	font-size: 18px;
	content: "\e068"
}

.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 14px
}

.et_audio_container .mejs-container .mejs-controls {
	position: relative;
	min-width: unset !important;
	padding: 0;
	flex-wrap: wrap
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	right: auto;
	left: 0
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
	margin-left: 0
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time {
	margin-right: 10px;
	margin-left: 90px
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time {
	margin-left: 0
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button {
	right: auto;
	left: 59px
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail {
	margin-right: 42px;
	margin-left: 5px
}

.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
	min-height: 500px;
	background-position: top center;
	background-size: cover !important
}

.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
	min-height: 180px
}

.et_gallery_item {
	float: left;
	width: 28.353%;
	margin: 0 7.47% 7.47% 0
}

.et_gallery_item:nth-child(3n) {
	margin-right: 0
}

.et_gallery_item:nth-child(3n+1) {
	clear: both
}

.et_pb_column_3_4 .et_pb_post .et_pb_slide {
	min-height: 442px
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
	min-height: 390px
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide,
.et_pb_column_3_5 .et_pb_post .et_pb_slide {
	min-height: 284px
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_2_5 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
	min-height: 180px
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide,
.et_pb_column_1_5 .et_pb_post .et_pb_slide,
.et_pb_column_1_6 .et_pb_post .et_pb_slide {
	min-height: 125px
}

.et_pb_audio_module {
	position: relative
}

.et_pb_audio_cover_art {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	transition: inherit
}

.et_pb_audio_module_content {
	margin-left: 220px
}

.et_audio_module_meta {
	margin-bottom: 17px;
	color: #fff
}

.et_pb_audio_no_image .et_pb_audio_module_content {
	margin-left: 0
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art {
	float: none;
	position: relative;
	width: 100%
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_2_5 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content {
	margin-left: 0
}

.et_pb_column_1_4 .et_pb_audio_module_content,
.et_pb_column_1_5 .et_pb_audio_module_content,
.et_pb_column_1_6 .et_pb_audio_module_content {
	margin-left: 0
}

.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
	font-size: 12px
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art {
	height: 380px
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
	height: 275px
}

.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art {
	height: 240px
}

.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art {
	height: 170px
}

.et_pb_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto
}

.et_pb_slide_video .wp-video-shortcode video,
.et_pb_slide_video video.wp-video-shortcode {
	height: auto
}

.et_pb_slider {
	overflow: hidden;
	position: relative
}

.et_pb_row:after,
.et_pb_row_inner:after,
.et_pb_slides:after {
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	content: ""
}

.et_pb_slider .et_pb_slide {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	margin-right: -100%;
	text-align: center;
	list-style: none !important
}

.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .1)
}

.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
	min-height: 0 !important
}

.et_pb_section,
.et_pb_slider .et_pb_slide {
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover
}

.et_pb_slider .et_pb_slide:first-child {
	display: list-item
}

.et_pb_post>.et_pb_slider {
	margin-bottom: 30px
}

.et_pb_slider .et_pb_container {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto
}

.et_pb_slide {
	padding: 0 6%
}

.et_pb_video_slider .et_pb_slide {
	padding: 0
}

.et_pb_fullwidth_post_slider .et_pb_container,
.et_pb_fullwidth_slider .et_pb_container {
	width: 80%;
	max-width: 1080px
}

.et-pb-arrow-next,
.et-pb-arrow-prev {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -24px;
	opacity: 0;
	color: #fff;
	font-size: 48px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.et_pb_bg_layout_light .et-pb-arrow-next,
.et_pb_bg_layout_light .et-pb-arrow-prev {
	color: #333
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
	background-color: #333
}

.et_pb_bg_layout_light .et-pb-controllers a {
	background-color: rgba(0, 0, 0, .3)
}

.et-pb-arrow-next:hover,
.et-pb-arrow-prev:hover {
	text-decoration: none
}

.et-pb-arrow-next span,
.et-pb-arrow-prev span {
	display: none
}

.et-pb-arrow-prev {
	left: -22px
}

.et-pb-arrow-next {
	right: -22px
}

.et-pb-arrow-prev:before {
	content: "\34"
}

.et-pb-arrow-next:before {
	content: "\35"
}

.et_pb_slider:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

.et_pb_slider:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1
}

.format-gallery .et-pb-arrow-next,
.format-gallery .et-pb-arrow-prev {
	color: #fff
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
	right: 0
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev {
	left: 0
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
	right: 0
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev {
	right: 0
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider .et_pb_slide {
	min-height: 170px
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
	right: 0
}

.et-pb-controllers {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}

.format-gallery .et-pb-controllers {
	bottom: 0
}

.et-pb-controllers a {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	opacity: .5;
	background-color: rgba(255, 255, 255, .5);
	text-indent: -9999px
}

.et-pb-controllers .et-pb-active-control {
	opacity: 1
}

.et_pb_post .et-pb-controllers a {
	margin-bottom: 10px
}

.et-pb-controllers a:last-child {
	margin-right: 0
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fff
}

.et_pb_slide_image {
	position: absolute;
	bottom: 0
}

.et_pb_slide:first-child .et_pb_slide_image img {
	opacity: 0
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
	opacity: 1;
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.et_pb_media_alignment_center .et_pb_slide_image {
	top: 50%;
	bottom: auto
}

.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.et-pb-active-slide .et_pb_slide_image {
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft
}

.et_pb_slide_image img {
	vertical-align: bottom
}

.et_pb_slide_image,
.et_pb_slide_video {
	width: 47.25%;
	margin-right: 5.5%
}

.et-pb-active-slide .et_pb_slide_description {
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.et_pb_bg_layout_dark .et_pb_slide_content {
	color: #fff
}

.et_pb_slide_description .et_pb_slide_title {
	margin-top: 0;
	font-weight: 300
}

.et_pb_slide_description .et_pb_slide_title {
	font-size: 46px
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	width: auto;
	margin: auto;
	padding: 16% 8%
}

.et_pb_slide_with_image .et_pb_slide_description {
	float: right;
	width: 47.25%;
	padding-right: 0;
	padding-left: 0;
	text-align: left
}

.et_pb_slide_content {
	color: #333;
	font-size: 18px;
	font-weight: 400
}

.et_pb_slide_content p:last-of-type {
	padding-bottom: 0
}

.et_pb_slides .et_pb_container {
	display: table;
	table-layout: fixed
}

.et_pb_slides .et_pb_slider_container_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner,
.et_pb_slides .et_pb_empty_slide.et_pb_container {
	display: block
}

.et_pb_slides .et_pb_temp_slide {
	display: block
}

.et_pb_more_button {
	display: inline-block;
	margin-top: 20px;
	color: inherit;
	text-shadow: none;
	text-decoration: none
}

.et_parallax_bg_wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.et_parallax_bg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover
}

.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover) {
	display: none
}

.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover {
	display: block
}

@media all and (max-width:980px) {
	.et_parallax_bg.et_parallax_bg_tablet_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_tablet {
		display: block
	}
}

@media all and (max-width:767px) {
	.et_parallax_bg.et_parallax_bg_phone_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_phone {
		display: block
	}
}

.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
	position: relative
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	background-attachment: fixed
}

body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	bottom: auto;
	background-attachment: scroll
}

.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
	position: relative;
	z-index: 9
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description {
	text-align: center
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
	text-align: center
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: none
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video {
	display: none
}

.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: none
}

.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slide_content {
	font-size: 14px
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: block
}

.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 26px;
	font-weight: 400
}

.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 22px;
	font-weight: 400
}

.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload>div {
	visibility: hidden
}

.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
	position: relative;
	background: #464646 !important
}

.et_pb_preload:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background: url(../../../themes/Divi/includes/builder/styles/images/preloader.gif) no-repeat;
	content: ""
}

.et_pb_text ol,
.et_pb_text ul {
	padding-bottom: 1em
}

.et_pb_text>:last-child {
	padding-bottom: 0
}

.et_pb_text_inner {
	position: relative
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
	color: #fff !important
}

.et_pb_text_align_left {
	text-align: left
}

.et_pb_text_align_center {
	text-align: center
}

.et_pb_text_align_right {
	text-align: right
}

.et_pb_text_align_justified {
	text-align: justify
}

ul.et_pb_social_media_follow {
	margin: 0 0 22px;
	padding: 0;
	list-style-type: none !important
}

.et_pb_social_media_follow li {
	display: inline-block;
	position: relative;
	margin-bottom: 8px
}

.et_pb_social_media_follow li a {
	display: inline-block;
	position: relative;
	margin-right: 8px;
	text-align: center;
	text-decoration: none
}

.et_pb_social_media_follow li a.follow_button {
	margin-top: 5px;
	margin-right: 25px;
	padding: 0 12px;
	border-width: 0;
	border-style: solid;
	border-radius: 3px;
	color: rgba(0, 0, 0, .5);
	background: rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: 1.6em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.et_pb_social_media_follow li.last-child a,
.et_pb_social_media_follow li:last-child a {
	margin-right: 0
}

.et_pb_social_media_follow.has_follow_button li.last-child a.icon,
.et_pb_social_media_follow.has_follow_button li:last-child a.icon {
	margin-right: 8px
}

.et_pb_social_media_follow li a.follow_button:hover {
	color: rgba(0, 0, 0, .6);
	background: rgba(0, 0, 0, .2)
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
	color: rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, .6)
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
	color: #fff;
	background: rgba(0, 0, 0, .7)
}

.et_pb_social_media_follow li a.icon {
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	padding: 0
}

.et_pb_social_media_follow li a.icon::before {
	display: block;
	position: relative;
	z-index: 10;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

.et_pb_social_media_follow li a.icon:hover::before {
	color: rgba(255, 255, 255, .7)
}

.et_pb_social_media_follow li a.icon {
	border-radius: 3px
}

.et_pb_social_media_follow_network_name {
	display: none
}

.et_pb_section {
	position: relative;
	background-color: #fff
}

.et_pb_section.et_section_transparent {
	background-color: transparent
}

.et_pb_fullwidth_section {
	padding: 0
}

.et_pb_fullwidth_section .et_pb_row {
	padding: 0 !important
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-repeat-y: no-repeat
}

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
	transition: none !important
}

.et_pb_top_inside_divider {
	margin-top: -1px
}

.et_pb_bottom_inside_divider {
	margin-bottom: -1px
}

.et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu) {
	overflow: hidden;
	position: relative
}

.et_pb_section_video_bg {
	display: block;
	visibility: visible;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: display .3s;
	-moz-transition: display .3s;
	transition: display .3s;
	pointer-events: none
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
	display: none
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
	display: none !important
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
	max-width: none
}

.et_pb_section_video_bg .mejs-video {
	position: absolute;
	left: 50%;
	max-width: none
}

.et_pb_section_video_bg .mejs-overlay-loading {
	display: none !important
}

.et_pb_social_network_link .et_pb_section_video {
	overflow: visible
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg {
	display: none
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit {
	display: block
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none
}

.et_pb_column.et_pb_column_empty {
	min-height: 1px
}

.et_pb_row_inner {
	position: relative;
	width: 100%
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important
}

.et_pb_space {
	box-sizing: content-box;
	height: 23px
}

.et_pb_divider_hidden {
	margin-bottom: 0 !important
}

.et_pb_divider_internal {
	display: inline-block;
	width: 100%
}

.et_pb_divider {
	position: relative;
	margin: 0 0 30px 0
}

.et_pb_divider:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, .1);
	content: ""
}

.et_pb_divider:after,
.et_pb_space:after {
	display: table;
	content: ""
}

.et_pb_divider_position_bottom:before {
	top: auto !important;
	bottom: 0 !important
}

.et_pb_divider_position_center:before {
	top: 50% !important
}

@media all and (max-width:980px) {
	.et_pb_divider_position_top_tablet:before {
		top: 0 !important;
		bottom: auto !important
	}

	.et_pb_divider_position_bottom_tablet:before {
		top: auto !important;
		bottom: 0 !important
	}

	.et_pb_divider_position_center_tablet:before {
		top: 50% !important
	}
}

@media all and (max-width:767px) {
	.et_pb_divider_position_top_phone:before {
		top: 0 !important;
		bottom: auto !important
	}

	.et_pb_divider_position_bottom_phone:before {
		top: auto !important;
		bottom: 0 !important
	}

	.et_pb_divider_position_center_phone:before {
		top: 50% !important
	}
}

.et_pb_fullwidth_header {
	position: relative;
	padding: 50px 0;
	background-position: center center;
	background-size: cover
}

.et_pb_fullwidth_header p {
	padding-bottom: 0
}

.et_pb_fullwidth_header_subhead {
	display: block
}

.et_pb_fullscreen {
	padding: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	position: relative;
	z-index: 3;
	width: 80%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
	width: 80%;
	max-width: none;
	height: 10px;
	min-height: 100vh
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
	width: 100%;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
	width: 100%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
	width: 50%;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	margin-left: 0;
	text-align: left
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
	margin-right: 6%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	float: right;
	margin-right: 0;
	text-align: right
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content {
	margin-left: 6%
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
	margin-bottom: 80px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
	padding-left: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
	padding-right: 0
}

.et_pb_fullwidth_header .header-content {
	padding: 10px;
	text-align: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 80%;
	max-width: 800px;
	margin: 20px auto
}

.et_pb_fullwidth_header .header-image {
	margin-right: 2%;
	margin-left: 2%;
	line-height: 0;
	text-align: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
	display: inline-block;
	margin-top: 20px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin-left: 15px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none
}

.et_pb_fullwidth_header .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
	display: inline-block
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	color: #fff;
	font-size: 3.5em
}

.et_pb_fullwidth_header .scroll-down-container .scroll-down-phone,
.et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet {
	display: none
}

@media all and (max-width:980px) {

	.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down,
	.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone {
		display: none
	}

	.et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet {
		display: inline-block
	}
}

@media all and (max-width:767px) {

	.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down,
	.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet {
		display: none
	}

	.et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone {
		display: inline-block
	}
}

.et_pb_accordion .et_pb_toggle {
	position: relative;
	margin-bottom: 10px
}

.et_pb_accordion .et_pb_toggle:last-child {
	margin-bottom: 0
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: none
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_tabs_controls,
.et_pb_widget_area ul {
	padding: 0 !important;
	line-height: inherit !important;
	list-style: none !important
}

.et_pb_gallery .et_pb_gallery_items {
	width: 100%
}

.et_pb_gallery.et_pb_section_parallax {
	width: 100%
}

.et_pb_gallery.et_pb_section_parallax:hover {
	overflow: hidden
}

.et_pb_gallery_grid .et_pb_gallery_items {
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out
}

.et_pb_gallery_grid .et_pb_gallery_image {
	position: relative
}

.et_pb_gallery_image {
	line-height: 0
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_gallery_grid .et_pb_gallery_item {
	display: none
}

.et_pb_portfolio .et_pb_portfolio_item {
	position: relative
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
	display: none;
	float: left;
	position: relative;
	margin-right: -100%
}

.et_pb_gallery_fullwidth .et_pb_gallery_image img,
.et_pb_gallery_fullwidth .et_pb_gallery_item {
	width: 100%
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
	display: block
}

.et_pb_portfolio.et_pb_section_parallax .pagination,
.et_pb_portfolio.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio.et_pb_section_video .pagination,
.et_pb_portfolio.et_pb_section_video .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_parallax .pagination,
.et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_video .pagination,
.et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi {
	position: relative
}

.et_pb_text_align_left .wp-pagenavi,
.et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: left
}

.et_pb_text_align_center .wp-pagenavi,
.et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: center
}

.et_pb_text_align_right .wp-pagenavi,
.et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: right
}

.et_pb_text_align_justified .wp-pagenavi,
.et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul {
	text-align: justify
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
	clear: both;
	margin: 0 0 40px 0
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters {
	position: relative
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
	padding: 0;
	list-style-type: none !important
}

.et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	float: left;
	font-size: 14px;
	line-height: 1em
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
	display: block;
	overflow: hidden;
	height: auto;
	margin: -1px -1px 0 0;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	color: #666;
	background-color: #fff
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
	color: #666;
	background-color: #f4f4f4
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
	color: #82c0c7;
	background-color: #f9f9f9
}

.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
	position: relative;
	width: 100%
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
	width: 100%
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination,
.et_pb_gallery .et_pb_gallery_pagination {
	position: relative;
	width: 100%;
	border-top: 1px solid #e2e2e2
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination {
	position: relative
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_gallery .et_pb_gallery_pagination ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none !important
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li,
.et_pb_gallery .et_pb_gallery_pagination ul li {
	display: inline-block;
	padding: 10px
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
.et_pb_gallery .et_pb_gallery_pagination ul li a {
	color: #999;
	font-size: 16px;
	line-height: 16px
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
	color: #82c0c7
}

.et_pb_gallery_pagination ul:after {
	display: inline-block;
	width: 100%;
	height: 0;
	content: ""
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a,
.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a {
	color: #fff
}

.et_pb_portfolio_items_wrapper.no_pagination {
	border-bottom: none
}

.et_pb_module {
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear
}

.et_pb_module {
	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	-o-animation-duration: .2s;
	animation-duration: .2s
}

.et_pb_fullwidth_portfolio {
	overflow: hidden;
	position: relative;
	margin: 0
}

.et_pb_fullwidth_portfolio .et_overlay {
	border: none;
	pointer-events: auto
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
	display: none;
	float: left;
	position: relative;
	width: 100%
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
	display: block
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
	display: block
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
	float: left;
	position: relative;
	width: 20%;
	height: 0;
	margin: 0
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
	min-width: 100%;
	max-width: inherit;
	height: inherit;
	min-height: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
	height: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
	width: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
	top: 45%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
	top: 33%
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
	background: rgba(0, 0, 0, .6)
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
	color: #fff
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_title,
.et_pb_fullwidth_portfolio h2.et_pb_portfolio_title {
	position: relative;
	margin: 30px 0;
	text-align: center
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
	margin-top: 40%;
	padding: 0 5px
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%)
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
	margin-top: 35%
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1
}

.et_pb_fullwidth_portfolio .et_pb_no_results .entry,
.et_pb_post_slider .et_pb_no_results .entry {
	display: flex;
	flex-direction: column;
	height: 285.75px;
	justify-content: center
}

.et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry {
	height: auto;
	padding: 16% 8%
}

.et_pb_title_container h1 {
	font-size: 26px
}

.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1,
.et_pb_column_1_5 .et_pb_title_container h1,
.et_pb_column_1_6 .et_pb_title_container h1,
.et_pb_column_2_5 .et_pb_title_container h1 {
	font-size: 18px
}

.et_pb_post_title.et_pb_featured_bg {
	overflow: hidden;
	position: relative;
	padding: 16% 8%;
	background-position: center;
	background-size: cover
}

.et_pb_post_title .et_pb_parallax_css {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover
}

.et_pb_title_featured_container img {
	width: 100%
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding: 1em 1.5em
}

.et_pb_title_container {
	display: block;
	position: relative;
	z-index: 98;
	max-width: 100%;
	word-wrap: break-word
}

.et_pb_title_featured_container {
	position: relative;
	line-height: 0
}

p.et_pb_title_meta_container {
	padding-bottom: 1em
}

p.et_pb_title_meta_container .et_pb_title_meta_item--visible+.et_pb_title_meta_item--visible:before {
	content: " | "
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
	padding-bottom: 0
}

.et_pb_fullwidth_section .et_pb_post_title {
	position: relative;
	padding: 6% 0
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
	padding-top: 0
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
	padding-bottom: 0
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding-bottom: 0
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
	display: block;
	width: 80%;
	max-width: 1080px;
	margin: auto
}

.et_pb_fullwidth_code.et_pb_module {
	position: relative;
	z-index: 9
}

.et_pb_module.et_pb_has_overlay,
article.et_pb_has_overlay .et_pb_blog_image_container {
	position: relative
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
	border: none
}

.et_pb_slider.et_pb_post_slider {
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover
}

.et_pb_post_slider .et_pb_slide {
	background-repeat: no-repeat
}

.et_pb_post_slider_image_bottom .et_pb_slide_image {
	position: relative;
	margin: 0 auto 10px !important
}

.et_pb_post_slider_image_bottom .et_pb_slide_description {
	padding-bottom: 8%
}

.et_pb_post_slider_image_top .et_pb_slide_image {
	position: relative;
	margin: 8% auto 0 !important
}

.et_pb_post_slider_image_top .et_pb_slide_description {
	padding-top: 8%;
	padding-bottom: 8%
}

.et_pb_post_slider_image_right .et_pb_slide_description {
	float: left !important
}

.et_pb_post_slider_image_right .et_pb_slide_image {
	right: 0;
	margin-right: 0
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	padding: 30px;
	border-radius: 3px
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.et_pb_slide_content .post-meta,
.et_pb_slide_content .post-meta a {
	font-size: 13px !important;
	font-weight: 400 !important
}

.et_pb_slide_content .post-meta {
	padding-top: 5px;
	padding-bottom: 0 !important
}

.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	background-color: rgba(255, 255, 255, .9)
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	background-color: rgba(0, 0, 0, .3)
}

.et_pb_post_slider.et_pb_bg_layout_dark .post-meta,
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
	color: #fff !important
}

.et_pb_post_slider.et_pb_bg_layout_light .post-meta,
.et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
	color: #333 !important
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
	opacity: 0
}

.et_pb_wc_related_products ul.products li.product,
.et_pb_wc_upsells ul.products li.product {
	clear: none;
	margin: 0 3.8% 2.992em 0
}

.et_pb_wc_related_products ul.products li.product a img,
.et_pb_wc_upsells ul.products li.product a img {
	margin-bottom: 0 !important
}

.et_pb_wc_related_products ul.products li.product.first,
.et_pb_wc_upsells ul.products li.product.first {
	clear: both
}

.et_pb_wc_related_products ul.products li.product.last,
.et_pb_wc_upsells ul.products li.product.last {
	margin-right: 0
}

.et_pb_wc_related_products ul.products.columns-1 li.product,
.et_pb_wc_upsells ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.et_pb_wc_related_products ul.products.columns-2 li.product,
.et_pb_wc_upsells ul.products.columns-2 li.product {
	width: 48%
}

.et_pb_wc_related_products ul.products.columns-3 li.product,
.et_pb_wc_upsells ul.products.columns-3 li.product {
	width: 30.75%
}

.et_pb_wc_related_products ul.products.columns-4 li.product,
.et_pb_wc_upsells ul.products.columns-4 li.product {
	width: 22.15%
}

.et_pb_wc_related_products ul.products.columns-5 li.product,
.et_pb_wc_upsells ul.products.columns-5 li.product {
	width: 16.95%
}

.et_pb_wc_related_products ul.products.columns-6 li.product,
.et_pb_wc_upsells ul.products.columns-6 li.product {
	width: 13.5%
}

.et_pb_wc_related_products.et_pb_text_align_center .products .star-rating,
.et_pb_wc_related_products.et_pb_text_align_justified .products .star-rating,
.et_pb_wc_related_products.et_pb_text_align_right .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_center .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_justified .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_right .products .star-rating {
	display: inline-block
}

.et_pb_wc_related_products .et_shop_image>img,
.et_pb_wc_upsells .et_shop_image>img {
	border-style: solid
}

.et_pb_wc_additional_info.et_pb_hide_title h2 {
	display: none
}

.et_pb_wc_title h1 {
	padding-bottom: 0
}

.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .posted_in,
.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .sku_wrapper,
.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .tagged_as {
	display: block
}

.et_pb_wc_meta_empty {
	display: none
}

.et_pb_wc_meta .product_meta>span:last-child:after {
	content: "" !important
}

.et_pb_wc_meta.et_pb_wc_no_categories .posted_in,
.et_pb_wc_meta.et_pb_wc_no_sku .sku_wrapper,
.et_pb_wc_meta.et_pb_wc_no_tags .tagged_as {
	display: none
}

.et_pb_wc_price .price {
	font-size: 26px !important
}

.et_pb_wc_price .price del {
	color: #999
}

.et_pb_wc_add_to_cart form.cart .button,
.et_pb_wc_add_to_cart form.cart div.quantity {
	display: inline-block;
	float: none;
	vertical-align: middle
}

.et_pb_wc_add_to_cart form.cart {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.et_pb_wc_add_to_cart.et_pb_hide_input_quantity .quantity,
.et_pb_wc_add_to_cart.et_pb_hide_input_quantity .woocommerce-grouped-product-list-item__quantity {
	display: none !important
}

.et_pb_wc_add_to_cart.et_pb_hide_stock .stock {
	display: none
}

.et_pb_wc_add_to_cart .variations .label {
	font-weight: 700
}

.et_pb_wc_add_to_cart.et_pb_module .et_pb_module_inner form.cart .variations td select {
	border-width: 0;
	border-style: solid;
	-webkit-appearance: none;
	-moz-appearance: none
}

.et_pb_wc_add_to_cart .quantity input.qty {
	width: auto;
	max-width: 3.631em;
	border-width: 0 !important;
	border-style: solid !important;
	border-color: #333 !important
}

.et_pb_wc_cart_notice .woocommerce-error {
	margin: 0;
	background-color: transparent
}

.et_pb_wc_cart_notice .wc-forward {
	border-width: 0;
	border-style: solid
}

.et_pb_wc_cart_notice .woocommerce-message {
	margin: 0
}

.et_pb_wc_rating .star-rating span.rating {
	display: none
}

.et_pb_wc_rating .et-pb-icon {
	font-size: 16px
}

.et_pb_wc_rating .woocommerce-review-link {
	line-height: 1.7em;
	vertical-align: text-bottom
}

.et_pb_wc_rating .woocommerce-product-rating {
	margin-bottom: 0
}

.et_pb_wc_rating .woocommerce-product-rating .star-rating {
	display: inline-block;
	float: none;
	margin: 0
}

.et_pb_wc_rating.et_pb_wc_rating_layout_stacked .woocommerce-review-link {
	display: block;
	float: none
}

.et_pb_wc_rating.et_pb_wc_rating_no_rating .star-rating {
	display: none
}

.et_pb_wc_rating.et_pb_wc_rating_no_reviews .woocommerce-review-link {
	display: none
}

.et_pb_wc_reviews.et_pb_comments_module.et_pb_no_comments_count #comments {
	display: block
}

.et_pb_wc_reviews.et_pb_no_comments_count .woocommerce-Reviews-title {
	display: none
}

.et_pb_wc_reviews.et_pb_module .star-rating {
	margin-bottom: 12px !important
}

.et_pb_wc_reviews.et_pb_module .star-rating span:before {
	transition: color .3s
}

.et_pb_wc_reviews.et_pb_no_avatar .avatar {
	display: none
}

.et_pb_wc_reviews.et_pb_no_avatar #reviews #comments ol.commentlist li .comment-text {
	margin-left: 0 !important
}

.et_pb_wc_reviews .comment-reply-title {
	display: block
}

@media all and (min-width:480px) {
	.et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar {
		float: none;
		position: relative;
		margin-bottom: 10px
	}

	.et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text {
		margin-left: 0 !important
	}
}

@media all and (min-width:980px) {

	.et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
	.et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
	.et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar {
		float: none;
		position: relative;
		margin-bottom: 10px
	}

	.et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text,
	.et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text,
	.et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text {
		margin-left: 0 !important
	}
}

.et_pb_wc_stock .out-of-stock {
	color: red
}

.et_pb_wc_stock .in-stock {
	color: #77a464
}

.et_pb_wc_stock .stock {
	font-size: 13px
}

.et_pb_wc_images .et_pb_module_inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " "
}

.woocommerce .et_builder_inner_content.product .et_pb_wc_images div.images,
.woocommerce-page .et_builder_inner_content.product .et_pb_wc_images div.images,
body.woocommerce-page #content .et_builder_inner_content.product .et_pb_wc_images div.images {
	width: 100%
}

.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav {
	overflow: visible
}

.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li {
	border-style: solid
}

.et_pb_wc_images .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper {
	border-width: 0;
	border-style: solid
}

.et_pb_wc_images .woocommerce-product-gallery.images {
	width: 100%
}

.et_pb_wc_images .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
	border-width: 0;
	border-style: solid
}

.et_pb_wc_images .flex-control-nav img,
.et_pb_wc_images .flex-viewport {
	border-style: solid
}

.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide {
	padding-bottom: 6%
}

.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 10% !important
}

.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 5% !important
}

.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 7% !important
}

.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 15% !important
}

.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video {
	margin-bottom: 25% !important
}

.et_pb_post_slider.et_pb_module .et_pb_row {
	width: 100%
}

.et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row {
	width: 80%
}

.et_pb_post_slider.et_pb_module .et_pb_section {
	background-color: transparent
}

.et_pb_search .screen-reader-text {
	display: none
}

.et_pb_search {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px
}

.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
	margin: 0;
	padding: .715em;
	border: none;
	color: #666;
	font-size: 14px;
	line-height: normal !important
}

.et_pb_search input.et_pb_s::-webkit-input-placeholder {
	color: #666
}

.et_pb_search input.et_pb_s::-moz-placeholder {
	color: #666
}

.et_pb_search input.et_pb_s:-ms-input-placeholder {
	color: #666
}

.et_pb_search input.et_pb_s {
	display: inline-block;
	width: 100%;
	padding-right: 80px;
	background: 0 0;
	-webkit-appearance: none
}

.et_pb_search .et_pb_searchform {
	position: relative
}

.et_pb_search input.et_pb_searchsubmit {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: 100% !important;
	background-color: #ddd;
	cursor: pointer
}

.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit,
.et_pb_search.et_pb_text_align_left .et_pb_searchsubmit {
	right: 0
}

.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
	right: auto;
	left: 0
}

.et_pb_search.et_pb_text_align_right input.et_pb_s {
	padding-right: .7em;
	padding-left: 80px;
	text-align: right
}

.et_pb_search.et_pb_text_align_center input.et_pb_s {
	text-align: center
}

.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
	display: none
}

.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-right: .7em !important;
	padding-left: .7em !important
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
	border: 2px solid #fff;
	color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
	color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
	color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
	color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	font-weight: 500
}

.et_pb_comments_module #comment-wrap {
	position: relative;
	padding-top: 0
}

.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
	display: none
}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
	min-height: 0 !important;
	padding-left: 0 !important
}

.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
	margin-bottom: 15px !important
}

.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
	display: none
}

.et_pb_comments_module.et_pb_no_reply_button .comment-body {
	padding-right: 0 !important
}

.et_pb_comments_module.et_pb_no_comments_count #comments {
	display: none
}

.et_pb_bg_layout_dark .comment_postinfo a,
.et_pb_bg_layout_dark .comment_postinfo span {
	color: #fff
}

.et_pb_posts_nav.nav-single:after {
	display: block;
	clear: both;
	content: ""
}

.et_pb_posts_nav a {
	display: inline-block
}

.et_pb_posts_nav .nav-next,
.et_pb_posts_nav .nav-previous {
	position: relative
}

.et_pb_posts_nav .meta-nav,
.et_pb_posts_nav .nav-label {
	position: relative
}

.et_pb_code_inner {
	position: relative
}

@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeBottom {
	0% {
		opacity: 0;
		-moz-transform: translateY(10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@-o-keyframes fadeBottom {
	0% {
		opacity: 0;
		-o-transform: translateY(10%)
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0)
	}
}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		transform: translateY(10%)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-10%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(10%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%)
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-o-transform: translateX(100%)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		transform: translateX(100%)
	}
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@-moz-keyframes fadeInTop {
	0% {
		opacity: 0;
		-moz-transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0)
	}
}

@-o-keyframes fadeInTop {
	0% {
		opacity: 0;
		-o-transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0)
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translatey(-60%)
	}

	100% {
		opacity: 1;
		transform: translatey(0)
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%)
	}
}

@-moz-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-moz-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(-60%)
	}
}

@-o-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-o-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-o-transform: translatey(-60%)
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		transform: translatey(0)
	}

	100% {
		opacity: 0;
		transform: translatey(-60%)
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@-moz-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-moz-transform: translatey(60%)
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0)
	}
}

@-o-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-o-transform: translatey(60%)
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0)
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translatey(60%)
	}

	100% {
		opacity: 1;
		transform: translatey(0)
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%)
	}
}

@-moz-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-moz-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(60%)
	}
}

@-o-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-o-transform: translatey(0)
	}

	100% {
		opacity: 0;
		-o-transform: translatey(60%)
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		transform: translatey(0)
	}

	100% {
		opacity: 0;
		transform: translatey(60%)
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%)
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-70%)
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0)
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-70%)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		transform: translateX(-70%)
	}
}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeTop {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeTop {
	0% {
		opacity: 0;
		-o-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeTop {
	0% {
		opacity: 0;
		transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, .5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1)
	}
}

@-moz-keyframes Grow {
	0% {
		opacity: 0;
		-moz-transform: scale(1, .5)
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1, 1)
	}
}

@-o-keyframes Grow {
	0% {
		opacity: 0;
		-o-transform: scale(1, .5)
	}

	100% {
		opacity: 1;
		-o-transform: scale(1, 1)
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		transform: scale(1, .5)
	}

	100% {
		opacity: 1;
		transform: scale(1, 1)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes slideWidth {
	0% {
		width: 0
	}
}

@-moz-keyframes slideWidth {
	0% {
		width: 0
	}
}

@-o-keyframes slideWidth {
	0% {
		width: 0
	}
}

@keyframes slideWidth {
	0% {
		width: 0
	}
}

@-webkit-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0)
	}
}

@-moz-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-moz-transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0)
	}
}

@-o-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-o-transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0)
	}
}

@keyframes gridFadeIn {
	0% {
		opacity: 0;
		transform: translatey(-5%)
	}

	100% {
		opacity: 1;
		transform: translatey(0)
	}
}

/*!
 * Animate.css - http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.et-waypoint {
	opacity: 0
}

.et_pb_counters {
	opacity: 1
}

.et_pb_animation_off {
	opacity: 1
}

.et-animated li span .et_pb_counter_amount {
	position: relative;
	opacity: 1;
	-webkit-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_animation_left.et-animated {
	opacity: 1;
	-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_animation_right.et-animated {
	opacity: 1;
	-webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_animation_top.et-animated {
	opacity: 1;
	-webkit-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_animation_bottom.et-animated {
	opacity: 1;
	-webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_animation_fade_in.et-animated {
	opacity: 1;
	-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
}

@media all and (max-width:980px) {
	.et_pb_animation_left_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_right_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_top_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_bottom_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_fade_in_tablet.et-animated {
		opacity: 1;
		-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
	}
}

@media all and (max-width:767px) {
	.et_pb_animation_left_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_right_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_top_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_bottom_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
	}

	.et_pb_animation_fade_in_phone.et-animated {
		opacity: 1;
		-webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		-o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
		animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
	}
}

@media all and (max-width:768px) {

	.et_pb_column_1_2 .et_pb_video_play,
	.et_pb_column_2_3 .et_pb_video_play,
	.et_pb_column_3_4 .et_pb_video_play,
	.et_pb_column_3_5 .et_pb_video_play,
	.et_pb_column_4_4 .et_pb_video_play {
		margin-top: -1.5rem;
		margin-left: -1.5rem;
		font-size: 3rem;
		line-height: 3rem
	}

	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form,
	.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form,
	.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form {
		padding-left: 0
	}

	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter,
	.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter,
	.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter {
		display: block
	}

	.et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description,
	.et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description,
	.et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description {
		margin-bottom: 25px
	}
}

@media all and (min-width:480px) {

	.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_6 .et_pb_comments_module .comment_avatar img {
		max-width: 50%
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment-body,
	.et_pb_column_1_5 .et_pb_comments_module .comment-body,
	.et_pb_column_1_6 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment .children,
	.et_pb_column_1_5 .et_pb_comments_module .comment .children,
	.et_pb_column_1_6 .et_pb_comments_module .comment .children {
		margin-left: 0
	}

	.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_6 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px
	}
}

@media all and (min-width:981px) and (max-width:1405px) {
	.et_pb_column .et_pb_map {
		max-width: 100%
	}
}

@media all and (min-width:981px) {
	.et_pb_section {
		padding: 4% 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}

	.et_pb_row {
		padding: 2% 0
	}

	.et_pb_column_3_4 .et_pb_row_inner {
		padding: 3.735% 0
	}

	.et_pb_column_2_3 .et_pb_row_inner {
		padding: 4.2415% 0
	}

	.et_pb_column_1_2 .et_pb_row_inner,
	.et_pb_column_3_5 .et_pb_row_inner {
		padding: 5.82% 0
	}

	.et_pb_column_single {
		padding: 2.855% 0
	}

	.et_pb_column_single .et_pb_module.et-first-child,
	.et_pb_column_single .et_pb_module:first-child {
		margin-top: 0
	}

	.et_pb_column_single .et_pb_module.et-last-child,
	.et_pb_column_single .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

	.et_pb_row_inner {
		width: 100%
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important
	}

	.et_pb_row.et_pb_equal_columns,
	.et_pb_row_inner.et_pb_equal_columns,
	.et_pb_section.et_pb_equal_columns>.et_pb_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		direction: ltr
	}

	.et_pb_row.et_pb_equal_columns>.et_pb_column,
	.et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
		order: 1
	}

	.et_pb_grid_item {
		float: left;
		position: relative
	}

	.et_pb_shop_grid .woocommerce ul.products li.product {
		clear: none
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img,
	.et_pb_gallery_grid .et_pb_gallery_item img,
	.et_pb_portfolio_grid .et_pb_portfolio_item img {
		width: 100%
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title,
	.et_pb_gallery_grid .et_pb_gallery_item h3,
	.et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header,
	.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
		margin: 10px 0 0;
		padding-bottom: 0;
		word-wrap: break-word
	}

	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_gallery_grid .et_pb_gallery_item h3,
	.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
		font-size: 18px
	}

	.et_pb_gallery_item .et_pb_gallery_caption,
	.et_pb_portfolio_item .post-meta {
		margin: .4em 0 0;
		font-size: 14px
	}

	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_image,
	.et_pb_column_1_5 .et_pb_slide_image,
	.et_pb_column_1_6 .et_pb_slide_image,
	.et_pb_column_2_5 .et_pb_slide_image,
	.et_pb_column_3_5 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_image {
		position: relative;
		top: auto;
		bottom: auto
	}

	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_1_2 .et_pb_slide_video,
	.et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_video,
	.et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_4 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_video,
	.et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_5 .et_pb_slide_image,
	.et_pb_column_1_5 .et_pb_slide_video,
	.et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_1_6 .et_pb_slide_image,
	.et_pb_column_1_6 .et_pb_slide_video,
	.et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_2_5 .et_pb_slide_image,
	.et_pb_column_2_5 .et_pb_slide_video,
	.et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_3_5 .et_pb_slide_image,
	.et_pb_column_3_5 .et_pb_slide_video,
	.et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_column_3_8 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_video,
	.et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description {
		width: 100% !important
	}

	.et_pb_column_1_2 .et_pb_slide_image,
	.et_pb_column_1_2 .et_pb_slide_video,
	.et_pb_column_1_3 .et_pb_slide_image,
	.et_pb_column_1_3 .et_pb_slide_video,
	.et_pb_column_1_4 .et_pb_slide_image,
	.et_pb_column_1_4 .et_pb_slide_video,
	.et_pb_column_1_5 .et_pb_slide_image,
	.et_pb_column_1_5 .et_pb_slide_video,
	.et_pb_column_1_6 .et_pb_slide_image,
	.et_pb_column_1_6 .et_pb_slide_video,
	.et_pb_column_2_5 .et_pb_slide_image,
	.et_pb_column_2_5 .et_pb_slide_video,
	.et_pb_column_3_5 .et_pb_slide_image,
	.et_pb_column_3_5 .et_pb_slide_video,
	.et_pb_column_3_8 .et_pb_slide_image,
	.et_pb_column_3_8 .et_pb_slide_video {
		margin: 10% 0 0 0 !important;
		padding: 0
	}

	.et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "3 .column.size-1of3"
	}

	.et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "2 .column.size-1of2"
	}

	.et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before,
	.et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "1 .column.size-1of1"
	}

	.et_pb_section_sticky,
	.et_pb_section_sticky .et_pb_column_single,
	.et_pb_section_sticky .et_pb_row.et-last-child,
	.et_pb_section_sticky .et_pb_row:last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child,
	.et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2) {
		padding-bottom: 0 !important
	}

	.et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul,
	.et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul,
	.et_dropdown_animation_slide.et_pb_menu ul li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		-moz-animation: fadeLeft .4s ease-in-out;
		-o-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out
	}

	.et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul,
	.et_dropdown_animation_expand.et_pb_menu ul li:hover>ul {
		-webkit-transform-origin: 0 0;
		-webkit-animation: Grow .4s ease-in-out;
		-moz-animation: Grow .8s ease-in-out;
		-o-animation: Grow .4s ease-in-out;
		animation: Grow .4s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul,
	.et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul {
		-webkit-animation: flipInX .6s ease-in-out;
		-moz-animation: flipInX .6s ease-in-out;
		-o-animation: flipInX .6s ease-in-out;
		animation: flipInX .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul,
	.et_dropdown_animation_flip.et_pb_menu ul li:hover>ul {
		-webkit-animation: flipInY .6s ease-in-out;
		-moz-animation: flipInY .6s ease-in-out;
		-o-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important
	}

	.et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row,
	.et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
		width: 100%;
		max-width: 100%;
		padding: 0 30px !important
	}

	.et_pb_column_1_3 .et_pb_slide_description,
	.et_pb_column_2_5 .et_pb_slide_description {
		padding-bottom: 26%
	}

	.et_pb_column_1_4 .et_pb_slide .et_pb_slide_description,
	.et_pb_column_1_5 .et_pb_slide .et_pb_slide_description,
	.et_pb_column_1_6 .et_pb_slide .et_pb_slide_description {
		padding-bottom: 34%
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_3 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_1_6 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_2_5 .et_pb_comments_module .comment_avatar img,
	.et_pb_column_3_5 .et_pb_comments_module .comment_avatar img {
		max-width: 50%
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment-body,
	.et_pb_column_1_3 .et_pb_comments_module .comment-body,
	.et_pb_column_1_4 .et_pb_comments_module .comment-body,
	.et_pb_column_1_5 .et_pb_comments_module .comment-body,
	.et_pb_column_1_6 .et_pb_comments_module .comment-body,
	.et_pb_column_2_5 .et_pb_comments_module .comment-body,
	.et_pb_column_3_5 .et_pb_comments_module .comment-body {
		padding: 0 0 0 50px
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment .children,
	.et_pb_column_1_3 .et_pb_comments_module .comment .children,
	.et_pb_column_1_4 .et_pb_comments_module .comment .children,
	.et_pb_column_1_5 .et_pb_comments_module .comment .children,
	.et_pb_column_1_6 .et_pb_comments_module .comment .children,
	.et_pb_column_2_5 .et_pb_comments_module .comment .children,
	.et_pb_column_3_5 .et_pb_comments_module .comment .children {
		margin-left: 25px
	}

	.et_pb_column_1_2 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_3 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_1_6 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_2_5 .et_pb_comments_module .comment-reply-link,
	.et_pb_column_3_5 .et_pb_comments_module .comment-reply-link {
		float: right;
		position: relative !important;
		top: auto !important;
		bottom: -10px
	}

	.et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input,
	.et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}

	.et_pb_column_1_5 .et_pb_testimonial_portrait,
	.et_pb_column_1_6 .et_pb_testimonial_portrait,
	.et_pb_column_2_5 .et_pb_testimonial_portrait {
		width: 100%;
		height: 0;
		padding-bottom: 100%
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: block
	}

	.et_pb_column_4_4 .et_pb_audio_cover_art.has-box-shadow-overlay {
		position: absolute
	}
}

@media all and (min-width:981px) and (max-width:1100px) {

	.et_pb_column_1_2 .et_pb_slide_content,
	.et_pb_column_1_3 .et_pb_slide_content,
	.et_pb_column_1_4 .et_pb_slide_content,
	.et_pb_column_1_5 .et_pb_slide_content,
	.et_pb_column_1_6 .et_pb_slide_content,
	.et_pb_column_2_3 .et_pb_slide_content,
	.et_pb_column_2_5 .et_pb_slide_content,
	.et_pb_column_3_5 .et_pb_slide_content {
		font-size: 14px
	}

	.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title,
	.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 18px
	}

	.et_pb_post {
		margin-bottom: 42px
	}

	.et_quote_content {
		padding: 50px 70px 45px
	}

	.et_pb_column_2_3 .et_quote_content {
		padding: 50px 50px 45px
	}

	.et_pb_column_1_2 .et_quote_content,
	.et_pb_column_3_5 .et_quote_content {
		padding: 35px 47px 30px
	}

	.et_pb_blog_grid .et_quote_content,
	.et_pb_column_1_3 .et_quote_content,
	.et_pb_column_1_4 .et_quote_content,
	.et_pb_column_1_5 .et_quote_content,
	.et_pb_column_1_6 .et_quote_content,
	.et_pb_column_2_5 .et_quote_content,
	.et_pb_column_3_8 .et_quote_content {
		padding: 35px 25px 32px
	}

	.et_pb_column_4_4 .et_pb_post .et_pb_slide {
		min-height: 534px
	}

	.et_pb_column_3_4 .et_pb_post .et_pb_slide {
		min-height: 392px
	}

	.et_pb_column_2_3 .et_pb_post .et_pb_slide {
		min-height: 345px
	}

	.et_pb_column_1_2 .et_pb_post .et_pb_slide,
	.et_pb_column_3_5 .et_pb_post .et_pb_slide {
		min-height: 250px
	}

	.et_pb_column_1_3 .et_pb_post .et_pb_slide,
	.et_pb_column_2_5 .et_pb_post .et_pb_slide,
	.et_pb_column_3_8 .et_pb_post .et_pb_slide {
		min-height: 155px
	}

	.et_pb_column_1_4 .et_pb_post .et_pb_slide,
	.et_pb_column_1_5 .et_pb_post .et_pb_slide,
	.et_pb_column_1_6 .et_pb_post .et_pb_slide {
		min-height: 108px
	}

	.et_pb_blog_grid .et_pb_post .et_pb_slide {
		min-height: 155px
	}

	.et_pb_column_1_2 .et_pb_audio_cover_art,
	.et_pb_column_3_5 .et_pb_audio_cover_art {
		height: 340px
	}

	.et_pb_column_3_8 .et_pb_audio_cover_art {
		height: 242px
	}

	.et_pb_column_1_3 .et_pb_audio_cover_art,
	.et_pb_column_2_5 .et_pb_audio_cover_art {
		height: 210px
	}

	.et_pb_column_1_4 .et_pb_audio_cover_art,
	.et_pb_column_1_5 .et_pb_audio_cover_art,
	.et_pb_column_1_6 .et_pb_audio_cover_art {
		height: 145px
	}

	.et_pb_column_1_4 .et_pb_contact_right,
	.et_pb_column_1_5 .et_pb_contact_right,
	.et_pb_column_1_6 .et_pb_contact_right {
		margin-right: 5px
	}

	.et_pb_column_1_4 .et_pb_number_counter .percent,
	.et_pb_column_1_5 .et_pb_number_counter .percent,
	.et_pb_column_1_6 .et_pb_number_counter .percent {
		height: 55px
	}

	.et_pb_column_1_4 .et_pb_number_counter h3,
	.et_pb_column_1_5 .et_pb_number_counter h3,
	.et_pb_column_1_6 .et_pb_number_counter h3 {
		padding: 10px 0 0 0
	}
}

@media all and (min-width:480px) {

	.et_pb_column_1_4 .et_pb_slide_description,
	.et_pb_column_1_5 .et_pb_slide_description,
	.et_pb_column_1_6 .et_pb_slide_description {
		padding-bottom: 26%
	}
}

@media all and (max-width:980px) {
	.et_pb_column {
		width: 100%;
		margin-bottom: 30px
	}

	.et_pb_section {
		padding: 50px 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 30px 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

	.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child {
		margin-bottom: 0
	}

	.et_pb_column .et_pb_module {
		margin-bottom: 30px
	}

	.et_section_specialty .et_pb_row>.et_pb_column {
		padding-bottom: 0
	}

	.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_pb_column.et_pb_column_empty {
		display: none
	}

	.et_pb_section_sticky_mobile,
	.et_pb_section_sticky_mobile .et_pb_column_single,
	.et_pb_section_sticky_mobile .et_pb_row.et-last-child,
	.et_pb_section_sticky_mobile .et_pb_row:last-child,
	.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child,
	.et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child,
	.et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2) {
		padding-bottom: 0 !important
	}

	.et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child,
	.et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-4_1-4,
	.et_pb_row_1-2_1-6_1-6_1-6,
	.et_pb_row_1-4_1-4,
	.et_pb_row_1-4_1-4_1-2,
	.et_pb_row_1-5_1-5_3-5,
	.et_pb_row_1-6_1-6_1-6,
	.et_pb_row_1-6_1-6_1-6_1-2,
	.et_pb_row_1-6_1-6_1-6_1-6,
	.et_pb_row_3-5_1-5_1-5,
	.et_pb_row_4col,
	.et_pb_row_5col,
	.et_pb_row_6col {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2 {
		margin-right: 0
	}

	.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
	.et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even),
	.et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even) {
		margin-right: 0
	}

	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd) {
		margin-right: 0
	}

	.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
		margin-right: 0
	}

	.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.et_pb_row_5col .et_pb_column:last-child {
		margin-bottom: 0
	}

	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),
	.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
		margin-right: 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2 {
		margin-right: 0
	}

	.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),
	.et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 29.666%;
		margin-right: 5.5%;
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-right: 0
	}

	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
		width: 47.25%;
		margin-right: 5.5%
	}

	.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(even) {
		margin-right: 0
	}

	.et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
		margin-bottom: 0
	}

	.et_pb_space.et-hide-mobile {
		display: none
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: auto
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0
	}

	.et_pb_widget_area_left {
		padding-right: 0;
		border-right: none
	}

	.et_pb_widget_area_right {
		padding-left: 0;
		border-left: none
	}

	.et_pb_more_button {
		display: inline-block !important
	}

	.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
	.et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
	.et_pb_column_1_6 .et_pb_slider_fullwidth_off h2,
	.et_pb_slide_description h2.et_pb_slide_title {
		font-size: 26px;
		font-weight: 500 !important
	}

	.et_pb_slide_description .et_pb_slide_title {
		font-weight: 500 !important
	}

	.et_pb_slide_content {
		font-size: 13px;
		font-weight: 400
	}

	.et_pb_slide_description {
		text-align: center
	}

	.et_pb_slide_with_image .et_pb_slide_description {
		text-align: left
	}

	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container,
	.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container,
	.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container {
		min-height: auto
	}

	.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
	.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
	.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content {
		display: block
	}

	.et_pb_post {
		margin-bottom: 42px
	}

	.et_pb_column .et_pb_newsletter_description,
	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form {
		width: 50%;
		padding: 0
	}

	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
		padding-left: 40px
	}

	.et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form {
		width: 100%;
		padding: 0
	}

	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form {
		width: 50%
	}

	.et_pb_column .et_pb_pricing_table {
		width: 50% !important;
		max-width: 50.5% !important
	}

	.et_pb_column .et_pb_pricing_1 .et_pb_pricing_table {
		width: 100% !important;
		max-width: none !important
	}

	.et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
		clear: both
	}

	.et_pb_column .et_pb_pricing_table:nth-child(n+3) {
		margin-top: 50px
	}

	.et_pb_column .et_pb_pricing_table:nth-child(n+3).et_pb_featured_table {
		margin-top: 20px
	}

	.et_pb_fullwidth_section .et_pb_post_title {
		padding: 80px 0
	}

	.et_pb_map_container>.et_pb_map {
		height: 350px
	}

	.et_full_width_portfolio_page .et_project_meta {
		float: none;
		width: 100%;
		margin-top: -20px
	}

	.et_always_center_on_mobile {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important
	}

	.et-menu {
		display: none
	}

	.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container,
	.et_pb_fullwidth_menu--style-left_aligned .et_pb_row,
	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
	.et_pb_menu--style-left_aligned .et_pb_row {
		align-items: center
	}

	.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap,
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: flex-end
	}

	.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap,
	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		justify-content: center
	}

	.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap,
	.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		justify-content: flex-end
	}

	.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap,
	.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
		justify-content: space-between
	}

	.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap,
	.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
	.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo,
	.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
	.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo {
		margin: 0 auto
	}

	.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot,
	.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
		display: none
	}

	.et_pb_fullwidth_menu .et_pb_row,
	.et_pb_menu .et_pb_row {
		min-height: 81px
	}

	.et_pb_fullwidth_menu .et_pb_menu__menu,
	.et_pb_menu .et_pb_menu__menu {
		display: none
	}

	.et_pb_fullwidth_menu .et_mobile_nav_menu,
	.et_pb_menu .et_mobile_nav_menu {
		display: flex;
		float: none;
		margin: 0 6px;
		align-items: center
	}

	.et_pb_fullwidth_menu .et_mobile_menu,
	.et_pb_menu .et_mobile_menu {
		top: 100%;
		padding: 5%
	}

	.et_pb_fullwidth_menu .et_mobile_menu,
	.et_pb_fullwidth_menu .et_mobile_menu ul,
	.et_pb_menu .et_mobile_menu,
	.et_pb_menu .et_mobile_menu ul {
		text-align: left;
		list-style: none !important
	}

	.et_pb_fullwidth_menu .et_mobile_menu ul,
	.et_pb_menu .et_mobile_menu ul {
		padding: 0
	}

	.et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu,
	.et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
		top: auto;
		bottom: 100%
	}

	.et_mobile_nav_menu {
		display: block;
		margin-top: -1px
	}

	.et_pb_countdown_timer .title {
		font-size: 22px !important
	}

	.et_pb_countdown_timer .section p {
		font-size: 64px !important;
		line-height: 64px !important
	}

	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important
	}

	.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
		text-decoration: none !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important
	}

	.et_pb_row {
		max-width: 1080px
	}

	.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
	.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 18px
	}

	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 5% !important
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_tablet {
		display: block
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: none
	}

	.et_pb_bg_layout_light_tablet {
		color: #666 !important
	}

	.et_pb_bg_layout_light_tablet .et_pb_counter_title {
		color: #666
	}

	.et_pb_bg_layout_light_tablet .et_pb_portfolio_item .post-meta,
	.et_pb_bg_layout_light_tablet .et_pb_portfolio_item .post-meta a,
	.et_pb_bg_layout_light_tablet .et_pb_post .post-meta,
	.et_pb_bg_layout_light_tablet .et_pb_post .post-meta a,
	.et_pb_bg_layout_light_tablet .et_pb_post p,
	.et_pb_bg_layout_light_tablet p.et_pb_title_meta_container,
	.et_pb_bg_layout_light_tablet p.et_pb_title_meta_container a {
		color: #666
	}

	.et_pb_bg_layout_light_tablet .et_pb_more_button,
	.et_pb_bg_layout_light_tablet .et_pb_newsletter_button,
	.et_pb_bg_layout_light_tablet .et_pb_promo_button,
	.et_pb_bg_layout_light_tablet.et_pb_button,
	.et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button {
		color: #2ea3f2
	}

	.et_pb_bg_layout_light_tablet.et_pb_post_slider .post-meta,
	.et_pb_bg_layout_light_tablet.et_pb_post_slider .post-meta a {
		color: #333 !important
	}

	.et_pb_bg_layout_light_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
	.et_pb_bg_layout_light_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
		background-color: rgba(255, 255, 255, .9)
	}

	.et_pb_bg_layout_light_tablet .et_pb_video_play {
		color: #333
	}

	.et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
		color: #666
	}

	.et_pb_bg_layout_light_tablet .et-pb-arrow-next,
	.et_pb_bg_layout_light_tablet .et-pb-arrow-prev {
		color: #333
	}

	.et_pb_bg_layout_light_tablet .et-pb-controllers .et-pb-active-control {
		background-color: #333
	}

	.et_pb_bg_layout_light_tablet .et-pb-controllers a {
		background-color: rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_light_tablet h1,
	.et_pb_bg_layout_light_tablet h2,
	.et_pb_bg_layout_light_tablet h3,
	.et_pb_bg_layout_light_tablet h4,
	.et_pb_bg_layout_light_tablet h5,
	.et_pb_bg_layout_light_tablet h6 {
		color: #333 !important
	}

	.et_pb_bg_layout_light_tablet .et_pb_slide_content {
		color: #333
	}

	.et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
		color: #2ea3f2 !important
	}

	.et_pb_bg_layout_light_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
	.et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
		color: #999
	}

	.et_pb_bg_layout_light_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
	.et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
		color: #82c0c7
	}

	.et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button {
		color: rgba(0, 0, 0, .5);
		background: rgba(0, 0, 0, .1)
	}

	.et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button:hover {
		color: rgba(0, 0, 0, .6);
		background: rgba(0, 0, 0, .2)
	}

	.et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_s {
		border: none;
		color: #666
	}

	.et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_s::-webkit-input-placeholder {
		color: #666
	}

	.et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_searchsubmit {
		border: none;
		color: #666;
		background-color: #ddd
	}

	.et_pb_bg_layout_light_tablet.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
		background: rgba(255, 255, 255, .9)
	}

	.et_pb_bg_layout_light_tablet.et_pb_fullwidth_portfolio .meta p {
		color: #666
	}

	.et_pb_bg_layout_dark_tablet,
	.et_pb_bg_layout_dark_tablet h1,
	.et_pb_bg_layout_dark_tablet h2,
	.et_pb_bg_layout_dark_tablet h3,
	.et_pb_bg_layout_dark_tablet h4,
	.et_pb_bg_layout_dark_tablet h5,
	.et_pb_bg_layout_dark_tablet h6 {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_tablet .et_pb_portfolio_item .post-meta,
	.et_pb_bg_layout_dark_tablet .et_pb_portfolio_item .post-meta a,
	.et_pb_bg_layout_dark_tablet .et_pb_post .post-meta,
	.et_pb_bg_layout_dark_tablet .et_pb_post .post-meta a,
	.et_pb_bg_layout_dark_tablet .et_pb_post p,
	.et_pb_bg_layout_dark_tablet p.et_pb_title_meta_container,
	.et_pb_bg_layout_dark_tablet p.et_pb_title_meta_container a {
		color: inherit
	}

	.et_pb_bg_layout_dark_tablet.et_pb_post_slider .post-meta,
	.et_pb_bg_layout_dark_tablet.et_pb_post_slider .post-meta a {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_tablet .comment_postinfo a,
	.et_pb_bg_layout_dark_tablet .comment_postinfo span {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button {
		color: rgba(255, 255, 255, .8);
		background: rgba(0, 0, 0, .6)
	}

	.et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button:hover {
		color: #fff;
		background: rgba(0, 0, 0, .7)
	}

	.et_pb_bg_layout_dark_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
	.et_pb_bg_layout_dark_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
		background: rgba(0, 0, 0, .6)
	}

	.et_pb_bg_layout_dark_tablet.et_pb_fullwidth_portfolio .meta p {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_fullwidth_menu ul li a {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_fullwidth_menu ul li a:hover {
		color: rgba(255, 255, 255, .8)
	}

	.et_pb_bg_layout_dark_tablet .et_pb_slide_description {
		text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_dark_tablet .et_pb_slide_content {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
	.et_pb_bg_layout_dark_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
		background-color: rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_dark_tablet .et_pb_testimonial_description a {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s {
		border: 2px solid #fff;
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s::-webkit-input-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s::-moz-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s:-ms-input-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_searchsubmit {
		border: 2px solid #fff;
		color: #fff;
		background-color: transparent;
		font-weight: 500
	}

	.et_pb_bg_layout_dark_tablet .et_pb_counter_title {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet .et_pb_more_button,
	.et_pb_bg_layout_dark_tablet .et_pb_newsletter_button,
	.et_pb_bg_layout_dark_tablet .et_pb_promo_button,
	.et_pb_bg_layout_dark_tablet.et_pb_button,
	.et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button {
		color: inherit
	}

	.et_pb_bg_layout_dark_tablet .et-pb-arrow-next,
	.et_pb_bg_layout_dark_tablet .et-pb-arrow-prev {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet .et-pb-controllers .et-pb-active-control {
		background-color: #fff
	}

	.et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet .et-pb-controllers a {
		background-color: rgba(255, 255, 255, .5)
	}

	.et_pb_bg_layout_dark_tablet .et_pb_widget li a {
		color: inherit
	}

	.et_pb_bg_layout_dark_tablet .et_audio_content h2,
	.et_pb_bg_layout_dark_tablet .et_audio_module_meta,
	.et_pb_bg_layout_dark_tablet .et_link_content a.et_link_main_url,
	.et_pb_bg_layout_dark_tablet .et_link_content h2,
	.et_pb_bg_layout_dark_tablet .et_pb_audio_module_content h2,
	.et_pb_bg_layout_dark_tablet .et_quote_content blockquote cite,
	.et_pb_bg_layout_dark_tablet .et_quote_content blockquote p {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
		background: rgba(255, 255, 255, .5)
	}

	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
		background: #fff
	}

	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-playpause-button button:before,
	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-volume-button button:before {
		color: #fff
	}

	.et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
	.et_pb_bg_layout_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle {
		background: #fff
	}

	.et_pb_bg_layout_dark_tablet .mejs-container .mejs-controls .mejs-time span {
		color: #fff
	}

	.et_pb_text_color_dark_tablet .et_audio_content h2,
	.et_pb_text_color_dark_tablet .et_audio_module_meta,
	.et_pb_text_color_dark_tablet .et_link_content a.et_link_main_url,
	.et_pb_text_color_dark_tablet .et_link_content h2,
	.et_pb_text_color_dark_tablet .et_pb_audio_module_content h2,
	.et_pb_text_color_dark_tablet .et_quote_content blockquote cite,
	.et_pb_text_color_dark_tablet .et_quote_content blockquote p {
		color: #666 !important
	}

	.et_pb_text_color_dark_tablet.et_audio_content h2,
	.et_pb_text_color_dark_tablet.et_link_content a.et_link_main_url,
	.et_pb_text_color_dark_tablet.et_link_content h2,
	.et_pb_text_color_dark_tablet.et_pb_audio_module_content h2,
	.et_pb_text_color_dark_tablet.et_quote_content blockquote cite,
	.et_pb_text_color_dark_tablet.et_quote_content blockquote p {
		color: #bbb !important
	}

	.et_pb_text_color_dark_tablet.et_audio_content,
	.et_pb_text_color_dark_tablet.et_link_content,
	.et_pb_text_color_dark_tablet.et_quote_content {
		background-color: #e8e8e8
	}

	.et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
		background: rgba(153, 153, 153, .5)
	}

	.et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
		background: #999
	}

	.et_pb_text_color_dark_tablet .et_audio_container .mejs-playpause-button button:before,
	.et_pb_text_color_dark_tablet .et_audio_container .mejs-volume-button button:before {
		color: #666
	}

	.et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
	.et_pb_text_color_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle {
		background: #666
	}

	.et_pb_text_color_dark_tablet .mejs-container .mejs-controls .mejs-time span {
		color: #999
	}

	.et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field {
		padding-left: 0
	}

	p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet) {
		clear: both
	}

	p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet {
		clear: both
	}

	.et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field {
		padding-left: 0
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet {
		flex-basis: 48.5%
	}

	.et_pb_contact .et_pb_contact_field_half_tablet {
		float: left;
		width: 50%
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet {
		flex-basis: 100%
	}

	.et_pb_contact .et_pb_contact_field_last_tablet {
		width: 100%
	}

	.et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: left
	}

	.et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: right
	}

	.et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: justify
	}

	.et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center
	}

	.et_pb_text_align_left-tablet .et_pb_counter_amount {
		text-align: left
	}

	.et_pb_text_align_center-tablet .et_pb_counter_amount {
		text-align: center
	}

	.et_pb_text_align_right-tablet .et_pb_counter_amount {
		text-align: right
	}

	.et_pb_text_align_justified-tablet .et_pb_counter_amount {
		text-align: justify
	}

	.et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title,
	.et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title,
	.et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title,
	.et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title,
	.et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title,
	.et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title {
		position: relative;
		padding: 0 50px 0 0;
		cursor: pointer
	}

	.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,
	.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,
	.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title {
		float: none
	}

	.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
		display: flex
	}

	.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper {
		justify-content: center
	}

	.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
		justify-content: flex-end
	}

	.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper {
		justify-content: space-between
	}

	.et_pb_shop.et_pb_text_align_center-tablet .star-rating,
	.et_pb_shop.et_pb_text_align_justified-tablet .star-rating,
	.et_pb_shop.et_pb_text_align_right-tablet .star-rating {
		display: inline-block
	}

	.et_pb_text_align_left-tablet {
		text-align: left
	}

	.et_pb_text_align_center-tablet {
		text-align: center
	}

	.et_pb_text_align_right-tablet {
		text-align: right
	}

	.et_pb_text_align_justified-tablet {
		text-align: justify
	}

	.et_pb_text_align_left-tablet .wp-pagenavi,
	.et_pb_text_align_left-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: left
	}

	.et_pb_text_align_center-tablet .wp-pagenavi,
	.et_pb_text_align_center-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: center
	}

	.et_pb_text_align_right-tablet .wp-pagenavi,
	.et_pb_text_align_right-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: right
	}

	.et_pb_text_align_justified-tablet .wp-pagenavi,
	.et_pb_text_align_justified-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: justify
	}

	.et_pb_filterable_portfolio.et_pb_text_align_center-tablet .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.et_pb_filterable_portfolio.et_pb_text_align_justified-tablet .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.et_pb_filterable_portfolio.et_pb_text_align_right-tablet .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end
	}

	.et_pb_search.et_pb_text_align_center-tablet .et_pb_searchsubmit,
	.et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
		right: 0
	}

	.et_pb_search.et_pb_text_align_right-tablet .et_pb_searchsubmit {
		right: auto;
		left: 0
	}

	.et_pb_search.et_pb_text_align_right-tablet input.et_pb_s {
		padding-right: .7em;
		padding-left: 80px;
		text-align: right
	}

	.et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
		text-align: center
	}

	.et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
		left: auto
	}

	.et_pb_search.et_pb_text_align_left-tablet input.et_pb_s {
		padding-left: .715em;
		text-align: left
	}

	.et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
		padding-right: .715em;
		padding-left: .715em
	}

	.et_pb_has_bg_tablet.et_pb_promo {
		padding: 40px !important
	}

	.et_pb_no_bg_tablet.et_pb_promo {
		padding: 0 !important
	}
}

@media all and (min-width:768px) {
	.et_pb_in_customizer.et_pb_login .et_pb_newsletter_description {
		width: 50%
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: block
	}
}

@media all and (min-width:768px) and (max-width:980px) {

	.et_pb_column_1_3 .et_pb_video_play,
	.et_pb_column_1_4 .et_pb_video_play,
	.et_pb_column_1_5 .et_pb_video_play,
	.et_pb_column_1_6 .et_pb_video_play,
	.et_pb_column_2_5 .et_pb_video_play,
	.et_pb_column_3_8 .et_pb_video_play {
		margin-top: -3rem;
		margin-left: -3rem;
		font-size: 6rem;
		line-height: 6rem
	}

	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: left;
		margin-right: 30px
	}

	.et_pb_column .et_pb_testimonial_description {
		display: block
	}

	.et_pb_column_1_5 .et_pb_testimonial_portrait,
	.et_pb_column_1_6 .et_pb_testimonial_portrait,
	.et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4 .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
	.et_pb_row_4col .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px
	}

	.et_pb_column .et_pb_team_member_image {
		float: left;
		width: 280px;
		margin: 0 30px 0 0;
		text-align: left
	}

	.et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image {
		float: none;
		width: auto;
		max-width: none;
		margin: 0 0 12px 0;
		text-align: center
	}

	.et_pb_column .et_pb_team_member_description {
		display: table-cell
	}

	.et_quote_content {
		padding: 50px 43px 45px !important
	}

	.et_quote_content blockquote p {
		font-size: 26px !important;
		line-height: 44px !important
	}

	.et_quote_content blockquote cite {
		font-size: 18px !important
	}

	.et_pb_blog_grid .et_quote_content {
		padding: 35px 30px !important
	}

	.et_pb_blog_grid .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important
	}

	.et_pb_blog_grid .et_quote_content blockquote cite {
		font-size: 14px !important
	}

	.et_link_content {
		padding: 40px 40px 45px
	}

	.et_link_content h2 {
		font-size: 26px !important;
		line-height: 44px !important
	}

	.et_link_content a.et_link_main_url {
		font-size: 18px !important
	}

	.et_pb_blog_grid .et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important
	}

	.et_pb_blog_grid .et_link_content a.et_link_main_url {
		font-size: 14px !important
	}

	.et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
		min-height: 384px !important
	}

	.et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide {
		min-height: 182px !important
	}

	.et_audio_content h2 {
		margin-bottom: 24px !important;
		font-size: 26px !important;
		line-height: 44px !important
	}

	.et_pb_blog_grid .et_audio_content h2 {
		font-size: 20px !important;
		line-height: 26px !important
	}

	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 400px !important
	}

	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 55px 60px 55px !important
	}

	.et_pb_audio_module_content h2 {
		font-size: 36px
	}

	.et_pb_column_1_4 .et_audio_module_meta,
	.et_pb_column_1_5 .et_audio_module_meta,
	.et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important
	}

	.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "2 .column.size-1of2"
	}

	.et_pb_column_1_2>.et_pb_newsletter_layout_left_right,
	.et_pb_column_1_2>.et_pb_newsletter_layout_right_left,
	.et_pb_column_1_3 .et_pb_newsletter_layout_left_right,
	.et_pb_column_1_3 .et_pb_newsletter_layout_right_left,
	.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right,
	.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left,
	.et_pb_column_2_3 .et_pb_newsletter_layout_left_right,
	.et_pb_column_2_3 .et_pb_newsletter_layout_right_left,
	.et_pb_column_2_5 .et_pb_newsletter_layout_left_right,
	.et_pb_column_2_5 .et_pb_newsletter_layout_right_left,
	.et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right,
	.et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left,
	.et_pb_column_3_4 .et_pb_newsletter_layout_left_right,
	.et_pb_column_3_4 .et_pb_newsletter_layout_right_left,
	.et_pb_column_3_5>.et_pb_newsletter_layout_left_right,
	.et_pb_column_3_5>.et_pb_newsletter_layout_right_left,
	.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right,
	.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left,
	.et_pb_column_4_4 .et_pb_newsletter_layout_left_right,
	.et_pb_column_4_4 .et_pb_newsletter_layout_right_left,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left {
		flex-direction: row
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
		display: block
	}
}

@media all and (min-width:768px) and (max-width:800px) {
	.et_pb_countdown_timer .section p {
		font-size: 50px !important;
		line-height: 50px !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 25px !important;
		line-height: 25px !important
	}
}

@media all and (max-width:767px) {
	.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content: "1 .column.size-1of1"
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		margin-top: 6% !important
	}

	.et_pb_slide_video {
		float: none
	}

	.et_pb_section_first .et_pb_slide_image {
		top: 20px;
		margin: 0 0 0 !important
	}

	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 20px
	}

	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
		font-size: 14px
	}

	.et_pb_slide_with_image .et_pb_slide_description {
		float: none;
		width: 100%;
		text-align: center
	}

	.et_pb_post {
		margin-bottom: 42px
	}

	.et_pb_portfolio_item h2,
	.et_pb_post h2,
	.et_pb_title_container h1 {
		font-size: 18px
	}

	.et_pb_carousel .et-pb-arrow-prev,
	.et_pb_carousel:hover .et-pb-arrow-prev {
		left: -8px;
		opacity: 1
	}

	.et_pb_carousel .et-pb-arrow-next,
	.et_pb_carousel:hover .et-pb-arrow-next {
		right: -8px;
		opacity: 1
	}

	.et_pb_slider_carousel:hover .et-pb-arrow-prev {
		opacity: 0 !important
	}

	.et_pb_slider_carousel:hover .et-pb-arrow-next {
		opacity: 0 !important
	}

	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -1rem;
		margin-left: -1rem;
		font-size: 2rem;
		line-height: 2rem
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
		width: 100%
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
		width: 50%
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
		-webkit-border-radius: 3px 0 0 0;
		-moz-border-radius: 3px 0 0 0;
		border-radius: 3px 0 0 0
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
		-webkit-border-radius: 0 3px 0 0;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px
	}

	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
		-webkit-border-radius: 0 0 3px;
		-moz-border-radius: 0 0 3px;
		border-radius: 0 0 3px
	}

	.et_pb_promo {
		padding: 40px
	}

	.et_pb_column .et_pb_newsletter_description,
	.et_pb_column .et_pb_newsletter_form,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_description,
	.et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description,
	.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form,
	.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form {
		width: 100%;
		padding: 0
	}

	.et_pb_column_2_3>.et_pb_newsletter,
	.et_pb_column_3_4>.et_pb_newsletter,
	.et_pb_column_4_4>.et_pb_newsletter {
		display: block
	}

	.et_pb_column_4_4>.et_pb_newsletter .et_pb_newsletter_description {
		margin-bottom: 20px
	}

	.et_pb_slider:hover .et-pb-arrow-prev {
		left: 0;
		opacity: 1
	}

	.et_pb_slider:hover .et-pb-arrow-next {
		right: 0;
		opacity: 1
	}

	.et-pb-controllers {
		position: absolute;
		z-index: 10;
		bottom: 5%;
		left: 0;
		width: 100%;
		height: 14px;
		text-align: center
	}

	.format-gallery .et-pb-controllers {
		height: auto
	}

	.et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
		bottom: 18px
	}

	.et_pb_more_button {
		display: inline-block !important
	}

	.et_pb_slide_image,
	.et_pb_slide_video,
	.et_pb_slide_with_image .et_pb_slide_description {
		width: 100%
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		display: none !important
	}

	.et_pb_slider_show_image .et_pb_slide_image,
	.et_pb_slider_show_image .et_pb_slide_video {
		display: block !important
	}

	.et_pb_slide_description h2.et_pb_slide_title {
		font-size: 24px
	}

	.et_pb_slide_content {
		font-size: 12px
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		position: relative;
		margin: 50px auto 0;
		padding: 0
	}

	.et_pb_slide_image img {
		max-height: 300px
	}

	.et_pb_section_first .et_pb_slide_image img {
		max-height: 300px !important
	}

	.et_pb_slide_description,
	.et_pb_slide_with_image .et_pb_slide_description,
	.et_pb_slider_fullwidth_off .et_pb_slide_description {
		text-align: center
	}

	.et_pb_tabs_controls {
		height: auto !important;
		border-bottom: none
	}

	.et_pb_tabs_controls li {
		display: block;
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9
	}

	.et_pb_column .et_pb_pricing_table {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 30px;
		margin-top: 0 !important
	}

	.et_pb_column .et_pb_pricing_table.et-last-child,
	.et_pb_column .et_pb_pricing_table:last-child {
		margin-bottom: 0
	}

	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 100%;
		margin-right: 0
	}

	.et_pb_map_container>.et_pb_map {
		height: 220px
	}

	.et_pb_countdown_timer .title {
		margin-bottom: 20px !important;
		font-size: 22px !important
	}

	.et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important
	}

	.et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 16px !important;
		line-height: 16px !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
		font-size: 14px !important;
		line-height: 25px !important
	}

	.et_pb_column .et_pb_testimonial_description {
		display: block;
		width: 100%
	}

	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px
	}

	.et_pb_team_member_image {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 12px;
		text-align: center
	}

	.et_pb_team_member_description {
		display: block
	}

	.et_pb_blog_grid .et_quote_content,
	.et_quote_content {
		padding: 35px 30px !important
	}

	.et_pb_blog_grid .et_quote_content blockquote p,
	.et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important
	}

	.et_pb_blog_grid .et_quote_content blockquote cite,
	.et_quote_content blockquote cite {
		font-size: 14px !important
	}

	.et_link_content {
		padding: 35px 20px
	}

	.et_audio_content h2,
	.et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important
	}

	.et_link_content a.et_link_main_url {
		font-size: 14px !important
	}

	.et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
		min-height: 222px !important
	}

	.et_pb_blog_grid .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
		min-height: 222px !important
	}

	.et_audio_content {
		padding: 35px 20px !important
	}

	.et_audio_content h2 {
		margin-bottom: 9px !important
	}

	.et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 14px !important
	}

	.et_pb_audio_cover_art {
		float: none !important;
		position: relative;
		width: 100% !important;
		height: 300px !important
	}

	.et_pb_audio_module_content {
		margin-left: 0 !important;
		padding: 30px !important
	}

	.et_pb_audio_module_content h2 {
		font-size: 26px
	}

	.et_pb_column_1_4 .et_audio_module_meta,
	.et_pb_column_1_5 .et_audio_module_meta,
	.et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important
	}

	.et-hide-mobile {
		display: none !important
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container,
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
	.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
		width: 100%
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
		margin: 20px 2%
	}

	.et_pb_slider_with_overlay .et_pb_slide_image,
	.et_pb_slider_with_overlay .et_pb_slide_video,
	.et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%
	}

	.et_pb_slider_with_overlay .et_pb_slide_image {
		margin-top: 0 !important;
		padding-top: 6%
	}

	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 10% !important
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_phone {
		display: block
	}

	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: none
	}

	.et_pb_bg_layout_light_phone {
		color: #666 !important
	}

	.et_pb_bg_layout_light_phone .et_pb_counter_title {
		color: #666
	}

	.et_pb_bg_layout_light_phone .et_pb_portfolio_item .post-meta,
	.et_pb_bg_layout_light_phone .et_pb_portfolio_item .post-meta a,
	.et_pb_bg_layout_light_phone .et_pb_post .post-meta,
	.et_pb_bg_layout_light_phone .et_pb_post .post-meta a,
	.et_pb_bg_layout_light_phone .et_pb_post p,
	.et_pb_bg_layout_light_phone p.et_pb_title_meta_container,
	.et_pb_bg_layout_light_phone p.et_pb_title_meta_container a {
		color: #666
	}

	.et_pb_bg_layout_light_phone.et_pb_post_slider .post-meta,
	.et_pb_bg_layout_light_phone.et_pb_post_slider .post-meta a {
		color: #333 !important
	}

	.et_pb_bg_layout_light_phone .et_pb_more_button,
	.et_pb_bg_layout_light_phone .et_pb_newsletter_button,
	.et_pb_bg_layout_light_phone .et_pb_promo_button,
	.et_pb_bg_layout_light_phone.et_pb_button,
	.et_pb_bg_layout_light_phone.et_pb_module.et_pb_button {
		color: #2ea3f2
	}

	.et_pb_bg_layout_light_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
	.et_pb_bg_layout_light_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
		background-color: rgba(255, 255, 255, .9)
	}

	.et_pb_bg_layout_light_phone .et_pb_video_play {
		color: #333
	}

	.et_pb_bg_layout_light_phone .et_pb_forgot_password a {
		color: #666
	}

	.et_pb_bg_layout_light_phone .et-pb-arrow-next,
	.et_pb_bg_layout_light_phone .et-pb-arrow-prev {
		color: #333
	}

	.et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control {
		background-color: #333
	}

	.et_pb_bg_layout_light_phone .et-pb-controllers a {
		background-color: rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_light_phone h1,
	.et_pb_bg_layout_light_phone h2,
	.et_pb_bg_layout_light_phone h3,
	.et_pb_bg_layout_light_phone h4,
	.et_pb_bg_layout_light_phone h5,
	.et_pb_bg_layout_light_phone h6 {
		color: #333 !important
	}

	.et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
		color: #2ea3f2 !important
	}

	.et_pb_bg_layout_light_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
	.et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
		color: #999
	}

	.et_pb_bg_layout_light_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
	.et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
		color: #82c0c7
	}

	.et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button {
		color: rgba(0, 0, 0, .5);
		background: rgba(0, 0, 0, .1)
	}

	.et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button:hover {
		color: rgba(0, 0, 0, .6);
		background: rgba(0, 0, 0, .2)
	}

	.et_pb_bg_layout_light_phone .et_pb_slide_content {
		color: #333
	}

	.et_pb_bg_layout_light_phone.et_pb_search input.et_pb_s {
		border: none;
		color: #666
	}

	.et_pb_bg_layout_light_phone.et_pb_search input.et_pb_s::-webkit-input-placeholder {
		color: #666
	}

	.et_pb_bg_layout_light_phone.et_pb_search input.et_pb_searchsubmit {
		border: none;
		color: #666;
		background-color: #ddd
	}

	.et_pb_bg_layout_light_phone.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
		background: rgba(255, 255, 255, .9)
	}

	.et_pb_bg_layout_light_phone.et_pb_fullwidth_portfolio .meta p {
		color: #666
	}

	.et_pb_bg_layout_dark_phone,
	.et_pb_bg_layout_dark_phone h1,
	.et_pb_bg_layout_dark_phone h2,
	.et_pb_bg_layout_dark_phone h3,
	.et_pb_bg_layout_dark_phone h4,
	.et_pb_bg_layout_dark_phone h5,
	.et_pb_bg_layout_dark_phone h6 {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_phone .et_pb_portfolio_item .post-meta,
	.et_pb_bg_layout_dark_phone .et_pb_portfolio_item .post-meta a,
	.et_pb_bg_layout_dark_phone .et_pb_post .post-meta,
	.et_pb_bg_layout_dark_phone .et_pb_post .post-meta a,
	.et_pb_bg_layout_dark_phone .et_pb_post p,
	.et_pb_bg_layout_dark_phone p.et_pb_title_meta_container,
	.et_pb_bg_layout_dark_phone p.et_pb_title_meta_container a {
		color: inherit
	}

	.et_pb_bg_layout_dark_phone.et_pb_post_slider .post-meta,
	.et_pb_bg_layout_dark_phone.et_pb_post_slider .post-meta a {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_phone .comment_postinfo a,
	.et_pb_bg_layout_dark_phone .comment_postinfo span {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button {
		color: rgba(255, 255, 255, .8);
		background: rgba(0, 0, 0, .6)
	}

	.et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button:hover {
		color: #fff;
		background: rgba(0, 0, 0, .7)
	}

	.et_pb_bg_layout_dark_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
	.et_pb_bg_layout_dark_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
		background: rgba(0, 0, 0, .6)
	}

	.et_pb_bg_layout_dark_phone.et_pb_fullwidth_portfolio .meta p {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_fullwidth_menu ul li a {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_fullwidth_menu ul li a:hover {
		color: rgba(255, 255, 255, .8)
	}

	.et_pb_bg_layout_dark_phone .et_pb_slide_description {
		text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_dark_phone .et_pb_slide_content {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
	.et_pb_bg_layout_dark_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
		background-color: rgba(0, 0, 0, .3)
	}

	.et_pb_bg_layout_dark_phone .et_pb_testimonial_description a {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s {
		border: 2px solid #fff;
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s::-webkit-input-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s::-moz-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s:-ms-input-placeholder {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_searchsubmit {
		border: 2px solid #fff;
		color: #fff;
		background-color: transparent;
		font-weight: 500
	}

	.et_pb_bg_layout_dark_phone .et_pb_counter_title {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone .et_pb_more_button,
	.et_pb_bg_layout_dark_phone .et_pb_newsletter_button,
	.et_pb_bg_layout_dark_phone .et_pb_promo_button,
	.et_pb_bg_layout_dark_phone.et_pb_button,
	.et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button {
		color: inherit
	}

	.et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control {
		background-color: #fff
	}

	.et_pb_bg_layout_dark_phone .et-pb-arrow-next,
	.et_pb_bg_layout_dark_phone .et-pb-arrow-prev {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone .et-pb-controllers a {
		background-color: rgba(255, 255, 255, .5)
	}

	.et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone .et_audio_content h2,
	.et_pb_bg_layout_dark_phone .et_audio_module_meta,
	.et_pb_bg_layout_dark_phone .et_link_content a.et_link_main_url,
	.et_pb_bg_layout_dark_phone .et_link_content h2,
	.et_pb_bg_layout_dark_phone .et_pb_audio_module_content h2,
	.et_pb_bg_layout_dark_phone .et_quote_content blockquote cite,
	.et_pb_bg_layout_dark_phone .et_quote_content blockquote p {
		color: #fff !important
	}

	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
		background: rgba(255, 255, 255, .5)
	}

	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
		background: #fff
	}

	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-playpause-button button:before,
	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-volume-button button:before {
		color: #fff
	}

	.et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
	.et_pb_bg_layout_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle {
		background: #fff
	}

	.et_pb_bg_layout_dark_phone .mejs-container .mejs-controls .mejs-time span {
		color: #fff
	}

	.et_pb_text_color_dark_phone .et_audio_content h2,
	.et_pb_text_color_dark_phone .et_audio_module_meta,
	.et_pb_text_color_dark_phone .et_link_content a.et_link_main_url,
	.et_pb_text_color_dark_phone .et_link_content h2,
	.et_pb_text_color_dark_phone .et_pb_audio_module_content h2,
	.et_pb_text_color_dark_phone .et_quote_content blockquote cite,
	.et_pb_text_color_dark_phone .et_quote_content blockquote p {
		color: #666 !important
	}

	.et_pb_text_color_dark_phone.et_audio_content h2,
	.et_pb_text_color_dark_phone.et_link_content a.et_link_main_url,
	.et_pb_text_color_dark_phone.et_link_content h2,
	.et_pb_text_color_dark_phone.et_pb_audio_module_content h2,
	.et_pb_text_color_dark_phone.et_quote_content blockquote cite,
	.et_pb_text_color_dark_phone.et_quote_content blockquote p {
		color: #bbb !important
	}

	.et_pb_text_color_dark_phone.et_audio_content,
	.et_pb_text_color_dark_phone.et_link_content,
	.et_pb_text_color_dark_phone.et_quote_content {
		background-color: #e8e8e8
	}

	.et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
		background: rgba(153, 153, 153, .5)
	}

	.et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	.et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
		background: #999
	}

	.et_pb_text_color_dark_phone .et_audio_container .mejs-playpause-button button:before,
	.et_pb_text_color_dark_phone .et_audio_container .mejs-volume-button button:before {
		color: #666
	}

	.et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
	.et_pb_text_color_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle {
		background: #666
	}

	.et_pb_text_color_dark_phone .mejs-container .mejs-controls .mejs-time span {
		color: #999
	}

	.et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field {
		padding-left: 0
	}

	p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone) {
		clear: both
	}

	p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone {
		clear: both
	}

	.et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field {
		padding-left: 0
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone {
		flex-basis: 48.5%
	}

	.et_pb_contact .et_pb_contact_field_half_phone {
		float: left;
		width: 50%
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone {
		flex-basis: 100%
	}

	.et_pb_contact .et_pb_contact_field_last_phone {
		width: 100%
	}

	.et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: left
	}

	.et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: right
	}

	.et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: justify
	}

	.et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center
	}

	.et_pb_text_align_left-phone .et_pb_counter_amount {
		text-align: left
	}

	.et_pb_text_align_center-phone .et_pb_counter_amount {
		text-align: center
	}

	.et_pb_text_align_right-phone .et_pb_counter_amount {
		text-align: right
	}

	.et_pb_text_align_justified-phone .et_pb_counter_amount {
		text-align: justify
	}

	.et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title,
	.et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title,
	.et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title,
	.et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title,
	.et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title,
	.et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title {
		position: relative;
		padding: 0 50px 0 0;
		cursor: pointer
	}

	.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,
	.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,
	.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,
	.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,
	.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title {
		float: none
	}

	.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
		display: flex
	}

	.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper {
		justify-content: center
	}

	.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
		justify-content: flex-end
	}

	.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
	.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper {
		justify-content: space-between
	}

	.et_pb_shop.et_pb_text_align_center-phone .star-rating,
	.et_pb_shop.et_pb_text_align_justified-phone .star-rating,
	.et_pb_shop.et_pb_text_align_right-phone .star-rating {
		display: inline-block
	}

	.et_pb_text_align_left-phone {
		text-align: left
	}

	.et_pb_text_align_center-phone {
		text-align: center
	}

	.et_pb_text_align_right-phone {
		text-align: right
	}

	.et_pb_text_align_justified-phone {
		text-align: justify
	}

	.et_pb_text_align_left-phone .wp-pagenavi,
	.et_pb_text_align_left-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: left
	}

	.et_pb_text_align_center-phone .wp-pagenavi,
	.et_pb_text_align_center-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: center
	}

	.et_pb_text_align_right-phone .wp-pagenavi,
	.et_pb_text_align_right-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: right
	}

	.et_pb_text_align_justified-phone .wp-pagenavi,
	.et_pb_text_align_justified-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
	.et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul {
		text-align: justify
	}

	.et_pb_filterable_portfolio.et_pb_text_align_center-phone .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.et_pb_filterable_portfolio.et_pb_text_align_justified-phone .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.et_pb_filterable_portfolio.et_pb_text_align_right-phone .et_pb_portfolio_filters ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end
	}

	.et_pb_search.et_pb_text_align_center-phone .et_pb_searchsubmit,
	.et_pb_search.et_pb_text_align_left-phone .et_pb_searchsubmit {
		right: 0
	}

	.et_pb_search.et_pb_text_align_right-phone .et_pb_searchsubmit {
		right: auto;
		left: 0
	}

	.et_pb_search.et_pb_text_align_right-phone input.et_pb_s {
		padding-right: .7em;
		padding-left: 80px;
		text-align: right
	}

	.et_pb_search.et_pb_text_align_center-phone input.et_pb_s {
		text-align: center
	}

	.et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
		left: auto
	}

	.et_pb_search.et_pb_text_align_left-tablet input.et_pb_s {
		padding-left: .715em;
		text-align: left
	}

	.et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
		padding-right: .715em;
		padding-left: .715em
	}

	.et_pb_has_bg_phone.et_pb_promo {
		padding: 40px !important
	}

	.et_pb_no_bg_phone.et_pb_promo {
		padding: 0 !important
	}
}

@media all and (max-width:479px) {

	.et_pb_row .et_pb_column.et_pb_column_1_4,
	.et_pb_row .et_pb_column.et_pb_column_1_5,
	.et_pb_row .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px 0
	}

	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px 0
	}

	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,
	.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0
	}

	.et_pb_slide_description h2.et_pb_slide_title {
		font-size: 20px
	}

	.et_pb_slide_content {
		font-size: 10px;
		font-weight: 400
	}

	.et_pb_slide_content,
	a.et_pb_more_button {
		display: block
	}

	.et_pb_slider_fullwidth_off .et_pb_more_button,
	.et_pb_slider_fullwidth_off .et_pb_slide_content {
		display: none
	}

	.et_pb_portfolio_item {
		margin-bottom: 22px
	}

	.et_pb_post {
		margin-bottom: 42px
	}

	.et_pb_blog_grid h2,
	.et_pb_post h2 {
		padding-bottom: 0;
		font-size: 16px
	}

	.et_pb_post .post-meta {
		color: #666;
		font-size: 14px
	}

	.et_pb_blog_grid .et_audio_content,
	.et_pb_blog_grid .et_main_video_container,
	.et_pb_blog_grid .et_pb_post .et_pb_slider,
	.et_pb_blog_grid .et_pb_post.format-link>*,
	.et_pb_blog_grid .et_pb_post.format-quote>* {
		display: block
	}

	.et_pb_blog_grid .et_pb_post>.et_pb_image_container,
	.et_pb_blog_grid .et_pb_post>.post-meta,
	.et_pb_blog_grid .et_pb_post>h2 {
		display: block
	}

	.et_pb_blog_grid .et_pb_post .post-meta {
		display: block !important;
		padding: 0
	}

	.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
	.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
		margin-top: -.75rem;
		margin-left: -.75rem;
		font-size: 1.5rem;
		line-height: 1.5rem
	}

	.et_audio_content,
	.et_pb_blog_grid .et_link_content,
	.et_pb_blog_grid .et_quote_content,
	.et_quote_content {
		padding: 35px 20px !important
	}

	.et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide,
	.et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
		min-height: 156px !important
	}

	.et_pb_audio_cover_art {
		float: none !important;
		width: 100% !important;
		height: 210px !important
	}

	.et_pb_audio_module_content h2 {
		font-size: 20px
	}

	.et_pb_column_1_4 .et_audio_module_meta,
	.et_pb_column_1_5 .et_audio_module_meta,
	.et_pb_column_1_6 .et_audio_module_meta {
		font-size: 14px !important
	}

	.et_pb_promo {
		padding: 40px
	}

	.et_pb_map_container>.et_pb_map {
		height: 200px
	}

	.et_pb_tabs_controls {
		border-bottom: none
	}

	.et_pb_tabs_controls li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #d9d9d9
	}

	.et_pb_testimonial {
		padding-top: 10%
	}

	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
	.et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
		margin-bottom: 16% !important
	}

	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 32px !important;
		line-height: 32px !important
	}
}

@media all and (max-width:380px) {

	.et_pb_countdown_timer .section p,
	.et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
		font-size: 24px !important;
		line-height: 24px !important
	}

	.et_pb_countdown_timer .section p.label {
		font-size: 12px !important;
		line-height: 25px !important
	}
}

.et_animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important
}

.et_animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.et_had_animation {
	position: relative
}

@-webkit-keyframes et_pb_fade {
	to {
		opacity: 1
	}
}

@keyframes et_pb_fade {
	to {
		opacity: 1
	}
}

.et_animated.fade {
	-webkit-animation-name: et_pb_fade;
	animation-name: et_pb_fade
}

@-webkit-keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeTop {
	-webkit-animation-name: et_pb_fadeTop;
	animation-name: et_pb_fadeTop
}

@-webkit-keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeRight {
	-webkit-animation-name: et_pb_fadeRight;
	animation-name: et_pb_fadeRight
}

@-webkit-keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeBottom {
	-webkit-animation-name: et_pb_fadeBottom;
	animation-name: et_pb_fadeBottom
}

@-webkit-keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.fadeLeft {
	-webkit-animation-name: et_pb_fadeLeft;
	animation-name: et_pb_fadeLeft
}

@-webkit-keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.slide {
	-webkit-animation-name: et_pb_slide;
	animation-name: et_pb_slide
}

@-webkit-keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.et_animated.slideTop {
	-webkit-animation-name: et_pb_slideTop;
	animation-name: et_pb_slideTop
}

@-webkit-keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.et_animated.slideRight {
	-webkit-animation-name: et_pb_slideRight;
	animation-name: et_pb_slideRight
}

@-webkit-keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.et_animated.slideBottom {
	-webkit-animation-name: et_pb_slideBottom;
	animation-name: et_pb_slideBottom
}

@-webkit-keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.et_animated.slideLeft {
	-webkit-animation-name: et_pb_slideLeft;
	animation-name: et_pb_slideLeft
}

@-webkit-keyframes et_pb_bounce {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_bounce {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.bounce {
	-webkit-animation-name: et_pb_bounce;
	animation-name: et_pb_bounce
}

@-webkit-keyframes et_pb_bounceTop {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_bounceTop {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.bounceTop {
	-webkit-animation-name: et_pb_bounceTop;
	animation-name: et_pb_bounceTop
}

@-webkit-keyframes et_pb_bounceRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_bounceRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.bounceRight {
	-webkit-animation-name: et_pb_bounceRight;
	animation-name: et_pb_bounceRight
}

@-webkit-keyframes et_pb_bounceBottom {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes et_pb_bounceBottom {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.et_animated.bounceBottom {
	-webkit-animation-name: et_pb_bounceBottom;
	animation-name: et_pb_bounceBottom
}

@-webkit-keyframes et_pb_bounceLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes et_pb_bounceLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.et_animated.bounceLeft {
	-webkit-animation-name: et_pb_bounceLeft;
	animation-name: et_pb_bounceLeft
}

@-webkit-keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.zoom {
	-webkit-animation-name: et_pb_zoom;
	animation-name: et_pb_zoom
}

@-webkit-keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.zoomTop {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: et_pb_zoomTop;
	animation-name: et_pb_zoomTop
}

@-webkit-keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.zoomRight {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: et_pb_zoomRight;
	animation-name: et_pb_zoomRight
}

@-webkit-keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.zoomBottom {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: et_pb_zoomBottom;
	animation-name: et_pb_zoomBottom
}

@-webkit-keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.et_animated.zoomLeft {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: et_pb_zoomLeft;
	animation-name: et_pb_zoomLeft
}

@-webkit-keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

@keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

.et_animated.flip {
	-webkit-animation-name: et_pb_flip;
	animation-name: et_pb_flip
}

@-webkit-keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

@keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

.et_animated.flipTop {
	-webkit-animation-name: et_pb_flipTop;
	animation-name: et_pb_flipTop
}

@-webkit-keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

@keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

.et_animated.flipRight {
	-webkit-animation-name: et_pb_flipRight;
	animation-name: et_pb_flipRight
}

@-webkit-keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

@keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

.et_animated.flipBottom {
	-webkit-animation-name: et_pb_flipBottom;
	animation-name: et_pb_flipBottom
}

@-webkit-keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

@keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

.et_animated.flipLeft {
	-webkit-animation-name: et_pb_flipLeft;
	animation-name: et_pb_flipLeft
}

@-webkit-keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

@keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

.et_animated.fold {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation-name: et_pb_fold;
	animation-name: et_pb_fold
}

@-webkit-keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

@keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

.et_animated.foldTop {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: et_pb_foldTop;
	animation-name: et_pb_foldTop
}

@-webkit-keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

@keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

.et_animated.foldRight {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-animation-name: et_pb_foldRight;
	animation-name: et_pb_foldRight
}

@-webkit-keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

@keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0)
	}
}

.et_animated.foldBottom {
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: et_pb_foldBottom;
	animation-name: et_pb_foldBottom
}

@-webkit-keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

@keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0)
	}
}

.et_animated.foldLeft {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: et_pb_foldLeft;
	animation-name: et_pb_foldLeft
}

@-webkit-keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.et_animated.roll {
	-webkit-animation-name: et_pb_roll;
	animation-name: et_pb_roll
}

@-webkit-keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

@keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

.et_animated.rollTop {
	-webkit-animation-name: et_pb_rollTop;
	animation-name: et_pb_rollTop
}

@-webkit-keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

@keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right
	}
}

.et_animated.rollRight {
	-webkit-animation-name: et_pb_rollRight;
	animation-name: et_pb_rollRight
}

@-webkit-keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
}

@keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
}

.et_animated.rollBottom {
	-webkit-animation-name: et_pb_rollBottom;
	animation-name: et_pb_rollBottom
}

@-webkit-keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

@keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

.et_animated.rollLeft {
	-webkit-animation-name: et_pb_rollLeft;
	animation-name: et_pb_rollLeft
}

.box-shadow-overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.et_pb_section>.box-shadow-overlay~.et_pb_row {
	z-index: 11
}

.et_pb_row>.box-shadow-overlay {
	z-index: 8
}

.has-box-shadow-overlay {
	position: relative
}

.et_clickable {
	cursor: pointer
}

.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	clip-path: inset(50%)
}

.et_multi_view_hidden,
.et_multi_view_hidden_image {
	display: none !important
}

@media all and (max-width:980px) {
	[data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped) {
		display: none !important
	}
}

@media all and (max-width:767px) {
	[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped) {
		display: none !important
	}
}

.et-dynamic-content-woo a {
	color: inherit !important;
	text-shadow: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit
}

.et-dynamic-content-woo--product_breadcrumb.woocommerce .woocommerce-breadcrumb {
	color: inherit !important;
	text-shadow: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit
}

.et-dynamic-content-woo--product_additional_information.woocommerce h2 {
	color: inherit !important;
	text-shadow: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit
}

.et-dynamic-content-woo--product_reviews.woocommerce .comment-reply-title,
.et-dynamic-content-woo--product_reviews.woocommerce .rating,
.et-dynamic-content-woo--product_reviews.woocommerce ol.commentlist li .description,
.et-dynamic-content-woo--product_reviews.woocommerce ol.commentlist li .meta {
	color: inherit !important;
	text-shadow: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit
}

.et-dynamic-content-woo--product_reviews.woocommerce .woocommerce-Reviews-title {
	color: inherit;
	text-shadow: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit
}

.et-box {
	position: relative;
	margin: 0 0 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	font-size: 14px
}

.et-box-content {
	min-height: 35px;
	padding: 27px 43px 17px 66px;
	text-shadow: 1px 1px 1px #fff
}

.et-box-content strong {
	color: #000;
	font-weight: 700
}

.et-bio:before,
.et-download:before,
.et-info:before,
.et-shadow:before,
.et-warning:before {
	position: absolute;
	top: 32px;
	left: 28px;
	content: ""
}

.et-info {
	border: 1px solid #e2e2ba
}

.et-info:before {
	width: 22px;
	height: 20px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px
}

.et-info .et-box-content {
	border: 1px solid #fbfbef;
	color: #ada771;
	background: #f9f9dc;
	-webkit-box-shadow: inset 0 0 45px #efefc0;
	-moz-box-shadow: inset 0 0 45px #efefc0;
	box-shadow: inset 0 0 45px #efefc0
}

.et-info .et-box-content h1,
.et-info .et-box-content h2,
.et-info .et-box-content h3,
.et-info .et-box-content h4,
.et-info .et-box-content h5,
.et-info .et-box-content h6 {
	color: #ada771
}

.et-warning {
	border: 1px solid #e0b1b1
}

.et-warning:before {
	width: 17px;
	height: 17px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px
}

.et-warning .et-box-content {
	border: 1px solid #fceeec;
	color: #ad7676;
	background: #ffd9d5;
	-webkit-box-shadow: inset 0 0 45px #f0bfba;
	-moz-box-shadow: inset 0 0 45px #f0bfba;
	box-shadow: inset 0 0 45px #f0bfba
}

.et-warning .et-box-content h1,
.et-warning .et-box-content h2,
.et-warning .et-box-content h3,
.et-warning .et-box-content h4,
.et-warning .et-box-content h5,
.et-warning .et-box-content h6 {
	color: #ad7676
}

.et-download {
	border: 1px solid #b9dbb6
}

.et-download:before {
	width: 19px;
	height: 14px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px
}

.et-download .et-box-content {
	border: 1px solid #f1f9f0;
	color: #7ea57b;
	background: #dff7dd;
	-webkit-box-shadow: inset 0 0 45px #cbe5c9;
	-moz-box-shadow: inset 0 0 45px #cbe5c9;
	box-shadow: inset 0 0 45px #cbe5c9
}

.et-download .et-box-content h1,
.et-download .et-box-content h2,
.et-download .et-box-content h3,
.et-download .et-box-content h4,
.et-download .et-box-content h5,
.et-download .et-box-content h6 {
	color: #7ea57b
}

.et-bio {
	border: 1px solid #b3d8d3
}

.et-bio:before {
	top: 33px;
	width: 19px;
	height: 15px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -2px
}

.et-bio .et-box-content {
	border: 1px solid #f1fafb;
	color: #80acb0;
	background: #ddf5f7;
	-webkit-box-shadow: inset 0 0 45px #c6edf0;
	-moz-box-shadow: inset 0 0 45px #c6edf0;
	box-shadow: inset 0 0 45px #c6edf0
}

.et-bio .et-box-content h1,
.et-bio .et-box-content h2,
.et-bio .et-box-content h3,
.et-bio .et-box-content h4,
.et-bio .et-box-content h5,
.et-bio .et-box-content h6 {
	color: #80acb0
}

.et-shadow {
	border: 1px solid #ddd
}

.et-shadow .et-box-content {
	border: 1px solid #fafafa;
	color: #737373;
	background: #fafafa;
	-webkit-box-shadow: inset 0 0 45px #e7e7e7;
	-moz-box-shadow: inset 0 0 45px #e7e7e7;
	box-shadow: inset 0 0 45px #e7e7e7
}

.et-shadow .et-box-content h1,
.et-shadow .et-box-content h2,
.et-shadow .et-box-content h3,
.et-shadow .et-box-content h4,
.et-shadow .et-box-content h5,
.et-shadow .et-box-content h6 {
	color: #737373
}

.et-tooltip {
	position: relative
}

.et-tooltip-box {
	display: none;
	position: absolute;
	bottom: 35px;
	left: -94px;
	width: 235px;
	padding: 20px 25px 22px 25px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #6d6e6e;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	line-height: 18px
}

.et-tooltip-arrow {
	display: block;
	position: absolute;
	bottom: -13px;
	left: 129px;
	width: 24px;
	height: 13px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -120px -2px
}

.et-learn-more {
	margin: 10px 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	-webkit-box-shadow: 1px -1px 0 0 #fff;
	-moz-box-shadow: 1px -1px 0 0 #fff;
	box-shadow: 1px -1px 0 0 #fff
}

.et-learn-more h3.heading-more {
	position: relative;
	margin: 0 !important;
	padding: 16px 50px 16px 22px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #999;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
	letter-spacing: 0;
	cursor: pointer
}

.et-learn-more h3.heading-more span.et_learnmore_arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 100%;
	border-left: 1px solid #fff;
	-webkit-box-shadow: -1px 0 0 0 #e7e7e7;
	-moz-box-shadow: -1px 0 0 0 #e7e7e7;
	box-shadow: -1px 0 0 0 #e7e7e7
}

.et-learn-more span.et_learnmore_arrow span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 10px;
	margin-top: -5px;
	margin-left: -6px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -58px -2px
}

.et-learn-more .open span.et_learnmore_arrow span {
	background-position: -58px -14px
}

.et-learn-more .learn-more-content {
	visibility: hidden;
	padding: 30px 30px 20px;
	border-top: 1px solid #e7e7e7
}

.et_slidecontent .et-learn-more .learn-more-content {
	display: block;
	visibility: hidden
}

.et-open .learn-more-content {
	display: block;
	visibility: visible !important
}

.et_shortcodes_controller_nav {
	position: relative;
	min-height: 53px;
	border-top: 1px solid #e7e7e7;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff
}

.et_shortcodes_controls,
.et_shortcodes_controls_arrows {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 26px !important;
	list-style: none !important
}

.et_shortcodes_controls {
	padding-top: 20px !important;
	line-height: 0 !important;
	text-align: center
}

.et_shortcodes_controls li {
	display: inline-block;
	margin: 0 3px
}

.et_shortcodes_controls a {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -1px
}

.et_shortcodes_controls .et_shortcodes_active_control a {
	background-position: -45px -14px
}

.et_shortcodes_controls_arrows a {
	position: absolute;
	top: 0;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px
}

.et_shortcodes_controls_arrows a:hover {
	color: #4c4c4c;
	text-decoration: none
}

.et_shortcodes_controls_arrows .et_sc_nav_prev {
	left: 0;
	padding: 14px 38px 12px 48px;
	border-right: 1px solid #e7e7e7;
	-webkit-box-shadow: 1px 0 0 0 #fff;
	-moz-box-shadow: 1px 0 0 0 #fff;
	box-shadow: 1px 0 0 0 #fff
}

.et_shortcodes_controls_arrows .et_sc_nav_next {
	right: 0;
	padding: 14px 48px 12px 38px;
	border-left: 1px solid #fff;
	-webkit-box-shadow: -1px 0 0 0 #e7e7e7;
	-moz-box-shadow: -1px 0 0 0 #e7e7e7;
	box-shadow: -1px 0 0 0 #e7e7e7
}

.et_shortcodes_controls_arrows .et_sc_nav_next span,
.et_shortcodes_controls_arrows .et_sc_nav_prev span {
	top: 21px
}

.et_shortcodes_controls_arrows .et_sc_nav_next span {
	right: 30px
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span {
	left: 30px
}

.et-simple-slider {
	position: relative;
	margin: 10px 0;
	border: 1px solid #e7e7e7;
	background: #fff
}

.et-simple-slider h1,
.et-simple-slider h2,
.et-simple-slider h3,
.et-simple-slider h4,
.et-simple-slider h5,
.et-simple-slider h6 {
	color: #333;
	font-family: Century Gothic, Arial, sans-serif
}

.et-simple-slides {
	overflow: hidden;
	margin: 30px 30px 20px
}

.et-simple-slider div.et-slide {
	display: none;
	width: 100% !important
}

.one_fourth,
.one_half,
.one_third,
.three_fourth,
.two_third {
	float: left;
	position: relative;
	margin-right: 4%
}

.one_half {
	width: 48%
}

.one_third {
	width: 30.66%
}

.two_third {
	width: 65.32%
}

.one_fourth {
	width: 22%
}

.three_fourth {
	width: 74%
}

a.big-button,
a.icon-button,
a.small-button {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .4), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	line-height: 26px
}

a.icon-button,
a.small-button {
	margin: 0 5px 8px 0;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 700 !important
}

a.big-button:hover,
a.icon-button:hover,
a.small-button:hover {
	text-decoration: none
}

a.bigblue,
a.smallblue {
	border: 1px solid #3e8ff4;
	color: #2b63a8 !important;
	background: #88bdff;
	background: -moz-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88bdff), color-stop(100%, #60a7ff));
	background: -webkit-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -o-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: -ms-linear-gradient(top, #88bdff 0, #60a7ff 100%);
	background: linear-gradient(to bottom, #88bdff 0, #60a7ff 100%)
}

a.bigblue:hover,
a.smallblue:hover {
	color: #23528c !important
}

a.smalllightblue {
	border: 1px solid #51b5e4;
	color: #348db6 !important;
	background: #8edbff;
	background: -moz-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8edbff), color-stop(100%, #60cdff));
	background: -webkit-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -o-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: -ms-linear-gradient(top, #8edbff 0, #60cdff 100%);
	background: linear-gradient(to bottom, #8edbff 0, #60cdff 100%)
}

a.smalllightblue:hover {
	color: #287295 !important
}

a.bigteal,
a.bigturquoise,
a.smallteal {
	border: 1px solid #48bec0;
	color: #3da7a9 !important;
	background: #61eef0;
	background: -moz-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #61eef0), color-stop(100%, #59dcde));
	background: -webkit-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -o-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: -ms-linear-gradient(top, #61eef0 0, #59dcde 100%);
	background: linear-gradient(to bottom, #61eef0 0, #59dcde 100%)
}

a.bigteal:hover,
a.bigturquoise:hover,
a.smallteal:hover {
	color: #309192 !important
}

a.biggreen,
a.smallgreen {
	border: 1px solid #4dab46;
	color: #569d51 !important;
	background: #94e48d;
	background: -moz-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94e48d), color-stop(100%, #82cf7c));
	background: -webkit-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -o-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: -ms-linear-gradient(top, #94e48d 0, #82cf7c 100%);
	background: linear-gradient(to bottom, #94e48d 0, #82cf7c 100%)
}

a.biggreen:hover,
a.smallgreen:hover {
	color: #478542 !important
}

a.bigorange,
a.smallorange {
	border: 1px solid #db9c51;
	color: #c7822f !important;
	background: #ffcb8c;
	background: -moz-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffcb8c), color-stop(100%, #ffb660));
	background: -webkit-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -o-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: -ms-linear-gradient(top, #ffcb8c 0, #ffb660 100%);
	background: linear-gradient(to bottom, #ffcb8c 0, #ffb660 100%)
}

a.bigorange:hover,
a.smallorange:hover {
	color: #a96c23 !important
}

a.smallsilver {
	border: 1px solid #c3c3c3;
	color: #595a5a !important;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #e2e2e2 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #e2e2e2 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px #fff
}

a.smallsilver:hover {
	color: #454545 !important
}

a.smallblack {
	border: 1px solid #0e0e0e;
	color: #fff !important;
	background: #5b5b5b;
	background: -moz-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5b5b5b), color-stop(100%, #383838));
	background: -webkit-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -o-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: -ms-linear-gradient(top, #5b5b5b 0, #383838 100%);
	background: linear-gradient(to bottom, #5b5b5b 0, #383838 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .2), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: -1px -1px 0 #000
}

a.smallblack:hover {
	color: #f7f7f7 !important
}

a.bigred,
a.smallred {
	border: 1px solid #d85353;
	color: #9a3e3e !important;
	background: #ff7979;
	background: -moz-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7979), color-stop(100%, #ff5f5f));
	background: -webkit-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -o-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: -ms-linear-gradient(top, #ff7979 0, #ff5f5f 100%);
	background: linear-gradient(to bottom, #ff7979 0, #ff5f5f 100%)
}

a.bigred:hover,
a.smallred:hover {
	color: #803030 !important
}

a.smallpink {
	border: 1px solid #b15cb9;
	color: #914d97 !important;
	background: #e782f1;
	background: -moz-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e782f1), color-stop(100%, #d271da));
	background: -webkit-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -o-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: -ms-linear-gradient(top, #e782f1 0, #d271da 100%);
	background: linear-gradient(to bottom, #e782f1 0, #d271da 100%)
}

a.smallpink:hover {
	color: #753b7a !important
}

a.bigpurple,
a.smallpurple {
	border: 1px solid #8b53d8;
	color: #653e9a !important;
	background: #b279ff;
	background: -moz-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b279ff), color-stop(100%, #a35fff));
	background: -webkit-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -o-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: -ms-linear-gradient(top, #b279ff 0, #a35fff 100%);
	background: linear-gradient(to bottom, #b279ff 0, #a35fff 100%)
}

a.bigpurple:hover,
a.smallpurple:hover {
	color: #563386 !important
}

a.big-button {
	margin: 8px 6px 8px 0;
	padding: 14px 24px;
	font-size: 20px;
	font-weight: 400 !important
}

a.big-button:hover {
	text-decoration: none
}

a.icon-button {
	position: relative;
	padding-left: 36px;
	border: 1px solid #c3c3c3;
	color: #595a5a !important;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #e1e1e1 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #e1e1e1 100%);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .9), 1px 1px 1px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px #fff
}

a.icon-button:hover {
	color: #404040
}

a.icon-button span.et-icon {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 18px;
	height: 16px
}

a.download-icon span.et-icon {
	top: 7px;
	width: 17px;
	height: 20px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px
}

a.search-icon span.et-icon {
	top: 9px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px
}

a.refresh-icon span.et-icon {
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px
}

a.question-icon span.et-icon {
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px
}

a.people-icon span.et-icon {
	top: 9px;
	height: 17px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px
}

a.warning-icon span.et-icon {
	width: 15px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px
}

a.mail-icon span.et-icon {
	height: 15px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px
}

a.heart-icon span.et-icon {
	top: 12px;
	left: 14px;
	width: 14px;
	height: 13px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -18px
}

a.paper-icon span.et-icon {
	width: 15px;
	height: 15px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px
}

a.notice-icon span.et-icon {
	top: 11px;
	width: 15px;
	height: 13px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px
}

a.stats-icon span.et-icon {
	top: 11px;
	width: 15px;
	height: 14px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px
}

a.rss-icon span.et-icon {
	top: 9px;
	width: 15px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -171px -36px
}

ul.et_shortcodes_mobile_nav {
	display: none;
	z-index: 2;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside none !important
}

ul.et_shortcodes_mobile_nav a {
	position: relative
}

.et_shortcodes_controls_arrows span,
ul.et_shortcodes_mobile_nav span {
	display: block;
	position: absolute;
	top: 23px;
	width: 10px;
	height: 14px
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span,
ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px
}

.et_shortcodes_controls_arrows .et_sc_nav_next span,
ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px
}

.et-tabs-container {
	position: relative;
	margin: 50px 0 15px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.et-learn-more h3.heading-more,
.et-protected-title,
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav,
.et-testimonial-author-info,
.et_shortcodes_controller_nav,
.pricing-content-bottom,
.pricing-heading {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%)
}

.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav {
	overflow: hidden;
	position: relative;
	margin: 0 !important;
	border-top: 1px solid #fff
}

.et-tabs-container .et-tabs-control:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	content: ""
}

.et-tabs-container .et-tabs-control li {
	float: left;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border-left: 1px solid #e7e7e7;
	-webkit-box-shadow: -1px 0 0 #fff;
	-moz-box-shadow: -1px 0 0 #fff;
	box-shadow: -1px 0 0 #fff;
	list-style: none outside none
}

.et-tabs-container .et-tabs-control li:first-child {
	border-left: 1px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.et-tabs-container .et-tabs-control li a {
	display: block;
	padding: 15px 20px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px
}

.et-tabs-container .et-tabs-control li a:hover {
	color: #4c4c4c !important;
	text-decoration: none
}

.et-tabs-container .et-tabs-control li.active:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: ""
}

.et-tabs-container .et-tabs-control li.active a {
	color: #4c4c4c !important;
	background: #fff
}

.et-tabs-content-wrapper>div {
	display: none
}

.et_sliderfx_slide .et-tabs-content-wrapper {
	position: relative;
	left: 0;
	width: 1200%
}

.et_sliderfx_slide .et-tabs-content-wrapper>div {
	display: block;
	visibility: hidden;
	float: left;
	height: 1px
}

.et_sliderfx_fade .et_slidecontent,
.et_sliderfx_slide .et-tabs-content-wrapper>div {
	word-wrap: break-word
}

.et_sliderfx_slide .et_shortcode_slide_active {
	height: auto !important
}

.et-tabs-container .et-tabs-content {
	margin: 30px 30px 20px
}

.et-tabs-container ul.et_shortcodes_mobile_nav {
	border-bottom: 1px solid #e7e7e7
}

.et-tabs-container ul.et_shortcodes_mobile_nav li {
	float: right;
	line-height: 26px
}

.et-tabs-container ul.et_shortcodes_mobile_nav a {
	display: block;
	padding: 16px 10px 16px 45px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px
}

.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
	padding: 16px 45px 16px 10px;
	text-align: right
}

.et-tabs-container ul.et_shortcodes_mobile_nav a:hover {
	color: #4c4c4c !important;
	text-decoration: none
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	-webkit-box-shadow: 1px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;
	content: ""
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	right: 28px
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	left: 28px
}

.author-shortcodes,
.et-image-slider,
.et-protected,
.et-simple-slider,
.et-tabs-container,
.et-testimonial-box,
.tabs-left {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.tabs-left {
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.tabs-left .et-tabs-control,
.tabs-left ul.et_shortcodes_mobile_nav {
	float: left;
	position: relative;
	width: 149px;
	margin: 0 !important;
	border-top: 1px solid #fff;
	list-style: none outside none !important
}

.tabs-left ul.et_shortcodes_mobile_nav {
	position: absolute;
	top: 0;
	left: 0
}

.tabs-left .et-tabs-control li,
.tabs-left ul.et_shortcodes_mobile_nav li {
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-bottom: 1px solid #e7e7e7;
	background: 0 0 !important;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	-moz-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
	list-style: none !important
}

.tabs-left .et-tabs-control li a {
	display: block;
	padding: 15px 10px 15px 20px;
	color: #999 !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-size: 14px
}

.tabs-left .et-tabs-control li.active a {
	margin-right: -1px;
	background: #fff
}

.tabs-left .et-tabs-control li a:hover,
.tabs-left .et-tabs-control li.active a {
	color: #4c4c4c !important;
	text-decoration: none
}

.tabs-left .et-tabs-content {
	position: relative;
	padding: 30px 30px 20px
}

.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap {
	overflow: hidden
}

.tabs-left .et-tabs-content h3 {
	padding-bottom: 14px;
	color: #333
}

.et_left_tabs_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 100%;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	background: #f5f5f5;
	background: -moz-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to right, #f9f9f9 0, #f5f5f5 100%)
}

.tabs-left ul.et_shortcodes_mobile_nav a {
	text-indent: -9999px
}

.tabs-left ul.et_shortcodes_mobile_nav a span {
	top: 50%;
	margin-top: -7px
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
	right: 50%;
	margin-right: -4px
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
	left: 50%;
	margin-left: -4px
}

.author-shortcodes {
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	color: #363636;
	background: #fff;
	font-size: 14px
}

.author-shortcodes .author-inner {
	position: relative;
	min-height: 60px;
	padding: 30px 30px 20px 117px
}

.author-shortcodes .author-image {
	position: absolute;
	top: 32px;
	left: 30px;
	width: 60px;
	height: 60px
}

.author-shortcodes .author-image img {
	width: auto;
	max-width: 100%;
	height: auto
}

.author-shortcodes .author-image .author-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .5)
}

.et-protected {
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.et-protected-title {
	position: relative;
	padding: 18px 10px 17px 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px
}

.et-protected-title:before {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 17px;
	height: 19px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -36px;
	content: ""
}

.et-protected-form {
	padding: 32px 37px 32px 32px;
	text-align: right
}

.et-protected-form p {
	padding-bottom: 16px
}

.et-protected-form p label {
	position: relative
}

.et-protected-form p .et_protected_icon {
	display: block;
	position: absolute;
	top: 2px;
	left: 18px;
	width: 10px;
	height: 20px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -190px -37px
}

.et-protected-form p .et_protected_password {
	height: 23px;
	background-position: -275px -2px
}

.et-protected-form label span {
	display: none
}

.et-protected-form p input {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	padding: 20px 20px 20px 40px;
	border: 1px solid #e7e7e7;
	color: #363636;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -o-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: -ms-linear-gradient(top, #f3f3f3 1%, #fefefe 100%);
	background: linear-gradient(to bottom, #f3f3f3 1%, #fefefe 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	font-size: 14px
}

.et-protected-form input.etlogin-button {
	padding: 14px 24px;
	border: 1px solid #e7e7e7;
	color: #999;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px
}

.et-simple-slides .et_slidecontent {
	width: auto
}

.et-image-slides {
	background: #555
}

.et-image-slider {
	margin-bottom: 25px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.et-image-slide {
	position: relative
}

.et-image-slider img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto
}

.et-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .6)
}

.author-shortcodes,
.et-learn-more,
.et-simple-slider,
.et-tabs-container,
.et-tooltip-box,
.tabs-left {
	color: #201f1f !important;
	text-shadow: none !important
}

.author-shortcodes a,
.et-learn-more a,
.et-simple-slider a,
.et-tabs-container a,
.et-tooltip-box a,
.tabs-left a {
	text-shadow: none !important
}

.et-custom-list ul {
	margin: 0 !important;
	padding-left: 0 !important;
	line-height: 26px;
	list-style: none !important;
	list-style-image: none !important
}

.et-custom-list ul li {
	position: relative;
	margin: 5px 0 !important;
	padding-left: 28px !important;
	list-style: none !important
}

.et-custom-list ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 22px;
	height: 18px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px;
	content: ""
}

.etlist-x ul li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 22px;
	height: 18px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px;
	content: ""
}

.etlist-dot ul li {
	padding-left: 25px !important
}

.etlist-dot ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 9px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px;
	content: ""
}

.et-custom-list ul li ul {
	margin: 0 !important;
	padding: 2px 0 !important
}

.et-pricing {
	margin: 40px 0 10px
}

.pricing-table {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: 22px;
	margin-left: -1px
}

.pricing-table-wrap {
	border: 1px solid #e7e7e7;
	border-bottom: none
}

.pricing-heading {
	padding: 23px 10px 22px;
	border-bottom: 1px solid #e7e7e7;
	color: #999;
	-webkit-box-shadow: inset 1px 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 0 #fff;
	box-shadow: inset 1px 1px 0 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	font-size: 12px;
	text-align: center
}

.pricing-title {
	color: #53b4c7 !important;
	text-shadow: none !important;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.pricing-heading p {
	padding-bottom: 0 !important
}

.pricing-table ul.pricing {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 26px;
	list-style: none !important;
	list-style-image: none !important
}

.pricing-table ul.pricing li {
	position: relative;
	padding: 14px 7px 14px 63px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	color: #363636;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(7%, #fefefe), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #fefefe 7%, #fff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #fefefe 7%, #fff 100%);
	text-shadow: none !important;
	font-size: 12px;
	list-style: none !important
}

.pricing-table ul.pricing li span.pricing-mark {
	position: absolute;
	top: 19px;
	left: 30px;
	width: 22px;
	height: 18px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px
}

.pricing-table ul.pricing li.x-mark span.pricing-mark {
	background-position: -74px -20px
}

.pricing-content-bottom {
	padding: 20px 5px 43px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	-webkit-box-shadow: inset 1px 0 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 0 #fff;
	box-shadow: inset 1px 0 0 0 #fff;
	text-align: center
}

span.et-price {
	color: #94c65c;
	text-shadow: 0 1px 0 #fff;
	font-family: Georgia, serif;
	font-size: 48px
}

span.et-price sup {
	bottom: 13px;
	left: 1px;
	font-size: 24px
}

span.et-price span.dollar-sign {
	font-size: 36px
}

.pricing-table a.icon-button {
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin: 0;
	padding-left: 15px
}

.pricing-table a.icon-button {
	visibility: hidden
}

.pricing-big {
	z-index: 2;
	top: -20px;
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

.pricing-big .pricing-table-wrap {
	border-color: #d6d5d5
}

.pricing-big .pricing-heading {
	padding-top: 43px
}

.pricing-big .pricing-content-bottom {
	padding-bottom: 63px;
	border-bottom: 1px solid #d6d5d5
}

.et-testimonial-box {
	position: relative;
	margin: 10px 0 45px;
	border: 1px solid #e7e7e7;
	background: #fff
}

.et-testimonial-author-info {
	padding: 20px 20px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #fff;
	text-shadow: 0 1px 0 #fff
}

.t-img {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 25px 5px 0;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	-moz-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff
}

.t-img img {
	max-width: 100%;
	height: auto
}

.t-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .4)
}

.t-author,
.t-position {
	display: block
}

.t-author {
	padding: 10px 0 5px;
	color: #999;
	font-size: 18px
}

.t-position {
	color: #595959
}

.et-testimonial,
.t-position {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic
}

.et-testimonial {
	position: relative;
	padding: 43px 35px 30px 77px;
	color: #363636;
	text-shadow: none !important
}

.et-testimonial:before {
	position: absolute;
	top: 43px;
	left: 35px;
	width: 25px;
	height: 19px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px;
	content: ""
}

.t-bottom-arrow {
	position: absolute;
	right: 40px;
	bottom: -32px;
	width: 31px;
	height: 32px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -25px
}

.et-dropcap {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	font-size: 48px;
	line-height: 1
}

.et_quote {
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
	padding-left: 57px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5
}

.et_quote .et_quote_sign {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 34px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -20px
}

.quote-center .et_quote_sign {
	top: 3px;
	width: 20px;
	height: 16px;
	background-position: -251px -2px
}

.quote-center .et_quote_additional_sign {
	display: block;
	position: absolute;
	top: 3px;
	right: 13px;
	width: 20px;
	height: 16px;
	background: url(../../../themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -251px -22px
}

.et_right_quote {
	width: 100%
}

.quote-center {
	padding-left: 30px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center
}

.quote-center .et_right_quote {
	width: 95%;
	padding-right: 30px
}

.et-tabs-container .et-tabs-control {
	padding: 0
}

.tabs-left .et-tabs-control {
	padding-left: 0
}

.author-info h1,
.author-info h2,
.author-info h3,
.author-info h4,
.author-info h5,
.author-info h6 {
	color: #201f1f !important;
	text-shadow: none !important
}

.et-tabs-container .et-tabs-control li a,
.tabs-left .et-tabs-control li a {
	text-decoration: none !important
}

a.big-button,
a.icon-button,
a.small-button {
	cursor: pointer
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " "
}

* html .clearfix {
	zoom: 1
}

.et_column_last {
	clear: right;
	margin-right: 0 !important
}

.clear {
	clear: both
}

.mfp-wrap .mfp-container button:hover {
	background: 0 0 !important
}

.mfp-wrap .mfp-arrow:active {
	position: absolute;
	top: 50%
}

.mfp-wrap .mfp-close:active {
	position: absolute;
	top: -10px
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	font-family: ETmodules;
	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
}

.mfp-fade.mfp-bg {
	opacity: .001;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: .001;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-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: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-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-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-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: 1044
}

.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-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-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;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	opacity: .55;
	margin: 0;
	top: 50%;
	margin-top: -32px;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow-left {
	left: 10px
}

.mfp-arrow-right {
	right: 10px
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-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;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border: none;
	font-size: 64px;
	color: #fff
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
	display: none
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	content: "\34"
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	content: "\35"
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	font-size: 64px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 200;
	top: -10px;
	opacity: .2
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
	opacity: 1
}

.mfp-arrow {
	background: 0 0 !important;
	margin-top: -32px !important;
	width: 48px !important;
	height: 48px !important;
	line-height: 1em !important
}

.mfp-arrow:after {
	margin: 0 !important;
	top: 0 !important;
	border: none !important;
	width: 48px !important;
	height: 48px !important
}

.mfp-arrow-left {
	left: 0 !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: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	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: -36px;
	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%
	}

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

body.et_left_sidebar .pricing-table,
body.et_right_sidebar .pricing-table {
	width: 50%
}

@media all and (max-width:959px) {

	body.et_left_sidebar .one_fourth,
	body.et_left_sidebar .one_half,
	body.et_left_sidebar .one_third,
	body.et_left_sidebar .three_fourth,
	body.et_left_sidebar .two_third,
	body.et_right_sidebar .one_fourth,
	body.et_right_sidebar .one_half,
	body.et_right_sidebar .one_third,
	body.et_right_sidebar .three_fourth,
	body.et_right_sidebar .two_third {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10px
	}

	body.et_left_sidebar .et-protected,
	body.et_left_sidebar .et-testimonial-box,
	body.et_right_sidebar .et-protected,
	body.et_right_sidebar .et-testimonial-box {
		width: auto !important
	}

	body.et_left_sidebar .et-protected-form,
	body.et_right_sidebar .et-protected-form {
		padding: 15px !important
	}
}

@media all and (min-width:768px) and (max-width:959px) {
	body.et_full_width_page .pricing-table {
		width: 50%
	}
}

@media all and (max-width:767px) {
	.et_left_tabs_bg {
		width: 50px
	}

	.et-tabs-container .et-tabs-control,
	.tabs-left .et-tabs-control {
		display: none
	}

	.tabs-left ul.et_shortcodes_mobile_nav {
		display: block;
		width: 51px
	}

	.tabs-left ul.et_shortcodes_mobile_nav a {
		display: block;
		height: 49px;
		width: 100%
	}

	.tabs-left .et-tabs-content {
		margin-left: 75px
	}

	.et-tabs-container ul.et_shortcodes_mobile_nav {
		display: block
	}

	.et-tabs-container ul.et_shortcodes_mobile_nav li {
		width: 50%
	}

	.et-pricing {
		margin-top: 0
	}

	body.et_full_width_page .pricing-table,
	body.et_left_sidebar .pricing-table,
	body.et_right_sidebar .pricing-table {
		width: 100%;
		margin-bottom: 35px
	}

	.pricing-big {
		top: 0
	}

	body.et_full_width_page .one_fourth,
	body.et_full_width_page .one_half,
	body.et_full_width_page .one_third,
	body.et_full_width_page .three_fourth,
	body.et_full_width_page .two_third {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10px
	}

	body.et_full_width_page .et-protected,
	body.et_full_width_page .et-testimonial-box {
		width: auto !important
	}

	body.et_full_width_page .et-protected-form {
		padding: 15px !important
	}

	body.et_left_sidebar .author-shortcodes .author-inner,
	body.et_right_sidebar .author-shortcodes .author-inner {
		padding: 27px 27px 17px
	}

	body.et_left_sidebar .author-shortcodes .author-image,
	body.et_right_sidebar .author-shortcodes .author-image {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px
	}

	body.et_left_sidebar .quote-center .et_quote_additional_sign,
	body.et_right_sidebar .quote-center .et_quote_additional_sign {
		right: -13px
	}

	body.et_left_sidebar .et_shortcodes_controls,
	body.et_right_sidebar .et_shortcodes_controls {
		display: none
	}

	body.et_left_sidebar .et_shortcodes_controls_arrows a,
	body.et_right_sidebar .et_shortcodes_controls_arrows a {
		text-indent: -9999px
	}
}

@media all and (max-width:479px) {
	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev {
		padding-left: 26px
	}

	.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
		left: 10px
	}

	.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
		padding-right: 26px
	}

	.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
		right: 10px
	}

	body.et_full_width_page .author-shortcodes .author-inner {
		padding: 27px 27px 17px
	}

	body.et_full_width_page .author-shortcodes .author-image {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px
	}

	body.et_full_width_page .quote-center .et_quote_additional_sign {
		right: -13px
	}

	body.et_full_width_page .et_shortcodes_controls {
		display: none
	}

	body.et_full_width_page .et_shortcodes_controls_arrows a {
		text-indent: -9999px
	}

	.et-box:before,
	.et-testimonial:before {
		display: none
	}

	.et-box-content {
		padding: 27px 27px 17px 27px
	}

	.et-testimonial {
		padding: 25px
	}
}

.dvppl-cf7 .wpcf7 form {
	position: relative
}

.dvppl-cf7 .wpcf7 form>div,
.dvppl-cf7 .wpcf7 form>p {
	margin-bottom: 2em
}

.dvppl-cf7 .wpcf7 .dvppl-cf7 .wpcf7-control-wrap {
	width: 100%;
	display: block
}

.dvppl-cf7 .wpcf7 input:not([type=submit]):focus,
.dvppl-cf7 .wpcf7 select:focus,
.dvppl-cf7 .wpcf7 textarea:focus {
	border-color: #eaeaea;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.dvppl-cf7 .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.dvppl-cf7 .wpcf7 select,
.dvppl-cf7 .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	padding: .75em
}

.dvppl-cf7 .wpcf7 input[type=file] {
	color: #666;
	height: auto;
	border: 1px solid #eaeaea;
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7 input[type=checkbox],
.dvppl-cf7.dvppl-cf7-cr .wpcf7 input[type=radio] {
	display: inline-block;
	position: relative;
	visibility: hidden;
	clear: none;
	cursor: pointer;
	line-height: 0;
	height: 1.2em;
	margin: -3px 4px 0 0;
	outline: 0;
	padding: 0;
	border-radius: .2em;
	text-align: center;
	vertical-align: middle;
	width: 1.4em;
	min-width: 1.4em;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.dvppl-cf7 input[type=range] {
	background: 0 0 !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]+span:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox],
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox],
.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio] {
	display: none
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]:not(:checked)+span:before {
	background-color: #fff
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]+span:before {
	border: 1px solid #d1d8de;
	width: 14px;
	height: 14px
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]:checked+span:before {
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]+span:before {
	border-radius: 100%;
	background-color: #d1d8de
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-radio input[type=radio]+span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center
}

.dvppl-cf7.dvppl-cf7-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.dvppl-cf7.dvppl-cf7-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before {
	content: "\2714";
	line-height: 1.2
}

.dvppl-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.dvppl-cf7-button-justify input.wpcf7-form-control.wpcf7-submit,
.dvppl-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.dvppl-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	width: auto
}

.dvppl-cf7 .wpcf7 input[type=submit] {
	font-size: 14px;
	letter-spacing: .6px;
	width: auto;
	font-size: 16px;
	padding: 10px 22px;
	border-radius: 3px;
	border-style: solid;
	border-color: #2ea3f2;
	color: #fff;
	background-color: #2ea3f2;
	-webkit-appearance: button;
	cursor: pointer
}

.dvppl-cf7 .wpcf7 div.wpcf7-response-output {
	margin: 0
}

@media only screen and (min-width:769px) {
	.dvppl-cf7-col {
		display: -ms-flexbox;
		display: flex
	}

	.dvppl-cf7-col>p,
	.dvppl-cf7-col>span,
	.dvppl-cf7-col label {
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 10px
	}
}

@font-face {
	font-display: swap;
	font-family: TablePress;
	src: url(../../../plugins/tablepress/css/tablepress.eot);
	src: url(../../../plugins/tablepress/css/tablepress.eot@) format('embedded-opentype'), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'), url(../../../plugins/tablepress/css/tablepress.ttf) format('truetype'), url(../../../plugins/tablepress/css/tablepress.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

.tablepress-table-description {
	clear: both;
	display: block
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none
}

.tablepress td,
.tablepress th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none !important
}

.tablepress tbody td {
	vertical-align: top
}

.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
	border-top: 0
}

.tablepress thead th {
	border-bottom: 1px solid #ddd
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #d9edf7;
	font-weight: 700;
	vertical-align: middle
}

.tablepress .odd td {
	background-color: #f9f9f9
}

.tablepress .even td {
	background-color: #fff
}

.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3
}

.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none
}

.dataTables_wrapper {
	clear: both;
	margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
	clear: both;
	margin: 0 !important
}

.dataTables_length {
	float: left;
	white-space: nowrap
}

.dataTables_filter {
	float: right;
	white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: .5em
}

.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0
}

.dataTables_paginate {
	float: right;
	margin: 4px 0 0
}

.dataTables_paginate a {
	color: #111 !important;
	display: inline-block;
	outline: 0;
	position: relative;
	text-decoration: underline;
	margin: 0 5px
}

.dataTables_paginate a:first-child {
	margin-left: 0
}

.dataTables_paginate a:last-child {
	margin-right: 0
}

.paginate_button:hover {
	cursor: pointer;
	text-decoration: none
}

.paginate_button.disabled {
	color: #999 !important;
	text-decoration: none;
	cursor: default
}

.paginate_button.current {
	font-weight: 700;
	text-decoration: none;
	cursor: default
}

.dataTables_paginate.paging_simple {
	padding: 0 15px
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
	text-align: left;
	font-family: TablePress;
	font-size: 14px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	text-shadow: .1em .1em #666;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -14px;
	margin: auto;
	height: 14px;
	width: 14px;
	line-height: 1
}

.paging_simple .paginate_button.next:after {
	text-align: right;
	content: "\f054";
	left: auto
}

.paginate_button:after,
.paginate_button:before {
	color: #d9edf7
}

.paginate_button:hover:after,
.paginate_button:hover:before {
	color: #049cdb
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
	color: #f9f9f9
}

.dataTables_processing {
	display: none
}

.dataTables_scroll {
	clear: both
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
	outline: 0
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
	font-family: TablePress;
	font-weight: 400;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 6px;
	margin: auto;
	height: 14px;
	line-height: 1
}

.tablepress .sorting:after {
	content: "\f0dc"
}

.tablepress .sorting_asc:after {
	content: "\f0d8";
	padding: 0 0 2px
}

.tablepress .sorting_desc:after {
	content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
	content: ""
}

.dataTables_wrapper:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto
}

html.lity-active {
	overflow: hidden
}

div.wpgdprc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 14px
}

div.wpgdprc *,
div.wpgdprc :after,
div.wpgdprc :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

div.wpgdprc a,
div.wpgdprc a:focus,
div.wpgdprc a:hover {
	text-decoration: underline;
	color: inherit
}

div.wpgdprc p {
	font: inherit;
	color: inherit
}

div.wpgdprc button {
	cursor: pointer
}

div.wpgdprc .wpgdprc-button {
	display: inline-block;
	padding: 10px;
	border: 1px solid #dbd6d6;
	font-weight: 700
}

div.wpgdprc .wpgdprc-button {
	background: #fff;
	border-color: #fff;
	text-decoration: none;
	color: #000
}

div.wpgdprc .wpgdprc-button:focus,
div.wpgdprc .wpgdprc-button:hover {
	background: #000 !important;
	border-color: #fff !important;
	color: #fff !important
}

div.wpgdprc .wpgdprc-button.wpgdprc-button--active {
	background: #dbd6d6
}

div.wpgdprc .wpgdprc-button.wpgdprc-button--active:focus,
div.wpgdprc .wpgdprc-button.wpgdprc-button--active:hover {
	color: #000
}

div.wpgdprc .wpgdprc-button--secondary,
div.wpgdprc .wpgdprc-button--secondary:focus,
div.wpgdprc .wpgdprc-button--secondary:hover {
	background: #000;
	border-color: #000;
	color: #fff
}

div.wpgdprc div.wpgdprc-message {
	padding: 10px;
	border: 1px solid transparent
}

div.wpgdprc div.wpgdprc-message p:first-child {
	margin-top: 0
}

div.wpgdprc div.wpgdprc-message p:last-child {
	margin-bottom: 0
}

div.wpgdprc div.wpgdprc-message--notice {
	background: #fff3d9;
	border-color: #e7d996
}

div.wpgdprc div.wpgdprc-message--error {
	background: #f7e4e1;
	border-color: #cc4b37;
	color: #cc4b37
}

div.wpgdprc div.wpgdprc-message--success {
	background: #e1faea;
	border-color: #5b9c73;
	color: #5b9c73
}

div.wpgdprc .wpgdprc-status--processing,
div.wpgdprc .wpgdprc-status--removed {
	pointer-events: none
}

div.wpgdprc .wpgdprc-status--processing {
	opacity: .5
}

div.wpgdprc .wpgdprc-status--removed {
	opacity: .2;
	text-decoration: line-through
}

div.wpgdprc .wpgdprc-status--error {
	background-color: #f7e4e1;
	border-color: #cc4b37;
	color: #cc4b37
}

div.wpgdprc .wpgdprc-checkbox {
	position: relative
}

div.wpgdprc .wpgdprc-checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute
}

div.wpgdprc .wpgdprc-checkbox input[type=checkbox]:checked~.wpgdprc-switch .wpgdprc-switch-label .wpgdprc-switch-inner {
	margin-left: 0
}

div.wpgdprc .wpgdprc-checkbox input[type=checkbox]:checked~.wpgdprc-switch .wpgdprc-switch-label .wpgdprc-switch-switch {
	right: 4px;
	margin-right: 0
}

div.wpgdprc .wpgdprc-checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	user-select: none;
	z-index: 1;
	font-weight: 700;
	cursor: pointer;
	color: #000
}

div.wpgdprc .wpgdprc-switch {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
	min-width: 65px
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-label {
	display: block;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	border: #000 solid 3px
}

div.wpgdprc .wpgdprc-checkbox input[type=checkbox]:focus~.wpgdprc-switch .wpgdprc-switch-label {
	border-color: #dbd6d6
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner {
	display: block;
	margin-left: -100%;
	width: 200%;
	transition: all .15s ease-in-out
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after,
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before {
	float: left;
	width: 50%;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	content: ''
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before {
	padding: 0 10px;
	background-color: #4aa94f
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after {
	padding-right: 10px;
	background-color: #0a0a0a;
	text-align: right
}

div.wpgdprc .wpgdprc-switch--reverse .wpgdprc-switch-inner:before {
	background-color: #ffae00
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-switch {
	position: absolute;
	top: 4px;
	right: 100%;
	bottom: 0;
	margin: 0 -32px 0 0;
	width: 28px;
	height: 28px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	transition: all .15s ease-in-out
}

div.wpgdprc-consent-bar {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px 0;
	background: #000;
	text-align: center;
	z-index: 999;
	animation: wpgdprcFadeIn .3s cubic-bezier(0, 0, .2, 1)
}

div.wpgdprc-consent-bar *,
div.wpgdprc-consent-bar :after,
div.wpgdprc-consent-bar :before {
	margin: 0;
	font: inherit;
	color: inherit
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__container {
	display: inline-block;
	vertical-align: top;
	position: relative
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
	padding: 0 10px
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: left;
	color: #fff
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__notice {
	max-width: 600px
}

div.wpgdprc-consent-bar .wpgdprc-consent-bar__button {
	padding: 5px 10px
}

div.wpgdprc-consent-modal {
	display: none
}

div.wpgdprc-consent-modal.is-open {
	display: block !important
}

div.wpgdprc-consent-modal[aria-hidden=false] div.wpgdprc-consent-modal__overlay {
	animation: wpgdprcFadeIn .3s cubic-bezier(0, 0, .2, 1)
}

div.wpgdprc-consent-modal[aria-hidden=true] div.wpgdprc-consent-modal__overlay {
	animation: wpgdprcFadeOut .3s cubic-bezier(0, 0, .2, 1)
}

div.wpgdprc-consent-modal .wpgdprc-consent-modal__title {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 700;
	color: #000
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__description {
	color: #8a8a8a
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__overlay {
	will-change: transform;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, .6);
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999999
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
	position: relative;
	width: 80%;
	width: 80vw;
	height: 80%;
	height: 80vh;
	max-width: 800px;
	background: #fff;
	border-top: 10px solid #dbd6d6;
	overflow-y: auto
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 21px;
	line-height: 40px
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close {
	background: #fff;
	border: none;
	color: inherit
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:focus,
div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover {
	background-color: #000;
	color: #fff
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information,
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
	position: relative;
	padding: 30px
}

div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
	border-bottom: 1px solid #dbd6d6
}

div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation>a {
	display: block;
	margin-top: 10px
}

div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation>a:first-child {
	margin-top: 0
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
	padding-bottom: 110px
}

div.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	height: 80px;
	border-top: 1px solid #dbd6d6;
	background-color: #dbd6d6
}

@media only screen and (min-width:768px) {

	div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information,
	div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
		float: left;
		min-height: 100%
	}

	div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
		width: 40%;
		border-right: 1px solid #dbd6d6;
		border-bottom: none
	}

	div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
		width: 60%
	}
}

abbr.wpgdprc-required+abbr.required {
	display: none !important
}

@keyframes wpgdprcFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes wpgdprcFadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
	font-size: 15px
}

.et_pb_slide_content,
.et_pb_best_value {
	font-size: 17px
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: #8b0000 !important
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.et_pb_member_social_links a:hover,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
	color: #8b0000
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.et_pb_contact p input[type="checkbox"]:checked+label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #8b0000
}

.footer-widget h4 {
	color: #8b0000
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
	border-color: #8b0000
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked+label i:before {
	background-color: #8b0000
}

a {
	color: #8b0000
}

#top-header,
#et-secondary-nav li ul {
	background-color: #8b0000
}

#top-menu li a {
	font-size: 22px
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
	font-size: 22px !important
}

#top-menu li a,
.et_search_form_container input {
	letter-spacing: 2px
}

.et_search_form_container input::-moz-placeholder {
	letter-spacing: 2px
}

.et_search_form_container input::-webkit-input-placeholder {
	letter-spacing: 2px
}

.et_search_form_container input:-ms-input-placeholder {
	letter-spacing: 2px
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.et_color_scheme_red #top-menu li.current-menu-ancestor>a,
.et_color_scheme_red #top-menu li.current-menu-item>a,
.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,
.et_color_scheme_pink #top-menu li.current-menu-item>a,
.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,
.et_color_scheme_orange #top-menu li.current-menu-item>a,
.et_color_scheme_green #top-menu li.current-menu-ancestor>a,
.et_color_scheme_green #top-menu li.current-menu-item>a {
	color: #8b0000
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
	color: #fff
}

.footer-widget {
	color: #fff
}

#main-footer .footer-widget h4 {
	color: #8b0000
}

.footer-widget li:before {
	border-color: #8b0000
}

#footer-widgets .footer-widget li:before {
	top: 9.75px
}

#footer-bottom {
	background-color: #8b0000
}

#footer-info,
#footer-info a {
	color: #fff
}

#footer-bottom .et-social-icon a {
	color: #fff
}

.et_slide_in_menu_container,
.et_slide_in_menu_container .et-search-field {
	letter-spacing: px
}

.et_slide_in_menu_container .et-search-field::-moz-placeholder {
	letter-spacing: px
}

.et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
	letter-spacing: px
}

.et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
	letter-spacing: px
}

@media only screen and (min-width:981px) {

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		padding: 70px 0 0 0
	}

	.et_header_style_left #et-top-navigation nav>ul>li>a,
	.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom: 70px
	}

	.et_header_style_split .centered-inline-logo-wrap {
		width: 140px;
		margin: -140px 0
	}

	.et_header_style_split .centered-inline-logo-wrap #logo {
		max-height: 140px
	}

	.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
		height: 140px
	}

	.et_header_style_centered #top-menu>li>a {
		padding-bottom: 25px
	}

	.et_header_style_slide #et-top-navigation,
	.et_header_style_fullscreen #et-top-navigation {
		padding: 61px 0 61px 0 !important
	}

	.et_header_style_centered #main-header .logo_container {
		height: 140px
	}

	.et_header_style_centered #logo {
		max-height: 90%
	}

	.et_pb_svg_logo.et_header_style_centered #logo {
		height: 90%
	}

	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 25.2px
	}

	.et-fixed-header#top-header,
	.et-fixed-header#top-header #et-secondary-nav li ul {
		background-color: #8b0000
	}

	.et-fixed-header #top-menu li a {
		font-size: 15px
	}

	.et-fixed-header #top-menu li.current-menu-ancestor>a,
	.et-fixed-header #top-menu li.current-menu-item>a {
		color: #8b0000 !important
	}
}

@media only screen and (min-width:1350px) {
	.et_pb_row {
		padding: 27px 0
	}

	.et_pb_section {
		padding: 54px 0
	}

	.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
		padding-top: 81px
	}

	.et_pb_fullwidth_section {
		padding: 0
	}
}

#main-header,
#et-top-navigation {
	font-family: 'Amatic SC', handwriting
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #8b0000;
	color: #fff
}

.et_post_meta_wrapper {
	text-align: center;
	background: darkred
}

.entry-title {
	color: #fff;
	padding: 20px
}

.et_post_meta_wrapper img {
	display: none
}

.et_header_style_centered #top-menu>li>a:hover {
	color: darkred
}

#et-info-email:hover,
#et-secondary-menu>ul>li>a:hover,
#top-menu-nav>ul>li>a:hover,
.et-social-icons a:hover {
	opacity: 1
}

.dvppl-cf7 .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.dvppl-cf7 .wpcf7 select,
.dvppl-cf7 .wpcf7 textarea {
	border: none
}

.column.one-second-left {
	float: left;
	width: 48%;
	margin-bottom: 30px;
	margin-right: 2%
}

.column.one-second-right {
	float: left;
	width: 50%;
	margin-bottom: 30px
}

.row {
	width: 100%
}

@media only screen and (max-width:980px) {
	.et_header_style_centered .et_menu_container .mobile_menu_bar {
		top: -200%
	}
}

@media only screen and (max-width:600px) {
	.column.one-second-left {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		margin-right: 2%
	}

	.column.one-second-right {
		float: left;
		width: 100%;
		margin-bottom: 30px
	}
}

.bot {
	display: none
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0
}

.grecaptcha-badge {
	opacity: 0 !important
}

#cookie-law-info-bar {
	background: rgba(0, 0, 0, .75) !important;
	color: #fff !important
}

@media (max-width:980px) {

	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: fixed
	}
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 83vh
}

#top-menu .current-menu-item a.mPS2id-highlight {
	border-bottom: 1px solid #8b0000;
	padding-top: 15px
}

.mobile_nav .select_page {
	display: none !important
}

.mobile_nav {
	background-color: rgba(0, 0, 0, 0) !important;
	margin-top: -60px;
	margin-bottom: 40px
}

.et_mobile_menu {
	top: 80px !important
}

#main-footer {
	background-color: #fff
}

.contact-website {
	display: none
}

.et_pb_slide_5 {
	background-color: #8b0000
}

.et_pb_slide_0 {
	background-color: #8b0000
}

.et_pb_slide_1 {
	background-color: #8b0000
}

.et_pb_slide_2 {
	background-color: #8b0000
}

.et_pb_slide_3 {
	background-color: #8b0000
}

.et_pb_slide_4 {
	background-color: #8b0000
}

.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
	color: #8b0000 !important
}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
	text-shadow: 0em .08em 0em #8b0000
}

.et_pb_fullwidth_slider_0 .et_pb_slide_description,
.et_pb_slider_fullwidth_off.et_pb_fullwidth_slider_0 .et_pb_slide_description {
	padding-top: 250px;
	padding-bottom: 250px
}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button_wrapper {
	text-align: center
}

.et_pb_image_8 {
	text-align: center
}

.et_pb_image_1 {
	text-align: center
}

body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
	color: #8b0000 !important;
	background-color: #fff
}

.et_pb_section_1 {
	border-top-color: #8b0000;
	border-bottom-color: rgba(139, 0, 0, .24)
}

.et_pb_section_1.et_pb_section {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

.et_pb_row_0 {
	background-color: #fff
}

.et_pb_row_0,
body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
	width: 90%;
	max-width: 90%
}

.et_pb_blurb_7.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_7.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_6.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_6.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_1.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_1.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_0.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_0.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_3.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_3.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_4.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_4.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_5.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_5.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_2.et_pb_blurb .et_pb_module_header,
.et_pb_blurb_2.et_pb_blurb .et_pb_module_header a {
	font-weight: 700;
	line-height: 1.4em
}

.et_pb_blurb_3 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_4 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_2 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_1 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_5 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_6 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_7 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_blurb_0 .et-pb-icon {
	font-size: 24px;
	color: #8b0000
}

.et_pb_button_0_wrapper .et_pb_button_0,
.et_pb_button_0_wrapper .et_pb_button_0:hover {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

body #page-container .et_pb_section .et_pb_button_0 {
	color: #ffffff !important;
	border-width: 10px !important;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	background-color: #8b0000
}

.et_pb_button_0,
.et_pb_button_0:after {
	transition: all 300ms ease 0ms
}

.et_pb_row_9 {
	border-top-color: #8b0000
}

.et_pb_row_1 {
	border-top-color: #8b0000
}

.et_pb_row_9.et_pb_row {
	padding-top: 27px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

.et_pb_row_1.et_pb_row {
	padding-top: 27px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}

.et_pb_text_3 p {
	line-height: 2em
}

.et_pb_text_1 p {
	line-height: 2em
}

.et_pb_text_5 p {
	line-height: 2em
}

.et_pb_text_0 p {
	line-height: 2em
}

.et_pb_text_2 p {
	line-height: 2em
}

.et_pb_text_7 p {
	line-height: 2em
}

.et_pb_text_6 p {
	line-height: 2em
}

.et_pb_text_4 p {
	line-height: 2em
}

.et_pb_text_0 {
	font-size: 16px;
	line-height: 2em;
	border-top-width: 2px;
	border-top-color: #8b0000;
	max-width: 700px
}

.et_pb_text_6 h1 {
	font-family: 'Amatic SC', handwriting
}

.et_pb_text_0 h1 {
	font-family: 'Amatic SC', handwriting
}

.et_pb_text_0 h2 {
	font-family: 'Amatic SC', handwriting;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.4em
}

.et_pb_text_6 h2 {
	font-family: 'Amatic SC', handwriting;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.4em
}

.et_pb_text_6 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #8b0000 !important;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_text_4 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #8b0000 !important;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_text_2 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #8b0000 !important;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_text_0 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #8b0000 !important;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_text_7 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #8b0000 !important;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_row_2.et_pb_row {
	padding-top: 27px !important;
	padding-right: 0px !important;
	padding-bottom: 27px !important;
	padding-left: 0px !important;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 27px;
	padding-left: 0
}

.et_pb_text_1 {
	font-size: 16px;
	line-height: 2em;
	max-width: 700px
}

.et_pb_text_1 h2 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.4em
}

.et_pb_text_1 h6 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 1.8em
}

.et_pb_image_0 {
	background-size: contain;
	background-image: url(../../../uploads/2020/09/Side-La-Villa-Minini.jpg);
	padding-top: 300px;
	padding-bottom: 300px;
	text-align: left;
	margin-left: 0
}

.et_pb_image_0:hover {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: normal;
	background-image: url(../../../uploads/2019/11/La-Villa-Side.jpg);
	background-color: transparent
}

.et_pb_image_11 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_12 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_10 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_9 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_5 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_2 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_7 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_6 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_4 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_3 {
	text-align: left;
	margin-left: 0
}

.et_pb_image_4 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_image_7 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_image_6 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_image_5 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_image_3 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_image_2 .et_overlay:before {
	color: #b2b9c4 !important
}

.et_pb_section_3.et_pb_section {
	padding-top: 0;
	background-color: #f7e8e8 !important
}

.et_pb_section_4.et_pb_section {
	padding-top: 0;
	background-color: #f7e8e8 !important
}

.et_pb_row_7 {
	border-top-color: rgba(139, 0, 0, .24);
	border-bottom-color: rgba(139, 0, 0, .24)
}

.et_pb_row_8 {
	border-top-color: rgba(139, 0, 0, .24);
	border-bottom-color: rgba(139, 0, 0, .24)
}

.et_pb_row_8.et_pb_row {
	padding-top: 50px !important;
	margin-bottom: 0px !important;
	padding-top: 50px
}

.et_pb_row_7.et_pb_row {
	padding-top: 50px !important;
	margin-bottom: 0px !important;
	padding-top: 50px
}

.et_pb_row_7,
body #page-container .et-db #et-boc .et-l .et_pb_row_7.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_7.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_7.et_pb_row {
	width: 100%;
	max-width: 100%
}

.et_pb_row_8,
body #page-container .et-db #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_8.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_8.et_pb_row {
	width: 100%;
	max-width: 100%
}

.et_pb_video_0 .et_pb_video_overlay_hover:hover {
	background-color: rgba(0, 0, 0, .6)
}

.et_pb_video_1 .et_pb_video_overlay_hover:hover {
	background-color: rgba(0, 0, 0, .6)
}

.et_pb_text_4 {
	font-size: 16px;
	line-height: 2em;
	border-top-width: 2px;
	border-top-color: #8b0000;
	margin-bottom: 49px !important;
	max-width: 512px
}

.et_pb_text_2 {
	font-size: 16px;
	line-height: 2em;
	border-top-width: 2px;
	border-top-color: #8b0000;
	margin-bottom: 49px !important;
	max-width: 512px
}

.et_pb_text_7 h2 {
	font-family: 'Amatic SC', handwriting;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2em
}

.et_pb_text_4 h2 {
	font-family: 'Amatic SC', handwriting;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2em
}

.et_pb_text_2 h2 {
	font-family: 'Amatic SC', handwriting;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2em
}

.et_pb_text_3 {
	font-size: 16px;
	line-height: 2em
}

.et_pb_text_5 {
	font-size: 16px;
	line-height: 2em
}

.et_pb_text_3 ul li {
	line-height: 2em;
	line-height: 2em
}

.et_pb_text_5 ul li {
	line-height: 2em;
	line-height: 2em
}

.et_pb_text_3 h3 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4em
}

.et_pb_text_5 h3 {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4em
}

.et_pb_text_6 {
	font-size: 16px;
	line-height: 2em;
	border-top-width: 2px;
	border-top-color: #8b0000
}

.et_pb_video_2 .et_pb_video_overlay_hover:hover {
	background-color: rgba(0, 0, 0, .6)
}

div.et_pb_section.et_pb_section_6 {
	background-image: linear-gradient(180deg, rgba(106, 125, 140, .5) 0%, rgba(139, 0, 0, .15) 100%), url(../../../uploads/2019/11/BG-Wedding.jpg) !important
}

.et_pb_section_6.et_pb_section {
	padding-top: 8vw;
	padding-right: 0;
	padding-bottom: 280px;
	padding-left: 0
}

.et_pb_section_7.et_pb_section {
	margin-top: -160px;
	background-color: #ffffff !important
}

.et_pb_section_9.et_pb_section {
	margin-top: 0px;
	background-color: #ffffff !important
}

.et_pb_row_11.et_pb_row {
	margin-top: 50px !important
}

.et_pb_text_7 {
	font-size: 16px;
	line-height: 2em;
	margin-right: 273px !important;
	margin-left: 273px !important;
	max-width: 512px
}

.et_pb_blog_0 .et_pb_post .entry-title a,
.et_pb_blog_0 .not-found-title {
	color: #ffffff !important
}

.et_pb_blog_0 .et_pb_post,
.et_pb_blog_0 .et_pb_post .post-content * {
	color: #000000 !important
}

.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
	border-color: #fff;
	background-color: #8b0000
}

.et_pb_fullwidth_map_0 {
	padding-top: 0
}

.et_pb_section_9 {
	border-color: #fff;
	border-left-width: 10vw
}

.et_pb_row_14 {
	border-top-width: 0px;
	height:200px;
}

.dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input:not([type=submit]),
.dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input::placeholder,
.dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 select,
.dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 textarea,
.dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 textarea::placeholder {
	font-size: 16px !important;
	color: #2b2b2b !important
}

body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit] {
	color: #ffffff !important;
	border-color: #8b0000;
	font-size: 20px;
	background-color: #8b0000
}

body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:hover {
	padding-right: 2em;
	padding-left: .7em
}

body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:hover:after {
	margin-left: .3em;
	left: auto;
	margin-left: .3em;
	opacity: 1
}

body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:after {
	color: #fff;
	line-height: inherit;
	font-size: inherit !important;
	opacity: 0;
	margin-left: -1em;
	left: auto;
	display: inline-block
}

.dvppl_cf7_styler_0 .dvppl-cf7 input:not([type=submit]),
.dvppl_cf7_styler_0 .dvppl-cf7 select,
.dvppl_cf7_styler_0 .dvppl-cf7 textarea,
.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7-checkbox input[type="checkbox"]+span:before,
.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7-acceptance input[type="checkbox"]+span:before,
.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7-radio input[type="radio"]:not(:checked)+span:before {
	background-color: rgba(155, 155, 155, .36)
}

.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7 input:not([type=submit]):focus,
.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7 select:focus,
.dvppl_cf7_styler_0 .dvppl-cf7 .wpcf7 textarea:focus {
	border-color: #8b0000
}

.dvppl_cf7_styler_0 span.wpcf7-not-valid-tip {
	padding: 0;
	margin-top: 0
}

.et_pb_slider .et_pb_slide_0 {
	background-image: url(../../../uploads/2020/09/Villa-Minini-Slide-1-2020.jpg);
	background-color: #8b0000
}

.et_pb_slider .et_pb_slide_1 {
	background-image: url(../../../uploads/2020/09/Villa-Minini-Slide-2-2020.jpg);
	background-color: #8b0000
}

.et_pb_slider .et_pb_slide_2 {
	background-image: url(../../../uploads/2020/10/Slider-Collage.jpg);
	background-color: #8b0000
}

.et_pb_slider .et_pb_slide_3 {
	background-image: url(../../../uploads/2020/09/Villa-Minini-Slide-3-2020.jpg);
	background-color: #8b0000
}

.et_pb_slider .et_pb_slide_4 {
	background-image: url(../../../uploads/2020/09/Villa-Esterno.jpg);
	background-color: #8b0000
}

.et_pb_slider .et_pb_slide_5.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	font-family: 'Amatic SC', handwriting !important;
	font-weight: 700 !important;
	font-size: 47px !important;
	color: #ffffff !important;
	text-align: center !important;
	text-shadow: 0em .08em 0em #8b0000 !important
}

.et_pb_slider.et_pb_module .et_pb_slide_5.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	font-size: 21px !important;
	color: #e09900 !important
}

.et_pb_slider .et_pb_slide_5 {
	background-image: url(../../../uploads/2020/01/Villa-Minini-Slide-Luftaufnahme.jpg);
	background-color: #8b0000
}

.et_pb_slides .et_pb_slide_5.et_pb_slide .et_pb_slide_description {
	text-align: center
}

.et_pb_column_2 {
	padding-top: 74px
}

.et_pb_column_1 {
	padding-top: 74px
}

.et_pb_column_0 {
	padding-top: 74px
}

.et_pb_column_3 {
	background-color: #8b0000
}

.et_pb_column_17 {
	padding-top: 50px;
	padding-right: 10%;
	padding-bottom: 50px
}

.et_pb_column_18 {
	padding-top: 50px;
	padding-right: 10%;
	padding-bottom: 50px
}

.et_pb_row_0.et_pb_row {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 15vw !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: auto !important;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15vw
}

.et_pb_text_0.et_pb_module {
	margin-left: auto !important;
	margin-right: auto !important
}

.et_pb_text_1.et_pb_module {
	margin-left: auto !important;
	margin-right: auto !important
}

.et_pb_section_7 {
	border-color: #fff;
	border-right-width: 10vw;
	margin-left: auto !important;
	margin-right: 0px !important
}

@media only screen and (min-width:981px) {
	.et_pb_section_4 {
		display: none !important
	}

	.et_pb_section_7 {
		max-width: 90%
	}

	.et_pb_section_9 {
		max-width: 90%
	}
}

@media only screen and (max-width:980px) {
	body #page-container .et_pb_section .et_pb_button_0:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .et_pb_section .et_pb_button_0:hover:after {
		opacity: 1
	}

	body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover:after {
		opacity: 1
	}

	.et_pb_section_1 {
		border-top-color: #8b0000;
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_row_0.et_pb_row {
		padding-left: 10vw !important;
		padding-left: 10vw !important
	}

	.et_pb_row_1 {
		border-top-color: #8b0000
	}

	.et_pb_row_9 {
		border-top-color: #8b0000
	}

	.et_pb_text_6 h2 {
		font-size: 35px
	}

	.et_pb_text_3 h3 {
		font-size: 35px
	}

	.et_pb_text_4 h2 {
		font-size: 35px
	}

	.et_pb_text_5 h3 {
		font-size: 35px
	}

	.et_pb_text_1 h2 {
		font-size: 35px
	}

	.et_pb_text_7 h2 {
		font-size: 35px
	}

	.et_pb_text_0 h2 {
		font-size: 35px
	}

	.et_pb_text_2 h2 {
		font-size: 35px
	}

	.et_pb_text_6 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_0 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_4 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_2 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_image_12 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_11 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_10 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_0 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_8 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_1 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_9 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_4 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_3 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_5 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_6 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_7 {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_row_8 {
		border-top-color: rgba(139, 0, 0, .24);
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_row_7 {
		border-top-color: rgba(139, 0, 0, .24);
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_section_7 {
		border-right-width: 10vw
	}

	.et_pb_text_7 {
		margin-right: 0px !important;
		margin-left: 0px !important
	}

	.et_pb_section_9 {
		border-left-width: 10vw
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:after {
		line-height: inherit;
		font-size: inherit !important;
		margin-left: -1em;
		left: auto;
		display: inline-block;
		opacity: 0;
		content: attr(data-icon);
		font-family: "ETmodules" !important
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:before {
		display: none
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:hover:after {
		margin-left: .3em;
		left: auto;
		margin-left: .3em;
		opacity: 1
	}

	.et_pb_column_1 {
		padding-top: 40px
	}

	.et_pb_column_2 {
		padding-top: 40px
	}

	.et_pb_column_18 {
		padding-top: 0;
		padding-right: 10%;
		padding-bottom: 0;
		padding-left: 10%
	}

	.et_pb_column_17 {
		padding-top: 0;
		padding-right: 10%;
		padding-bottom: 0;
		padding-left: 10%
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.et_pb_section_3 {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .et_pb_section .et_pb_button_0:after {
		display: inline-block;
		opacity: 0
	}

	body #page-container .et_pb_section .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover:after {
		opacity: 1
	}

	body #page-container .et_pb_section .et_pb_button_0:hover:after {
		opacity: 1
	}

	.et_pb_section_1 {
		border-top-color: #8b0000;
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_row_1 {
		border-top-color: #8b0000
	}

	.et_pb_row_9 {
		border-top-color: #8b0000
	}

	.et_pb_text_3 h3 {
		font-size: 25px
	}

	.et_pb_text_4 h2 {
		font-size: 25px
	}

	.et_pb_text_5 h3 {
		font-size: 25px
	}

	.et_pb_text_6 h2 {
		font-size: 25px
	}

	.et_pb_text_2 h2 {
		font-size: 25px
	}

	.et_pb_text_1 h2 {
		font-size: 25px
	}

	.et_pb_text_0 h2 {
		font-size: 25px
	}

	.et_pb_text_7 h2 {
		font-size: 25px
	}

	.et_pb_text_0 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_4 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_2 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_text_6 {
		border-top-width: 2px;
		border-top-color: #8b0000
	}

	.et_pb_image_12 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_11 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_9 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_10 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_5 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_0 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_1 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_3 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_4 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_2 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_6 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_7 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_image_8 {
		margin-left: auto;
		margin-right: auto
	}

	.et_pb_section_3 {
		display: none !important
	}

	.et_pb_row_8 {
		border-top-color: rgba(139, 0, 0, .24);
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_row_7 {
		border-top-color: rgba(139, 0, 0, .24);
		border-bottom-color: rgba(139, 0, 0, .24)
	}

	.et_pb_section_7 {
		border-right-width: 10vw;
		max-width: 97%
	}

	.et_pb_section_8.et_pb_section {
		margin-bottom: 100px
	}

	.et_pb_section_9 {
		border-left-width: 10vw;
		max-width: 97%
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:after {
		line-height: inherit;
		font-size: inherit !important;
		margin-left: -1em;
		left: auto;
		display: inline-block;
		opacity: 0;
		content: attr(data-icon);
		font-family: "ETmodules" !important
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:before {
		display: none
	}

	body #page-container .et_pb_section .dvppl_cf7_styler_0.dvppl_cf7_styler .dvppl-cf7 .wpcf7 input[type=submit]:hover:after {
		margin-left: .3em;
		left: auto;
		margin-left: .3em;
		opacity: 1
	}

	.et_pb_column_2 {
		padding-top: 20px
	}

	.et_pb_column_1 {
		padding-top: 20px
	}
}

.mejs-offscreen {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal
}

.mejs-container {
	background: #000;
	box-sizing: border-box;
	font-family: Helvetica, Arial, serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top
}

.mejs-container * {
	box-sizing: border-box
}

.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important
}

.mejs-fill-container,
.mejs-fill-container .mejs-container {
	height: 100%;
	width: 100%
}

.mejs-fill-container {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.mejs-container:focus {
	outline: none
}

.mejs-iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%
}

.mejs-embed,
.mejs-embed body {
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.mejs-fullscreen {
	overflow: hidden !important
}

.mejs-container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	height: 100% !important;
	width: 100% !important
}

.mejs-background {
	left: 0;
	position: absolute;
	top: 0
}

.mejs-mediaelement {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.mejs-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1
}

:root .mejs-poster-img {
	display: none
}

.mejs-poster-img {
	border: 0;
	padding: 0
}

.mejs-overlay {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0
}

.mejs-layer {
	z-index: 1
}

.mejs-overlay-play {
	cursor: pointer
}

.mejs-overlay-button {
	background: url(../../../../wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px
}

.mejs-overlay:hover>.mejs-overlay-button {
	background-position: -80px -39px
}

.mejs-overlay-loading {
	height: 80px;
	width: 80px
}

.mejs-overlay-loading-bg-img {
	-webkit-animation: mejs-loading-spinner 1s linear infinite;
	animation: mejs-loading-spinner 1s linear infinite;
	background: transparent url(../../../../wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
	display: block;
	height: 80px;
	width: 80px;
	z-index: 1
}

@-webkit-keyframes mejs-loading-spinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes mejs-loading-spinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.mejs-controls {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	z-index: 3
}

.mejs-controls:not([style*="display: none"]) {
	background: rgba(255, 0, 0, .7);
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
	background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
	font-size: 10px;
	height: 40px;
	line-height: 10px;
	margin: 0;
	width: 32px
}

.mejs-button>button {
	background: transparent url(../../../../wp-includes/js/mediaelement/mejs-controls.svg);
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 10px 6px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 20px
}

.mejs-button>button:focus {
	outline: 1px dotted #999
}

.mejs-container-keyboard-inactive [role=slider],
.mejs-container-keyboard-inactive [role=slider]:focus,
.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus {
	outline: 0
}

.mejs-time {
	box-sizing: content-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	overflow: hidden;
	padding: 16px 6px 0;
	text-align: center;
	width: auto
}

.mejs-play>button {
	background-position: 0 0
}

.mejs-pause>button {
	background-position: -20px 0
}

.mejs-replay>button {
	background-position: -160px 0
}

.mejs-time-rail {
	direction: ltr;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 40px;
	margin: 0 10px;
	padding-top: 10px;
	position: relative
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 10px;
	position: absolute
}

.mejs-time-total {
	background: hsla(0, 0%, 100%, .3);
	margin: 5px 0 0;
	width: 100%
}

.mejs-time-buffering {
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
	background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
	background-size: 15px 15px;
	width: 100%
}

@-webkit-keyframes buffering-stripes {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

@keyframes buffering-stripes {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 30px 0
	}
}

.mejs-time-loaded {
	background: hsla(0, 0%, 100%, .3)
}

.mejs-time-current,
.mejs-time-handle-content {
	background: hsla(0, 0%, 100%, .9)
}

.mejs-time-hovered {
	background: hsla(0, 0%, 100%, .5);
	z-index: 10
}

.mejs-time-hovered.negative {
	background: rgba(0, 0, 0, .2)
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	width: 100%
}

.mejs-time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.mejs-time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs-time-hovered.no-hover {
	-webkit-transform: scaleX(0) !important;
	-ms-transform: scaleX(0) !important;
	transform: scaleX(0) !important
}

.mejs-time-handle,
.mejs-time-handle-content {
	border: 4px solid transparent;
	cursor: pointer;
	left: 0;
	position: absolute;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 11
}

.mejs-time-handle-content {
	border: 4px solid hsla(0, 0%, 100%, .9);
	border-radius: 50%;
	height: 10px;
	left: -7px;
	top: -4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px
}

.mejs-time-rail .mejs-time-handle-content:active,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail:hover .mejs-time-handle-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mejs-time-float {
	background: #eee;
	border: 1px solid #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px
}

.mejs-time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px
}

.mejs-time-float-corner {
	border: 5px solid transparent;
	border-top-color: #eee;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0
}

.mejs-long-video .mejs-time-float {
	margin-left: -23px;
	width: 64px
}

.mejs-long-video .mejs-time-float-current {
	width: 60px
}

.mejs-broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%
}

.mejs-fullscreen-button>button {
	background-position: -80px 0
}

.mejs-unfullscreen>button {
	background-position: -100px 0
}

.mejs-mute>button {
	background-position: -60px 0
}

.mejs-unmute>button {
	background-position: -40px 0
}

.mejs-volume-button {
	position: relative
}

.mejs-volume-button>.mejs-volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 115px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	z-index: 1
}

.mejs-volume-button:hover {
	border-radius: 0 0 4px 4px
}

.mejs-volume-total {
	background: hsla(0, 0%, 100%, .5);
	height: 100px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px
}

.mejs-volume-current {
	background: hsla(0, 0%, 100%, .9);
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%
}

.mejs-volume-handle {
	background: hsla(0, 0%, 100%, .9);
	border-radius: 1px;
	cursor: ns-resize;
	height: 6px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px
}

.mejs-horizontal-volume-slider {
	display: block;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 56px
}

.mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	border-radius: 2px;
	font-size: 1px;
	height: 8px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 50px
}

.mejs-horizontal-volume-current {
	background: hsla(0, 0%, 100%, .8);
	border-radius: 2px;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.mejs-horizontal-volume-handle {
	display: none
}

.mejs-captions-button,
.mejs-chapters-button {
	position: relative
}

.mejs-captions-button>button {
	background-position: -140px 0
}

.mejs-chapters-button>button {
	background-position: -180px 0
}

.mejs-captions-button>.mejs-captions-selector,
.mejs-chapters-button>.mejs-chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px
}

.mejs-chapters-button>.mejs-chapters-selector {
	margin-right: -55px;
	width: 110px
}

.mejs-captions-selector-list,
.mejs-chapters-selector-list {
	list-style-type: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0
}

.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none !important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0
}

.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
	background-color: #c8c8c8 !important;
	background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs-captions-selector-input,
.mejs-chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute
}

.mejs-captions-selector-label,
.mejs-chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 10px 0;
	width: 100%
}

.mejs-captions-selected,
.mejs-chapters-selected {
	color: #21f8f8
}

.mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px
}

.mejs-captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400
}

.mejs-captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%
}

.mejs-captions-position-hover {
	bottom: 35px
}

.mejs-captions-text,
.mejs-captions-text * {
	background: rgba(20, 20, 20, .5);
	box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
	padding: 0;
	white-space: pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
	display: none
}

.mejs-overlay-error {
	position: relative
}

.mejs-overlay-error>img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1
}

.mejs-cannotplay,
.mejs-cannotplay a {
	color: #fff;
	font-size: .8em
}

.mejs-cannotplay {
	position: relative
}

.mejs-cannotplay a,
.mejs-cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%
}

.mejs-container {
	clear: both;
	max-width: 100%
}

.mejs-container * {
	font-family: Helvetica, Arial
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
	background: #222
}

.mejs-time {
	font-weight: 400;
	word-wrap: normal
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
	border-radius: 0
}

.mejs-overlay-loading {
	background: 0 0
}

.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.me-cannotplay {
	width: auto !important
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px
}

.audio-details .embed-media-settings {
	overflow: visible
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
	max-width: 400px;
	width: auto
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px
}

.media-embed-details .setting .remove-setting,
.media-embed-details .setting p {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase
}

.media-embed-details .setting .remove-setting {
	padding: 5px 0
}

.media-embed-details .setting a:hover {
	color: #dc3232
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px
}

.wp-video {
	max-width: 100%;
	height: auto
}

.wp_attachment_holder .wp-audio-shortcode,
.wp_attachment_holder .wp-video {
	margin-top: 18px
}

.wp-video-shortcode video,
video.wp-video-shortcode {
	max-width: 100%;
	display: inline-block
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px
}

.wp-playlist {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5
}

.wp-admin .wp-playlist {
	margin: 0 0 18px
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%
}

.wp-playlist audio {
	display: none;
	max-width: 100%;
	width: 400px
}

.wp-playlist .mejs-container {
	margin: 0;
	max-width: 100%
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0
}

.wp-playlist-light {
	background: #fff;
	color: #000
}

.wp-playlist-dark {
	color: #fff;
	background: #000
}

.wp-playlist-caption {
	display: block;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.5
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none;
	color: #000;
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px)
}

.wp-playlist-item-meta {
	display: block;
	font-size: 14px;
	line-height: 1.5
}

.wp-playlist-item-title {
	font-size: 14px;
	line-height: 1.5
}

.wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wp-playlist-item-artist {
	font-size: 12px;
	text-transform: uppercase
}

.wp-playlist-item-length {
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 14px;
	line-height: 1.5
}

.rtl .wp-playlist-item-length {
	left: 3px;
	right: auto
}

.wp-playlist-tracks {
	margin-top: 10px
}

.wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 0 3px;
	border-bottom: 1px solid #ccc
}

.wp-playlist-item:last-child {
	border-bottom: 0
}

.wp-playlist-light .wp-playlist-caption {
	color: #333
}

.wp-playlist-dark .wp-playlist-caption {
	color: #ddd
}

.wp-playlist-playing {
	font-weight: 700;
	background: #f7f7f7
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000
}

.wp-playlist-dark .wp-playlist-playing {
	background: #000;
	color: #fff
}

.wp-playlist-current-item {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px
}

.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 60px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right;
	margin-left: 10px;
	margin-right: 0
}

.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px
}
