.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #2ea3f2;
}

.et_pb_module.et_pb_button {
	display: inline-block;
	color: inherit;
}

.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;
}

@media (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 (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;
	}
}

@media (max-width:980px) {}

@media (max-width:767px) {}

.et_pb_divider_hidden {
	margin-bottom: 0 !important;
}

.et_pb_divider_position_bottom:before {
	top: auto !important;
	bottom: 0 !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_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;
}

@media (max-width:980px) {}

@media (min-width:981px) {
	.et_pb_shop_grid .woocommerce ul.products li.product {
		clear: none;
	}
	
	.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;
	}
}

@media (max-width:767px) {
	.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;
	}
}

@media (max-width:479px) {}

.et_pb_shop_no_image .et_shop_image, .et_pb_shop_no_name .woocommerce-loop-product__title, .et_pb_shop_no_price .price, .et_pb_shop_no_rating .star-rating, .et_pb_shop_no_sale_badge .onsale {
	display: none;
}

.et_pb_shop span.onsale {
	border-style: solid;
}

.et_pb_shop_no_price ul.products li.product .price, .et_pb_shop_no_rating .products .star-rating {
	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_with_border .et_pb_slide_image img {
	border: 0 solid #333;
}

.et_pb_slides .et_pb_empty_slide.et_pb_container, .et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner {
	display: block;
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	padding: 30px;
	border-radius: 3px;
}

.et_pb_slide_with_image .et_pb_slide_description {
	width: 47.25%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	float: right;
}

.et_pb_slide_image {
	position: absolute;
	bottom: 0;
}

.et_pb_slide_video {
	position: absolute;
	top: 50%;
	bottom: auto;
}

.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-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft;
}

.et_pb_media_alignment_center .et_pb_slide_image {
	bottom: auto;
	top: 50%;
}

.et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.et-pb-active-slide .et_pb_slide_image {
	-webkit-animation-name: fadeLeft;
	animation-name: fadeLeft;
}

.et_pb_slide_image img {
	width: auto;
	vertical-align: bottom;
}

.et_pb_slide_image, .et_pb_slide_video {
	width: 47.25%;
	margin-right: 5.5%;
}

.et_pb_slide_video .mejs-mediaelement {
	position: relative;
}

.et_pb_slide_video .mejs-mediaelement .wp-video-shortcode {
	display: block;
}

.et_pb_slide_video .wp-video-shortcode video, .et_pb_slide_video video.wp-video-shortcode {
	height: auto;
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.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: hsla(0, 0%, 100%, .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);
}

@media (min-width:981px) and (max-width:1100px) {}

@media (min-width:981px) {}

@media (max-width:980px) {
	.et_pb_slide_with_image .et_pb_slide_description {
		text-align: left;
	}
	
	.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: hsla(0, 0%, 100%, .9);
	}
	
	.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);
	}
}

@media (max-width:767px) {
	.et_pb_slide_with_image .et_pb_slide_description {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.et_pb_media_alignment_center .et_pb_slide_image {
		top: 0;
	}
	
	.et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
	}
	
	.et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video {
		display: block !important;
	}
	
	.et_pb_slide_image, .et_pb_slide_video {
		display: none !important;
		position: relative;
		top: auto;
		margin: 50px auto 0;
		padding: 0;
		margin-top: 6% !important;
	}
	
	.et_pb_slide_video {
		float: none;
	}
	
	.et_pb_slide_image img {
		max-height: 300px;
	}
	
	.et_pb_section_first .et_pb_slide_image img {
		max-height: 300px !important;
	}
	
	.et_pb_section_first .et_pb_slide_image {
		margin: 0 !important;
		top: 20px;
	}
	
	.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_bg_layout_light_phone .et_pb_slide_content {
		color: #333;
	}
	
	.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;
	}
}

@media (min-width:480px) {}

@media (max-width:479px) {}

.et_pb_slides .et_pb_temp_slide {
	display: block;
}

@media (max-width:980px) {
	.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 .et_pb_slide_content {
		color: #333;
	}
	
	.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-controllers .et-pb-active-control {
		background-color: #fff;
	}
	
	.et_pb_bg_layout_dark_tablet .et-pb-controllers a {
		background-color: hsla(0, 0%, 100%, .5);
	}
}

@media (max-width:767px) {
	.et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
		bottom: 18px;
	}
	
	.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: hsla(0, 0%, 100%, .9);
	}
	
	.et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control {
		background-color: #333;
	}
	
	.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, .et_pb_bg_layout_light_phone .et-pb-controllers a {
		background-color: rgba(0, 0, 0, .3);
	}
	
	.et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control {
		background-color: #fff;
	}
	
	.et_pb_bg_layout_dark_phone .et-pb-controllers a {
		background-color: hsla(0, 0%, 100%, .5);
	}
}

.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;
}

.et-pb-arrow-next, .et-pb-arrow-prev {
	position: absolute;
	top: 50%;
	z-index: 100;
	font-size: 48px;
	color: #fff;
	margin-top: -24px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
	color: #333;
}

.et_pb_slider:hover .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

.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: "4";
}

.et-pb-arrow-next:before {
	content: "5";
}

.format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev {
	color: #fff;
}

@media (max-width:980px) {
	.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_dark_tablet .et-pb-arrow-next, .et_pb_bg_layout_dark_tablet .et-pb-arrow-prev {
		color: #fff;
	}
}

@media (max-width:767px) {
	.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_bg_layout_light_phone .et-pb-arrow-next, .et_pb_bg_layout_light_phone .et-pb-arrow-prev {
		color: #333;
	}
	
	.et_pb_bg_layout_dark_phone .et-pb-arrow-next, .et_pb_bg_layout_dark_phone .et-pb-arrow-prev {
		color: #fff;
	}
}

.et_mobile_device .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
}

.et_mobile_device .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
}

@media (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;
	}
}