@media (min-width:981px) {
	.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.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product {
		width: 100%;
		margin-right: 0;
	}
	
	.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product {
		width: 48%;
		margin-right: 4%;
	}
	
	.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2), .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1), .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1) {
		clear: none;
	}
}

.et_flex_column, .et_flex_group, .et_flex_module, .et_flex_row, .et_flex_section {
	display: flex;
	-moz-column-gap: var(--horizontal-gap);
	column-gap: var(--horizontal-gap);
	row-gap: var(--vertical-gap);
	flex-direction: var(--flex-direction);
}

.et_flex_row {
	--horizontal-gap: var(--row-gutter-horizontal);
	--vertical-gap: var(--row-gutter-vertical);
	--flex-direction: row;
}

.et_flex_row>[class*=et_flex_column] {
	--horizontal-gap-parent: var(--row-gutter-horizontal);
}

.et_flex_row .et_pb_row_nested.et_flex_row {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.et_flex_section {
	--horizontal-gap: var(--section-gutter);
	--vertical-gap: var(--section-gutter);
	--flex-direction: column;
	padding: var(--section-padding) 0;
	align-items: center;
}

.et_flex_section>[class*=et_flex_column] {
	--horizontal-gap-parent: var(--section-gutter);
}

.et_flex_column, .et_flex_group, .et_flex_module {
	--flex-direction: column;
	--horizontal-gap: var(--module-gutter);
	--vertical-gap: var(--module-gutter);
}

.et_flex_column>[class*=et_flex_column], .et_flex_group>[class*=et_flex_column], .et_flex_module>[class*=et_flex_column] {
	--horizontal-gap-parent: var(--module-gutter);
}

.et_flex_column>.et_pb_module, .et_flex_group>.et_pb_module, .et_flex_module>.et_pb_module, .et_pb_section .et_pb_row .et_flex_column>.et_pb_module, .et_pb_section .et_pb_row .et_flex_group>.et_pb_module, .et_pb_section .et_pb_row .et_flex_module>.et_pb_module {
	margin-bottom: 0;
}

.et_flex_row.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_flex_row {
	align-items: stretch;
}

.rtl .et_flex_row {
	direction: rtl;
}

.rtl .et_flex_row.et_pb_equal_columns, .rtl .et_pb_section.et_pb_equal_columns>.et_flex_row {
	flex-direction: row-reverse;
}

.et_flex_column_1_24 {
	width: calc(4.1667% - var(--horizontal-gap-parent, 5.5%) * .95833);
}

.et_flex_column_2_24 {
	width: calc(8.3333% - var(--horizontal-gap-parent, 5.5%) * .91667);
}

.et_flex_column_3_24 {
	width: calc(12.5% - var(--horizontal-gap-parent, 5.5%) * .875);
}

.et_flex_column_4_24 {
	width: calc(16.6667% - var(--horizontal-gap-parent, 5.5%) * .83333);
}

.et_flex_column_5_24 {
	width: calc(20.8333% - var(--horizontal-gap-parent, 5.5%) * .79167);
}

.et_flex_column_6_24 {
	width: calc(25% - var(--horizontal-gap-parent, 5.5%) * .75);
}

.et_flex_column_7_24 {
	width: calc(29.1667% - var(--horizontal-gap-parent, 5.5%) * .70833);
}

.et_flex_column_8_24 {
	width: calc(33.3333% - var(--horizontal-gap-parent, 5.5%) * .66667);
}

.et_flex_column_9_24 {
	width: calc(37.5% - var(--horizontal-gap-parent, 5.5%) * .625);
}

.et_flex_column_10_24 {
	width: calc(41.6667% - var(--horizontal-gap-parent, 5.5%) * .58333);
}

.et_flex_column_11_24 {
	width: calc(45.8333% - var(--horizontal-gap-parent, 5.5%) * .54167);
}

.et_flex_column_12_24 {
	width: calc(50% - var(--horizontal-gap-parent, 5.5%) * .5);
}

.et_flex_column_13_24 {
	width: calc(54.1667% - var(--horizontal-gap-parent, 5.5%) * .45833);
}

.et_flex_column_14_24 {
	width: calc(58.3333% - var(--horizontal-gap-parent, 5.5%) * .41667);
}

.et_flex_column_15_24 {
	width: calc(62.5% - var(--horizontal-gap-parent, 5.5%) * .375);
}

.et_flex_column_16_24 {
	width: calc(66.6667% - var(--horizontal-gap-parent, 5.5%) * .33333);
}

.et_flex_column_17_24 {
	width: calc(70.8333% - var(--horizontal-gap-parent, 5.5%) * .29167);
}

.et_flex_column_18_24 {
	width: calc(75% - var(--horizontal-gap-parent, 5.5%) * .25);
}

.et_flex_column_19_24 {
	width: calc(79.1667% - var(--horizontal-gap-parent, 5.5%) * .20833);
}

.et_flex_column_20_24 {
	width: calc(83.3333% - var(--horizontal-gap-parent, 5.5%) * .16667);
}

.et_flex_column_21_24 {
	width: calc(87.5% - var(--horizontal-gap-parent, 5.5%) * .125);
}

.et_flex_column_22_24 {
	width: calc(91.6667% - var(--horizontal-gap-parent, 5.5%) * .08333);
}

.et_flex_column_23_24 {
	width: calc(95.8333% - var(--horizontal-gap-parent, 5.5%) * .04167);
}

.et_flex_column_24_24 {
	width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0);
}

