@charset "UTF-8";
/*
	font-family: 'Maven Pro', sans-serif;
*/

/*
@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.eot'); 
}
@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');         
}
*/

@font-face {
	font-family: "Gotham Bold";
	src: url("fonts/Gotham-Bold.eot");
}
@font-face {
	font-family: "Gotham Bold";
	src:
		url("fonts/Gotham-Bold.woff") format("woff"),
		url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
}

@font-face {
	font-family: "Gotham";
	src: url("fonts/Gotham-Medium.eot");
}
@font-face {
	font-family: "Gotham";
	src:
		url("fonts/Gotham-Medium.woff") format("woff"),
		url("fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
}

/*fancybox3*/
.fancybox-enabled {
	overflow: hidden;
}
.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}
.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity 0.2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}
.fancybox-infobar {
	display: none;
}
.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	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-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
	display: block;
}
.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}
.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;
}
.fancybox-slide:before {
	content: "";
	height: 100%;
	width: 0;
}
.fancybox-slide:before,
.fancybox-slide > * {
	display: inline-block;
	vertical-align: middle;
}
.fancybox-slide > * {
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}
.fancybox-slide--image {
	overflow: hidden;
}
.fancybox-slide--image:before {
	display: none;
}
.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}
.fancybox-placeholder {
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.fancybox-image,
.fancybox-spaceball {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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: 5px;
	right: 5px;
	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 0.2s;
	box-sizing: border-box;
	z-index: 2;
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}
.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(
		180deg,
		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)
	);
	opacity: 0;
	transition: opacity 0.2s;
	pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.4);
	font-size: 14px;
	font-family:
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}
.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}
.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
	opacity: 0.5;
}
.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
	right: 20px;
	-webkit-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 {
	float: right;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
	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);
	transform: rotate(45deg);
}
.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, 0.4);
	border-top: 6px solid hsla(0, 0%, 100%, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a 0.8s infinite linear;
	animation: a 0.8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@media (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}
	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}
	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}
.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}
.fancybox-button--play:before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}
.fancybox-button--pause:before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: transparent;
}
.fancybox-button--thumbs span {
	font-size: 23px;
}
.fancybox-button--thumbs:before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow:
		0 -4px 0,
		-4px -4px 0,
		4px -4px 0,
		inset 0 0 0 32px,
		-4px 0 0,
		4px 0 0,
		0 4px 0,
		-4px 4px 0,
		4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px;
}
.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.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 #fff;
	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;
}
@media (max-width: 800px) {
	.fancybox-thumbs {
		display: none !important;
	}
	.fancybox-container--thumbs .fancybox-caption-wrap,
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0;
	}
}

