/*clase añadida*/
/*a{
	color:rgba(138,221,45,0) !important;
}*/
/*a:hover{
	color:#0489B1;
}*/
.carousel-slider {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.carousel-slider .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.carousel-slider .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.carousel-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}

.carousel-slider .owl-carousel .owl-wrapper, .carousel-slider .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.carousel-slider .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.carousel-slider .owl-item img {
	display: block;
	width: 100%
}

.carousel-slider .owl-nav.disabled, .carousel-slider .owl-dots.disabled {
	display: none
}

.carousel-slider .owl-nav .owl-prev, .carousel-slider .owl-nav .owl-next, .carousel-slider .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.carousel-slider .owl-nav button.owl-prev, .carousel-slider .owl-nav button.owl-next, .carousel-slider button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.carousel-slider.owl-loaded {
	display: block
}

.carousel-slider.owl-loading {
	opacity: 0;
	display: block
}

.carousel-slider.owl-hidden {
	opacity: 0
}

.carousel-slider.owl-refresh .owl-item {
	visibility: hidden
}

.carousel-slider.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.carousel-slider.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.carousel-slider.owl-rtl {
	direction: rtl
}

.carousel-slider.owl-rtl .owl-item {
	float: right
}

.no-js .carousel-slider {
	display: block
}

.carousel-slider .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.carousel-slider .owl-animated-in {
	z-index: 0
}

.carousel-slider .owl-animated-out {
	z-index: 1
}

.carousel-slider .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.carousel-slider .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.carousel-slider .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.carousel-slider .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.carousel-slider .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.carousel-slider .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}

}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}

}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}

	50% {
		opacity: 1
	}

}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}

	50% {
		opacity: 1
	}

}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.carousel-slider .owl-item img.owl-lazy {
	background: url("../img/ajax-loader.gif") no-repeat center;
	min-width: 32px;
	min-height: 32px
}

.carousel-slider .carousel-slider-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.carousel-slider .carousel-slider-video-play-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url("../img/play.svg") no-repeat;
	cursor: pointer;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease
}

.carousel-slider .carousel-slider-video-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1
}

.carousel-slider .carousel-slider-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.carousel-slider .owl-nav .owl-prev, .carousel-slider .owl-nav .owl-next {
	height: 48px;
	width: 48px;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.carousel-slider .owl-nav .owl-prev {
	left: 0
}

.carousel-slider .owl-nav .owl-next {
	right: 0
}

.carousel-slider:hover .owl-nav .owl-prev, .carousel-slider:hover .owl-nav .owl-next {
	opacity: 1
}

.carousel-slider.arrows-visible-always .owl-prev, .carousel-slider.arrows-visible-always .owl-next {
	opacity: 1
}

.carousel-slider.arrows-outside .owl-nav .owl-prev {
	left: -48px
}

.carousel-slider.arrows-outside .owl-nav .owl-next {
	right: -48px
}

.carousel-slider .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 10px
}

.carousel-slider .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.carousel-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 4px 8px;
	background-color: #9e9e9e;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease
}

.carousel-slider .owl-dots .owl-dot.active span, .carousel-slider .owl-dots .owl-dot:hover span {
	background-color: #4caf50
}

.carousel-slider.dots-center .owl-dots {
	text-align: center
}

.carousel-slider.dots-left .owl-dots {
	text-align: left
}

.carousel-slider.dots-left .owl-dots:first-child span {
	margin-left: 0
}

.carousel-slider.dots-right .owl-dots {
	text-align: right
}

.carousel-slider.dots-right .owl-dots:last-child span {
	margin-right: 0
}

.carousel-slider.dots-visible-hover .owl-dots {
	opacity: 0
}

.carousel-slider.dots-visible-hover:hover .owl-dots {
	opacity: 1
}

.carousel-slider.dots-circle .owl-dots .owl-dot span {
	border-radius: 9999px
}

.carousel-slider[data-slide-type="post-carousel"] .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.carousel-slider[data-slide-type="post-carousel"] .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.carousel-slider__post {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
	margin: 2px;
	position: relative;
	width: 100%;
	/*añadido*/
	background:#fff;
	height: 95% !important;
	/*width: 290px;*/
}
/*añadido*/
.carousel-slider__post:hover {
    background-color: rgba(45, 147, 197, 0.5);
   }
/*#id-3894.arrows-outside .owl-next{
       right: 48px !important;
    top: -20px !important;
}*/
.carousel-slider__post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    /*añadido*/
	background-color: #0493c2;
}

.carousel-slider__post-image {
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: block;
	line-height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 66.6666%;
	position: relative;
	text-align: center;
	width: 100%
}