.et_flex_column_1_5 {
	width: calc(20% - var(--horizontal-gap-parent, 5.5%) * .8);
}

.et_flex_column_2_5 {
	width: calc(40% - var(--horizontal-gap-parent, 5.5%) * .6);
}

.et_flex_column_3_5 {
	width: calc(60% - var(--horizontal-gap-parent, 5.5%) * .4);
}

.et_flex_column_4_5 {
	width: calc(80% - var(--horizontal-gap-parent, 5.5%) * .2);
}

.et_flex_column_5_5 {
	width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0);
}

.et_flex_column_1_7 {
	width: calc(14.2857% - var(--horizontal-gap-parent, 5.5%) * .85714);
}

.et_flex_column_1_9 {
	width: calc(11.1111% - var(--horizontal-gap-parent, 5.5%) * .88889);
}

.et_flex_column_1_10 {
	width: calc(10% - var(--horizontal-gap-parent, 5.5%) * .9);
}

.et_flex_column_1_11 {
	width: calc(9.0909% - var(--horizontal-gap-parent, 5.5%) * .90909);
}

@media only screen and (max-width:980px) {
	.et_flex_column_1_24_tablet {
		width: calc(4.1667% - var(--horizontal-gap-parent, 5.5%) * .95833);
	}
	
	.et_flex_column_2_24_tablet {
		width: calc(8.3333% - var(--horizontal-gap-parent, 5.5%) * .91667);
	}
	
	.et_flex_column_3_24_tablet {
		width: calc(12.5% - var(--horizontal-gap-parent, 5.5%) * .875);
	}
	
	.et_flex_column_4_24_tablet {
		width: calc(16.6667% - var(--horizontal-gap-parent, 5.5%) * .83333);
	}
	
	.et_flex_column_5_24_tablet {
		width: calc(20.8333% - var(--horizontal-gap-parent, 5.5%) * .79167);
	}
	
	.et_flex_column_6_24_tablet {
		width: calc(25% - var(--horizontal-gap-parent, 5.5%) * .75);
	}
	
	.et_flex_column_7_24_tablet {
		width: calc(29.1667% - var(--horizontal-gap-parent, 5.5%) * .70833);
	}
	
	.et_flex_column_8_24_tablet {
		width: calc(33.3333% - var(--horizontal-gap-parent, 5.5%) * .66667);
	}
	
	.et_flex_column_9_24_tablet {
		width: calc(37.5% - var(--horizontal-gap-parent, 5.5%) * .625);
	}
	
	.et_flex_column_10_24_tablet {
		width: calc(41.6667% - var(--horizontal-gap-parent, 5.5%) * .58333);
	}
	
	.et_flex_column_11_24_tablet {
		width: calc(45.8333% - var(--horizontal-gap-parent, 5.5%) * .54167);
	}
	
	.et_flex_column_12_24_tablet {
		width: calc(50% - var(--horizontal-gap-parent, 5.5%) * .5);
	}
	
	.et_flex_column_13_24_tablet {
		width: calc(54.1667% - var(--horizontal-gap-parent, 5.5%) * .45833);
	}
	
	.et_flex_column_14_24_tablet {
		width: calc(58.3333% - var(--horizontal-gap-parent, 5.5%) * .41667);
	}
	
	.et_flex_column_15_24_tablet {
		width: calc(62.5% - var(--horizontal-gap-parent, 5.5%) * .375);
	}
	
	.et_flex_column_16_24_tablet {
		width: calc(66.6667% - var(--horizontal-gap-parent, 5.5%) * .33333);
	}
	
	.et_flex_column_17_24_tablet {
		width: calc(70.8333% - var(--horizontal-gap-parent, 5.5%) * .29167);
	}
	
	.et_flex_column_18_24_tablet {
		width: calc(75% - var(--horizontal-gap-parent, 5.5%) * .25);
	}
	
	.et_flex_column_19_24_tablet {
		width: calc(79.1667% - var(--horizontal-gap-parent, 5.5%) * .20833);
	}
	
	.et_flex_column_20_24_tablet {
		width: calc(83.3333% - var(--horizontal-gap-parent, 5.5%) * .16667);
	}
	
	.et_flex_column_21_24_tablet {
		width: calc(87.5% - var(--horizontal-gap-parent, 5.5%) * .125);
	}
	
	.et_flex_column_22_24_tablet {
		width: calc(91.6667% - var(--horizontal-gap-parent, 5.5%) * .08333);
	}
	
	.et_flex_column_23_24_tablet {
		width: calc(95.8333% - var(--horizontal-gap-parent, 5.5%) * .04167);
	}
	
	.et_flex_column_24_24_tablet {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0);
	}
	
	.et_flex_column_1_5_tablet {
		width: calc(20% - var(--horizontal-gap-parent, 5.5%) * .8);
	}
	
	.et_flex_column_2_5_tablet {
		width: calc(40% - var(--horizontal-gap-parent, 5.5%) * .6);
	}
	
	.et_flex_column_3_5_tablet {
		width: calc(60% - var(--horizontal-gap-parent, 5.5%) * .4);
	}
	
	.et_flex_column_4_5_tablet {
		width: calc(80% - var(--horizontal-gap-parent, 5.5%) * .2);
	}
	
	.et_flex_column_5_5_tablet {
		width: calc(100% - var(--horizontal-gap-parent, 5.5%) * 0);
	}
	
	.et_flex_column_1_7_tablet {
		width: calc(14.2857% - var(--horizontal-gap-parent, 5.5%) * .85714);
	}
	
	.et_flex_column_1_9_tablet {
		width: calc(11.1111% - var(--horizontal-gap-parent, 5.5%) * .88889);
	}
	
	.et_flex_column_1_10_tablet {
		width: calc(10% - var(--horizontal-gap-parent, 5.5%) * .9);
	}
	
	.et_flex_column_1_11_tablet {
		width: calc(9.0909% - var(--horizontal-gap-parent, 5.5%) * .90909);
	}
}