/* 211 960 grid*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
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;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
		Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #fff;
	color: #666;
}
body {
	margin: 0;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
	font-size: 0.875rem;
	font-family: Consolas, monaco, monospace;
	color: #f0506e;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8;
}
q {
	font-style: italic;
}
small {
	font-size: 80%;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

h1 {
	font-size: 2rem;
	line-height: 1.2;
}

h2 {
	font-size: 1.75rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}

h4 {
	font-size: 1.375rem;
	line-height: 1.4;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.4;
}

h6 {
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Gotham", sans-serif;
	text-transform: uppercase !important;
	margin: 0 0 20px;
	font-weight: 400;
	text-transform: none;
}
p {
	font-size: 0.875rem;
}
.debug {
	border: 1px dotted red;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
	margin: 0 0 15px;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
	margin-top: 15px;
}
iframe {
	border: 0;
}
nav a,
nav a:visited,
nav a:active,
a,
a:visited,
a:active {
	outline: 0;
	text-decoration: none;
}
:focus {
	outline: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
* + hr {
	margin-top: 20px;
}
address {
	font-style: normal;
}
blockquote {
	margin: 0 0 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}
* + blockquote {
	margin-top: 20px;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
blockquote footer {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #666;
}
blockquote footer::before {
	content: "— ";
}
pre {
	font:
		0.875rem/1.5 Consolas,
		monaco,
		monospace;
	color: #666;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}
pre code {
	font-family: Consolas, monaco, monospace;
}
::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
progress {
	vertical-align: baseline;
}
.text-left,
.tl {
	text-align: left;
}
.text-right,
.tr {
	text-align: right;
}
.text-center,
.tc {
	text-align: center;
}
.tn {
	text-transform: none;
}
.text-justify,
.tj {
	text-align: justify;
}
.te {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb {
	display: block;
}
.ts {
	font-size: 0.875rem;
	line-height: 1.5;
}
.txl {
	font-size: 1.5rem;
	line-height: 1.5;
}
.tnw {
	white-space: nowrap;
}
.tt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tb {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.col-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.col-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.col-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.col-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.ln {
	list-style: none;
}
.lc {
	list-style: circle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
svg.e,
img.e {
	width: 100%;
	min-width: 100%;
}
audio,
canvas,
video,
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
}
svg.p,
img.p {
	max-width: none;
}
svg:not(:root) {
	overflow: hidden;
}
svg {
	height: auto;
}
[hidden],
template,
.h {
	display: none;
	visibility: 0;
}
.hs {
	display: initial;
}
.hl {
	display: none;
}
.s,
[show] {
	display: inline-block;
}
@media (max-width: 768px) {
	.hs {
		display: none;
	}
	.hl {
		display: initial;
	}
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.vh,
.fh {
	height: 100vh;
}
.vw,
.fw {
	width: 100vw;
}
.mt-1 {
	margin-top: 1%;
}
.mt-2 {
	margin-top: 2%;
}
.mt-3 {
	margin-top: 3%;
}
.mt-4 {
	margin-top: 4%;
}
.mt-5 {
	margin-top: 5%;
}
.mt-6 {
	margin-top: 6%;
}
.mt-7 {
	margin-top: 7%;
}
.mt-8 {
	margin-top: 8%;
}
.mt-9 {
	margin-top: 9%;
}
.mt-10 {
	margin-top: 10%;
}
.mb-1 {
	margin-bottom: 1%;
}
.mb-2 {
	margin-bottom: 2%;
}
.mb-3 {
	margin-bottom: 3%;
}
.mb-4 {
	margin-bottom: 4%;
}
.mb-5 {
	margin-bottom: 5%;
}
.mb-6 {
	margin-bottom: 6%;
}
.mb-7 {
	margin-bottom: 7%;
}
.mb-8 {
	margin-bottom: 8%;
}
.mb-9 {
	margin-bottom: 9%;
}
.mb-10 {
	margin-bottom: 10%;
}
.pt-1 {
	padding-top: 1%;
}
.pt-2 {
	padding-top: 2%;
}
.pt-3 {
	padding-top: 3%;
}
.pt-4 {
	padding-top: 4%;
}
.pt-5 {
	padding-top: 5%;
}
.pt-6 {
	padding-top: 6%;
}
.pt-7 {
	padding-top: 7%;
}
.pt-8 {
	padding-top: 8%;
}
.pt-9 {
	padding-top: 9%;
}
.pt-10 {
	padding-top: 10%;
}
.pb-1 {
	padding-bottom: 1%;
}
.pb-2 {
	padding-bottom: 2%;
}
.pb-3 {
	padding-bottom: 3%;
}
.pb-4 {
	padding-bottom: 4%;
}
.pb-5 {
	padding-bottom: 5%;
}
.pb-6 {
	padding-bottom: 6%;
}
.pb-7 {
	padding-bottom: 7%;
}
.pb-8 {
	padding-bottom: 8%;
}
.pb-9 {
	padding-bottom: 9%;
}
.pb-10 {
	padding-bottom: 10%;
}
.ml-1 {
	margin-left: 1%;
}
.ml-2 {
	margin-left: 2%;
}
.ml-3 {
	margin-left: 3%;
}
.ml-4 {
	margin-left: 4%;
}
.ml-5 {
	margin-left: 5%;
}
.ml-6 {
	margin-left: 6%;
}
.ml-7 {
	margin-left: 7%;
}
.ml-8 {
	margin-left: 8%;
}
.ml-9 {
	margin-left: 9%;
}
.ml-10 {
	margin-left: 10%;
}
.mr-1 {
	margin-right: 1%;
}
.mr-2 {
	margin-right: 2%;
}
.mr-3 {
	margin-right: 3%;
}
.mr-4 {
	margin-right: 4%;
}
.mr-5 {
	margin-right: 5%;
}
.mr-6 {
	margin-right: 6%;
}
.mr-7 {
	margin-right: 7%;
}
.mr-8 {
	margin-right: 8%;
}
.mr-9 {
	margin-right: 9%;
}
.mr-10 {
	margin-right: 10%;
}
.pl-1 {
	padding-left: 1%;
}
.pl-2 {
	padding-left: 2%;
}
.pl-3 {
	padding-left: 3%;
}
.pl-4 {
	padding-left: 4%;
}
.pl-5 {
	padding-left: 5%;
}
.pl-6 {
	padding-left: 6%;
}
.pl-6 {
	padding-left: 7%;
}
.pl-8 {
	padding-left: 8%;
}
.pl-9 {
	padding-left: 9%;
}
.pl-10 {
	padding-left: 10%;
}
.pr-1 {
	padding-right: 1%;
}
.pr-2 {
	padding-right: 2%;
}
.pr-3 {
	padding-right: 3%;
}
.pr-4 {
	padding-right: 4%;
}
.pr-5 {
	padding-right: 5%;
}
.pr-6 {
	padding-right: 6%;
}
.pr-7 {
	padding-right: 7%;
}
.pr-8 {
	padding-right: 8%;
}
.pr-9 {
	padding-right: 9%;
}
.pr-10 {
	padding-right: 10%;
}
.cp-1 {
	padding-left: 1%;
	padding-right: 1%;
}
.cp-2 {
	padding-left: 2%;
	padding-right: 2%;
}
.cp-3 {
	padding-left: 3%;
	padding-right: 3%;
}
.cp-4 {
	padding-left: 4%;
	padding-right: 4%;
}
.cp-5 {
	padding-left: 5%;
	padding-right: 5%;
}
.cp-6 {
	padding-left: 6%;
	padding-right: 6%;
}
.cp-7 {
	padding-left: 7%;
	padding-right: 7%;
}
.cp-8 {
	padding-left: 8%;
	padding-right: 8%;
}
.cp-9 {
	padding-left: 9%;
	padding-right: 9%;
}
.cp-10 {
	padding-left: 10%;
	padding-right: 10%;
}
.cntr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 980px;
	padding: 0 25px;
}
.cntr:before,
.cntr:after {
	content: "";
	display: table;
}
.cntr:after {
	clear: both;
}
.cntr.center,
.center {
	margin-left: auto;
	margin-right: auto;
}
.mc {
	margin-left: auto;
	margin-right: auto;
}
.m {
	margin-top: 25px;
	margin-bottom: 25px;
}
.wysihtml-editor,
.g {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -25px;
}
.wysihtml-editor:before,
.wysihtml-editor:after,
.g:before,
.g:after {
	content: "";
	display: block;
	overflow: hidden;
}
.wysihtml-editor:after,
.g:after {
	clear: both;
}
.wysihtml-editor > *,
.g > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	margin: 0;
	float: left;
}
.wysihtml-editor > * > :last-child,
.g > * > :last-child {
	margin-bottom: 0;
}
.wysihtml-editor > *,
.g > * {
	padding-left: 25px;
}
.g + .g,
.g.m {
	margin-top: 25px;
}
ul.g + ul.g {
	margin-top: 0;
}
@media (min-width: 1220px) {
	.g {
		margin-left: -35px;
	}
	.g > * {
		padding-left: 35px;
	}
	.g + .g,
	.g.m {
		margin-top: 35px;
	}
}
.gc {
	margin-left: 0;
}
.gc > * {
	padding-left: 0;
}
.gc + .gc,
.gc > .g.m {
	margin-top: 0;
}
.gs {
	margin-left: -10px;
}
.gs > * {
	padding-left: 10px;
}
.gs + .gs,
.gs > .g.m {
	margin-top: 10px;
}
.gm {
	margin-left: -25px;
}
.gm > * {
	padding-left: 25px;
}
.gm + .gm,
.gm > .g.m {
	margin-top: 25px;
}
[class*="gw"] > *,
[class*="gws"] > *,
[class*="gwm"] > *,
[class*="gwl"] > *,
[class*="gwxl"] > * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.gw-1-2 > * {
	width: 50%;
}
.gw-1-3 > * {
	width: 33.333%;
}
.gw-1-4 > * {
	width: 25%;
}
.gw-1-5 > * {
	width: 20%;
}
.gw-1-6 > * {
	width: 16.666%;
}
.gw-1-7 > * {
	width: 14.2857%;
}
.gw-1-10 > * {
	width: 10%;
}
.gc [class*="w-"],
.gc > [class*="w-"],
.gc > [class*="w-"] > .g,
.gc [class*="ws-"],
.gc > [class*="ws-"],
.gc > [class*="ws-"] > .g,
.gc [class*="wm-"],
.gc > [class*="wm-"],
.gc > [class*="wm-"] > .g,
.gc [class*="wl-"],
.gc > [class*="wl-"],
.gc > [class*="wl-"] > .g,
.gc [class*="wxl-"],
.gc > [class*="wxl-"],
.gc > [class*="wxl-"] > .g {
	margin-left: 0;
	padding-left: 0;
}
.g.gc > .g > .g,
.g.gc > .g + .g,
.g.gc > [class*="w-"] > .g + .g,
.g.gc > [class*="ws-"] > .g + .g,
.g.gc > [class*="wm-"] > .g + .g,
.g.gc > [class*="wl-"] > .g + .g,
.g.gc > [class*="wxl-"] > .g + .g {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}
[class*="gw"].c > li {
	width: auto;
	padding-left: 0;
}
[class*="gw"].c {
	padding-left: 0;
}
.g.gc {
	padding-left: 0;
	margin-top: 0;
}
.gm > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gm > * > * {
	box-sizing: border-box;
	width: 100%;
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}
@media (min-width: 480px) {
	.gws-1-2 > * {
		width: 50%;
	}
	.gws-1-3 > * {
		width: 33.333%;
	}
	.gws-1-4 > * {
		width: 25%;
	}
	.gws-1-5 > * {
		width: 20%;
	}
	.gws-1-6 > * {
		width: 16.666%;
	}
	.gws-1-10 > * {
		width: 10%;
	}
}
@media (min-width: 768px) {
	.gwm-1-2 > * {
		width: 50%;
	}
	.gwm-1-3 > * {
		width: 33.333%;
	}
	.gwm-1-4 > * {
		width: 25%;
	}
	.gwm-1-5 > * {
		width: 20%;
	}
	.gwm-1-6 > * {
		width: 16.666%;
	}
	.gwm-1-10 > * {
		width: 10%;
	}
}
@media (min-width: 960px) {
	.gwl-1-2 > * {
		width: 50%;
	}
	.gwl-1-3 > * {
		width: 33.333%;
	}
	.gwl-1-4 > * {
		width: 25%;
	}
	.gwl-1-5 > * {
		width: 20%;
	}
	.gwl-1-6 > * {
		width: 16.666%;
	}
	.gwl-1-10 > * {
		width: 10%;
	}
}
@media (min-width: 1220px) {
	.gwxl-1-2 > * {
		width: 50%;
	}
	.gwxl-1-3 > * {
		width: 33.333%;
	}
	.gwxl-1-4 > * {
		width: 25%;
	}
	.gwxl-1-5 > * {
		width: 20%;
	}
	.gwxl-1-6 > * {
		width: 16.666%;
	}
	.gwxl-1-10 > * {
		width: 10%;
	}
}
[class*="w-"],
[class*="ws-"],
[class*="wm-"],
[class*="wl-"],
[class*="wxl-"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.w-1-1 {
	width: 100%;
}
.w-1-2,
.w-2-4,
.w-3-6,
.w-5-10 {
	width: 50%;
}
.w-1-3,
.w-2-6 {
	width: calc(100% * 1 / 3);
}
.w-2-3,
.w-4-6 {
	width: calc(100% * 2 / 3);
}
.w-1-4 {
	width: 25%;
}
.w-3-4 {
	width: 75%;
}
.w-1-5,
.w-2-10 {
	width: 20%;
}
.w-2-5,
.w-4-10 {
	width: 40%;
}
.w-3-5,
.w-6-10 {
	width: 60%;
}
.w-4-5,
.w-8-10 {
	width: 80%;
}
.w-1-6 {
	width: calc(100% * 1 / 6);
}
.w-5-6 {
	width: calc(100% * 5 / 6);
}
.w-1-10 {
	width: 10%;
}
.w-3-10 {
	width: 30%;
}
.w-7-10 {
	width: 70%;
}
.w-9-10 {
	width: 90%;
}
.w-a {
	width: auto;
}
.w-e {
	width: 0;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}
@media (min-width: 480px) {
	.ws-1-1 {
		width: 100%;
	}
	.ws-1-2,
	.ws-2-4,
	.ws-3-6,
	.ws-5-10 {
		width: 50%;
	}
	.ws-1-3,
	.ws-2-6 {
		width: calc(100% * 1 / 3);
	}
	.ws-2-3,
	.ws-4-6 {
		width: calc(100% * 2 / 3);
	}
	.ws-1-4 {
		width: 25%;
	}
	.ws-3-4 {
		width: 75%;
	}
	.ws-1-5,
	.ws-2-10 {
		width: 20%;
	}
	.ws-2-5,
	.ws-4-10 {
		width: 40%;
	}
	.ws-3-5,
	.ws-6-10 {
		width: 60%;
	}
	.ws-4-5,
	.ws-8-10 {
		width: 80%;
	}
	.ws-1-6 {
		width: calc(100% * 1 / 6);
	}
	.ws-5-6 {
		width: calc(100% * 5 / 6);
	}
	.ws-1-10 {
		width: 10%;
	}
	.ws-3-10 {
		width: 30%;
	}
	.ws-7-10 {
		width: 70%;
	}
	.ws-9-10 {
		width: 90%;
	}
	.ws-a {
		width: auto;
	}
	.ws-e {
		width: 0;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		min-width: 0;
	}
}
@media (min-width: 768px) {
	.wm-1-1 {
		width: 100%;
	}
	.wm-1-2,
	.wm-2-4,
	.wm-3-6,
	.wm-5-10 {
		width: 50%;
	}
	.wm-1-3,
	.wm-2-6 {
		width: calc(100% * 1 / 3);
	}
	.wm-2-3,
	.wm-4-6 {
		width: calc(100% * 2 / 3);
	}
	.wm-1-4 {
		width: 25%;
	}
	.wm-3-4 {
		width: 75%;
	}
	.wm-1-5,
	.wm-2-10 {
		width: 20%;
	}
	.wm-2-5,
	.wm-4-10 {
		width: 40%;
	}
	.wm-3-5,
	.wm-6-10 {
		width: 60%;
	}
	.wm-4-5,
	.wm-8-10 {
		width: 80%;
	}
	.wm-1-6 {
		width: calc(100% * 1 / 6);
	}
	.wm-5-6 {
		width: calc(100% * 5 / 6);
	}
	.wm-1-10 {
		width: 10%;
	}
	.wm-3-10 {
		width: 30%;
	}
	.wm-7-10 {
		width: 70%;
	}
	.wm-9-10 {
		width: 90%;
	}
	.wm-a {
		width: auto;
	}
	.wm-e {
		width: 0;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		min-width: 0;
	}
}
@media (min-width: 960px) {
	.wl-1-1 {
		width: 100%;
	}
	.wl-1-2,
	.wl-2-4,
	.wl-3-6,
	.wl-5-10 {
		width: 50%;
	}
	.wl-1-3,
	.wl-2-6 {
		width: calc(100% * 1 / 3);
	}
	.wl-2-3,
	.wl-4-6 {
		width: calc(100% * 2 / 3);
	}
	.wl-1-4 {
		width: 25%;
	}
	.wl-3-4 {
		width: 75%;
	}
	.wl-1-5,
	.wl-2-10 {
		width: 20%;
	}
	.wl-2-5,
	.wl-4-10 {
		width: 40%;
	}
	.wl-3-5,
	.wl-6-10 {
		width: 60%;
	}
	.wl-4-5,
	.wl-8-10 {
		width: 80%;
	}
	.wl-1-6 {
		width: calc(100% * 1 / 6);
	}
	.wl-5-6 {
		width: calc(100% * 5 / 6);
	}
	.wl-1-10 {
		width: 10%;
	}
	.wl-3-10 {
		width: 30%;
	}
	.wl-7-10 {
		width: 70%;
	}
	.wl-9-10 {
		width: 90%;
	}
	.wl-a {
		width: auto;
	}
	.wl-e {
		width: 0;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		min-width: 0;
	}
}
@media (min-width: 1220px) {
	.cntr {
		max-width: 1200px;
		padding: 0 35px;
	}
	.wxl-1-1 {
		width: 100%;
	}
	.wxl-1-2,
	.wxl-2-4,
	.wxl-3-6,
	.wxl-5-10 {
		width: 50%;
	}
	.wxl-1-3,
	.wxl-2-6 {
		width: calc(100% * 1 / 3);
	}
	.wxl-2-3,
	.wxl-4-6 {
		width: calc(100% * 2 / 3);
	}
	.wxl-1-4 {
		width: 25%;
	}
	.wxl-3-4 {
		width: 75%;
	}
	.wxl-1-5,
	.wxl-2-10 {
		width: 20%;
	}
	.wxl-2-5,
	.wxl-4-10 {
		width: 40%;
	}
	.wxl-3-5,
	.wxl-6-10 {
		width: 60%;
	}
	.wxl-4-5,
	.wxl-8-10 {
		width: 80%;
	}
	.wxl-1-6 {
		width: calc(100% * 1 / 6);
	}
	.wxl-5-6 {
		width: calc(100% * 5 / 6);
	}
	.wxl-1-10 {
		width: 10%;
	}
	.wxl-3-10 {
		width: 30%;
	}
	.wxl-7-10 {
		width: 70%;
	}
	.wxl-9-10 {
		width: 90%;
	}
	.wxl-a {
		width: auto;
	}
	.wxl-e {
		width: 0;
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		min-width: 0;
	}
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.pt-n {
	padding-top: 0 !important;
}

.pb-n {
	padding-bottom: 0 !important;
}

.pl-n {
	padding-right: 0 !important;
}

.pr-n {
	padding-left: 0 !important;
}

.p-n {
	padding: 0 !important;
}

.mt-n {
	margin-top: 0 !important;
}

.mb-n  {
	margin-bottom: 0 !important;
}

.ml-n {
	margin-left: 0 !important;
}

.mr-n  {
	margin-right: 0 !important;
}

.m-n {
	margin: 0 !important;
}

[class*="flx"] {
	display: flex;
}

/* FLEX - CONTAINER */
/* https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */

[class*="flx"][class*="\@ccc"] {
	flex-direction: column; /* make main axis vertical */
	justify-content: center; /* center items vertically, in this case */
	align-items: center;
}
[class*="flx"][class*="\@fd-rv"] {
	flex-direction: row-reverse;
}
[class*="flx"][class*="\@fd-r"] {
	flex-direction: row;
}
[class*="flx"][class*="\@fd-c"] {
	flex-direction: column;
}
[class*="flx"][class*="\@dcr"] {
	flex-direction: column-reverse;
}
[class*="flx"][class*="\@fw-n"] {
	flex-wrap: nowrap;
}
[class*="flx"][class*="\@fw-w"] {
	flex-wrap: wrap;
}
[class*="flx"][class*="\@fw-wr"] {
	flex-wrap: wrap-reverse;
}
[class*="flx"][class*="\@jc-fs"] {
	justify-content: flex-start;
}
[class*="flx"][class*="\@jc-fe"] {
	justify-content: flex-end;
}
[class*="flx"][class*="\@jc-c"] {
	justify-content: center;
}
[class*="flx"][class*="\@jc-sb"] {
	justify-content: space-between;
}
[class*="flx"][class*="\@jc-sa"] {
	justify-content: space-around;
}
[class*="flx"][class*="\@ai-fs"] {
	align-items: flex-start;
}
[class*="flx"][class*="\@ai-fe"] {
	align-items: flex-end;
}
[class*="flx"][class*="\@ai-c"] {
	align-items: center;
}
[class*="flx"][class*="\@ai-b"] {
	align-items: baseline;
}
[class*="flx"][class*="\@ai-s"] {
	align-items: stretch;
}
[class*="flx"][class*="\@ac-fs"] {
	align-content: flex-start;
}
[class*="flx"][class*="\@ac-fe"] {
	align-content: flex-end;
}
[class*="flx"][class*="\@ac-c"] {
	align-content: center;
}
[class*="flx"][class*="\@ac-sb"] {
	align-content: space-between;
}
[class*="flx"][class*="\@ac-sa"] {
	align-content: space-around;
}
[class*="flx"][class*="\@ac-s"] {
	align-content: stretch;
}
/* FLEX - CONTAINER */