.carousel-slider__post-title {
	display: block;
	/*margin: 1rem;*/
	margin: 0px !important;
	/*min-height: 3.75em;*/
	/*añadido*/
	font-size: 10px !important;
	text-decoration: none !important;
	padding-left:10px;
	color: #ffffff !important;
}
/*color para titulo de los post*/
h2{
	color: #ffffff !important;
}

.carousel-slider__post-title h1 {
	font-size: 1.25rem;
	margin: 0
}

.carousel-slider__post-excerpt {
	/*font-size: 1rem;*/
	font-size: 12px;
	line-height: 1.6;
	/*margin: 1rem 1rem 2rem;*/
	padding: 0 10px 0 10px;
	/*text-align: left;*/
	text-align: justify;
	
}

.carousel-slider__post-meta {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto 1rem 1rem
}

.carousel-slider__post-publication-meta {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel-slider__post-author {
	display: block;
	font-style: normal;
	line-height: 1.6;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel-slider__post-author-link {
	/*display: inline-block;*/
	display: none !important;
	max-width: 175px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.carousel-slider__post-category {
	text-transform: uppercase
}

.carousel-slider[data-slide-type="product-carousel"] .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.carousel-slider[data-slide-type="product-carousel"] .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.carousel-slider .woocommerce-loop-category__title {
	font-size: 1.25rem;
	margin: 1rem
}

.carousel-slider__product {
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
	margin: 2px;
	width: 100%
}

.carousel-slider__product .woocommerce-LoopProduct-link {
	display: block;
	overflow: hidden;
	margin: 0
}

.carousel-slider__product .onsale {
	border: 0 none;
	line-height: 1;
	margin: 0;
	padding: 0.5rem;
	color: #f1f1f1;
	background-color: #96588a;
	position: absolute;
	left: 1rem;
	top: 1rem
}

.carousel-slider__product h3 {
	padding: 0;
	text-align: left;
	margin: 1rem;
	font-size: 1.25rem;
	color: #333
}

.carousel-slider__product a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.carousel-slider__product a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none
}

.carousel-slider__product strong {
	display: block
}

.carousel-slider__product .price {
	color: #333;
	display: inline-block;
	font-weight: normal;
	margin: 0 0.5rem 0 1rem;
	font-size: .875rem;
	float: left
}

.carousel-slider__product .price del {
	color: inherit;
	background-color: transparent;
	opacity: 0.5;
	display: inline-block
}

.carousel-slider__product .price ins {
	color: inherit;
	background-color: transparent;
	font-weight: bold
}

.carousel-slider__product .star-rating {
	display: inline-block;
	margin: 0 1rem 0 0.5rem;
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star'
}

.carousel-slider__product .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.carousel-slider__product .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.carousel-slider__product .star-rating span:before {
	color: #96588a;
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

.carousel-slider__product a.add_to_cart_button, .carousel-slider__product a.added_to_cart, .carousel-slider__product a.quick_view {
	color: #f1f1f1;
	background-color: #96588a;
	margin: 1rem;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .5em 1em;
	font-weight: normal;
	border-radius: 3px;
	left: auto;
	border: 0;
	white-space: nowrap;
	display: block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none
}

.carousel-slider__product a.add_to_cart_button:hover, .carousel-slider__product a.added_to_cart:hover, .carousel-slider__product a.quick_view:hover {
	color: #f1f1f1;
	background-color: #96588a;
	text-decoration: none;
	background-image: none
}

.carousel-slider__product a.add_to_cart_button.loading {
	opacity: 0.25;
	padding-right: 2.618em
}

.carousel-slider__product a.add_to_cart_button.loading:after {
	font-family: "WooCommerce";
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.carousel-slider__product a.add_to_cart_button.added:after {
	font-family: 'WooCommerce';
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.carousel-slider-hero__cell__background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s
}

.carousel-slider-hero__cell__background.carousel-slider-hero-ken-out {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.carousel-slider .active .carousel-slider-hero__cell__background {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 20s;
	animation-duration: 20s
}

.carousel-slider .active .carousel-slider-hero__cell__background.carousel-slider-hero-ken-in {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation-name: ken-burns-in;
	animation-name: ken-burns-in
}

.carousel-slider .active .carousel-slider-hero__cell__background.carousel-slider-hero-ken-out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation-name: ken-burns-out;
	animation-name: ken-burns-out
}

.carousel-slider-hero__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 400px
}

.carousel-slider-hero__cell:focus {
	outline: 0
}

.carousel-slider-hero__cell__inner {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px
}

.carousel-slider-hero__cell__inner, .carousel-slider-hero__cell__inner:hover {
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel-slider-hero__cell__background_overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.carousel-slider-hero__cell__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1140px
}

.carousel-slider-hero__cell__heading {
	font-size: 40px;
	font-weight: bold;
	line-height: 1
}

.carousel-slider-hero__cell__description {
	font-size: 20px;
	line-height: 1.4
}

.carousel-slider-hero__cell__heading:not(:last-child), .carousel-slider-hero__cell__description:not(:last-child) {
	margin-bottom: 30px
}

.carousel-slider-hero__cell__button__one {
	margin-right: 5px
}

.carousel-slider-hero__cell__button__two {
	margin-left: 5px
}

.carousel-slider-hero__cell__button__one, .carousel-slider-hero__cell__button__two {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.carousel-slider-hero__cell__inner.carousel-slider--v-position-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.carousel-slider-hero__cell__inner.carousel-slider--v-position-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.carousel-slider-hero__cell__inner.carousel-slider--v-position-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.carousel-slider-hero__cell__inner.carousel-slider--h-position-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.carousel-slider-hero__cell__inner.carousel-slider--h-position-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.carousel-slider-hero__cell__inner.carousel-slider--h-position-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.carousel-slider-hero__cell__inner.carousel-slider--text-left {
	text-align: left
}

.carousel-slider-hero__cell__inner.carousel-slider--text-right {
	text-align: right
}

.carousel-slider-hero__cell__inner.carousel-slider--text-center {
	text-align: center
}

@media (max-width:767px) {
	.carousel-slider-hero__cell__inner {
		padding: 30px
	}

	.carousel-slider-hero__cell__heading {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 15px
	}

	.carousel-slider-hero__cell__description {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 15px
	}

}

.carousel-slider .carousel-slider__item {
	position: relative
}

.carousel-slider .carousel-slider__item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto
}

.carousel-slider .carousel-slider__caption {
	position: relative
}

.carousel-slider .carousel-slider__caption .title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #474747;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	text-align: center
}

.carousel-slider .carousel-slider__caption .caption {
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0 0;
	text-align: center
}

.cs-hero-button {
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 0.75em 1em;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.cs-hero-button:hover {
	text-decoration: none
}

.cs-hero-button--normal {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.cs-hero-button--stroke {
	background: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: transparent
}

.cs-hero-button--medium {
	font-size: 1.2rem;
	padding: 0.9em 1.2em
}

.cs-hero-button--large {
	font-size: 1.5rem;
	padding: 0.9em 1.6em
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-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-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-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: -0.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-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

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:hover, .mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-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;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.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%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-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;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 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, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-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, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}

}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}

}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-content .product {
	background-color: #ffffff;
	display: table;
	margin: 0 auto;
	padding: 15px
}

.mfp-content .product .images {
	display: inline-block;
	float: left;
	max-width: 600px
}

.mfp-content .product .images img {
	display: block
}

.mfp-content .product .onsale {
	left: 24px;
	top: 24px;
	position: absolute
}

.mfp-content .product .summary {
	display: inline-block;
	margin-left: 15px;
	width: 300px
}

.mfp-content .product .product_title, .mfp-content .product .description {
	margin: 1em 0
}

.mfp-content .product .price {
	display: inline-block;
	font-weight: normal;
	margin: .5em 1em;
	font-size: .857em;
	float: left
}

.mfp-content .product .price del {
	color: inherit;
	background-color: transparent;
	opacity: 0.5;
	display: inline-block
}

.mfp-content .product .price ins {
	color: inherit;
	background-color: transparent;
	font-weight: bold
}

.mfp-content .product .star-rating {
	display: inline-block;
	margin: .5em 1em;
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star'
}

.mfp-content .product .star-rating:before {
	content: "\73\73\73\73\73";
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.mfp-content .product .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.mfp-content .product .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

.mfp-content .product a.add_to_cart_button, .mfp-content .product a.added_to_cart {
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .5em 1em;
	font-weight: normal;
	border-radius: 3px;
	left: auto;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none
}

.mfp-content .product a.add_to_cart_button:hover, .mfp-content .product a.added_to_cart:hover {
	text-decoration: none;
	background-image: none
}

.mfp-content .product a.add_to_cart_button.loading {
	opacity: 0.25;
	padding-right: 2.618em
}

.mfp-content .product a.add_to_cart_button.loading:after {
	font-family: "WooCommerce";
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.mfp-content .product a.add_to_cart_button.added:after {
	font-family: 'WooCommerce';
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	max-width: 945px;
	margin-top: 40px;
	margin-bottom: 40px
}

@media (max-width:600px) {
	.mfp-content .product .images {
		margin-bottom: 30px
	}

	.mfp-content .product .summary {
		display: block;
		margin: 0;
		width: 100%
	}

}

@media (min-width:601px) {
	.mfp-content .product .images {
		display: inline-block;
		width: 49%
	}

	.mfp-content .product .summary {
		display: inline-block;
		margin: 0 0 0 1%;
		width: 49%
	}

}

.mfp-counter {
	display: none
}