.et_pb_widget {
	float: left;
	max-width: 100%;
	word-wrap: break-word;
}

.et_pb_widget a {
	text-decoration: none;
	color: #666;
}

.et_pb_widget li a:hover {
	color: #82c0c7;
}

.et_pb_widget ol li, .et_pb_widget ul li {
	margin-bottom: .5em;
}

.et_pb_widget ol li ol li, .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_pb_scroll_top.et-visible {
	opacity: 1;
	-webkit-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);
	animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_section--absolute, .et_pb_section--fixed {
	width: 100%;
}

.et_pb_section.et_section_transparent {
	background-color: transparent;
}

.et_pb_fullwidth_section {
	padding: 0;
}

.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
	padding: 0 !important;
}

.et_pb_inner_shadow {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
}

.et_pb_bottom_inside_divider, .et_pb_top_inside_divider {
	display: block;
	background-repeat: repeat-x;
	height: 100%;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0;
}

.et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition {
	transition: none !important;
}

.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_section_video:not(.et_pb_section--with-menu) {
	overflow: hidden;
	position: relative;
}

.et_pb_section_video_bg {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	pointer-events: none;
	transition: display .3s;
}

.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 {
	left: 50%;
	position: absolute;
	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;
}

@media (min-width:981px) {
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
		display: block;
	}
}

@media (max-width:980px) {
	.et_pb_fullwidth_section {
		padding: 0;
	}
	
	.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;
	}
}

@media (min-width:768px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
		display: block;
	}
}

@media (min-width:768px) and (max-width:980px) {
	.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
		display: block;
	}
}