/* FLEX - ITEMS */
[class*="flx"] > [class*="or-1"] {
	order: 1;
}
[class*="flx"] > [class*="or-2"] {
	order: 2;
}
[class*="flx"] > [class*="or-3"] {
	order: 3;
}
[class*="flx"] > [class*="or-4"] {
	order: 4;
}
[class*="flx"] > [class*="or-5"] {
	order: 5;
}
[class*="flx"] > [class*="or-6"] {
	order: 6;
}
[class*="flx"] > [class*="or-7"] {
	order: 7;
}
[class*="flx"] > [class*="or-8"] {
	order: 8;
}
[class*="flx"] > [class*="or-9"] {
	order: 9;
}
[class*="flx"] > [class*="or-10"] {
	order: 10;
}
[class*="flx"] > [class*="fg-1"] {
	flex-grow: 1;
}
[class*="flx"] > [class*="fg-2"] {
	flex-grow: 2;
}
[class*="flx"] > [class*="fg-3"] {
	flex-grow: 3;
}
[class*="flx"] > [class*="fg-4"] {
	flex-grow: 4;
}
[class*="flx"] > [class*="fg-5"] {
	flex-grow: 5;
}
[class*="flx"] > [class*="fg-6"] {
	flex-grow: 6;
}
[class*="flx"] > [class*="fg-7"] {
	flex-grow: 7;
}
[class*="flx"] > [class*="fg-8"] {
	flex-grow: 8;
}
[class*="flx"] > [class*="fg-9"] {
	flex-grow: 9;
}
[class*="flx"] > [class*="fg-10"] {
	flex-grow: 10;
}
[class*="flx"] > [class*="fs-1"] {
	flex-shrink: 1;
}
[class*="flx"] > [class*="fs-2"] {
	flex-shrink: 2;
}
[class*="flx"] > [class*="fs-3"] {
	flex-shrink: 3;
}
[class*="flx"] > [class*="fs-4"] {
	flex-shrink: 4;
}
[class*="flx"] > [class*="fs-5"] {
	flex-shrink: 5;
}
[class*="flx"] > [class*="fs-6"] {
	flex-shrink: 6;
}
[class*="flx"] > [class*="fs-7"] {
	flex-shrink: 7;
}
[class*="flx"] > [class*="fs-8"] {
	flex-shrink: 8;
}
[class*="flx"] > [class*="fs-9"] {
	flex-shrink: 9;
}
[class*="flx"] > [class*="fs-10"] {
	flex-shrink: 1;
}
[class*="flx"] > [class*="fb-1"] {
	flex-basis: 1;
}
[class*="flx"] > [class*="fb-2"] {
	flex-basis: 2;
}
[class*="flx"] > [class*="fb-3"] {
	flex-basis: 3;
}
[class*="flx"] > [class*="fb-4"] {
	flex-basis: 4;
}
[class*="flx"] > [class*="fb-5"] {
	flex-basis: 5;
}
[class*="flx"] > [class*="fb-6"] {
	flex-basis: 6;
}
[class*="flx"] > [class*="fb-7"] {
	flex-basis: 7;
}
[class*="flx"] > [class*="fb-8"] {
	flex-basis: 8;
}
[class*="flx"] > [class*="fb-9"] {
	flex-basis: 9;
}
[class*="flx"] > [class*="fb-10"] {
	flex-basis: 10;
}
[class*="flx"] > [class*="\@as-a"] {
	align-self: auto;
}
[class*="flx"] > [class*="\@as-fs"] {
	align-self: flex-start;
}
[class*="flx"] > [class*="\@as-fe"] {
	align-self: flex-end;
}
[class*="flx"] > [class*="\@as-c"] {
	align-self: center;
}
[class*="flx"] > [class*="\@as-b"] {
	align-self: baseline;
}
[class*="flx"] > [class*="\@as-s"] {
	align-self: stretch;
}

