/*
Theme Name: JuiceLab
Theme URI: http://underscores.me/
Author: Pepe Pro
Author URI: https://www.pepe.pro
Description: Tema personalizado para Juice Lab
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pepeV3
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 pepeV3 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */ }

/* Sections
			 ========================================================================== */
/**
		 * Remove the margin in all browsers (opinionated).
		 */
body {
	margin: 0; }

/**
		 * Add the correct display in IE 9-.
		 */
article,
aside,
footer,
header,
nav,
section {
	display: block; }

/**
		 * Correct the font size and margin on `h1` elements within `section` and
		 * `article` contexts in Chrome, Firefox, and Safari.
		 */
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

@font-face {
  font-family: 'Facto-regular';
  src: url('fonts/facto-regular-webfont.woff2') format('woff2'),
       url('fonts/facto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Facto-bold';
  src: url('fonts/facto-bold-webfont.woff2') format('woff2'),
       url('fonts/facto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Facto-medium';
  src: url('fonts/facto-medium-webfont.woff2') format('woff2'),
       url('fonts/facto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Grouping content
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
figcaption,
figure {
	display: block; }

/**
		 * Add the correct margin in IE 8.
		 */
figure {
	margin: 0 }

/**
		 * 1. Add the correct box sizing in Firefox.
		 * 2. Show the overflow in Edge and IE.
		 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */ }

/**
		 * Add the correct display in IE.
		 */
main {
	display: block; }

/**
		 * 1. Correct the inheritance and scaling of font size in all browsers.
		 * 2. Correct the odd `em` font sizing in all browsers.
		 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/* Links
			 ========================================================================== */
/**
		 * 1. Remove the gray background on active links in IE 10.
		 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
		 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */ }

/**
		 * Remove the outline on focused links when they are also active or hovered
		 * in all browsers (opinionated).
		 */
a:active,
a:hover {
	outline-width: 0; }

/* Text-level semantics
			 ========================================================================== */
/**
		 * 1. Remove the bottom border in Firefox 39-.
		 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
		 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	display: none;
	/* 2 */ }

/**
		 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
		 */
b,
strong {
	font-weight: inherit; }

/**
		 * Add the correct font weight in Chrome, Edge, and Safari.
		 */
b,
strong { }

/**
		 * 1. Correct the inheritance and scaling of font size in all browsers.
		 * 2. Correct the odd `em` font sizing in all browsers.
		 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/**
		 * Add the correct font style in Android 4.3-.
		 */
dfn {
	font-style: italic; }

/**
		 * Add the correct background and color in IE 9-.
		 */
mark {
	background-color: #ff0;
	color: #000; }

/**
		 * Add the correct font size in all browsers.
		 */
small {
	font-size: 80%; }

/**
		 * Prevent `sub` and `sup` elements from affecting the line height in
		 * all browsers.
		 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sub {
	bottom: -0.25em; }

sup {
	top: -0.5em; }

/* Embedded content
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
audio,
video {
	display: inline-block; }

/**
		 * Add the correct display in iOS 4-7.
		 */
audio:not([controls]) {
	display: none;
	height: 0; }

/**
		 * Remove the border on images inside links in IE 10-.
		 */
img {
	border-style: none; }

/**
		 * Hide the overflow in IE.
		 */
svg:not(:root) {
	overflow: hidden; }

/* Forms
			 ========================================================================== */
/**
		 * 1. Change the font styles in all browsers (opinionated).
		 * 2. Remove the margin in Firefox and Safari.
		 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Facto-regular', sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */ }

/**
		 * Show the overflow in IE.
		 */
button {
	overflow: visible; }

/**
		 * Remove the inheritance of text transform in Edge, Firefox, and IE.
		 * 1. Remove the inheritance of text transform in Firefox.
		 */
button,
select {
	/* 1 */
	text-transform: none; }

/**
		 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
		 *    controls in Android 4.
		 * 2. Correct the inability to style clickable types in iOS and Safari.
		 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
	/**
			 * Remove the inner border and padding in Firefox.
			 */
	/**
			 * Restore the focus styles unset by the previous rule.
			 */ }
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0; }
	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText; }

/**
		 * Show the overflow in Edge.
		 */
input {
	overflow: visible; }

/**
		 * 1. Add the correct box sizing in IE 10-.
		 * 2. Remove the padding in IE 10-.
		 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
		 * Correct the cursor style of increment and decrement buttons in Chrome.
		 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
		 * 1. Correct the odd appearance in Chrome and Safari.
		 * 2. Correct the outline style in Safari.
		 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
	/**
			 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
			 */ }
	[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
		-webkit-appearance: none; }

/**
		 * 1. Correct the inability to style clickable types in iOS and Safari.
		 * 2. Change font properties to `inherit` in Safari.
		 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */ }

/**
		 * Change the border, margin, and padding in all browsers (opinionated).
		 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
		 * 1. Correct the text wrapping in Edge and IE.
		 * 2. Correct the color inheritance from `fieldset` elements in IE.
		 * 3. Remove the padding so developers are not caught out when they zero out
		 *    `fieldset` elements in all browsers.
		 */
legend {
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */ }

/**
		 * 1. Add the correct display in IE 9-.
		 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
		 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */ }

/**
		 * Remove the default vertical scrollbar in IE.
		 */
textarea {
	overflow: auto; }

/* Interactive
			 ========================================================================== */
/*
		 * Add the correct display in Edge, IE, and Firefox.
		 */
details {
	display: block; }

/*
		 * Add the correct display in all browsers.
		 */
summary {
	display: list-item; }

/*
		 * Add the correct display in IE 9-.
		 */
menu {
	display: block; }

/* Scripting
			 ========================================================================== */
/**
		 * Add the correct display in IE 9-.
		 */
canvas {
	display: inline-block; }

/**
		 * Add the correct display in IE.
		 */
template {
	display: none; }

/* Hidden
			 ========================================================================== */
/**
		 * Add the correct display in IE 10-.
		 */
[hidden] {
	display: none; }

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
	box-sizing: border-box;
	font-size: 100%; }

*,
*::before,
*::after {
	box-sizing: inherit; }

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Facto-regular', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: rgba(74,74,74,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 }

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic; }

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0px; }

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important; }

button {
	padding: 0;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	border: 0;
	border-radius: 0px;
	background: transparent;
	line-height: 1; }
	[data-whatinput='mouse'] button {
		outline: 0; }

pre {
	overflow: auto; }

.is-visible {
	display: block !important; }

.is-hidden {
	display: none !important; }

.hide {
	display: none !important; }

.invisible {
	visibility: hidden; }

/*FORMULARIO NEWSLETTER Y POP UP*/
.formularioNewsletter h1{
 text-transform: none!important;
 text-align: center;
 font-size: 25px!important;
}
.formularioNewsletter h1 span{
	font-size: 30px;
	font-weight: bold;
}
#mc_embed_signup .mc-field-group.checks{
	display: flex;
    flex-direction: column;
    margin: 20px 0;
}
#mc_embed_signup .mc-field-group.checks label{
	margin-bottom: 10px;
}

.formularioNewsletter #mc_embed_signup .clear{
		display: flex;
		justify-content: center;
}
.formularioNewsletter #mc_embed_signup .button:focus{
	outline: none;
}
.formularioNewsletter #mc_embed_signup div#mce-responses{
	text-align: center;
}
ul.radioCheckboxContainer li label{
	width: 90%!important;
}
iframe{
	height: 100%!important;
}
.formularioNewsletter #mc_embed_signup .button {
    clear: both;
    background-color: black;
    border: 0 none;
    border-radius: 0;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 58px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    text-transform: capitalize;
 }
/*checkbox*/
.radio {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        padding-top: 3px;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid black;
}

.radio input:checked ~ .check {
    background: url(https://www.juicelab.es/wp-content/uploads/tick.png);
    border: 1px solid;
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: center center;
}
.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .check:after {
    display: block;
}
.radio .check:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
/*/////////////////////////////////////*/



.formularioNewsletter #mc_embed_signup .mc-field-group input{
	border: none;
	border-bottom: 1px solid ;
	border-radius: 0;
}
.formularioNewsletter #mc_embed_signup form img{
	margin-bottom: 70px;
}

.mc-field-group label:before{
	border: 1px solid black;
}
.formularioNewsletter #mc_embed_signup .mc-field-group input:focus{
	outline: none;
}
.formularioNewsletter #mc_embed_signup .indicates-required{
	text-align: left;
	color: gray;
}
.formularioNewsletter #mc_embed_signup .mc-field-group{
	width: 100%;
}
.formularioNewsletter #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.formularioNewsletter #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-bottom: 1px solid #e85c41!important;
    border: none;
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important; } }

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important; } }

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important; } }

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important; } }

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important; } }

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto; }

.show-for-landscape,
.hide-for-portrait {
	display: block !important; }
	@media screen and (orientation: landscape) {
		.show-for-landscape,
		.hide-for-portrait {
			display: block !important; } }
	@media screen and (orientation: portrait) {
		.show-for-landscape,
		.hide-for-portrait {
			display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
	display: none !important; }
	@media screen and (orientation: landscape) {
		.hide-for-landscape,
		.show-for-portrait {
			display: none !important; } }
	@media screen and (orientation: portrait) {
		.hide-for-landscape,
		.show-for-portrait {
			display: block !important; } }

.is-off-canvas-open {
	overflow: hidden; }

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden; }
	.js-off-canvas-overlay.is-visible {
		opacity: 1;
		visibility: visible; }
	.js-off-canvas-overlay.is-closable {
		cursor: pointer; }
	.js-off-canvas-overlay.is-overlay-absolute {
		position: absolute; }
	.js-off-canvas-overlay.is-overlay-fixed {
		position: fixed; }

.off-canvas-wrapper {
	position: relative;
	overflow: hidden; }