@media (max-width:767px) {
	.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_row--with-menu {
	z-index: 6;
}

.et_pb_row:not([class*=et_flex_column]) .et_pb_row_nested {
	width: 100%;
	max-width: none;
}

.et_flex_column>.et_pb_row, .et_flex_group>.et_pb_row, .et_flex_section>.et_pb_row {
	margin: initial;
}

.et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
	display: none;
}

.section_has_divider .et_pb_row {
	z-index: 5;
}

body.safari .section_has_divider .et_pb_bottom_inside_divider, body.safari .section_has_divider .et_pb_top_inside_divider, body.uiwebview .section_has_divider .et_pb_bottom_inside_divider, body.uiwebview .section_has_divider .et_pb_top_inside_divider {
	perspective: 2000px;
}

@media (min-width:981px) {}

@media (max-width:980px) {}

.et_pb_row_inner {
	width: 100%;
	position: relative;
}

.et_pb_row_4col .et-last-child, .et_pb_row_4col .et-last-child-2, .et_pb_row_6col .et-last-child, .et_pb_row_6col .et-last-child-2, .et_pb_row_6col .et-last-child-3 {
	margin-bottom: 0;
}

@media (min-width:981px) {
	.et_section_specialty>.et_pb_row {
		padding: 0;
	}
	
	.et_pb_row_inner {
		width: 100%;
	}
	
	.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: flex;
	}
	
	.rtl .et_pb_row.et_pb_equal_columns, .rtl .et_pb_row_inner.et_pb_equal_columns, .rtl .et_pb_section.et_pb_equal_columns>.et_pb_row {
		flex-direction: row-reverse;
	}
}

@media (max-width:980px) {
	.et_section_specialty>.et_pb_row {
		padding: 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: flex;
		flex-wrap: wrap;
	}
	
	.et_block_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media (max-width:479px) {}

.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 {
	margin: 0 0 30px;
	position: relative;
}

.et_pb_divider:before {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.et_pb_divider:after, .et_pb_space:after {
	content: "";
	display: table;
}

.et_pb_divider_position_bottom:before {
	top: auto !important;
	bottom: 0 !important;
}

.et_pb_divider_position_center:before {
	top: 50% !important;
}

@media (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;
	}
	
	.et_pb_space.et-hide-mobile {
		display: none;
	}
}

@media (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;
	}
}

.ie .et_pb_divider {
	overflow: visible;
}

.et_pb_with_border .et_pb_image_wrap {
	border: 0 solid #333;
}

.et_pb_image {
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}

.et_pb_image .et_pb_module {
	line-height: 1.7em;
}

.et_flex_column>.et_pb_image, .et_flex_group>.et_pb_image, .et_grid_column>.et_pb_image, .et_grid_group>.et_pb_image, .et_grid_module>.et_pb_image {
	margin-left: unset;
	margin-right: unset;
}

.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.et_block_module {
	display: block;
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
	width: auto;
}

.et_pb_image:where(.et_flex_module)>.et_pb_image_wrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
}

.et_pb_image img {
	position: relative;
}

.et_pb_image_sticky {
	margin-bottom: 0 !important;
	display: inherit;
}

.et_pb_image.et_pb_has_overlay:hover .et_pb_image_wrap .et_overlay {
	z-index: 3;
	opacity: 1;
}

@media (min-width:981px) {}

@media (max-width:980px) {
	.et_pb_image_sticky_tablet {
		margin-bottom: 0 !important;
		display: inherit;
	}
	
	.et_pb_image_bottom_space_tablet {
		margin-bottom: 30px !important;
		display: block;
	}
	
	.et_always_center_on_mobile {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width:767px) {
	.et_pb_image_sticky_phone {
		margin-bottom: 0 !important;
		display: inherit;
	}
	
	.et_pb_image_bottom_space_phone {
		margin-bottom: 30px !important;
		display: block;
	}
}

.et_overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.et_overlay:before {
	color: #2ea3f2;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	transition: all .4s;
}

.et_portfolio_image, .et_shop_image {
	position: relative;
	display: block;
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

#ie7 .et_overlay, #ie8 .et_overlay {
	display: none;
}

.et_pb_module.et_pb_has_overlay {
	position: relative;
}

.et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay {
	border: none;
}

.et_pb_text ol, .et_pb_text ul {
	padding-bottom: 1em;
}