.wysihtml-editor {
	padding: 0;
	margin: 0;
}

.wysihtml-editor div {
	border: 1px solid rgba(255, 0, 0, 0.2);
}

/* ---------------------------------------------------------------- */

*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tu {
	text-transform: uppercase;
}

.tul {
	text-decoration: underline;
}

body {
	position: relative;
	font-size: 12px;
	font-family: "Gotham", sans-serif;
	font-weight: normal;
	font-style: normal;

	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;

	background-color: #fff;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a,
a:visited,
a:active {
	text-decoration: none;
	color: #000;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

a:hover {
	color: #808080;
}

fieldset {
	border: none;
	padding-left: 0;
	padding-right: 0;
}

label {
	color: #000;
	text-transform: uppercase;
}

form {
	margin-left: 0;
}

input,
select,
textarea {
	text-indent: 10px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

input:not([type="radio"]):not([type="checkbox"]) {
	min-height: 50px;
}

input[type="radio"].error,
input[type="checkbox"].error {
	-webkit-box-shadow: 0px 0px 4px #ff0000;
	-moz-box-shadow: 0px 0px 4px #ff0000;
	-o-box-shadow: 0px 0px 4px #ff0000;
	box-shadow: 0px 0px 4px #ff0000;
}

textarea {
	border: 1px solid #808080;
}

html[data-hash="cart"] input,
.cart input {
	min-height: 39px;
}

select {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	min-height: 31px;
	background-color: #808080;
	color: #fff;
	text-transform: uppercase;
}

.success {
	padding: 4px 6px;
	color: #36d615;
	background-color: rgba(0, 255, 52, 0.35);
}

.box.success {
	padding: 0;
}

.error {
	padding: 4px 6px;
	color: #d71515;
	background-color: rgba(255, 0, 0, 0.35);
}

/* ---------------------------------------------------------------- */

.slider.dual .slider-container,
.slider .slider-container {
	position: relative;
	width: 100%;
	height: 0;

	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 56% 0;
}

header .slider .slider-container {
	padding: 0 0 38% 0;
}

.slider.dual .doubleSlider-1,
.slider .iosSlider {
	width: 100%;

	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 1500px;
	overflow: hidden;
}

.slider.dual .doubleSlider-1 {
	max-height: 700px;
}

.slider.dual .doubleSlider-1 .sldr,
.slider .iosSlider .sldr {
	width: 100%;
	height: 100%;
}

.slider.dual .doubleSlider-1 .sldr .item,
.slider .iosSlider .sldr .item {
	position: absolute;
	top: 0;
	left: 0;
	float: left;

	width: 100%;
	height: 100%;
}

.slider.dual .doubleSlider-2 .sldr .item {
	cursor: pointer;
}

.slider .iosSlider .sldr .item img {
	width: 100%;
	height: auto;
}

.slider .box,
.slider .iosSlider .sldr .item .box {
	position: absolute;

	bottom: 8%;
	left: 50%;

	/*Y up/down*/
	/*X left/right*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 100;
}

.slider .box a,
.slider .iosSlider .sldr .item .box a {
	font-size: 24px;
	text-transform: uppercase;
	color: #b3b3b3;
}

.slider .box ul.center,
.slider .iosSlider .sldr .item .box ul.center {
	width: auto !important;
	line-height: normal;
}

.slider .box h1,
.slider .iosSlider .sldr .item .box h1 {
	color: #fff;
}

.slider.dual .doubleSlider-1 .sldr .item.preloader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	display: block;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background-image: url(images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.slider.dual .doubleSlider-2 {
	margin: 10px auto 0 auto;
	width: 201px;
	height: 151px;
	max-height: 151px;
	overflow: hidden;
}

.slider.dual .doubleSlider-2 .sldr {
	display: block;
	width: 100%;
	height: 100%;
}

.slider.dual .doubleSlider-2 .sldr .item {
	display: inline-block;
	width: 200px;
	height: 150px;
	opacity: 0.7;
	margin-right: 2%;
}

.slider.dual .doubleSlider-2 .sldr .item.selected {
	opacity: 1;
	filter: alpha(opacity: 100);
}

.slider-dots {
	display: block;
	margin: 1% auto;

	text-align: center;
}

.slider-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;

	margin-right: 4px;

	border: 1px solid rgba(204, 204, 204, 0.5);
	border-radius: 100%;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.slider-dots li:last-child {
	margin-right: 0;
}

.slider-dots li:hover,
.slider-dots li.active {
	background-color: rgba(204, 204, 204, 0.5);
	cursor: pointer;
}

/* ---------------------------------------------------------------- */

.wrap {
	width: 100%;
	height: 100%;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: -webkit-transform 287ms
		cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);

	-moz-perspective: 1500px;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.menu-open .wrap header,
.menu-open .wrap main,
.menu-open .wrap footer {
	transform: scale3D(1, 1, 1) translate3D(-241px, 0, -250px); /*translate3D(-100px, -200px, -250px);*/
	-moz-transform: scale3D(1, 1, 1) translate3D(-241px, 0, -250px); /*translate3D(-100px, -200px, -250px);*/
	-webkit-transform: scale3D(1, 1, 1) translate3D(-241px, 0, -250px); /*translate3D(-100px, -200px, -250px);*/
	-o-transform: scale3D(1, 1, 1) translate3D(-241px, 0, -250px); /*translate3D(-100px, -200px, -250px);*/
	-ms-transform: scale3D(1, 1, 1) translate3D(-241px, 0, -250px); /*translate3D(-100px, -200px, -250px);*/
}

.menu-open .wrap header::before,
.menu-open .wrap main::before,
.menu-open .wrap footer::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(114, 114, 114, 0.57);
	z-index: 999;
}

.menu-open .wrap header::after,
.menu-open .wrap main::after,
.menu-open .wrap footer::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #afafaf;
}

.menu-open body {
	background-color: rgba(102, 102, 102, 0.6);
	overflow: hidden;
}

.menu-open .tab,
.menu-open .tab.fix {
	opacity: 0;
}

.wrap header,
.wrap main,
.wrap footer {
	position: relative;
	background-color: #fff;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.wrap footer a:hover {
	color: #808080;
}

.cart {
	position: fixed;
	top: 0;
	right: 0;

	display: block;

	width: 30vw;
	height: 100vh;

	color: #000;

	background-color: rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.45);

	z-index: 9999;

	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;

	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);

	padding-bottom: 3%;
	overflow: auto;
}