.off-canvas {
	position: fixed;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	background: #e6e6e6; }
	[data-whatinput='mouse'] .off-canvas {
		outline: 0; }
	.off-canvas.is-transition-overlap {
		z-index: 10; }
		.off-canvas.is-transition-overlap.is-open {
			box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
	.off-canvas.is-open {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }

.off-canvas-absolute {
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	background: #e6e6e6; }
	[data-whatinput='mouse'] .off-canvas-absolute {
		outline: 0; }
	.off-canvas-absolute.is-transition-overlap {
		z-index: 10; }
		.off-canvas-absolute.is-transition-overlap.is-open {
			box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
	.off-canvas-absolute.is-open {
		-ms-transform: translate(0, 0);
				transform: translate(0, 0); }

.position-left {
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(-250px);
			transform: translateX(-250px);
	overflow-y: auto; }
	.position-left.is-open ~ .off-canvas-content {
		-ms-transform: translateX(250px);
				transform: translateX(250px); }
	.position-left.is-transition-push::after {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 1px;
		box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
		content: " "; }
	.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
		-ms-transform: none;
				transform: none; }

.position-right {
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(250px);
			transform: translateX(250px);
	overflow-y: auto; }
	.position-right.is-open ~ .off-canvas-content {
		-ms-transform: translateX(-250px);
				transform: translateX(-250px); }
	.position-right.is-transition-push::after {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 1px;
		box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
		content: " "; }
	.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
		-ms-transform: none;
				transform: none; }

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(-250px);
			transform: translateY(-250px);
	overflow-x: auto; }
	.position-top.is-open ~ .off-canvas-content {
		-ms-transform: translateY(250px);
				transform: translateY(250px); }
	.position-top.is-transition-push::after {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
		content: " "; }
	.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
		-ms-transform: none;
				transform: none; }

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(250px);
			transform: translateY(250px);
	overflow-x: auto; }
	.position-bottom.is-open ~ .off-canvas-content {
		-ms-transform: translateY(-250px);
				transform: translateY(-250px); }
	.position-bottom.is-transition-push::after {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
		content: " "; }
	.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
		-ms-transform: none;
				transform: none; }

.off-canvas-content {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-left.reveal-for-medium ~ .off-canvas-content {
			margin-left: 250px; }
	.position-right.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-right.reveal-for-medium ~ .off-canvas-content {
			margin-right: 250px; }
	.position-top.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-top.reveal-for-medium ~ .off-canvas-content {
			margin-top: 250px; }
	.position-bottom.reveal-for-medium {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-bottom.reveal-for-medium ~ .off-canvas-content {
			margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-left.reveal-for-large ~ .off-canvas-content {
			margin-left: 250px; }
	.position-right.reveal-for-large {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-right.reveal-for-large ~ .off-canvas-content {
			margin-right: 250px; }
	.position-top.reveal-for-large {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-top.reveal-for-large ~ .off-canvas-content {
			margin-top: 250px; }
	.position-bottom.reveal-for-large {
		-ms-transform: none;
				transform: none;
		z-index: 1; }
		.position-bottom.reveal-for-large ~ .off-canvas-content {
			margin-bottom: 250px; } }

.row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
			flex-flow: row wrap; }
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem; }
		@media print, screen and (min-width: 40em) {
			.row .row {
				margin-right: -0.9375rem;
				margin-left: -0.9375rem; } }
		@media print, screen and (min-width: 64em) {
			.row .row {
				margin-right: -0.9375rem;
				margin-left: -0.9375rem; } }
		.row .row.collapse {
			margin-right: 0;
			margin-left: 0; }
	.row.expanded {
		max-width: none; }
	.row:not(.expanded) .row {
		max-width: none; }
	.row.collapse > .column, .row.collapse > .columns {
		padding-right: 0;
		padding-left: 0; }
	.row.is-collapse-child,
	.row.collapse > .column > .row,
	.row.collapse > .columns > .row {
		margin-right: 0;
		margin-left: 0; }

.column, .columns {
	-ms-flex: 1 1 0px;
			flex: 1 1 0px;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	min-width: initial; }

.column.row.row, .row.row.columns {
	float: none;
	display: block; }

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0; }

.flex-container {
	display: -ms-flexbox;
	display: flex; }

.flex-child-auto {
	-ms-flex: 1 1 auto;
			flex: 1 1 auto; }

.flex-child-grow {
	-ms-flex: 1 0 auto;
			flex: 1 0 auto; }

.flex-child-shrink {
	-ms-flex: 0 1 auto;
			flex: 0 1 auto; }

.flex-dir-row {
	-ms-flex-direction: row;
			flex-direction: row; }

.flex-dir-row-reverse {
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse; }

.flex-dir-column {
	-ms-flex-direction: column;
			flex-direction: column; }

.flex-dir-column-reverse {
	-ms-flex-direction: column-reverse;
			flex-direction: column-reverse; }

.small-1 {
	-ms-flex: 0 0 8.33333%;
			flex: 0 0 8.33333%;
	max-width: 8.33333%; }

.small-offset-0 {
	margin-left: 0%; }

.small-2 {
	-ms-flex: 0 0 16.66667%;
			flex: 0 0 16.66667%;
	max-width: 16.66667%; }

.small-offset-1 {
	margin-left: 8.33333%; }

.small-3 {
	-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%; }

.small-offset-2 {
	margin-left: 16.66667%; }

.small-4 {
	-ms-flex: 0 0 33.33333%;
			flex: 0 0 33.33333%;
	max-width: 33.33333%; }

.small-offset-3 {
	margin-left: 25%; }

.small-5 {
	-ms-flex: 0 0 41.66667%;
			flex: 0 0 41.66667%;
	max-width: 41.66667%; }

.small-offset-4 {
	margin-left: 33.33333%; }

.small-6 {
	-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%; }

.small-offset-5 {
	margin-left: 41.66667%; }

.small-7 {
	-ms-flex: 0 0 58.33333%;
			flex: 0 0 58.33333%;
	max-width: 58.33333%; }

.small-offset-6 {
	margin-left: 50%; }

.small-8 {
	-ms-flex: 0 0 66.66667%;
			flex: 0 0 66.66667%;
	max-width: 66.66667%; }

.small-offset-7 {
	margin-left: 58.33333%; }

.small-9 {
	-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%; }

.small-offset-8 {
	margin-left: 66.66667%; }

.small-10 {
	-ms-flex: 0 0 83.33333%;
			flex: 0 0 83.33333%;
	max-width: 83.33333%; }

.small-offset-9 {
	margin-left: 75%; }

.small-11 {
	-ms-flex: 0 0 91.66667%;
			flex: 0 0 91.66667%;
	max-width: 91.66667%; }

.small-offset-10 {
	margin-left: 83.33333%; }

.small-12 {
	-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%; }

.small-offset-11 {
	margin-left: 91.66667%; }

.small-order-1 {
	-ms-flex-order: 1;
			order: 1; }

.small-order-2 {
	-ms-flex-order: 2;
			order: 2; }

.small-order-3 {
	-ms-flex-order: 3;
			order: 3; }

.small-order-4 {
	-ms-flex-order: 4;
			order: 4; }

.small-order-5 {
	-ms-flex-order: 5;
			order: 5; }

.small-order-6 {
	-ms-flex-order: 6;
			order: 6; }

.small-up-1 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-1 > .column, .small-up-1 > .columns {
		-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		max-width: 100%; }

.small-up-2 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-2 > .column, .small-up-2 > .columns {
		-ms-flex: 0 0 50%;
				flex: 0 0 50%;
		max-width: 50%; }

.small-up-3 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-3 > .column, .small-up-3 > .columns {
		-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
		max-width: 33.33333%; }

.small-up-4 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-4 > .column, .small-up-4 > .columns {
		-ms-flex: 0 0 25%;
				flex: 0 0 25%;
		max-width: 25%; }

.small-up-5 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-5 > .column, .small-up-5 > .columns {
		-ms-flex: 0 0 20%;
				flex: 0 0 20%;
		max-width: 20%; }

.small-up-6 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-6 > .column, .small-up-6 > .columns {
		-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
		max-width: 16.66667%; }

.small-up-7 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-7 > .column, .small-up-7 > .columns {
		-ms-flex: 0 0 14.28571%;
				flex: 0 0 14.28571%;
		max-width: 14.28571%; }

.small-up-8 {
	-ms-flex-wrap: wrap;
			flex-wrap: wrap; }
	.small-up-8 > .column, .small-up-8 > .columns {
		-ms-flex: 0 0 12.5%;
				flex: 0 0 12.5%;
		max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem; }

@media print, screen and (min-width: 40em) {
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
		max-width: 8.33333%; }
	.medium-offset-0 {
		margin-left: 0%; }
	.medium-2 {
		-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
		max-width: 16.66667%; }
	.medium-offset-1 {
		margin-left: 8.33333%; }
	.medium-3 {
		-ms-flex: 0 0 25%;
				flex: 0 0 25%;
		max-width: 25%; }
	.medium-offset-2 {
		margin-left: 16.66667%; }
	.medium-4 {
		-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
		max-width: 33.33333%; }
	.medium-offset-3 {
		margin-left: 25%; }
	.medium-5 {
		-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
		max-width: 41.66667%; }
	.medium-offset-4 {
		margin-left: 33.33333%; }
	.medium-6 {
		-ms-flex: 0 0 50%;
				flex: 0 0 50%;
		max-width: 50%; }
	.medium-offset-5 {
		margin-left: 41.66667%; }
	.medium-7 {
		-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
		max-width: 58.33333%; }
	.medium-offset-6 {
		margin-left: 50%; }
	.medium-8 {
		-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
		max-width: 66.66667%; }
	.medium-offset-7 {
		margin-left: 58.33333%; }
	.medium-9 {
		-ms-flex: 0 0 75%;
				flex: 0 0 75%;
		max-width: 75%; }
	.medium-offset-8 {
		margin-left: 66.66667%; }
	.medium-10 {
		-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
		max-width: 83.33333%; }
	.medium-offset-9 {
		margin-left: 75%; }
	.medium-11 {
		-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
		max-width: 91.66667%; }
	.medium-offset-10 {
		margin-left: 83.33333%; }
	.medium-12 {
		-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		max-width: 100%; }
	.medium-offset-11 {
		margin-left: 91.66667%; }
	.medium-order-1 {
		-ms-flex-order: 1;
				order: 1; }
	.medium-order-2 {
		-ms-flex-order: 2;
				order: 2; }
	.medium-order-3 {
		-ms-flex-order: 3;
				order: 3; }
	.medium-order-4 {
		-ms-flex-order: 4;
				order: 4; }
	.medium-order-5 {
		-ms-flex-order: 5;
				order: 5; }
	.medium-order-6 {
		-ms-flex-order: 6;
				order: 6; }
	.medium-up-1 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-1 > .column, .medium-up-1 > .columns {
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
			max-width: 100%; }
	.medium-up-2 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-2 > .column, .medium-up-2 > .columns {
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
			max-width: 50%; }
	.medium-up-3 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-3 > .column, .medium-up-3 > .columns {
			-ms-flex: 0 0 33.33333%;
					flex: 0 0 33.33333%;
			max-width: 33.33333%; }
	.medium-up-4 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-4 > .column, .medium-up-4 > .columns {
			-ms-flex: 0 0 25%;
					flex: 0 0 25%;
			max-width: 25%; }
	.medium-up-5 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-5 > .column, .medium-up-5 > .columns {
			-ms-flex: 0 0 20%;
					flex: 0 0 20%;
			max-width: 20%; }
	.medium-up-6 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-6 > .column, .medium-up-6 > .columns {
			-ms-flex: 0 0 16.66667%;
					flex: 0 0 16.66667%;
			max-width: 16.66667%; }
	.medium-up-7 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-7 > .column, .medium-up-7 > .columns {
			-ms-flex: 0 0 14.28571%;
					flex: 0 0 14.28571%;
			max-width: 14.28571%; }
	.medium-up-8 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.medium-up-8 > .column, .medium-up-8 > .columns {
			-ms-flex: 0 0 12.5%;
					flex: 0 0 12.5%;
			max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-ms-flex: 1 1 0px;
				flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
	.medium-flex-dir-row {
		-ms-flex-direction: row;
				flex-direction: row; }
	.medium-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse; }
	.medium-flex-dir-column {
		-ms-flex-direction: column;
				flex-direction: column; }
	.medium-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
				flex-direction: column-reverse; }
	.medium-flex-child-auto {
		-ms-flex: 1 1 auto;
				flex: 1 1 auto; }
	.medium-flex-child-grow {
		-ms-flex: 1 0 auto;
				flex: 1 0 auto; }
	.medium-flex-child-shrink {
		-ms-flex: 0 1 auto;
				flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
	-ms-flex: 0 0 100%;
			flex: 0 0 100%; }
	@media print, screen and (min-width: 40em) {
		.row.medium-unstack > .column, .row.medium-unstack > .columns {
			-ms-flex: 1 1 0px;
					flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0; }
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
	.large-1 {
		-ms-flex: 0 0 8.33333%;
				flex: 0 0 8.33333%;
		max-width: 8.33333%; }
	.large-offset-0 {
		margin-left: 0%; }
	.large-2 {
		-ms-flex: 0 0 16.66667%;
				flex: 0 0 16.66667%;
		max-width: 16.66667%; }
	.large-offset-1 {
		margin-left: 8.33333%; }
	.large-3 {
		-ms-flex: 0 0 25%;
				flex: 0 0 25%;
		max-width: 25%; }
	.large-offset-2 {
		margin-left: 16.66667%; }
	.large-4 {
		-ms-flex: 0 0 33.33333%;
				flex: 0 0 33.33333%;
		max-width: 33.33333%; }
	.large-offset-3 {
		margin-left: 25%; }
	.large-5 {
		-ms-flex: 0 0 41.66667%;
				flex: 0 0 41.66667%;
				display: flex;
				flex-wrap: wrap;
		max-width: 41.66667%; }
	.large-offset-4 {
		margin-left: 33.33333%; }
	.large-6 {
		-ms-flex: 0 0 50%;
				flex: 0 0 50%;
		max-width: 50%; }
	.large-offset-5 {
		margin-left: 41.66667%; }
	.large-7 {
		-ms-flex: 0 0 58.33333%;
				flex: 0 0 58.33333%;
		max-width: 58.33333%; }
	.large-offset-6 {
		margin-left: 50%; }
	.large-8 {
		-ms-flex: 0 0 66.66667%;
				flex: 0 0 66.66667%;
		max-width: 66.66667%; }
	.large-offset-7 {
		margin-left: 58.33333%; }
	.large-9 {
		-ms-flex: 0 0 75%;
				flex: 0 0 75%;
		max-width: 75%; }
	.large-offset-8 {
		margin-left: 66.66667%; }
	.large-10 {
		-ms-flex: 0 0 83.33333%;
				flex: 0 0 83.33333%;
		max-width: 83.33333%; }
	.large-offset-9 {
		margin-left: 75%; }
	.large-11 {
		-ms-flex: 0 0 91.66667%;
				flex: 0 0 91.66667%;
		max-width: 91.66667%; }
	.large-offset-10 {
		margin-left: 83.33333%; }
	.large-12 {
		-ms-flex: 0 0 100%;
				flex: 0 0 100%;
		max-width: 100%; }
	.large-offset-11 {
		margin-left: 91.66667%; }
	.large-order-1 {
		-ms-flex-order: 1;
				order: 1; }
	.large-order-2 {
		-ms-flex-order: 2;
				order: 2; }
	.large-order-3 {
		-ms-flex-order: 3;
				order: 3; }
	.large-order-4 {
		-ms-flex-order: 4;
				order: 4; }
	.large-order-5 {
		-ms-flex-order: 5;
				order: 5; }
	.large-order-6 {
		-ms-flex-order: 6;
				order: 6; }
	.large-up-1 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-1 > .column, .large-up-1 > .columns {
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
			max-width: 100%; }
	.large-up-2 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-2 > .column, .large-up-2 > .columns {
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
			max-width: 50%; }
	.large-up-3 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-3 > .column, .large-up-3 > .columns {
			-ms-flex: 0 0 33.33333%;
					flex: 0 0 33.33333%;
			max-width: 33.33333%; }
	.large-up-4 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-4 > .column, .large-up-4 > .columns {
			-ms-flex: 0 0 25%;
					flex: 0 0 25%;
			max-width: 25%; }
	.large-up-5 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-5 > .column, .large-up-5 > .columns {
			-ms-flex: 0 0 20%;
					flex: 0 0 20%;
			max-width: 20%; }
	.large-up-6 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-6 > .column, .large-up-6 > .columns {
			-ms-flex: 0 0 16.66667%;
					flex: 0 0 16.66667%;
			max-width: 16.66667%; }
	.large-up-7 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-7 > .column, .large-up-7 > .columns {
			-ms-flex: 0 0 14.28571%;
					flex: 0 0 14.28571%;
			max-width: 14.28571%; }
	.large-up-8 {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		.large-up-8 > .column, .large-up-8 > .columns {
			-ms-flex: 0 0 12.5%;
					flex: 0 0 12.5%;
			max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-ms-flex: 1 1 0px;
				flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
	.large-flex-dir-row {
		-ms-flex-direction: row;
				flex-direction: row; }
	.large-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
				flex-direction: row-reverse; }
	.large-flex-dir-column {
		-ms-flex-direction: column;
				flex-direction: column; }
	.large-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
				flex-direction: column-reverse; }
	.large-flex-child-auto {
		-ms-flex: 1 1 auto;
				flex: 1 1 auto; }
	.large-flex-child-grow {
		-ms-flex: 1 0 auto;
				flex: 1 0 auto; }
	.large-flex-child-shrink {
		-ms-flex: 0 1 auto;
				flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
	-ms-flex: 0 0 100%;
			flex: 0 0 100%; }
	@media print, screen and (min-width: 64em) {
		.row.large-unstack > .column, .row.large-unstack > .columns {
			-ms-flex: 1 1 0px;
					flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0; }
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem; } }

.shrink {
	-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	max-width: 100%; }

.column-block {
	margin-bottom: 1.875rem; }
	.column-block > :last-child {
		margin-bottom: 0; }

.align-right {
	-ms-flex-pack: end;
			justify-content: flex-end; }

.align-center {
	-ms-flex-pack: center;
			justify-content: center; }

.align-justify {
	-ms-flex-pack: justify;
			justify-content: space-between; }

.align-spaced {
	-ms-flex-pack: distribute;
			justify-content: space-around; }

.align-top {
	-ms-flex-align: start;
			align-items: flex-start; }

.align-self-top {
	-ms-flex-item-align: start;
			align-self: flex-start; }

.align-bottom {
	-ms-flex-align: end;
			align-items: flex-end; }

.align-self-bottom {
	-ms-flex-item-align: end;
			align-self: flex-end; }

.align-middle {
	-ms-flex-align: center;
			align-items: center; }

.align-self-middle {
	-ms-flex-item-align: center;
			-ms-grid-row-align: center;
			align-self: center; }

.align-stretch {
	-ms-flex-align: stretch;
			align-items: stretch; }

.align-self-stretch {
	-ms-flex-item-align: stretch;
			-ms-grid-row-align: stretch;
			align-self: stretch; }

.small-order-1 {
	-ms-flex-order: 1;
			order: 1; }

.small-order-2 {
	-ms-flex-order: 2;
			order: 2; }

.small-order-3 {
	-ms-flex-order: 3;
			order: 3; }

.small-order-4 {
	-ms-flex-order: 4;
			order: 4; }

.small-order-5 {
	-ms-flex-order: 5;
			order: 5; }

.small-order-6 {
	-ms-flex-order: 6;
			order: 6; }

@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		-ms-flex-order: 1;
				order: 1; }
	.medium-order-2 {
		-ms-flex-order: 2;
				order: 2; }
	.medium-order-3 {
		-ms-flex-order: 3;
				order: 3; }
	.medium-order-4 {
		-ms-flex-order: 4;
				order: 4; }
	.medium-order-5 {
		-ms-flex-order: 5;
				order: 5; }
	.medium-order-6 {
		-ms-flex-order: 6;
				order: 6; } }

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		-ms-flex-order: 1;
				order: 1; }
	.large-order-2 {
		-ms-flex-order: 2;
				order: 2; }
	.large-order-3 {
		-ms-flex-order: 3;
				order: 3; }
	.large-order-4 {
		-ms-flex-order: 4;
				order: 4; }
	.large-order-5 {
		-ms-flex-order: 5;
				order: 5; }
	.large-order-6 {
		-ms-flex-order: 6;
				order: 6; } }