.menu-open .cart {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.cart .title {
	display: block;
	padding-bottom: 5px;
	font-size: 0.75rem;
}

.cart .subtitle {
	display: block;
	padding-bottom: 2px;
	font-size: 0.65rem;
}

.cart .price {
	display: block;
	padding-top: 5px;
	font-size: 14px;
}

.header {
	position: relative;
}

.header .tab {
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);

	top: 0;
	left: 0;

	padding-top: 10px;
	padding-bottom: 2px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	z-index: 999;
}

.header .tab ul,
.header .tab a {
	margin-top: 6px;
}

.header .tab.fix {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
}

.header .tab a {
	color: #000;
	text-transform: uppercase;
}

.header .tab.fix a {
	color: #fff;
}

.header .tab [data-hideon-top] {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.header .tab a:hover {
	color: #000;
}

.header .tab .lang-sel li {
	display: inline-block;
	float: left;
	width: 100%;
}

.header .tab .lang-sel li a {
	width: 100%;
}

.header .tab .lang-sel li a span {
	float: left;
}

.header .lang-flag {
	display: inline-block;
	float: right;
	height: 17px;
}

.header .tab a .logo-small {
	display: inline;
	width: 100%;
	height: 100%;

	max-width: 124px;
	max-height: 29px;

	min-width: inherit;
}

.header .lang-sel,
.header .tab .side a {
	margin-left: 8%;
	float: right;
}

.header .tab .side a:last-child {
	margin-left: 0;
}

.header .tab .lang-sel {
	display: inline-block;
}

.header .lang-sel {
	position: relative;
	text-transform: uppercase;
}

.header .lang-sel ul {
	padding: 0;
	margin: 0;
}

.header .lang-sel:hover ul.h {
	position: absolute;
	display: block;
	top: 10px;

	border-radius: 6px;
	padding: 10px 2px 0 2px;
}

.header ul.center li:hover ul li a,
.header .tab.fix .lang-sel ul a,
.header .lang-sel ul a {
	color: #000;
}

.header ul.center li:hover ul li a:hover,
.header .tab.fix .lang-sel ul a:hover,
.header .lang-sel ul a:hover {
	color: #808080;
}

.header .logo-large,
.header .logo-small {
	min-width: 100%;
	height: 100%;
	width: 100%;
	max-width: 230px;
	max-height: 55px;
}

.header .logo-large {
	max-width: 619px;
	max-height: 148px;
}

.header .header-container.large h1,
.header .header-container.small h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header .header-container.large h1 {
	color: #999999;
	font-size: 44px;
}

.header .header-container.small {
	background-color: #ccc;
}

.center-container {
	color: #000;
	line-height: 21px;
}

.center-container h3 {
	color: #000;
	text-transform: uppercase;
	vertical-align: middle;
}

.center-container h3 .logo {
	display: inline-block;
	max-width: 126px;
	max-height: 30px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.footer {
	position: relative;
	color: #000;
	line-height: 15px;
	/*
		background-image: linear-gradient(0deg, #FFFFFF 0%, #999999 100%);
	*/
}

.footer .social a {
	text-transform: none;
}

.footer .logo {
	display: block;
	min-width: 100%;
	width: 100%;
	max-width: 322px;
	max-height: 77px;
}

.header .sep,
.footer .sep {
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.header .side-sep,
.footer .side-sep {
	border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.header .header-container.large.sep {
	border-bottom: 1px solid rgba(204, 204, 204, 0.45);
}

.header .tab a.side-sep {
	margin-right: 6%;
	padding-right: 6%;
}

.header nav ul {
	position: relative;
}

.header .fix nav ul.submenu a {
	color: #000;
}

.header .fix nav ul.submenu a:hover {
	color: #808080;
}

/* submenu */
.header nav li {
	display: block;
	width: auto;
	position: relative;
}

.header li:hover ul.submenu {
	position: absolute;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	top: 0;

	text-align: center;

	padding-top: 10px;
	padding-left: 0;

	width: 100%;
	/*overflow: auto;
		*/
}

.header ul li:hover ul.submenu li a {
	display: block;
	white-space: nowrap;
	margin-top: 6px;
}

/* submenu */

.footer a {
	text-transform: uppercase;
	color: #000;
	line-height: 29px;
}

.footer a:hover {
	color: #666;
}

.center-container .sep {
	border-bottom: 1px solid #b3b3b3;
}

.center-container hr {
	border: none;
	border-bottom: 1px solid #b3b3b3;
}

[data-bgfrom-img] {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

[data-bgfrom-img] img {
	display: none;
	visibility: hidden;
}

.tienda-grid a,
.tienda-grid h2,
.tienda-grid {
	font-size: 14px;
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
	color: #000;
}

.tienda-grid h2 {
	font-size: 15px;
}

.sub-divider {
	border-bottom: 1px solid #ccc;
}

.sub-divider-up {
	border-top: 1px solid #ccc;
}

a.button {
	display: inline-block;
	color: #fff;
	float: left;
	margin-right: 2%;
}

a.button:not(.disabled):hover {
	color: #000;
}

button + .button,
button + button,
.button + .button {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

button,
.button {
	padding: 8px 5px;
	background-color: #808080;
	color: #fff;
	font-family: "Gotham", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
	border-style: none;
}

button.fr,
.button.fr {
	float: right !important;
	margin-right: 0;
}

a.button.disabled,
a.button.disabled:hover,
input:disabled,
select:disabled,
.button.disabled,
.button.disabled:hover,
button:disabled:hover,
button:disabled {
	opacity: 0.3;
	cursor: default;
	color:  #fff !important;
	cursor: not-allowed;
}

.side-bar {
	color: #000;
	font-size: 12px;
}

.side-bar .title,
.side-bar .price {
	color: #000;
	font-size: 14px;
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
}

.label {
	color: #000;
}

.vb {
	vertical-align: bottom;
}

html[data-hash="mi_cuenta"] h3 {
	font-size: 17px;
	margin-top: 0;
	padding-top: 0;
}

ul  {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

[data-list-container] .box {
	padding: 2%;
	border: 1px solid transparent;
}

[data-list-container] .selected .box {
	border: 1px solid #cccccc;
}

html[data-hash="cart"] img {
	max-height: 150px;
	max-width: 150px;
	background-size: contain;
}

.widget img,
html[data-hash="cart"] .widget img {
	max-height: inherit;
	max-width: 150px;
	background-size: contain;
}

html[data-hash="home"] .header .tab {
	position: relative;
}

html[data-hash="home"] .header .tab.fix {
	position: fixed;
}

html[data-hash="home"] .header .sobr[data-bgfrom-img] {
	height: 0;
	padding: 0 0 37% 0;
}

.home-addcart,
html[data-hash="home"] .home-addcart {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

html[data-hash="home"] .home-addcart .button {
	float: none;
}

.bg-gray {
	background-color: #ccc;
}

/* mob menu */

.nav-button {
	position: relative;
	display: block;
	width: 29px;
	height: 29px;
	margin-top: 0;
	float: right;
}

.nav-button_icon {
	position: relative;
	display: block;

	width: 30px;
	height: 30px;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.nav-button_line {
	position: absolute;
	left: 0;

	display: block;
	height: 2px;
	width: 100%;

	background: #fff;

	opacity: 1;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.nav-button.black .nav-button_line {
	background-color: #000;
}

.nav-button_line:nth-child(1) {
	top: 0px;
}

.nav-button_line:nth-child(2),
.nav-button_line:nth-child(3) {
	top: 10px;
}

.nav-button_line:nth-child(4) {
	top: 20px;
}

.menu-open .nav-button_line:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.menu-open .nav-button_line:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-open .nav-button_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-open .nav-button_line:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-menu {
	position: relative;
	display: block;
	height: 100vh;
}

.mobile-menu.h {
	display: none;
}

.mobile-menu li {
	padding-top: 3%;
	text-align: center;
	font-size: 1rem;
	padding-left: 0;
}

.mobile-menu .container {
	display: block;
	width: 100%;
}

.mobile-menu .container ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mobile-menu .container ul li a {
	text-transform: uppercase;
}
/* mob menu */

.cookies-policy {
	position: fixed;
	bottom: 4%;
	right: 2%;

	display: none;

	max-width: 400px;

	padding: 10px;

	color: #fff;

	border-radius: 16px;

	background-color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.cookies-policy a {
	color: #fff;
}

/* blog */
html[data-hash*="blog"] article {
	font-size: 0.875rem;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	margin-bottom: 4%;
	padding-bottom: 5%;
	/*padding-left: 0;
		*/
}

html[data-hash*="blog"] article h1 {
	font-size: 1.628rem;
	margin-bottom: 0;
}

html[data-hash*="blog"] article header time {
	font-size: 0.6rem;
	font-weight: bold;
}

html[data-hash*="blog"] article .readmore a {
	font-size: 0.8rem;
}

html[data-hash*="blog"] article .readmore li {
	float: right;
	margin-left: 10px;
	vertical-align: middle;
	text-transform: none;
	border-right: 1px solid rgba(153, 153, 153, 0.5);
	padding-right: 10px;
}

html[data-hash*="blog"] article .readmore li:first-child {
	border: none;
	padding-right: 0px;
}

html[data-hash*="blog"] .pagination {
	margin-bottom: 2%;
	text-align: center;
}

html[data-hash*="blog"] .pagination li {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

html[data-hash*="blog"] .pagination li a {
	display: inline-block;
	width: 42px;
	height: 42px;

	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
	padding: 8px;
	border: 1px solid rgba(153, 153, 153, 0.5);
	border-radius: 100%;
}
/* blog */

/* newstletter tab */
.newslettertab {
	position: fixed;
	display: block;

	top: 50%;
	left: -100%;

	padding: 1% 2%;

	background-color: #e6e6e6;
	opacity: 0;

	-moz-transform: rotate(-90deg) translateX(-50%);
	-o-transform: rotate(-90deg) translateX(-50%);
	-webkit-transform: rotate(-90deg) translateX(-50%);
	transform: rotate(-90deg) translateX(-50%);
	/*
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
	*/
	z-index: 10;
}

.newslettertab .percent {
	font-size: 1.1rem;
}
/* newstletter tab */

/* modal */
.modal {
	display: none;
	position: fixed;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	z-index: 10010;

	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	padding-left: 15px;
	padding-right: 15px;

	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;

	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.modal-open .modal {
	opacity: 1;
	display: block;
}

.modal-box {
	position: relative;

	box-sizing: border-box;
	margin: 50px auto;
	padding: 30px 30px;
	width: 600px;
	max-width: 100%;

	border: none;

	opacity: 0;

	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition:
		opacity 0.3s linear,
		-webkit-transform 0.3s ease-out;
	transition:
		opacity 0.3s linear,
		transform 0.3s ease-out;
}

.modal.w .modal-box {
	background: #e6e6e6;
	color: #4d4d4d;
}

.modal.b .modal-box {
	background: #4d4d4d;
	color: #fff;
}

.modal-open .modal-box {
	-webkit-animation: show-modal 0.3s forwards ease-out;
	animation: show-modal 0.3s forwards ease-out;
}

@-webkit-keyframes show-modal {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes show-modal {
	0% {
		opacity: 0;
		transform: translateY(-100);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.modal-box::before,
.modal-box::after,
.modal-box-header::before,
.modal-box-header::after,
.modal-box-footer::before,
.modal-box-footer::after {
	content: "";
	display: table;
}

.modal-box::after,
.modal-box-header::after,
.modal-box-footer::after {
	clear: both;
}

.modal-box > :last-child,
.modal-box-header > :last-child,
.modal-box-footer > :last-child {
	margin-bottom: 0;
}

.modal-box-header {
	padding: 15px 30px 15px 0;
	/*border-bottom: 1px solid #e5e5e5;
	*/
	margin-bottom: 15px;
}

.modal-box-header .title {
	font-size: 2rem;
	line-height: 1.3;
}

.modal-box-footer {
	padding: 15px 30px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

html.modal-open {
	overflow: hidden;
}

.modal-box [data-modal-close] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

.modal .sep {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);

	margin-top: 2%;
	margin-bottom: 2%;
}

.modal.w .sep {
	border-bottom: 2px solid rgba(76, 76, 76, 0.45);
}
/* modal */

[name="newsletter"] fieldset.mc.tc {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1.title-large {
	font-size: 7vmax !important;
}

input[type="radio"],
input[type="checkbox"] {
	min-height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.newslettertab {
		font-size: 0.652rem;
	}

	.newslettertab .percent {
		font-size: 0.8rem;
	}

	.header .tab {
		padding-top: 1%;
		padding-bottom: 1%;
	}

	.header .logo-small {
		max-height: 35px;
	}

	.header .cart-icon {
		display: inline-block;
	}

	.slider.dual .slider-container,
	.slider .slider-container {
		padding: 0 0 62% 0;
	}

	header .slider .slider-container {
		padding: 0 0 62% 0;
	}

	header .slider {
		margin-bottom: 5%;
	}

	.mobile-menu .container ul ul.submenu {
		display: none;
	}

	.cntr {
		padding: 0 5%;
	}

	.g.gp {
		margin-left: -5%;
	}

	.widget .g div[class^="ws"] + div[class^="ws"] {
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.widget .g div[class^="ws"]:first-child {
		margin-top: 5%;
	}

	.widget .g div[class^="ws"]:last-child {
		margin-bottom: 0;
	}

	footer .tr,
	footer {
		text-align: center;
	}

	footer .fr {
		float: none;
	}

	footer .sub-divider {
		border-color: transparent;
	}

	.wrap {
		-moz-perspective: 0;
		-webkit-perspective: 0;
		perspective: 0;
	}

	.menu-open .wrap header,
	.menu-open .wrap main,
	.menu-open .wrap footer {
		transform: scale3D(1, 1, 1) translate3D(0, 0, 0);
		-moz-transform: scale3D(1, 1, 1) translate3D(0, 0, 0);
		-webkit-transform: scale3D(1, 1, 1) translate3D(0, 0, 0);
		-o-transform: scale3D(1, 1, 1) translate3D(0, 0, 0);
		-ms-transform: scale3D(1, 1, 1) translate3D(0, 0, 0);
	}

	.cart {
		width: 100%;
		background-color: #ccc;
	}

	.hs-sub-divider {
		border-color: transparent;
	}

	.header .header-container.large h1 {
		font-size: 34px;
	}

	.header .side-sep,
	.footer .side-sep {
		border-color: transparent;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul.fr {
		float: none;
	}

	ul {
		padding-left: 0;
	}

	.cookies-policy {
		max-width: 307px;
	}

	input[type="radio"],
	input[type="checkbox"] {
		min-height: 15px;
		vertical-align: middle;
	}
}

/* Quantity selector in checkout */
.quantity-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.quantity-selector .button {
	min-width: 30px;
	min-height: 30px;
	padding: 5px;
	line-height: 1;
	cursor: pointer;
}

.quantity-selector .button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.quantity-selector .qty-input {
	min-height: 30px;
	width: 50px;
	text-align: center;
	border: 1px solid #808080;
	text-indent: 0;
	-moz-appearance: textfield;
}

.quantity-selector .qty-input::-webkit-outer-spin-button,
.quantity-selector .qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