.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
			transform: translateY(0); }

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
			transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
			transform: translateX(0); }

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
			transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
	-ms-transform: translateY(0);
			transform: translateY(0); }

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
			transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
	-ms-transform: translateX(0);
			transform: translateX(0); }

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
			transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
	-ms-transform: translateY(100%);
			transform: translateY(100%); }

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
			transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
	-ms-transform: translateX(100%);
			transform: translateX(100%); }

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
			transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
	-ms-transform: translateY(-100%);
			transform: translateY(-100%); }

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
			transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
	-ms-transform: translateX(-100%);
			transform: translateX(-100%); }

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
	opacity: 1; }

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
	opacity: 0; }

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
			transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
			transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
			transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
			transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
			transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
			transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1; }

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
			transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0; }

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
			transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0; }

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
			transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0; }

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
			transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
			transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
			transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0; }

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
			transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
			transform: scale(1);
	opacity: 1; }

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
			transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
	-ms-transform: scale(1);
			transform: scale(1);
	opacity: 1; }

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
			transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
	-ms-transform: scale(1.5);
			transform: scale(1.5);
	opacity: 0; }

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
			transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
	-ms-transform: scale(0.5);
			transform: scale(0.5);
	opacity: 0; }

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
			transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
			transform: rotate(0);
	opacity: 1; }

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
			transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
	-ms-transform: rotate(0.75turn);
			transform: rotate(0.75turn);
	opacity: 0; }

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
			transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
	-ms-transform: rotate(0);
			transform: rotate(0);
	opacity: 1; }

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
			transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
	-ms-transform: rotate(-0.75turn);
			transform: rotate(-0.75turn);
	opacity: 0; }

.slow {
	transition-duration: 150ms !important; }

.fast {
	transition-duration: 150ms !important; }

.linear {
	transition-timing-function: linear !important; }

.ease {
	transition-timing-function: ease !important; }

.ease-in {
	transition-timing-function: ease-in !important; }

.ease-out {
	transition-timing-function: ease-out !important; }

.ease-in-out {
	transition-timing-function: ease-in-out !important; }

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
	transition-delay: 300ms !important; }

.long-delay {
	transition-delay: 700ms !important; }

.shake {
	animation-name: shake-7; }

@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		transform: translateX(7%); }
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		transform: translateX(-7%); } }

.spin-cw {
	animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(-1turn); }
	100% {
		transform: rotate(0); } }

.spin-ccw {
	animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
	0% {
		transform: rotate(0); }
	100% {
		transform: rotate(1turn); } }

.wiggle {
	animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
	40%, 50%, 60% {
		transform: rotate(7deg); }
	35%, 45%, 55%, 65% {
		transform: rotate(-7deg); }
	0%, 30%, 70%, 100% {
		transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	animation-duration: 500ms; }

.infinite {
	animation-iteration-count: infinite; }

.slow {
	animation-duration: 150ms !important; }

.fast {
	animation-duration: 150ms !important; }

.linear {
	animation-timing-function: linear !important; }

.ease {
	animation-timing-function: ease !important; }

.ease-in {
	animation-timing-function: ease-in !important; }

.ease-out {
	animation-timing-function: ease-out !important; }

.ease-in-out {
	animation-timing-function: ease-in-out !important; }

.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
	animation-delay: 300ms !important; }

.long-delay {
	animation-delay: 700ms !important; }


/* Fancybox
========================================================================== */

.fancybox-enabled {
	overflow: hidden; }

.fancybox-enabled body {
	overflow: visible;
	height: 100%; }

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden; }

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
	z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; }

.fancybox-bg {
	background: white;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
	opacity: 0.5;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px; }

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
	top: 0;
	right: 0; }

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; }

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block; }

.fancybox-slide--image {
	overflow: visible; }

.fancybox-slide--image::before {
	display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF; }

.fancybox-slide--next {
	z-index: 99995; }

.fancybox-slide > div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.fancybox-spaceball {
	z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff; }

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff; }

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default; }

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer; }

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2; }

.fancybox-close-small:focus:after {
	outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 36px;
	color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff; }

/* Caption */
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none; }

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all; }

.fancybox-caption a {
	color: #fff;
	text-decoration: underline; }

/* Buttons */
.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none; }

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
	background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor; }

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--left {
	border-bottom-left-radius: 5px; }

.fancybox-button--right {
	border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px); }

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s; }

.fancybox-arrow::after {
	content: '';
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px; }

.fancybox-arrow--right {
	right: 0; }

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0; }

.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0; }
	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important; }
	.fancybox-caption {
		padding: 20px 0;
		margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent; }

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px; }

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
	display: none; }

.fancybox-button--thumbs {
	display: none; }

@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block; }
	.fancybox-button--thumbs span {
		font-size: 24px; }
	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995; }
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block; }
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px; }
	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0; }
	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box; }
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1); }
	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }
	.fancybox-thumbs > ul > li:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1; } }


/* Custom
========================================================================== */

#consolPopup {
	display:none;
	min-width:300px !important;
	min-height: 100px!important;
	width: 30%;
	margin:0;
	padding:30px;
	background-color: #009860;
	color: white;
	-webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.3);
}
.mc-layout__modalContent{
	overflow: hidden!important;
}

#consolPopup .title{
	text-align: center;
  font-family: 'Facto-medium', sans-serif;
  color: white;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}

#consolPopup p{
	color: white;
	text-align: center;
}

/* Common
========================================================================== */

a{
	text-decoration: none;
	color: #009860;
}

a:hover, a:visited{
	color: #009860;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

strong{
	font-family: 'Facto-bold', sans-serif;
}

p{
	font-family: 'Facto-regular', sans-serif;
	color: rgba(74,74,74,1);
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5{
	font-family: 'Facto-medium', sans-serif;
	color: rgba(74,74,74,1);
	font-weight: normal;
}

input[type=email]{
	border: rgba(74,74,74,1) 1px solid;
	padding: 11px;
	font-size: 14px;
	min-width: 280px;
}

input[type=submit]{
	font-family: 'Facto-medium', sans-serif;
	padding: 10px 15px;
	font-size: 14px;
	color: #009860;
	text-transform: uppercase;
	height: 38px;
	border: #009860 2px solid;
	border-radius: 0px;
	background: white;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

input[type=submit]:hover{
	background: #009860;
	color: white;
}

input#place_order[type=submit]{
	font-family: 'Facto-medium', sans-serif;
	margin-top: 20px;
	padding: 15px 20px;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	height: 50px;
	border: #009860 2px solid;
	border-radius: 0px;
	background: #009860;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

input#place_order[type=submit]:hover{
	background: white;
	color: #009860;
}

table tr{
	border: none;
}

#content{
	/*margin-left: 2%;
	margin-right: 2%;*/
	padding-top: 116px;
}

.home #content{
	margin-left: 0;
	margin-right: 0;
}



/* Header
========================================================================== */

.cupon{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 12px;
	font-family: 'Facto-regular', sans-serif;
}

.cupon strong{
	font-family: 'Facto-bold', sans-serif;
}

.message-general{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #009860;
	color: #fff;
	font-size: 14px;
	font-family: 'Facto-regular', sans-serif;
}

header{
	border-bottom: 1px solid rgba(223,223,223, 1);
	margin: 0 auto;
	padding:45px 0 20px 0;
	width: 100%;
	height: 116px;
	position: fixed;
	background: white;
	z-index: 100;
}

header ul{
	margin: 18px 0 0 0;
	padding: 0;
	display: inline-block;
}

header li{
	margin:0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

header li a:before{
	content: " ";
	background: url(https://www.juicelab.es/wp-content/uploads/plus-icon.svg);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 3px;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

header li a:hover:before{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

header li a{
	font-size: 16px;
	font-family: 'Facto-regular', sans-serif;
	text-transform: uppercase;
	color: rgba(74,74,74,1);
	margin: 10px 20px 0 20px;
}

header li a:hover{
	color: #005432!important;
}

header li a:visited{
	color: inherit;
}

header li.current-menu-item a,
header li.current_page_parent a{
	color: #009860;
	border-bottom: 1px solid #009860;
}

.page-id-23 header li#menu-item-55 a,
.term-30 header li#menu-item-319 a,
.term-31 header li#menu-item-319 a,
.term-102 header li#menu-item-319 a,
.term-34 header li#menu-item-319 a,
.term-32 header li#menu-item-319 a,
.term-33 header li#menu-item-319 a,
.term-37 header li#menu-item-319 a,
.page-id-17 header li#menu-item-72 a,
.page-id-19 header li#menu-item-72 a,
.page-id-21 header li#menu-item-72 a,
.page-id-27 header li#menu-item-74 a,
.page-id-25 header li#menu-item-74 a,
.page-id-29 header li#menu-item-74 a{
	color: #009860;
	border-bottom: 1px solid #009860;
}

.logo{
	height: 50px;
	margin: 0 auto;
	display: block;
}

.menu-primary-container{
	text-align: right;
}

.menu-secondary-container,.menu-cart-container{
	display: inline-block;
}

.cart-icon{
	height: 40px;
	margin-right: 0;
	float: right;
	margin-top: 4px;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	-o-transition: 250ms ease;
	transition: 250ms ease;
}

.cart-icon:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.social-icon{
	height: 25px;
	margin-left: 0;
	margin-right: 7px;
	float: left;
	margin-top: 12px;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	-o-transition: 250ms ease;
	transition: 250ms ease;
}

.social-icon:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.logo-mobile, #hamburger{
	display: none;
}
.header-mobile{
	visibility: hidden;
	display: none;
}

.mm-listview {
	font-size: 14px;
}

.mm-title{
	padding-top: 20px!important;
}

.mm-btn{
	width: 60px!important;
	height: 60px!important;
}

.mm-listview>li>a, .mm-listview>li>span {
	padding: 20px 10px 20px 30px;
	text-transform: uppercase!important;
}

a.mm-next:before {
	content: " ";
	background-image: url(https://www.juicelab.es/wp-content/uploads/plus-icon.svg);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	top: 24px!important;
	left: 15px!important;
}

.mm-navbar.mm-hasbtns {
	height: 60px!important;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview{
	margin-top: 0!important;
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
	background: rgba(0,0,0,.0)!important;
	color: #009860!important
}

/* Footer
========================================================================== */

footer{
	border-top: 1px solid rgba(223,223,223, 1);
	padding-top: 50px;
	margin-top: 50px;
}

footer .designer{
	color: #D1D1D1;
	font-size: 11px;
}

.section-footer1{
	padding-bottom: 62px;
}

.copy-text p{
	line-height: 38px;
	margin: 0;
	color: #999;
	float: right;
}

.copy-text p a{
	color: #555;
}

.social-icons{
	float: right;
}

.social-icons img{
	display: inline-block;
	margin-right: 7px;
	width: 38px;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.social-icons img:hover{
	opacity: .5;
}

.map-icon{
	height: 24px;
	margin-right: 10px;
}

.cards-icons{
	text-align: center;
}

.cards-icons img{
	margin: 0 10px;
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	opacity: .5;
}

.cards-icons img:hover{
	margin: 0 10px;
	-webkit-filter: grayscale(0); /* Webkit */
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* W3C */
	opacity: 1;
}

.section-footer0{
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 0px solid rgba(223,223,223, 1);
	font-size: 13px;
}

.section-footer0 .mc-field-group{
	display: inline-block!important;
}

.section-footer0 .mc-field-group label{
	display: block!important;
	margin-bottom: 3px;
	margin-top: 5px;
}

.section-footer0 input[type=email],
.section-footer0 input[type=text]{
	font-family: 'Facto-regular', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	border: 1px solid rgba(223,223,223, 1);
	display: inline-block;
	padding: 10px 5px;
	margin-right: 10px;
	width: 180px!important;
	min-width: 180px!important
}

.section-footer0 .clear{
	display: inline-block;
}

.section-footer0 input[type=submit]{
	display: inline-block;
	margin-top: 15px;
}

.section-footer0 .boletin-titulo{
	display: inline-block;
	text-transform: uppercase;
	font-size: 19px;
	text-align: left;
	margin: 30px 0 0 0;
	font-family: 'Facto-medium', sans-serif;
	color: rgba(74,74,74,1);
	font-weight: normal;
}

.section-footer0 .boletin-arrow{
	display: inline-block;
	margin-left: 10px;
	margin-top: -3px;
}

.section-footer2 li{

}

.section-footer2 li{
	font-size: 14px;
}

.section-footer2 li a{
	color: #4a4a4a;
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
}

.section-footer2 li a:hover{
	color: #009860;
}

.section-footer2 .justicia{
	color: #999;
	font-size: 14px;
	margin-top: 20px;
}

footer h4{
	text-transform: uppercase;
	font-size: 16px;
}

.section-footer3{
	background: rgba(249,249,249,1);
	color: rgba(178,178,178,1);
	padding: 30px;
	margin-top: 62px;
	font-size: 14px;
}

.cookie-bar-bar .ctcc-inner{
	font-size: 14px;
}

/* Home
========================================================================== */

.royalSlider{
	margin: 0 auto;
}

.rsABlock{
	background: white;
	padding: 20px;
	background-image: url(https://www.juicelab.es/wp-content/uploads/plus-icon.svg);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 94% 90%;
}

.rsABlock p{
	font-size: 25px;
	text-transform: uppercase;
}

.rsABlock strong{
	color: #009860;
}

.rsDefaultInv .rsBullets{
	margin-top: -40px!important;
	width: 100%!important;
}

.rsDefaultInv .rsBullet{
	width: 11px!important;
	height: 11px!important;
}

.rsDefaultInv .rsBullet span{
	width: 11px!important;
	height: 11px!important;
	background: #fff!important;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #009860!important;
}

.home h1{
	margin-top: 125px;
	margin-bottom: 50px;
	font-size: 26px;
}

blockquote{
	margin: 0 0 0 1%;
	display: inline-block;
	width: 80px;
	height: 70px;
	vertical-align: top;
}

blockquote p{
	margin: 0!important;
	font-size: 49px!important;
	font-family: 'Facto-medium', sans-serif;
	display: inline-block!important;
}

blockquote p:before{
	content: " ";
	background: url(https://www.juicelab.es/wp-content/uploads/circle-icon.svg);
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 3px;
	margin-top: 10px;
	vertical-align: top;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.section0{
	display: block;
	clear: both;
}

.section1{
	padding: 32px 0;
	display: block;
}

.section2{
	padding: 32px 0 65px 0;
	display: block;
}

.section3{
	padding: 65px 32px;
	display: block;
}

.section1 p{
	font-size: 14px;
	margin-right: 5%;
	margin-left: 5%;
}

.section1 h2{
	display: inline-block;
	width: 60%;
	font-size: 19px;
	color: #009860;
	font-family: 'Facto-regular', sans-serif;
	margin: 10px 0 10px 0;
	margin: 10px 0 0 0;
	line-height: 22px;
}

.section2 h3{
	text-transform: uppercase;
	font-size: 19px;
	margin: 10px 0 5px 0;
}

.section2 h3:before{
	content: " ";
	background: url(https://www.juicelab.es/wp-content/uploads/circle-icon.svg);
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: 30%;
}

.section2 h3 a{
	color: rgba(74,74,74,1);
}

.section2 h3 a:hover{
	color: #009860;
}

.section2 p{
	font-size: 14px;
	font-style: italic;
}

.section2 img:hover{
	width: 120%;
}

.section2 .photo{
	position: relative;
	overflow: hidden;
}

.section2 .photo img{
  -webkit-transition: 3000ms linear;
  -moz-transition: 3000ms linear;
  -o-transition: 3000ms linear;
  transition: 3000ms linear;
}

.section2 .photo:hover img{
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  cursor: pointer;
}

.section3{
	border-top: 1px solid rgba(223,223,223, 1);
	text-align: center;
	padding-bottom: 0;
}

.section3 h3{
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin: 10px 0 5px 0;
}

.section3 .photo{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 20px;
}

.section3 .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.section3 .photo:hover img{
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	transform: scale(.95);
	cursor: pointer;
}

.section4 h4{
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin: 40px 0 5px 0;
	font-family: 'Facto-regular', sans-serif;
	color: #009860;
}

.section4 .photo{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 20px;
}

.section4 .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.section4 .photo:hover img{
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	transform: scale(.95);
	cursor: pointer;
}

.section5{
	padding-top: 65px;
	display: block;
	border-top: 1px solid rgba(223,223,223, 1);
}

.section5 h4{
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin: 10px 0 0px 0;
}

.section5 .photo{
	position: relative;
	overflow: hidden;
}

.section5 .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.section5 .photo:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

.home .index.common article .meta {
	font-size: 14px;
	color: rgb(199,199,199);
	margin-top: 10px;
}

.home .index.common article {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: none;
}

#new-royalslider-3{
	background: white!important;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
	background: white!important;
}

#sb_instagram .sbi_photo{
	background-size: 270px 270px!important;
}

/* Common template
========================================================================== */

.common h1{
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	margin: 50px 0 25px 0;
}

.common .header-img{
	margin-bottom: 40px;
	margin-top: 0;
}

.common .cat-header-img{
	margin-bottom: 60px;
	margin-top: 20px;
}

.common .submenu{
	text-align: center;
	margin: 0 auto 35px auto;
	border-top: 0px solid rgba(223,223,223, 1);
	border-bottom: 1px solid rgba(223,223,223, 1);
}

.common .submenu li{
	display: inline-block;
	padding: 15px 15px 25px 15px;
}

.common .submenu li a{
	text-transform: uppercase;
	font-size: 15px;
	color: #4a4a4a;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.common .submenu li a:hover{
	color: #005432;
}

.common .submenu li.current-menu-item a,
.common .submenu li.current-page-ancestor a{
	color: #009860;
	border-bottom: 1px solid #009860;
}

.common h2{
	display: inline-block;
	width: 60%;
	font-size: 19px;
	color: #009860;
	font-family: 'Facto-regular', sans-serif;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	line-height: 22px;
}

.common h3{
	display: block;
	font-size: 19px;
	color: #009860;
	font-family: 'Facto-regular', sans-serif;
	margin: 0 0 20px 5%;
	text-transform: uppercase;
	line-height: 22px;
}

.common p{
	font-size: 15px;
	margin-right: 5%;
	margin-left: 5%;
}

.common .list li:before{
	content: "-";
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin-left: -5%;
	margin-top: 2px;
	vertical-align: top;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.common .list li{
	font-size: 14px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 15px;
}

.space1{
	height: 41px;
	display: block;
}

.space2{
	height: 80px;
	display: block;
}

/* Envíos template
========================================================================== */

.envios.common table tr{

}

.envios.common table td{
	border-bottom: 1px solid rgba(223,223,223, 1);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

/* Mi cuenta
========================================================================== */

.woocommerce-MyAccount-navigation{
	text-align: center;
	margin: 0 auto 50px auto;
	border-top: 1px solid rgba(223,223,223, 1);
	border-bottom: 1px solid rgba(223,223,223, 1);
}

.woocommerce-MyAccount-navigation li{
	display: inline-block;
	text-align: center;
	padding: 15px 10px;
}

.woocommerce-MyAccount-navigation ul li a{
	font-size: 14px;
	font-family: 'Facto-regular', sans-serif;
	text-transform: uppercase;
	color: rgba(74,74,74,1);
}

form p{
	text-align: center;
}

.woocommerce-account h3,
.woocommerce-account h2{
	width: 100%;
	text-align: center;
	margin: 2em auto;
}

.woocommerce-account input[type=text],
.woocommerce-account input[type=password],
.woocommerce-account input[type=email],
.woocommerce-account input[type=tel]{
	border: rgba(74,74,74,1) 1px solid;
	padding: 11px;
	font-size: 14px;
	min-width: 280px;
}

.woocommerce-account .select2-container{
	width: 280px!important;
	border: rgba(74,74,74,1) 1px solid!important;
	border-radius: 0!important;
}

.select2-container--default .select2-selection--single{
  background-color: #f9f9f9!important;
  border: 1px solid #ddd!important;
  border-radius: 0px!important;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}

.woocommerce-account input[type=submit]{
	margin-bottom: 20px;
}

.woocommerce-account label{
	display: block;
}

.woocommerce-account fieldset{
	margin: 20px 0!important;
}

.woocommerce-orders-table {
	text-align: left;
}

.woocommerce-orders-table thead tr th{
	border-bottom: rgba(74,74,74,1) 1px solid;
	text-align: left;
}

.woocommerce-orders-table tbody tr td{
	text-align: left!important;
}


/* Amigos template
========================================================================== */

.amigos.common .submenu{
	margin: 0 auto 40px auto;
}

.amigos.common h2{
	margin-bottom: 30px;
	margin-left: 0;
}

.amigos .photo{
	position: relative;
	overflow: hidden;
}

.amigos .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.amigos .photo:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

/* Tratamientos template
========================================================================== */

.tratamientos.common .tablepress{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.tratamientos.common .tablepress td.column-1,
.tratamientos.common .tablepress td.column-2{
	width: 50%;
	border:none;
}

.tablepress td{
	border:none;
}

.tratamientos blockquote {
	margin: 0 0 0 1%;
	display: inline-block;
	float: left;
	width: 80px;
	height: 50px;
	vertical-align: top;
}

.tratamientos blockquote p {
	margin: 0!important;
	font-size: 41px!important;
	line-height: 41px!important;
	font-family: 'Facto-medium', sans-serif;
	display: inline-block!important;
}

.tratamientos.common h2{
	font-size: 15px;
	color: rgba(74, 74, 74,.5);
	font-family: 'Facto-regular', sans-serif;
	margin: 0 0 0 0;
	text-transform: none;
	line-height: 16px;
}

.tratamientos.common h4{
	font-size: 18px;
	color: rgba(74, 74, 74, 1);
	font-family: 'Facto-medium', sans-serif;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	line-height: 22px;
	clear: right;
}

.tratamientos.common h4 a{
	color: #009860;
}

.tratamientos.common h5 a{
	font-family: 'Facto-medium', sans-serif;
	text-align: center;
	margin: 30px auto;
	display: block;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	color: rgba(74,74,74,1);
	text-transform: uppercase;
	height: 38px;
	border: rgba(74,74,74,1) 1px solid;
	background: white;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

.tratamientos.common h5 a:hover{
	background: #009860;
	color: white;
	border: #009860 1px solid;
}

.tratamientos .explication{
	display: block;
	clear: both;
	padding-top: 20px;
}

/* Tiendas template
========================================================================== */

.tiendas.common p {
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
}

.tienda-ind.common h2{
	margin-top: 0;
	font-size: 23px;
}

.tienda-ind.common section{
	margin-top: 30px;
}

iframe{
	width: 100%;
}

.tiendas.common .photo{
	position: relative;
	overflow: hidden;
}

.tiendas.common .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.tiendas.common .photo:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

/* Comprar template
========================================================================== */

.comprar .wccpf_fields_table,
.archive .wccpf_fields_table{
	display: none;
}

.alert{
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
}

.alert p{
	color: red;
}

.alertsingle{
	text-transform: uppercase;
	text-align: left;
	margin-top: 40px;
}

.alertsingle p{
	color: red;
	font-size: 12px;
}

.comprar .woocommerce-variation-add-to-cart{
	margin-top: 10px;
	margin-bottom: 0;
}

.comprar.common h3{
	display: block;
	font-size: 19px;
	color: #009860 ;
	font-family: 'Facto-medium', sans-serif;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	line-height: 18px;
	min-height: 36px;
}

.comprar.common h3 span{
	color: rgba(74,74,74,1);
}

.quantity.hidden{
	display: none;
}

.quantity{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

.short-description p{
	margin: 10px 0 0 0;
	padding: 0;
	min-height: 90px;
}

.comprar label[for=tamano]{
	display: none;
}

.comprar .woocombo-container {
	padding-top: 0;
	display: block;
	clear: both;
}

.comprar td.label{
	display: none;
}

.comprar .woocommerce-variation-price {
	margin: 20px 0 0 0;
	text-align: right;
}

.comprar .photo{
  position: relative;
  overflow: hidden;
}

.comprar .photo img{
  -webkit-transition: 150ms ease;
  -moz-transition: 150ms ease;
  -o-transition: 150ms ease;
  transition: 150ms ease;
}

.comprar .photo:hover img{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.comprar table.variations{
	height: 60px;
	width: 60%;
	float: left;
}

.comprar .woocommerce-variation.single_variation{
	height: 35px!important;
	width: 40%;
	float: right;
}

.comprar .woocommerce-variation-description{
	display: none;
}

.comprar .woocommerce-variation-availability{
	display: none;
}

.comprar .quantity.buttons_added{
	display: none!important;
}

.comprar .quantity {
	display: none;
}

.comprar .quantity .plus,
.comprar .quantity .minus {
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
	position: absolute;
	text-align: center;
	width: 1.387em;
	height: 1.12em;
	text-decoration: none;
	overflow: visible;
	text-decoration: none;
	cursor: pointer;
	color: #515151;
	border: 0px solid #bbb3b9;
	background-color: white;
	text-shadow: none;
	line-height: 1;
	background-image: none;
}

.comprar .quantity .minus {
	display: none;
}

.comprar .quantity .plus {
	display: none;
}

.comprar input[type=number] {
	display: none;
}

.comprar .single_add_to_cart_button{
	font-family: 'Facto-medium', sans-serif;
	padding: 11px;
	width: 100%;
	top:0px;
	position: relative;
	margin: 0;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #009860;
	text-transform: uppercase;
	height: 38px;
	border: #009860 2px solid;
	background: white;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

.comprar .single_add_to_cart_button:hover {
	background: #009860;
	color: white;
}

.product{
	margin-bottom: 150px;
}

.product .price{
	font-size: 19px;
}

.comprar .woocombo-entity-wrapper .woocombo-active {
	background-color: white;
	border: #009860 1px solid;
	color: #009860;
	padding: 11px;
	font-size: 14px;
	-webkit-transition: background 150ms ease-in-out;
	-moz-transition: background 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}

.comprar .woocombo-entity-wrapper .woocombo-active:hover{
	border: #009860 1px solid;
}

/* Product single template
========================================================================== */

.product.common h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 21px;
}

.by-brand{
	font-size: 13px;
	color: #999999;
	display: inline-block;
	font-style: italic;
}

.by-brand div{
	display: inline-block;
}

.woocommerce-breadcrumb{
	font-size: 14px;
	color: #999999;
}

.next-product{
	position: absolute;
	top: 50vh;
	right: 15px;
	-webkit-transform: rotate(-90deg) translate(100%,0);
	-moz-transform: rotate(-90deg) translate(100%,0);
	-ms-transform: rotate(-90deg) translate(100%,0);
	-o-transform: rotate(-90deg) translate(100%,0);
	transform: rotate(-90deg) translate(100%,0);
	line-height: 1em;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.previous-product{
	position: absolute;
	top: 50vh;
	left: 15px;
	-webkit-transform: rotate(-90deg) translate(100%,0);
	-moz-transform: rotate(-90deg) translate(100%,0);
	-ms-transform: rotate(-90deg) translate(100%,0);
	-o-transform: rotate(-90deg) translate(100%,0);
	transform: rotate(-90deg) translate(100%,0);
	line-height: 1em;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.next2-product{
	position: absolute;
	top: 50vh;
	right: 20px;
	font-size: 19px;
}

.previous2-product{
	position: absolute;
	top: 50vh;
	left: 20px;
	font-size: 19px;
}

.pswp__bg{
	background: rgba(255,255,255,.9)!important;
}

.pswp__img{
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.35);
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(74,74,74,.5)!important;
}

.pswp__caption{
	display: none!important;
}

.product.common .content-single-1bis ul{
	margin-top: 20px;
	margin-bottom: 10px;
}

.product.common .content-single-1bis li{
	margin-bottom: 10px;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	font-size: 14px;
	font-family: 'Facto-medium';
}

.product.common .content-single-1bis li:hover{
	margin-left: 5px;
}

.product.common .content-single-1bis .photo{
	margin-right: 4px;
	display: inline-block;
}

.product.common h1 span{
	color: rgba(74,74,74,1);
}

.product.common p{
	margin: 0 0 15px 0;
	display: block;
}

.product.common hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-bottom: rgba(223,223,223, 1) 1px solid;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}

p.stock.in-stock,
p.stock.out-of-stock{
	display: none;
}

.product.common .featured-image{
	text-align: center;
}

.product.common .featured-image img{
	margin: 0 auto;
}

.product.common h1{
	text-align: left;
	color: #009860;
}

.product.common .description p{
	margin: 0 0 20px 0;
}

.content-single-2{
	padding: 20px;
	margin-top: 45px;
	margin-bottom: 25px;
	border: rgba(223,223,223, 1) 1px solid;
	width: 100%;
	font-size: 13px;
	color: #999;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.content-single-2:hover{
	border: rgba(74,74,74,1) 1px solid;
}

.content-single-2 p{
	color: #999;
	width: auto;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.content-single-2:hover p,
.content-single-2:hover li{
	color: rgba(74,74,74,1);
}

.content-single-2 li{
	line-height: 20px;
}

.related{
	border-top: 1px solid rgba(223,223,223, 1);
	font-size: 14px;
	margin-top: 60px;
	padding-top: 60px;
}

.related h3{
	text-align: center;
	color: rgba(74,74,74,1);
	margin-bottom: 62px;
}

.related h4{
	display: block;
	font-size: 19px;
	color: #009860 ;
	font-family: 'Facto-regular', sans-serif;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	line-height: 18px;
}
.product.common .label{
	display: none;
}

.woocombo-container {
	padding-top: 42px;
	display: block;
	clear: both;
}

.woocombo-entity-wrapper .woocombo-disabled{
	background-color: rgba(223,223,223, 0);
	border: rgba(223,223,223, 1) 1px solid;
	color: #555;
	padding: 11px;
	font-size: 14px;
	-webkit-transition: background 150ms ease-in-out;
	-moz-transition: background 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}

.woocombo-entity-wrapper .woocombo-disabled:hover{
	border: rgba(74,74,74, 1) 1px solid;
}

.woocombo-entity-wrapper .woocombo-entity{
	background-color: rgba(223,223,223, 0);
	border: rgba(223,223,223, 1) 1px solid;
	color: #555;
	padding: 11px;
	font-size: 14px;
	-webkit-transition: background 150ms ease-in-out;
	-moz-transition: background 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}

.woocombo-entity-wrapper .woocombo-entity:hover{
	border: rgba(74,74,74, 1) 1px solid;
}

.woocombo-entity-wrapper .woocombo-active{
	background-color: #009860;
	border: #009860 1px solid;
	color: white;
	padding: 11px;
	font-size: 14px;
	-webkit-transition: background 150ms ease-in-out;
	-moz-transition: background 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out;
	transition: background 150ms ease-in-out;
}

.reset_variations{
	display: none!important;
	visibility: hidden;
}

.woocommerce-variation-price{
	margin-top: 30px;
}

.woocommerce-variation-price .price{
	font-size: 23px;
}

.woocommerce-variation-availability{

}

.woocommerce-variation {
	height: 60px!important;
}

.woocommerce-variation-add-to-cart{
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocombo-entity-wrapper{
	margin: 2px 7px 2px 0!important;
}

.single-product-addtocart{
	/* min-height: 320px; */
	display: block;
	margin-top: 20px!important;
}


.product.common input[type=number] {
	border: rgba(223,223,223, 1) 1px solid;
	padding: 11px 5px;
	text-align: center;
	font-size: 14px;
	width: 50px;
	display: block;
}

.product.common .single_add_to_cart_button{
	font-family: 'Facto-medium', sans-serif;
	padding: 7px;
	width: 200px;
	top:-15px;
	position: relative;
	margin: 0 0 0 10px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	height: 38px;
	border: #009860 2px solid;
	background: #009860;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

.product.common .single_add_to_cart_button:hover {
	background: #005432;
	border: #005432 2px solid;
	color: white;
}

.product.common .content ul{
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 30px;
	line-height: 22px;
}

.product.common .content .photo{
	display: inline-block;
}

.product.common .content li:before {
	content: "-";
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin-left: -15px;
	margin-top: 1px;
	vertical-align: top;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.product.common .content h2{
	width: 100%;
	font-size: 17px;
	color: rgb(74, 74, 74);
	margin: 10px 0 20px 0;
}

.addthis_toolbox{
	margin-top: 40px;
}

.addthis_toolbox img{
	margin-right: 4px;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.addthis_toolbox img:hover{
	opacity: .5;
}

.woocommerce-message {
	display: none !important;
}

.product.common article.product{
	margin-bottom: 40px;
}


.product.common article.product .photo{
	position: relative;
	overflow: hidden;
}

.product.common article.product .photo img{
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.product.common article.product .photo:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

/* Orders
========================================================================== */

.order_details{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.order_details li{
	line-height: 2em;
}

.woocommerce-order-pay p,
.woocommerce-order-received p{
	text-align: center;
	margin: auto;
}

.button-alt{
	display: block;
	margin: 20px auto;
	clear: both;
}

.button.cancel{
	display: block;
	margin: 20px auto;
	clear: both;
	text-align: center;
	font-size: 12px;
}

.woocommerce-order-details{

}

h2.woocommerce-order-details__title{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

.woocommerce-customer-details h2{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

h3.woocommerce-column__title{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

address{
	font-style: normal;
	font-size: 13px;
	margin-top: 10px;
}

table{
	width: 100%;
	margin: 0;
}

thead{
	font-family: 'Facto-regular', sans-serif;
	color: rgba(74,74,74,1);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
}

tr{
	text-align: left;
}

td{
	height: 35px;
	text-align: right;
}

tbody .woocommerce-table__product-name.product-name,
tbody .woocommerce-table__product-total.product-total{
	height: 50px;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

tbody .woocommerce-table__product-name.product-name{
	text-align: left!important;
}

.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total,
.woocommerce-Price-amount{
	text-align: right;
}

.order-total .woocommerce-Price-amount{
	font-size: 21px;
}

.shop_table.woocommerce-checkout-review-order-table{
	border-bottom: 1px solid rgba(223,223,223, 1);
	margin-bottom: 20px;
}

.shop_table.woocommerce-checkout-review-order-table tr{
	height: 50px;
}

tfoot tr th{
	font-family: 'Facto-regular', sans-serif;
	color: rgba(74,74,74,1);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
}

.cart-collaterals h2{
	width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

.woocommerce-shipping-calculator p{
	margin: 0;
	text-align: right;
}

/* Default Cart
========================================================================== */

.woocommerce-cart-form thead tr th{
	border-bottom: 1px solid rgba(223,223,223, 1);
	text-align: right;
}

tr td.actions{
	height: 100px;
}

.coupon{
	display: inline-block;
	width: 50%;
	text-align:left;
	float: left;
}

.coupon label{
	font-size: 13px;
	margin-right: 10px;
}

.coupon #coupon_code{
	height: 38px;
	font-size: 13px;
}

.coupon input[type=submit]{
	border: 2px solid #888;
	color: #888;
}

.coupon input[type=submit]:hover{
	border: 2px solid #888;
	color: #fff;
	background: #888;
}

.product-thumbnail{
	text-align: center;
}

.product-thumbnail img{
	height: 60px;
	margin: 10px auto;
}

.product-name{
	text-align: left!important;
}

.product-name,
.product-price,
.product-quantity,
.product-subtotal{
	font-size: 15px!important;
}

.wc-proceed-to-checkout{
	text-align: right;
}

.checkout-button {
	font-family: 'Facto-medium', sans-serif;
	padding: 12px 15px;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	color: #fff!important;
	text-transform: uppercase;
	height: auto;
	border: #009860 2px solid;
	background: #009860;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

.checkout-button:hover {
	background: #005432;
	border: #005432 2px solid;
	color: white;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
	border: 1px solid rgba(223,223,223, 1);
}

.woocommerce-checkout .quantity input.qty{
	border: none;
}

.country_to_state{
	width: 200px;
	margin: 10px 0 10px 0;
}

.shop_table.shop_table_responsive .cart-subtotal .woocommerce-Price-amount.amount{
	font-weight: bold;
}

.shop_table.shop_table_responsive .shipping,
.shop_table.shop_table_responsive .order-total{
	display: none!important;
}

#order_review .shipping.show {
	display: table-row!important;
}

#calc_shipping_state{
	width: 200px;
	margin: 0 0 10px 0;
}

#calc_shipping_postcode{
	height: 38px;
	font-size: 13px;
}

.shipping-calculator-button{
	margin: 0 0 10px 0;
	display: block;
}

.shop_table_responsive p{
	margin: 0;
}

.woocommerce-error {
	margin: 1em auto 3em auto;
	text-align: center;
	font-size: 19px;
	font-family: 'Facto-regular', sans-serif;
	text-transform: uppercase;
	line-height: 22px;
}

.mapa-cart{
	text-align: center;
}

.mapa-cart img{
	width: 33%;
}

.alignleft{
	text-align: left!important;
	margin-left: 0%!important;
	margin-right: 0%!important;
}

.separator1{
	border-top: 1px solid rgba(223,223,223, 1);
	margin-top: 40px;
}

.separator2{
	height: 40px;
}

#additional_field_75_field label{
	font-size: 19px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #009860!important;
	background: #009860!important;
	font-weight: normal;
	color: #ffffff;
}

#shipping_through_service_cost{
	font-size: 17px;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #009860;
}

#shipping_through_service_cost span{
	color: rgba(74,74,74,1);
}

.woocommerce-checkout .woocommerce .argmc-wrapper #ship-to-different-address{
	margin: 20px 0 50px;
}

#ship-to-different-address span{
	font-size: 15px!important;
}

#shipping_date,
#pickup_shop{
	background: #f9f9f9;
	border: 1px #ddd solid;
	margin-bottom: 25px;
	font-size: 14px;
	padding: 6px;
	display: block;
}

#pickup_shop_hour{
	margin-bottom: 25px;
	font-size: 14px;
}

#shipping_hour{
	background: #f9f9f9;
	border: 1px #ddd solid;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 3px 6px;
	border-radius: 0;
	width: 250px;
}

.recogida-check{
	font-size: 17px;
	text-transform: uppercase;
	color: #009860;
	display: inline-block;
	margin-bottom: 5px;
}

#argmc-skip-login{
	display: none!important;
}

/* Default Cart
========================================================================== */

.newcheck .woocommerce-info{
	font-size: 13px;
}

.newcheck p{
	font-size: 13px;
	margin-right: 0%;
	margin-left: 0%;
	text-align: left;
}

.newcheck h3{
	margin: 20px 0 20px 0;
}

h3.tucesta{
	margin: 20px 0 20px 0;
}

.tucesta-p{
	margin: 0 0 40px 0;
}

.newcheck label{
	font-size: 11px;
	text-align: left;
	margin: 5px 0 5px 0;
}

.newcheck input[type="text"],
.newcheck input[type="tel"],
.newcheck input[type="email"],
.newcheck input[type="password"]
{
	border: 1px solid #ddd;
	background: #f9f9f9;
	border-radius: 0px;
	font-size: 13px;
	margin: 0;
	padding: 6px 10px 5px;
	outline: none;
	width: 100%;
	height: 36px;
  -webkit-transition: all 0.3s;
}

.newcheck select{
	border: 1px solid #ddd;
	background: #f9f9f9;
	border-radius: 0px;
	font-size: 13px;
	margin: 0;
	padding: 6px 10px 5px;
	outline: none;
	width: 100%;
	height: 36px;
  -webkit-transition: all 0.3s;
}

.newcheck .col-1,
.newcheck .col-2{
	margin: 0 5%;
}

.newcheck table {
	border-collapse: collapse;
	border-spacing: 0;
}

.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody {
	display: none;
}

.woocommerce-cart-form{
	font-size: 13px;
}

.woocommerce-cart-form thead tr th{
	font-size: 13px;
}

#shipping_through_service_cost {
  font-size: 14px!important;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #009860;
}

.recogida-check {
	font-size: 14px!important;
	text-transform: uppercase;
	color: #009860;
	display: inline-block;
	margin-bottom: 5px;
}

.actions{
	margin: 40px 0!important;
}

.coupon{
	text-align: left!important;
	width: 60%!important;
	display: block!important;
	float: left!important;
}

.newcheck .coupon label{
	display: none;
}

.coupon #coupon_code {
	width: 130px!important;
	display: inline-block;
}

.coupon input[type=submit] {
	display: inline-block!important;
}

.woocommerce-cart-form__cart-item{
	border-bottom: 1px solid #ddd!important;
}

.cart_totals{
	border-bottom: none!important;
	margin: 10px 0!important;
}

.woocommerce-checkout .cart_totals{
	display: none!important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	display: block;
	width: 100%;
}

.wc_payment_method{
	margin: 20px 0!important;
}

div.festi-cart-products div.festi-cart-products-content{
  font-family: 'Facto-regular', sans-serif!important;
}

div.festi-cart-widget-content div.festi-cart-widget-products-content{
	font-family: 'Facto-regular', sans-serif!important;
}

div.festi-cart-pop-up-content  div.festi-cart-pop-up-products-content{
	font-family: 'Facto-regular', sans-serif!important;
}

div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-delete a.festi-cart-remove-product,
div.festi-cart-widget-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-delete a.festi-cart-remove-product,
div.festi-cart-pop-up-products-content  table.festi-cart-list  tr.festi-cart-item  td.festi-cart-product-delete a.festi-cart-remove-product{
	font-family: 'Facto-regular', sans-serif!important;
}

div.festi-cart-pop-up-body div.festi-cart-pop-up-header {
  margin: 10px 10px 40px 10px;
}

.festi-cart-product-img{
	width: 100px;
}

.festi-cart-product-count-and-price {
  display: inline-block!important;
  padding: 0!important;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}

.festi-cart-product-title{
	text-align: left!important;
}

.festi-cart-title{
  display: inline-block!important;
  font-size: 15px!important;
}

.b-modal .__b-popup1__{
	background-color: white!important;
}

#popup-nav-wrapper{
	margin-top: 20px!important;
	border-bottom: 0px solid #d1d1d1!important;
}

.festi-cart-pop-up-products-content div.festi-cart-total{
	font-size: 16px!important;
}

#payment label{
	font-size: 16px!important;
}


/* Cart lateral
========================================================================== */

.woosmc-overlay {
	background: rgba(255, 255, 255, 0.7)!important;
}

.woosmc-area.woosmc-effect-01.woosmc-area-show {
	border-left: rgba(223,223,223, 1) 1px solid!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-top .woosmc-item .woosmc-item-inner {
	padding: 25px 0!important;
	border-bottom: 1px solid #eeeeee!important;
}

.woosmc-area.woosmc-style-02 {
	font-family: 'Facto-regular', sans-serif!important;
}

.woosmc-area.woosmc-style-02 a, .woosmc-area.woosmc-style-02 input, .woosmc-area.woosmc-style-02 p {
	font-family: 'Facto-regular', sans-serif!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-top .woosmc-item .woosmc-item-inner .woosmc-item-title a {
	color: #009860!important;
	font-size: 13px!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-bot .woosmc-total .woosmc-total-inner > div.woosmc-total-right {
	font-size: 22px!important;
	font-weight: normal!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-bot .woosmc-action {
	padding: 35px 20px 0 20px!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-bot .woosmc-action .woosmc-action-inner > div a {
	font-family: 'Facto-medium', sans-serif!important;
	font-size: 16px!important;
	color: #fff!important;
	background-color: #009860!important;
	font-weight: normal!important;
	border-color: #009860!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-bot .woosmc-action .woosmc-action-inner > div a:hover {
	background-color: #005432!important;
	border-color: #005432!important;
	color: #ffffff!important;
}

.woosmc-area.woosmc-style-02 .woosmc-area-bot .woosmc-continue {
	margin-top: 35px!important;
}


/* Blog
========================================================================== */

.index.common article{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(223,223,223, 1);
}

.index.common article .meta{
	font-size: 14px;
	color: rgb(199,199,199);
}

.index.common article .post-categories{
	display: inline-block;
	margin-left: 10px;
}

.index.common article .post-categories li a{
	color: rgb(57,57,57);
}

.index.common article h2{
	width: 100%;
}

.index.common article .button{
	font-family: 'Facto-medium', sans-serif;
	padding: 8px 15px 10px 15px;
	width: auto;
	margin: 50px 0 0 0;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	height: 38px;
	border: #999 1px solid;
	background: white;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
	cursor: pointer;
}

.index.common article .button:hover {
	background: #009860;
	border: #009860 1px solid;
	color: white;
}

.index.common .photo{
	position: relative;
	overflow: hidden;
}

.index.common .photo img{
	-webkit-transition: 3000ms linear;
	-moz-transition: 3000ms linear;
	-o-transition: 3000ms linear;
	transition: 3000ms linear;
}

.index.common .photo:hover img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	cursor: pointer;
}

/* Single Blog
========================================================================== */

.single.common h1 {
	text-transform: uppercase;
	font-size: 32px;
	text-align: center;
	margin: 80px 0 10px 0;
}

.single.common article .meta{
	font-size: 14px;
	color: rgb(199,199,199);
	text-align: center;
	margin-bottom: 50px;
}

.single.common article .post-categories li a{
	color: rgb(57,57,57);
}

.single.common .single-content{
	margin-top: 50px;
}

.single.common .single-content p{
	margin:0 5% 2em 5%;
	font-size: 16px;
	line-height: 25px;
}

.single.common .single-content p a{
	font-family: 'Facto-bold', sans-serif;
}

.single.common .single-content p a:after{
	content: " \2197";
	display: inline-block;
}

.single.common .single-content ul{
	padding: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: rgba(223,223,223, 1) 1px solid;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: rgba(74,74,74,1);
}

.single.common .single-content li{
	margin-bottom: 30px;
}

.single.common h2 {
	width: 100%;
	display: block;
	font-size: 24px;
	color: #009860;
	font-family: 'Facto-regular', sans-serif;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
	line-height: 34px;
}

.single.common h3 {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #009860;
	font-family: 'Facto-regular', sans-serif;
	margin: 60px 0 30px 0;
	text-transform: uppercase;
	line-height: 28px;
}

.single.common .custom_images{
	text-align: center;
}

.single.common .custom_images p{
	margin:0 0 1em 0;
}

.single.common .aligncenter{
	text-align: center;
	margin: auto;
	display: block;
}



/* Móviles
========================================================================== */

@media screen and (max-width: 39.9375em){
	.formularioNewsletter h1{
		margin-top:40px!important;
		font-size: 18px !important;
	}
	.formularioNewsletter h1 span{
		font-size: 20px;
	}
	.festi-cart-buttons{
		width: 100%;
		display: block;
	}

	div#popup-nav-wrapper span.festi-cart-continue-shopping {
    background-color: none!important;
    font-size: 14px!important;
    line-height: 30px!important;
    z-index: 10!important;
}

	.product.common h1{
		margin-top: 20px;
	}

	#content{
		margin-left: 0;
		margin-right: 0;
		padding-top: 60px;
	}

	.section3 .photo{
		margin:10px;
	}
	.section3 .photo img{
		width: 75%;
	}

	.section4 .photo{
		margin:10px;
	}
	.section4 .photo img{
		width: 75%;
	}

	.common .submenu li{
		display: block;
		padding: 10px;
	}

	.logo-mobile{
		display: block;
		position: fixed;
		width: 120px;
		top: 14px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.next2-product{
		position: absolute;
		top: 75px;
		right: 20px;
		font-size: 14px;
	}

	.previous2-product{
		position: absolute;
		top: 75px;
		left: 20px;
		font-size: 14px;
	}

	#hamburger{
		width: 28px;
		height: 21px;
		display: block;
		background: url(https://www.juicelab.es/wp-content/uploads/hamburger.svg) no-repeat;
	}

	header{
		padding: 20px 0 18px 20px;
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		background: white;
		height: 60px;
	}

	.rsDefaultInv .rsBullets{
		display: none;
	}

	.ui-draggable-handle{
		height: 20%!important;
		width: 90%!important;
		left: 5%!important;
		padding: 5px!important;
	}

	.home h1{
		margin-top: 50px;
		margin-bottom: 25px;
		font-size: 20px;
	}

	.rsABlock p{
		font-size: 16px;
	}

	.alert{
		margin-top: 100px;
	}

	.woosmc-area.woosmc-effect-01{
		width: 100%!important;
	}

	.shop_table{
		font-size: 13px!important;
	}

	.woocommerce .qdesigneruantity input.qty, .woocommerce-page .quantity input.qty{
		width: 32px!important;
		height: 22px!important;
		margin-left: 10px!important;
	}

	.coupon{
		width: 100%;
		margin-bottom: 20px;
	}

	.product-thumbnail img{
		height: auto;
		min-width: 40px;
	}

	.section-footer0 .boletin-arrow{
		display: none;
	}

	footer .designer{
		margin-bottom: 30px;
		text-align: center;
		float: none;
		display: block;
	}

	.section-footer0 .boletin-titulo{
		font-size: 14px;
	}

	.copy-text p{
		margin-top: 20px;
		text-align: center;
		float: none;
	}

	.common h1{
		margin-top: 100px;
		margin-bottom: 10px;
	}

	#menu-location-{
		display: none;
	}

	.tienda-ind.common h2{
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.common .header-img{
		margin-bottom: 30px;
	}

	.section-footer3{
		padding: 10px;
	}

	.copy-text p{
		font-size: 10px;
		text-align: center;
		margin-bottom: 20px;
	}

	.collapseomatic{
		display: block!important;
		border-bottom: rgba(223,223,223, 1) 1px solid!important;
		background-image: url(https://www.juicelab.es/wp-content/uploads/down-chevron.svg)!important;
		background-size: 20px auto!important;
		background-position: right center!important;
		padding: 15px 0 15px 0px!important;
		margin-left: 5%;
		margin-right: 5%;
		text-transform: uppercase;
		font-family: 'Facto-medium', sans-serif;
		font-size: 15px;
		text-decoration: none!important;
	}

	.colomat-close{
		background-image: url(https://www.juicelab.es/wp-content/uploads/up-chevron.svg)!important;
	}

	.section-footer2 li a{
		padding: 14px 5px;
	}

	.comprar.common .product .button {
		height: 55px;
	}

	.product.common .featured-image img{
		margin: 60px auto 0 auto;
	}

}




form.checkout.woocommerce-checkout.row {
	position: relative;
}
form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
    position: absolute;
    top: -70px;
    left: 35px;
}


/* .shop_table.woocommerce-checkout-review-order-table .shipping:not(.show) {
	display: none;
} */
.checkbox {
	margin-top: 5px;
	font-size: 10px;
	display: flex;
	align-items: baseline;
	flex-direction: column;
}
.checkbox div {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.checkbox input[type=checkbox] {
	margin-right: 5px;
    position: relative;
    top: 2px;
    box-shadow: none;
}
#error-check {
	font-size: 12px;
	color: red;
	text-align: center;
	width: 78%;
}

#uniqName_3_2 label {display:none}
#uniqName_3_2 .radioCheckboxContainer label {display: inline;}
#uniqName_3_3 label {display:none}
#uniqName_3_3 .radioCheckboxContainer label {display: inline;}