code[class*=language-],
pre[class*=language-] {
	color: #000;
	background: none;
	text-shadow: 0 1px #fff;
	font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc
}

code[class*=language-]::selection,
code[class*=language-] ::selection,
pre[class*=language-]::selection,
pre[class*=language-] ::selection {
	text-shadow: none;
	background: #b3d4fc
}

@media print {
	code[class*=language-],
	pre[class*=language-] {
		text-shadow: none
	}
}

pre[class*=language-] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
	background: #f5f2f0
}

:not(pre)>code[class*=language-] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	color: #708090
}

.token.punctuation {
	color: #999
}

.namespace {
	opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a
}

.token.function {
	color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
	color: #e90
}

.token.bold,
.token.important {
	font-weight: 700
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

code[class*=language-] a[href],
pre[class*=language-] a[href] {
	cursor: help;
	text-decoration: none
}

code[class*=language-] a[href]:hover,
pre[class*=language-] a[href]:hover {
	cursor: help;
	text-decoration: underline
}


/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .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: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	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: -.25em
}

sup {
	top: -.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
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	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
}

[hidden],
template {
	display: none
}

@media print {
	*,
	:after,
	:before,
	blockquote:first-letter,
	blockquote:first-line,
	div:first-letter,
	div:first-line,
	li:first-letter,
	li:first-line,
	p:first-letter,
	p:first-line {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #292b2c;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #af903f;
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle
}

[role=button] {
	cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse;
	background-color: transparent
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #636c72;
	caption-side: bottom
}

caption,
th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
	line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
	cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}

input[type=search] {
	-webkit-appearance: none
}

output {
	display: inline-block
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.1
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.1
}

.display-4 {
	font-size: 3.5rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(6, 6, 6, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: 5px
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.09375rem;
	border-left: .25rem solid #eceeef
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72
}

.blockquote-footer:before {
	content: "\2014 \00A0"
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
	content: ""
}

.blockquote-reverse .blockquote-footer:after {
	content: "\00A0 \2014"
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all .2s ease-in-out
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #636c72
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: 0
}

a>code {
	padding: 0;
	color: inherit;
	background-color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #292b2c;
	border-radius: 0
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #292b2c
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px;
		max-width: 100%
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.checkout-tabs ul,
.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.checkout-tabs .no-gutters>li,
.checkout-tabs ul>.col,
.checkout-tabs ul>[class*=col-],
.checkout-tabs ul>li,
.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.checkout-tabs li,
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.checkout-tabs li,
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.checkout-tabs li,
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.checkout-tabs li,
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.checkout-tabs li,
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

.checkout-tabs li,
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1,
.col-auto {
	-webkit-box-flex: 0
}

.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-2,
.col-3 {
	-webkit-box-flex: 0
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-4,
.col-5 {
	-webkit-box-flex: 0
}

.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-6,
.col-7 {
	-webkit-box-flex: 0
}

.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-8,
.col-9 {
	-webkit-box-flex: 0
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-10,
.col-11 {
	-webkit-box-flex: 0
}

.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-sm-0 {
		right: auto
	}
	.pull-sm-1 {
		right: 8.33333%
	}
	.pull-sm-2 {
		right: 16.66667%
	}
	.pull-sm-3 {
		right: 25%
	}
	.pull-sm-4 {
		right: 33.33333%
	}
	.pull-sm-5 {
		right: 41.66667%
	}
	.pull-sm-6 {
		right: 50%
	}
	.pull-sm-7 {
		right: 58.33333%
	}
	.pull-sm-8 {
		right: 66.66667%
	}
	.pull-sm-9 {
		right: 75%
	}
	.pull-sm-10 {
		right: 83.33333%
	}
	.pull-sm-11 {
		right: 91.66667%
	}
	.pull-sm-12 {
		right: 100%
	}
	.push-sm-0 {
		left: auto
	}
	.push-sm-1 {
		left: 8.33333%
	}
	.push-sm-2 {
		left: 16.66667%
	}
	.push-sm-3 {
		left: 25%
	}
	.push-sm-4 {
		left: 33.33333%
	}
	.push-sm-5 {
		left: 41.66667%
	}
	.push-sm-6 {
		left: 50%
	}
	.push-sm-7 {
		left: 58.33333%
	}
	.push-sm-8 {
		left: 66.66667%
	}
	.push-sm-9 {
		left: 75%
	}
	.push-sm-10 {
		left: 83.33333%
	}
	.push-sm-11 {
		left: 91.66667%
	}
	.push-sm-12 {
		left: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-md-0 {
		right: auto
	}
	.pull-md-1 {
		right: 8.33333%
	}
	.pull-md-2 {
		right: 16.66667%
	}
	.pull-md-3 {
		right: 25%
	}
	.pull-md-4 {
		right: 33.33333%
	}
	.pull-md-5 {
		right: 41.66667%
	}
	.pull-md-6 {
		right: 50%
	}
	.pull-md-7 {
		right: 58.33333%
	}
	.pull-md-8 {
		right: 66.66667%
	}
	.pull-md-9 {
		right: 75%
	}
	.pull-md-10 {
		right: 83.33333%
	}
	.pull-md-11 {
		right: 91.66667%
	}
	.pull-md-12 {
		right: 100%
	}
	.push-md-0 {
		left: auto
	}
	.push-md-1 {
		left: 8.33333%
	}
	.push-md-2 {
		left: 16.66667%
	}
	.push-md-3 {
		left: 25%
	}
	.push-md-4 {
		left: 33.33333%
	}
	.push-md-5 {
		left: 41.66667%
	}
	.push-md-6 {
		left: 50%
	}
	.push-md-7 {
		left: 58.33333%
	}
	.push-md-8 {
		left: 66.66667%
	}
	.push-md-9 {
		left: 75%
	}
	.push-md-10 {
		left: 83.33333%
	}
	.push-md-11 {
		left: 91.66667%
	}
	.push-md-12 {
		left: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-lg-0 {
		right: auto
	}
	.pull-lg-1 {
		right: 8.33333%
	}
	.pull-lg-2 {
		right: 16.66667%
	}
	.pull-lg-3 {
		right: 25%
	}
	.pull-lg-4 {
		right: 33.33333%
	}
	.pull-lg-5 {
		right: 41.66667%
	}
	.pull-lg-6 {
		right: 50%
	}
	.pull-lg-7 {
		right: 58.33333%
	}
	.pull-lg-8 {
		right: 66.66667%
	}
	.pull-lg-9 {
		right: 75%
	}
	.pull-lg-10 {
		right: 83.33333%
	}
	.pull-lg-11 {
		right: 91.66667%
	}
	.pull-lg-12 {
		right: 100%
	}
	.push-lg-0 {
		left: auto
	}
	.push-lg-1 {
		left: 8.33333%
	}
	.push-lg-2 {
		left: 16.66667%
	}
	.push-lg-3 {
		left: 25%
	}
	.push-lg-4 {
		left: 33.33333%
	}
	.push-lg-5 {
		left: 41.66667%
	}
	.push-lg-6 {
		left: 50%
	}
	.push-lg-7 {
		left: 58.33333%
	}
	.push-lg-8 {
		left: 66.66667%
	}
	.push-lg-9 {
		left: 75%
	}
	.push-lg-10 {
		left: 83.33333%
	}
	.push-lg-11 {
		left: 91.66667%
	}
	.push-lg-12 {
		left: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.33333%
	}
	.pull-xl-2 {
		right: 16.66667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.33333%
	}
	.pull-xl-5 {
		right: 41.66667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.33333%
	}
	.pull-xl-8 {
		right: 66.66667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.33333%
	}
	.pull-xl-11 {
		right: 91.66667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.33333%
	}
	.push-xl-2 {
		left: 16.66667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.33333%
	}
	.push-xl-5 {
		left: 41.66667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.33333%
	}
	.push-xl-8 {
		left: 66.66667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.33333%
	}
	.push-xl-11 {
		left: 91.66667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1500px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xxl-0 {
		right: auto
	}
	.pull-xxl-1 {
		right: 8.33333%
	}
	.pull-xxl-2 {
		right: 16.66667%
	}
	.pull-xxl-3 {
		right: 25%
	}
	.pull-xxl-4 {
		right: 33.33333%
	}
	.pull-xxl-5 {
		right: 41.66667%
	}
	.pull-xxl-6 {
		right: 50%
	}
	.pull-xxl-7 {
		right: 58.33333%
	}
	.pull-xxl-8 {
		right: 66.66667%
	}
	.pull-xxl-9 {
		right: 75%
	}
	.pull-xxl-10 {
		right: 83.33333%
	}
	.pull-xxl-11 {
		right: 91.66667%
	}
	.pull-xxl-12 {
		right: 100%
	}
	.push-xxl-0 {
		left: auto
	}
	.push-xxl-1 {
		left: 8.33333%
	}
	.push-xxl-2 {
		left: 16.66667%
	}
	.push-xxl-3 {
		left: 25%
	}
	.push-xxl-4 {
		left: 33.33333%
	}
	.push-xxl-5 {
		left: 41.66667%
	}
	.push-xxl-6 {
		left: 50%
	}
	.push-xxl-7 {
		left: 58.33333%
	}
	.push-xxl-8 {
		left: 66.66667%
	}
	.push-xxl-9 {
		left: 75%
	}
	.push-xxl-10 {
		left: 83.33333%
	}
	.push-xxl-11 {
		left: 91.66667%
	}
	.push-xxl-12 {
		left: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
	border-top: 2px solid #eceeef
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(6, 6, 6, .05)
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover tbody tr:hover {
	background-color: rgba(6, 6, 6, .075)
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef
}

.table-inverse {
	color: #fff;
	background-color: #292b2c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
	border-color: #fff
}

.table-inverse.table-bordered {
	border: 0
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	padding: .7rem .75rem;
	font-size: .875rem;
	font-size: 12px;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #d9c695;
	outline: none
}

.form-control::-webkit-input-placeholder {
	color: #aaa;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #aaa;
	opacity: 1
}

.form-control::placeholder {
	color: #aaa;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #eceeef;
	opacity: 1
}

.form-control:disabled {
	cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.49375rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block
}

.col-form-label {
	padding-top: calc(.7rem - 1px * 2);
	padding-bottom: calc(.7rem - 1px * 2);
	margin-bottom: 0
}

.col-form-label-lg {
	padding-top: calc(.75rem - 1px * 2);
	padding-bottom: calc(.75rem - 1px * 2);
	font-size: .875rem
}

.col-form-label-sm {
	padding-top: calc(.25rem - 1px * 2);
	padding-bottom: calc(.25rem - 1px * 2);
	font-size: .875rem
}

.col-form-legend {
	font-size: .875rem
}

.col-form-legend,
.form-control-static {
	padding-top: .7rem;
	padding-bottom: .7rem;
	margin-bottom: 0
}

.form-control-static {
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 0
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: .75rem 1.5rem;
	font-size: .875rem;
	border-radius: 0
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: 2.66667rem
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
	color: #636c72;
	cursor: not-allowed
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}

.form-check-input:only-child {
	position: static
}

.form-check-inline {
	display: inline-block
}

.form-check-inline .form-check-label {
	vertical-align: middle
}

.form-check-inline+.form-check-inline {
	margin-left: .75rem
}

.form-control-feedback {
	margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .62344rem;
	background-size: 1.24687rem 1.24687rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #5cb85c
}

.has-success .form-control {
	border-color: #5cb85c
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #f0ad4e
}

.has-warning .form-control {
	border-color: #f0ad4e
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #d9534f
}

.has-danger .form-control {
	border-color: #d9534f
}

.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f !important;
	background-color: #fdf7f7
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .form-group,
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}
	.form-inline .form-check-label {
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: .25rem;
		vertical-align: text-bottom
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.btn {
	display: inline-block;
	cursor: pointer;
	/*font-family: Gotham SSm A, Gotham SSm B;*/
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 400;
	/*line-height: 1.25;*/
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: .875rem;
	border-radius: 0;
	transition: all .2s ease-in-out
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: .65
}

.btn.active,
.btn:active {
	background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.btn-primary:hover {
	color: #fff;
	background-color: #8a7132;
	border-color: #826b2f
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #af903f;
	border-color: #af903f
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #8a7132;
	background-image: none;
	border-color: #826b2f
}

.btn-secondary {
	color: #fff;
	background-color: #455560;
	border-color: #455560
}

.btn-secondary:hover {
	color: #fff;
	background-color: #303b42;
	border-color: #2b353c
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #455560;
	border-color: #455560
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #303b42;
	background-image: none;
	border-color: #2b353c
}

.btn-cancel {
	color: #fff;
	background-color: #999;
	border-color: #999
}

.btn-cancel:hover {
	color: #fff;
	background-color: gray;
	border-color: #7a7a7a
}

.btn-cancel.disabled,
.btn-cancel:disabled {
	background-color: #999;
	border-color: #999
}

.btn-cancel.active,
.btn-cancel:active,
.show>.btn-cancel.dropdown-toggle {
	color: #fff;
	background-color: gray;
	background-image: none;
	border-color: #7a7a7a
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #2aabd2
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #419641
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #419641
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #eb9316
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #c12e2a
}

.btn-outline-primary {
	color: #af903f;
	background-image: none;
	background-color: transparent;
	border-color: #af903f
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 2px rgba(175, 144, 63, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #af903f;
	background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.btn-outline-secondary {
	color: #455560;
	background-image: none;
	background-color: transparent;
	border-color: #455560
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #455560;
	border-color: #455560
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 2px rgba(69, 85, 96, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #455560;
	background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #455560;
	border-color: #455560
}

.btn-outline-info {
	color: #5bc0de;
	background-image: none;
	background-color: transparent;
	border-color: #5bc0de
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #5bc0de;
	background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-success {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border-color: #5cb85c
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #5cb85c;
	background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-outline-warning {
	color: #f0ad4e;
	background-image: none;
	background-color: transparent;
	border-color: #f0ad4e
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f0ad4e;
	background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-danger {
	color: #d9534f;
	background-image: none;
	background-color: transparent;
	border-color: #d9534f
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #d9534f;
	background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-link {
	font-weight: 400;
	color: #af903f;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
	background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:disabled {
	color: #636c72
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .95rem 1.5rem;
	font-size: .875rem;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle:after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .875rem;
	color: #292b2c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(6, 6, 6, .15);
	border-radius: 0
}

.dropdown-divider {
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #eceeef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #af903f
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: transparent
}

.show>.dropdown-menu {
	display: block
}

.show>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #636c72;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn+.dropdown-toggle-split:after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: .7rem .75rem;
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25;
	color: #464a4c;
	text-align: center;
	background-color: #eceeef;
	border: 1px solid rgba(6, 6, 6, .15);
	border-radius: 0
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 0
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: .75rem 1.5rem;
	font-size: .875rem;
	border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group .form-control:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
	border-right: 0
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
	z-index: 3
}

.custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
	cursor: pointer
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #af903f
}

.custom-control-input:focus~.custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #af903f
}

.custom-control-input:active~.custom-control-indicator {
	color: #fff;
	background-color: #e6daba
}

.custom-control-input:disabled~.custom-control-indicator {
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
	color: #636c72;
	cursor: not-allowed
}

.custom-control-indicator {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
	background-color: #af903f;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.49375rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid rgba(6, 6, 6, .15);
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none
}

.custom-select:focus {
	border-color: #d9c695;
	outline: none
}

.custom-select:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.custom-select:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(6, 6, 6, .15);
	border-radius: 0
}

.custom-file-control:lang(en):after {
	content: "Choose file..."
}

.custom-file-control:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	background-color: #eceeef;
	border: 1px solid rgba(6, 6, 6, .15);
	border-radius: 0 0 0 0
}

.custom-file-control:lang(en):before {
	content: "Browse"
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5em 1em
}

.nav-link.disabled {
	color: #636c72;
	cursor: not-allowed
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.nav-tabs .nav-link.disabled {
	color: #636c72;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #464a4c;
	background-color: #fff;
	border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.nav-pills .nav-link {
	border-radius: 0
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	color: #fff;
	cursor: default;
	background-color: #af903f
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .5rem 1rem
}

.navbar-brand {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: .875rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-text {
	display: inline-block;
	padding-top: .425rem;
	padding-bottom: .425rem
}

.navbar-toggler {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: .25rem .75rem;
	font-size: .875rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

.navbar-toggler-left {
	position: absolute;
	left: 1rem
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem
}

@media (max-width:575px) {
	.navbar-toggleable .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-toggleable {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable,
	.navbar-toggleable .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable .navbar-toggler {
		display: none
	}
}

@media (max-width:767px) {
	.navbar-toggleable-sm .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-sm>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-toggleable-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-sm,
	.navbar-toggleable-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-sm>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:991px) {
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-md>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-toggleable-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-md,
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-md>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-md .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-md .navbar-toggler {
		display: none
	}
}

@media (max-width:1199px) {
	.navbar-toggleable-lg .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-toggleable-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-lg,
	.navbar-toggleable-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-lg>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1499px) {
	.navbar-toggleable-xl .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-xl>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1500px) {
	.navbar-toggleable-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-xl,
	.navbar-toggleable-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-xl>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-xl .navbar-toggler {
		display: none
	}
}

.navbar-toggleable-xxl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggleable-xxl .navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-toggleable-xxl>.container {
	padding-right: 0;
	padding-left: 0
}

.navbar-toggleable-xxl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-toggleable-xxl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-toggleable-xxl>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggleable-xxl .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	width: 100%
}

.navbar-toggleable-xxl .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
	color: rgba(6, 6, 6, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(6, 6, 6, .5)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(6, 6, 6, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
	color: rgba(6, 6, 6, .9)
}

.navbar-light .navbar-toggler {
	border-color: rgba(6, 6, 6, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(6, 6, 6, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(6, 6, 6, .5)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
	color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
	color: #fff
}

.navbar-inverse .navbar-toggler {
	border-color: hsla(0, 0%, 100%, .1)
}

.navbar-inverse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid rgba(6, 6, 6, .125);
	border-radius: 0
}

.card-block {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f7f7f9;
	border-bottom: 1px solid rgba(6, 6, 6, .125)
}

.card-header:first-child {
	border-radius: -1px -1px 0 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f7f7f9;
	border-top: 1px solid rgba(6, 6, 6, .125)
}

.card-footer:last-child {
	border-radius: 0 0 -1px -1px
}

.card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-primary {
	background-color: #af903f;
	border-color: #af903f
}

.card-primary .card-footer,
.card-primary .card-header {
	background-color: transparent
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
	background-color: transparent
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
	background-color: transparent
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
	background-color: transparent
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
	background-color: transparent
}

.card-outline-primary {
	border-color: #af903f
}

.card-outline-secondary {
	background-color: transparent;
	border-color: #455560
}

.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de
}

.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c
}

.card-outline-warning {
	background-color: transparent;
	border-color: #f0ad4e
}

.card-outline-danger {
	background-color: transparent;
	border-color: #d9534f
}

.card-inverse {
	color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-footer,
.card-inverse .card-header {
	background-color: transparent;
	border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
	color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
	color: hsla(0, 0%, 100%, .65)
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0
}

.card-img {
	border-radius: -1px
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img-top {
	border-top-right-radius: -1px;
	border-top-left-radius: -1px
}

.card-img-bottom {
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px
}

@media (min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-deck,
	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.card-deck .card:not(:first-child) {
		margin-left: 15px
	}
	.card-deck .card:not(:last-child) {
		margin-right: 15px
	}
}

@media (min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0
	}
	.card-group .card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group .card:first-child {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}
	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group .card:last-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}
	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group .card:not(:first-child):not(:last-child),
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
	.card-group .card:not(:first-child):not(:last-child) .card-img-top {
		border-radius: 0
	}
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
		margin-bottom: .75rem
	}
}

.breadcrumb {
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb:after {
	display: block;
	content: "";
	clear: both
}

.breadcrumb-item {
	float: left
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #636c72;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}

.breadcrumb-item.active {
	color: #636c72
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.page-item:last-child .page-link {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.page-item.disabled .page-link {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #af903f;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: .875rem
}

.pagination-lg .page-item:first-child .page-link {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-default {
	background-color: #636c72
}

.badge-primary {
	background-color: #af903f
}

.badge-success {
	background-color: #5cb85c
}

.badge-info {
	background-color: #5bc0de
}

.badge-warning {
	background-color: #f0ad4e
}

.badge-danger {
	background-color: #d9534f
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eceeef;
	border-radius: 0
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-hr {
	border-top-color: #d0d5d8
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible .close {
	position: relative;
	top: -.75rem;
	right: -1.25rem;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c1e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6d5ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7ecb5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9b9
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes a {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes a {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	background-color: #eceeef;
	border-radius: 0
}

.progress-bar {
	height: 1rem;
	color: #fff;
	background-color: #af903f
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #464a4c;
	text-align: inherit
}

.list-group-item-action .list-group-item-heading {
	color: #292b2c
}

.list-group-item-action:active {
	color: #292b2c;
	background-color: #eceeef
}

.list-group-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(6, 6, 6, .125)
}

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
	color: #636c72
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text {
	color: #fbf8f3
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.85714%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.close {
	float: right;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
	color: #060606;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	background-clip: padding-box;
	border-radius: 0;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #060606
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	padding: 25px 20px 15px 25px;
	border-bottom: 1px solid #eceeef
}

.modal-header .close {
	font-size: 10px
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 300;
	color: #af903f;
	text-transform: uppercase
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 20px 25px 25px
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 25px;
	border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #060606
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.tooltip-right .tooltip-inner:before {
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #060606
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
	top: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #060606
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.tooltip-left .tooltip-inner:before {
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #060606
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #060606;
	border-radius: 0
}

.tooltip-inner:before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(6, 6, 6, .2);
	border-radius: 0
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
	margin-top: -10px
}

.popover.bs-tether-element-attached-bottom:after,
.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:after,
.popover.popover-top:before {
	left: 50%;
	border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom:before,
.popover.popover-top:before {
	bottom: -11px;
	margin-left: -11px;
	border-top-color: rgba(6, 6, 6, .25)
}

.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
	bottom: -10px;
	margin-left: -10px;
	border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
	margin-left: 10px
}

.popover.bs-tether-element-attached-left:after,
.popover.bs-tether-element-attached-left:before,
.popover.popover-right:after,
.popover.popover-right:before {
	top: 50%;
	border-left-width: 0
}

.popover.bs-tether-element-attached-left:before,
.popover.popover-right:before {
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba(6, 6, 6, .25)
}

.popover.bs-tether-element-attached-left:after,
.popover.popover-right:after {
	left: -10px;
	margin-top: -10px;
	border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
	margin-top: 10px
}

.popover.bs-tether-element-attached-top:after,
.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:after,
.popover.popover-bottom:before {
	left: 50%;
	border-top-width: 0
}

.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:before {
	border-bottom-color: rgba(6, 6, 6, .25)
}

.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
	top: -10px;
	margin-left: -10px;
	border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title:before,
.popover.popover-bottom .popover-title:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
	margin-left: -10px
}

.popover.bs-tether-element-attached-right:after,
.popover.bs-tether-element-attached-right:before,
.popover.popover-left:after,
.popover.popover-left:before {
	top: 50%;
	border-right-width: 0
}

.popover.bs-tether-element-attached-right:before,
.popover.popover-left:before {
	right: -11px;
	margin-top: -11px;
	border-left-color: rgba(6, 6, 6, .25)
}

.popover.bs-tether-element-attached-right:after,
.popover.popover-left:after {
	right: -10px;
	margin-top: -10px;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: .875rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-right-radius: -1px;
	border-top-left-radius: -1px
}

.popover-title:empty {
	display: none
}

.popover-content {
	padding: 9px 14px
}

.popover:after,
.popover:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover:before {
	content: "";
	border-width: 11px
}

.popover:after {
	content: "";
	border-width: 10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	width: 100%
}

@media (-webkit-transform-3d) {
	.carousel-item {
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item {
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

@media (-webkit-transform-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
	top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li:after {
	bottom: -10px
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-faded {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #af903f!important
}

.bg-success {
	background-color: #5cb85c!important
}

.bg-info {
	background-color: #5bc0de!important
}

.bg-warning {
	background-color: #f0ad4e!important
}

.bg-danger {
	background-color: #d9534f!important
}

.bg-inverse {
	background-color: #292b2c!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.rounded {
	border-radius: 0
}

.rounded-top {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.rounded-right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.rounded-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.rounded-left {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

.clearfix:after {
	display: block;
	content: "";
	clear: both
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1500px) {
	.d-xxl-none {
		display: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.flex-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.flex-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.flex-unordered {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column,
.flex-row {
	-webkit-box-direction: normal!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center,
.store-results--item .row {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1500px) {
	.flex-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-xxl-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-xxl-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxl-column,
	.flex-xxl-row {
		-webkit-box-direction: normal!important
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xxl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xxl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

@media (min-width:1500px) {
	.float-xxl-left {
		float: left!important
	}
	.float-xxl-right {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

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

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

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

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.mx-0 {
	margin-right: 0!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mr-1 {
	margin-right: .25rem!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.mx-1 {
	margin-right: .25rem!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mr-2 {
	margin-right: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.mx-2 {
	margin-right: .5rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mr-3 {
	margin-right: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.mx-3 {
	margin-right: 1rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mr-4 {
	margin-right: 1.5rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.mx-4 {
	margin-right: 1.5rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mr-5 {
	margin-right: 3rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.mx-5 {
	margin-right: 3rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0!important
}

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

.pr-0 {
	padding-right: 0!important
}

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

.pl-0,
.px-0 {
	padding-left: 0!important
}

.px-0 {
	padding-right: 0!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pr-1 {
	padding-right: .25rem!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.px-1 {
	padding-right: .25rem!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pr-2 {
	padding-right: .5rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.px-2 {
	padding-right: .5rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pr-3 {
	padding-right: 1rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.px-3 {
	padding-right: 1rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pr-4 {
	padding-right: 1.5rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.px-4 {
	padding-right: 1.5rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pr-5 {
	padding-right: 3rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.px-5 {
	padding-right: 3rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto {
	margin-top: auto!important
}

.mr-auto {
	margin-right: auto!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

.mx-auto {
	margin-right: auto!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.mx-sm-0 {
		margin-right: 0!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.px-sm-0 {
		padding-right: 0!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
	.mx-sm-auto {
		margin-right: auto!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mr-md-0 {
		margin-right: 0!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.mx-md-0 {
		margin-right: 0!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pr-md-0 {
		padding-right: 0!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.px-md-0 {
		padding-right: 0!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.px-md-1 {
		padding-right: .25rem!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
	.mx-md-auto {
		margin-right: auto!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.mx-lg-0 {
		margin-right: 0!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.px-lg-0 {
		padding-right: 0!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
	.mx-lg-auto {
		margin-right: auto!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.mx-xl-0 {
		margin-right: 0!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.px-xl-0 {
		padding-right: 0!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
	.mx-xl-auto {
		margin-right: auto!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:1500px) {
	.m-xxl-0 {
		margin: 0!important
	}
	.mt-xxl-0 {
		margin-top: 0!important
	}
	.mr-xxl-0 {
		margin-right: 0!important
	}
	.mb-xxl-0 {
		margin-bottom: 0!important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0!important
	}
	.mx-xxl-0 {
		margin-right: 0!important
	}
	.my-xxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.mt-xxl-1 {
		margin-top: .25rem!important
	}
	.mr-xxl-1 {
		margin-right: .25rem!important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem!important
	}
	.mx-xxl-1 {
		margin-right: .25rem!important
	}
	.my-xxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.mt-xxl-2 {
		margin-top: .5rem!important
	}
	.mr-xxl-2 {
		margin-right: .5rem!important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem!important
	}
	.mx-xxl-2 {
		margin-right: .5rem!important
	}
	.my-xxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.mt-xxl-3 {
		margin-top: 1rem!important
	}
	.mr-xxl-3 {
		margin-right: 1rem!important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem!important
	}
	.mx-xxl-3 {
		margin-right: 1rem!important
	}
	.my-xxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xxl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem!important
	}
	.mx-xxl-4 {
		margin-right: 1.5rem!important
	}
	.my-xxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.mt-xxl-5 {
		margin-top: 3rem!important
	}
	.mr-xxl-5 {
		margin-right: 3rem!important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem!important
	}
	.mx-xxl-5 {
		margin-right: 3rem!important
	}
	.my-xxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.pt-xxl-0 {
		padding-top: 0!important
	}
	.pr-xxl-0 {
		padding-right: 0!important
	}
	.pb-xxl-0 {
		padding-bottom: 0!important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0!important
	}
	.px-xxl-0 {
		padding-right: 0!important
	}
	.py-xxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.pt-xxl-1 {
		padding-top: .25rem!important
	}
	.pr-xxl-1 {
		padding-right: .25rem!important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem!important
	}
	.px-xxl-1 {
		padding-right: .25rem!important
	}
	.py-xxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.pt-xxl-2 {
		padding-top: .5rem!important
	}
	.pr-xxl-2 {
		padding-right: .5rem!important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem!important
	}
	.px-xxl-2 {
		padding-right: .5rem!important
	}
	.py-xxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.pt-xxl-3 {
		padding-top: 1rem!important
	}
	.pr-xxl-3 {
		padding-right: 1rem!important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem!important
	}
	.px-xxl-3 {
		padding-right: 1rem!important
	}
	.py-xxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem!important
	}
	.px-xxl-4 {
		padding-right: 1.5rem!important
	}
	.py-xxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.pt-xxl-5 {
		padding-top: 3rem!important
	}
	.pr-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem!important
	}
	.px-xxl-5 {
		padding-right: 3rem!important
	}
	.py-xxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mt-xxl-auto {
		margin-top: auto!important
	}
	.mr-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-auto {
		margin-bottom: auto!important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto!important
	}
	.mx-xxl-auto {
		margin-right: auto!important
	}
	.my-xxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

@media (min-width:1500px) {
	.text-xxl-left {
		text-align: left!important
	}
	.text-xxl-right {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff!important
}

.text-muted {
	color: #636c72!important
}

.text-primary {
	color: #af903f!important
}

.text-success {
	color: #5cb85c!important
}

.text-info {
	color: #5bc0de!important
}

.text-warning {
	color: #f0ad4e!important
}

.text-danger {
	color: #d9534f!important
}

.text-gray-dark {
	color: #292b2c!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden!important
}

.hidden-xs-up {
	display: none!important
}

@media (max-width:575px) {
	.hidden-xs-down {
		display: none!important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none!important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none!important
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none!important
	}
}

@media (max-width:1499px) {
	.hidden-xl-down {
		display: none!important
	}
}

@media (min-width:1500px) {
	.hidden-xxl-up {
		display: none!important
	}
}

.hidden-xxl-down,
.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.icon {
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor
}

@font-face {
	font-family: tf-icons;
	src: url(../fonts/tf-icons.eot);
	src: url(../fonts/tf-icons.eot) format("embedded-opentype"), url(../fonts/tf-icons.woff2) format("woff2"), url(../fonts/tf-icons.woff) format("woff"), url(../fonts/tf-icons.ttf) format("truetype"), url(../fonts/tf-icons.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.icon,
.tf-icon {
	display: inline-block
}

.tf-icon {
	font: normal normal normal 1em/1 tf-icons;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.tf-icon-sm {
	font-size: .8em
}

.tf-icon-lg {
	font-size: 1.2em
}

.tf-icon-16 {
	font-size: 16px
}

.tf-icon-32 {
	font-size: 32px
}

.tf-icon-bg-circle,
.tf-icon-bg-square {
	padding: .35em;
	background-color: #eee
}

.tf-icon-bg-circle {
	border-radius: 50%
}

.tf-icon-ul {
	padding-left: 0;
	list-style-type: none
}

.tf-icon-ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.4
}

.tf-icon-ul>li>.tf-icon {
	margin-right: .4em;
	line-height: inherit
}

.tf-icon-is-spinning {
	-webkit-animation: Hb 2s infinite linear;
	animation: Hb 2s infinite linear
}

@-webkit-keyframes tf-icon-spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn)
	}
}

.tf-icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.tf-icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tf-icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.tf-icon-flip-y {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.tf-icon-flip-x {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.tf-minimal-left:before {
	content: "\ea02"
}

.tf-minimal-right:before {
	content: "\ea03"
}

.tf-circle-right-09:before {
	content: "\ea04"
}

.tf-gift-2:before {
	content: "\ea05"
}

.tf-small-add:before {
	content: "\ea06"
}

.tf-simple-remove:before {
	content: "\ea07"
}

.tf-grid-2:before {
	content: "\ea08"
}

.tf-microsoft:before {
	content: "\ea09"
}

.tf-logo-fb-simple:before {
	content: "\ea0a"
}

.tf-logo-twitter:before {
	content: "\ea0b"
}

.tf-logo-pinterest:before {
	content: "\ea0c"
}

.tf-circle-close:before {
	content: "\ea0d"
}

.tf-corner-back:before {
	content: "\ea0e"
}

.tf-like-thumb:before {
	content: "\ea10"
}

.tf-small-triangle-down:before {
	content: "\ea11"
}


/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	background: hsla(0, 0%, 100%, .75);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
	background: #fff
}

.flickity-prev-next-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
	opacity: .6
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: auto
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-prev-next-button .arrow {
	fill: #333
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	opacity: 1
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes c {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: c;
	animation-name: c;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes d {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes d {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: d;
	animation-name: d
}

@-webkit-keyframes e {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes e {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: e;
	animation-name: e
}

@-webkit-keyframes f {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes f {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: f;
	animation-name: f
}

@-webkit-keyframes g {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes g {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: g;
	animation-name: g
}

@-webkit-keyframes h {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes h {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: h;
	animation-name: h
}

@-webkit-keyframes i {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes i {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: i;
	animation-name: i
}

@-webkit-keyframes j {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes j {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: j;
	animation-name: j
}

@-webkit-keyframes k {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes k {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: k;
	animation-name: k
}

@-webkit-keyframes l {
	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

@keyframes l {
	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	-webkit-animation-name: l;
	animation-name: l;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes m {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes m {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-name: m;
	animation-name: m
}

@-webkit-keyframes n {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes n {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: n;
	animation-name: n
}

@-webkit-keyframes o {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes o {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: o;
	animation-name: o
}

@-webkit-keyframes p {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes p {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: p;
	animation-name: p
}

@-webkit-keyframes q {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes q {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: q;
	animation-name: q
}

@-webkit-keyframes r {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes r {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: r;
	animation-name: r
}

@-webkit-keyframes s {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes s {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: s;
	animation-name: s
}

@-webkit-keyframes t {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes t {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: t;
	animation-name: t
}

@-webkit-keyframes u {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes u {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: u;
	animation-name: u
}

@-webkit-keyframes v {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes v {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: v;
	animation-name: v
}

@-webkit-keyframes w {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes w {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: w;
	animation-name: w
}

@-webkit-keyframes x {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes x {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: x;
	animation-name: x
}

@-webkit-keyframes y {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes y {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: y;
	animation-name: y
}

@-webkit-keyframes z {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes z {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: z;
	animation-name: z
}

@-webkit-keyframes A {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes A {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: A;
	animation-name: A
}

@-webkit-keyframes B {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes B {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: B;
	animation-name: B
}

@-webkit-keyframes C {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes C {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: C;
	animation-name: C
}

@-webkit-keyframes D {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes D {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: D;
	animation-name: D
}

@-webkit-keyframes E {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes E {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: E;
	animation-name: E
}

@-webkit-keyframes F {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes F {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: F;
	animation-name: F
}

@-webkit-keyframes G {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes G {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: G;
	animation-name: G
}

@-webkit-keyframes H {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes H {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: H;
	animation-name: H
}

@-webkit-keyframes I {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes I {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: I;
	animation-name: I
}

@-webkit-keyframes J {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes J {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: J;
	animation-name: J
}

@-webkit-keyframes K {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes K {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: K;
	animation-name: K
}

@-webkit-keyframes L {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes L {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: L;
	animation-name: L
}

@-webkit-keyframes M {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes M {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: M;
	animation-name: M
}

@-webkit-keyframes N {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes N {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: N;
	animation-name: N
}

@-webkit-keyframes O {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes O {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: O;
	animation-name: O
}

@-webkit-keyframes P {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes P {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: P;
	animation-name: P
}

@-webkit-keyframes Q {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes Q {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: Q;
	animation-name: Q
}

@-webkit-keyframes R {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes R {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: R;
	animation-name: R;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes S {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes S {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: S;
	animation-name: S
}

@-webkit-keyframes T {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes T {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: T;
	animation-name: T;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes U {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes U {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: U;
	animation-name: U;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes V {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes V {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: V;
	animation-name: V
}

@-webkit-keyframes W {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes W {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: W;
	animation-name: W
}

@-webkit-keyframes X {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes X {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: X;
	animation-name: X
}

@-webkit-keyframes Y {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes Y {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: Y;
	animation-name: Y
}

@-webkit-keyframes Z {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes Z {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: Z;
	animation-name: Z
}

@-webkit-keyframes ab {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes ab {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: ab;
	animation-name: ab
}

@-webkit-keyframes bb {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes bb {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: bb;
	animation-name: bb
}

@-webkit-keyframes cb {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes cb {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: cb;
	animation-name: cb
}

@-webkit-keyframes db {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes db {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: db;
	animation-name: db
}

@-webkit-keyframes eb {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes eb {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: eb;
	animation-name: eb
}

@-webkit-keyframes fb {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes fb {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: fb;
	animation-name: fb
}

@-webkit-keyframes gb {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes gb {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: gb;
	animation-name: gb
}

@-webkit-keyframes hb {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes hb {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: hb;
	animation-name: hb
}

@-webkit-keyframes ib {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes ib {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: ib;
	animation-name: ib
}

@-webkit-keyframes jb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes jb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: jb;
	animation-name: jb
}

@-webkit-keyframes kb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes kb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: kb;
	animation-name: kb
}

@-webkit-keyframes lb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes lb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: lb;
	animation-name: lb
}

@-webkit-keyframes mb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes mb {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: mb;
	animation-name: mb
}

@-webkit-keyframes nb {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes nb {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: nb;
	animation-name: nb
}

@-webkit-keyframes ob {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes ob {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: ob;
	animation-name: ob
}

@-webkit-keyframes pb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes pb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: pb;
	animation-name: pb
}

@-webkit-keyframes qb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes qb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: qb;
	animation-name: qb
}

@-webkit-keyframes rb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes rb {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: rb;
	animation-name: rb
}

@-webkit-keyframes sb {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes sb {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: sb;
	animation-name: sb
}

@-webkit-keyframes tb {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes tb {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: tb;
	animation-name: tb
}

@-webkit-keyframes ub {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes ub {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: ub;
	animation-name: ub
}

@-webkit-keyframes vb {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes vb {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: vb;
	animation-name: vb
}

@-webkit-keyframes wb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes wb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: wb;
	animation-name: wb
}

@-webkit-keyframes xb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes xb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: xb;
	animation-name: xb
}

@-webkit-keyframes yb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes yb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: yb;
	animation-name: yb
}

@-webkit-keyframes zb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes zb {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: zb;
	animation-name: zb
}

.slinky-menu {
	overflow: hidden
}

.slinky-menu,
.slinky-menu>ul {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .3s ease
}

.slinky-menu>ul {
	left: 0;
	position: relative
}

.slinky-menu li,
.slinky-menu ul {
	list-style: none;
	margin: 0
}

.slinky-menu ul {
	width: 100%
}

.slinky-menu a {
	display: block
}

.slinky-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: 0
}

.slinky-menu .header {
	position: relative
}

.slinky-menu h2~a.back {
	left: 0;
	position: absolute;
	top: 0
}

.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center
}

.slinky-menu {
	background: #aaa
}

.slinky-menu h2 {
	color: #fff;
	padding: 1em
}

.slinky-menu li {
	line-height: 1
}

.slinky-menu a {
	border: none;
	color: #fff;
	padding: 1em
}

.slinky-menu a:hover {
	background: #000
}

.slinky-menu a.next:after {
	content: "\276f";
	margin-left: 1em;
	float: right
}

.slinky-menu a.back:before {
	content: "\276e";
	margin-right: 1em;
	float: left
}

.icheckbox_square,
.iradio_square {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(/images/square.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square {
	background-position: 0 0
}

.icheckbox_square.hover {
	background-position: -24px 0
}

.icheckbox_square.checked {
	background-position: -48px 0
}

.icheckbox_square.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square.checked.disabled {
	background-position: -96px 0
}

.iradio_square {
	background-position: -120px 0
}

.iradio_square.hover {
	background-position: -144px 0
}

.iradio_square.checked {
	background-position: -168px 0
}

.iradio_square.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square,
	.iradio_square {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-red,
.iradio_square-red {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(red.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-red {
	background-position: 0 0
}

.icheckbox_square-red.hover {
	background-position: -24px 0
}

.icheckbox_square-red.checked {
	background-position: -48px 0
}

.icheckbox_square-red.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-red.checked.disabled {
	background-position: -96px 0
}

.iradio_square-red {
	background-position: -120px 0
}

.iradio_square-red.hover {
	background-position: -144px 0
}

.iradio_square-red.checked {
	background-position: -168px 0
}

.iradio_square-red.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-red.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-red,
	.iradio_square-red {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-green,
.iradio_square-green {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(green.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-green {
	background-position: 0 0
}

.icheckbox_square-green.hover {
	background-position: -24px 0
}

.icheckbox_square-green.checked {
	background-position: -48px 0
}

.icheckbox_square-green.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-green.checked.disabled {
	background-position: -96px 0
}

.iradio_square-green {
	background-position: -120px 0
}

.iradio_square-green.hover {
	background-position: -144px 0
}

.iradio_square-green.checked {
	background-position: -168px 0
}

.iradio_square-green.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-green.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-green,
	.iradio_square-green {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-blue,
.iradio_square-blue {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(blue.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-blue {
	background-position: 0 0
}

.icheckbox_square-blue.hover {
	background-position: -24px 0
}

.icheckbox_square-blue.checked {
	background-position: -48px 0
}

.icheckbox_square-blue.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-blue.checked.disabled {
	background-position: -96px 0
}

.iradio_square-blue {
	background-position: -120px 0
}

.iradio_square-blue.hover {
	background-position: -144px 0
}

.iradio_square-blue.checked {
	background-position: -168px 0
}

.iradio_square-blue.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-blue.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-blue,
	.iradio_square-blue {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-aero,
.iradio_square-aero {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(aero.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-aero {
	background-position: 0 0
}

.icheckbox_square-aero.hover {
	background-position: -24px 0
}

.icheckbox_square-aero.checked {
	background-position: -48px 0
}

.icheckbox_square-aero.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-aero.checked.disabled {
	background-position: -96px 0
}

.iradio_square-aero {
	background-position: -120px 0
}

.iradio_square-aero.hover {
	background-position: -144px 0
}

.iradio_square-aero.checked {
	background-position: -168px 0
}

.iradio_square-aero.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-aero.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-aero,
	.iradio_square-aero {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-grey,
.iradio_square-grey {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(grey.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-grey {
	background-position: 0 0
}

.icheckbox_square-grey.hover {
	background-position: -24px 0
}

.icheckbox_square-grey.checked {
	background-position: -48px 0
}

.icheckbox_square-grey.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-grey.checked.disabled {
	background-position: -96px 0
}

.iradio_square-grey {
	background-position: -120px 0
}

.iradio_square-grey.hover {
	background-position: -144px 0
}

.iradio_square-grey.checked {
	background-position: -168px 0
}

.iradio_square-grey.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-grey.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-grey,
	.iradio_square-grey {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-orange,
.iradio_square-orange {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(orange.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-orange {
	background-position: 0 0
}

.icheckbox_square-orange.hover {
	background-position: -24px 0
}

.icheckbox_square-orange.checked {
	background-position: -48px 0
}

.icheckbox_square-orange.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-orange.checked.disabled {
	background-position: -96px 0
}

.iradio_square-orange {
	background-position: -120px 0
}

.iradio_square-orange.hover {
	background-position: -144px 0
}

.iradio_square-orange.checked {
	background-position: -168px 0
}

.iradio_square-orange.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-orange.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-orange,
	.iradio_square-orange {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-yellow,
.iradio_square-yellow {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(yellow.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-yellow {
	background-position: 0 0
}

.icheckbox_square-yellow.hover {
	background-position: -24px 0
}

.icheckbox_square-yellow.checked {
	background-position: -48px 0
}

.icheckbox_square-yellow.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-yellow.checked.disabled {
	background-position: -96px 0
}

.iradio_square-yellow {
	background-position: -120px 0
}

.iradio_square-yellow.hover {
	background-position: -144px 0
}

.iradio_square-yellow.checked {
	background-position: -168px 0
}

.iradio_square-yellow.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-yellow.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-yellow,
	.iradio_square-yellow {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-pink,
.iradio_square-pink {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(pink.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-pink {
	background-position: 0 0
}

.icheckbox_square-pink.hover {
	background-position: -24px 0
}

.icheckbox_square-pink.checked {
	background-position: -48px 0
}

.icheckbox_square-pink.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-pink.checked.disabled {
	background-position: -96px 0
}

.iradio_square-pink {
	background-position: -120px 0
}

.iradio_square-pink.hover {
	background-position: -144px 0
}

.iradio_square-pink.checked {
	background-position: -168px 0
}

.iradio_square-pink.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-pink.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.icheckbox_square-pink,
	.iradio_square-pink {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.icheckbox_square-purple,
.iradio_square-purple {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(purple.png) no-repeat;
	border: none;
	cursor: pointer
}

.icheckbox_square-purple {
	background-position: 0 0
}

.icheckbox_square-purple.hover {
	background-position: -24px 0
}

.icheckbox_square-purple.checked {
	background-position: -48px 0
}

.icheckbox_square-purple.disabled {
	background-position: -72px 0;
	cursor: default
}

.icheckbox_square-purple.checked.disabled {
	background-position: -96px 0
}

.iradio_square-purple {
	background-position: -120px 0
}

.iradio_square-purple.hover {
	background-position: -144px 0
}

.iradio_square-purple.checked {
	background-position: -168px 0
}

.iradio_square-purple.disabled {
	background-position: -192px 0;
	cursor: default
}

.iradio_square-purple.checked.disabled {
	background-position: -216px 0
}

@media (-webkit-min-device-pixel-ratio:1.25),
(min-resolution:1.25dppx),
(min-resolution:120dpi) {
	.icheckbox_square-purple,
	.iradio_square-purple {
		background-image: url(/images/square@2x.png);
		background-size: 240px 24px
	}
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible!important;
	background: #f2f2f2!important;
	background: rgba(0, 0, 0, .06)!important;
	border: 0 none!important
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
	content: "!";
	visibility: hidden
}

.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
	color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0;
	border-left: 1px solid #0073bb;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 28px;
	top: 6px;
	font-size: 23px
}

.selectize-control {
	position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
	background: #fff;
	cursor: text;
	display: inline-block
}

.selectize-input {
	border: 1px solid #e7e7e7;
	padding: 12px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 0
}

.selectize-control.multi .selectize-input.has-items {
	padding: 5px 8px 2px
}

.selectize-input.full {
	background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default!important
}

.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0
}

.selectize-input>* {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #1da7ee;
	color: #fff;
	border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
	background: #92c836;
	color: #fff;
	border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
	color: #fff;
	background: #d2d2d2;
	border: 1px solid #aaa
}

.selectize-input>input {
	display: inline-block!important;
	padding: 0!important;
	min-height: 0!important;
	max-height: none!important;
	max-width: 100%!important;
	margin: 0 1px!important;
	text-indent: 0!important;
	border: 0 none!important;
	background: none!important;
	line-height: inherit!important;
	-webkit-user-select: auto!important;
	box-shadow: none!important
}

.selectize-input>input::-ms-clear {
	display: none
}

.selectize-input>input:focus {
	outline: none!important
}

.selectize-input:after {
	content: " ";
	display: block;
	clear: left
}

.selectize-input.dropdown-active:before {
	content: " ";
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0;
	border-top: 0 none;
	box-sizing: border-box;
	border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, .2);
	border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
	padding: 10px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none
}

.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default
}

.selectize-dropdown .active {
	background-color: #f7f3ec;
	color: #425059
}

.selectize-dropdown .active.create {
	color: #425059
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text
}

.selectize-control.single .selectize-input:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #425059 transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px;
	border-color: transparent transparent #425059
}

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto
}

.selectize-control.rtl .selectize-input>input {
	margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
	opacity: .5;
	background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
	padding-left: 5px;
	padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
	color: #999;
	text-shadow: none;
	background: none;
	box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
	border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
	background: none
}

.selectize-control.multi .selectize-input [data-value] {
	background-color: #1b9dec
}

.selectize-control.multi .selectize-input [data-value].active,
.selectize-control.single .selectize-input {
	background-color: #fff
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
	border-color: #e7e7e7
}

.selectize-dropdown .optgroup-header {
	padding-top: 7px;
	font-weight: 700;
	font-size: .85em
}

.selectize-dropdown .optgroup {
	border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
	border-top: 0 none
}

body.swal2-shown {
	overflow-y: hidden
}

.swal2-container,
body.swal2-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.swal2-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
	padding: 10px;
	background-color: transparent;
	z-index: 1060
}

.swal2-container.swal2-fade {
	transition: background-color .1s
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .4)
}

.swal2-modal {
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: relative;
	max-width: 100%;
	padding: 40px
}

.swal2-modal:focus {
	outline: none
}

.swal2-modal.swal2-loading {
	overflow-y: hidden
}

.swal2-modal .swal2-title {
	color: #595959;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	text-transform: none;
	position: relative;
	margin: 0 0 .4em;
	padding: 0;
	display: block;
	word-wrap: break-word
}

.swal2-modal .swal2-buttonswrapper {
	margin-top: 15px
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4;
	cursor: no-drop
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
	box-sizing: border-box;
	border: 4px solid transparent;
	border-color: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 7.5px;
	vertical-align: top;
	background-color: transparent!important;
	color: transparent;
	cursor: default;
	border-radius: 100%;
	-webkit-animation: Hb 1.5s linear 0s infinite normal;
	animation: Hb 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
	margin-left: 30px;
	margin-right: 30px
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm:after {
	display: inline-block;
	content: "";
	margin-left: 5px 0 15px;
	vertical-align: -1px;
	height: 15px;
	width: 15px;
	border: 3px solid #999;
	box-shadow: 1px 1px 1px #fff;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: Hb 1.5s linear 0s infinite normal;
	animation: Hb 1.5s linear 0s infinite normal
}

.swal2-modal .swal2-image {
	margin: 20px auto;
	max-width: 100%
}

.swal2-modal .swal2-close {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	font-family: serif;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	color: pink;
	transition: color .1s ease
}

.swal2-modal .swal2-close:hover {
	color: #d55
}

.swal2-modal>.swal2-checkbox,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-input,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-textarea {
	display: none
}

.swal2-modal .swal2-content {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #545454;
	word-wrap: break-word
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
	margin: 20px auto
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	transition: border-color box-shadow .3s
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
	border-color: #f27474!important;
	box-shadow: 0 0 2px #f27474!important
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
	outline: none;
	border: 1px solid #b4dbed;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
	transition: opacity .3s ease .03s;
	opacity: .8
}

.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
	transition: opacity .3s ease .03s;
	opacity: .8
}

.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
	transition: opacity .3s ease .03s;
	opacity: .8
}

.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-range input {
	float: left;
	width: 80%
}

.swal2-modal .swal2-range output {
	float: right;
	width: 20%;
	font-size: 20px;
	font-weight: 600;
	text-align: center
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0
}

.swal2-modal .swal2-input {
	height: 43px;
	padding: 0 12px
}

.swal2-modal .swal2-input[type=number] {
	max-width: 150px
}

.swal2-modal .swal2-file {
	font-size: 20px
}

.swal2-modal .swal2-textarea {
	height: 108px;
	padding: 12px
}

.swal2-modal .swal2-select {
	color: #545454;
	font-size: inherit;
	padding: 5px 10px;
	min-width: 40%;
	max-width: 100%
}

.swal2-modal .swal2-radio {
	border: 0
}

.swal2-modal .swal2-radio label:not(:first-child) {
	margin-left: 20px
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
	vertical-align: middle
}

.swal2-modal .swal2-radio input {
	margin: 0 3px 0 0
}

.swal2-modal .swal2-checkbox {
	color: #545454
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
	vertical-align: middle
}

.swal2-modal .swal2-validationerror {
	background-color: #f0f0f0;
	margin: 0 -20px;
	overflow: hidden;
	padding: 10px;
	color: gray;
	font-size: 16px;
	font-weight: 300;
	display: none
}

.swal2-modal .swal2-validationerror:before {
	content: "!";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 10px
}

@supports (-ms-accelerator:true) {
	.swal2-range input {
		width: 100%!important
	}
	.swal2-range output {
		display: none
	}
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.swal2-range input {
		width: 100%!important
	}
	.swal2-range output {
		display: none
	}
}

.swal2-icon {
	width: 80px;
	height: 80px;
	border: 4px solid transparent;
	border-radius: 50%;
	margin: 20px auto 30px;
	padding: 0;
	position: relative;
	box-sizing: content-box;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon.swal2-error {
	border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	display: block
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.swal2-icon.swal2-warning {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #f8bb86;
	border-color: #facea8
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-warning {
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-info {
	font-family: Open Sans, sans-serif;
	color: #3fc3ee;
	border-color: #9de0f6
}

.swal2-icon.swal2-question {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #87adbd;
	border-color: #c9dae1;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-success {
	border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
	width: 80px;
	height: 80px;
	border: 4px solid hsla(98, 55%, 69%, .2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
	width: 7px;
	height: 90px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-progresssteps {
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0
}

.swal2-progresssteps li {
	display: inline-block;
	position: relative
}

.swal2-progresssteps .swal2-progresscircle {
	background: #3085d6;
	border-radius: 2em;
	color: #fff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
	z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
	background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
	background: #3085d6;
	height: .4em;
	margin: 0 -1px;
	z-index: 10
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent
}

@-webkit-keyframes Ab {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes Ab {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes Bb {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

@keyframes Bb {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

.swal2-show {
	-webkit-animation: Ab .3s;
	animation: Ab .3s
}

.swal2-show.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

.swal2-hide {
	-webkit-animation: Bb .15s forwards;
	animation: Bb .15s forwards
}

.swal2-hide.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

@-webkit-keyframes Cb {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes Cb {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	to {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes Db {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes Db {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	to {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes Eb {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes Eb {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

.swal2-animate-success-line-tip {
	-webkit-animation: Cb .75s;
	animation: Cb .75s
}

.swal2-animate-success-line-long {
	-webkit-animation: Db .75s;
	animation: Db .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
	-webkit-animation: Eb 4.25s ease-in;
	animation: Eb 4.25s ease-in
}

@-webkit-keyframes Fb {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes Fb {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}
	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}
}

.swal2-animate-error-icon {
	-webkit-animation: Fb .5s;
	animation: Fb .5s
}

@-webkit-keyframes Gb {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes Gb {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.swal2-animate-x-mark {
	-webkit-animation: Gb .5s;
	animation: Gb .5s
}

@-webkit-keyframes Hb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes Hb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

html.no-scroll {
	overflow: hidden;
	position: fixed
}

body {
	font-size: 14px;
	margin-top: 70px;
	font-weight: 300;
	color: #060606;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

@media (min-width:1200px) {
	body {
		margin-top: 90px
	}
}

body.with-promo {
	margin-top: 114px
}

@media (min-width:1200px) {
	body.with-promo {
		margin-top: 134px
	}
}

body.with-promo .topNav {
	display: block
}

strong {
	font-weight: 500
}

.checkout-tabs ul.sep,
.no-gutters.sep {
	margin-right: -5px;
	margin-left: -5px
}

.checkout-tabs .no-gutters.sep>li,
.checkout-tabs ul.sep>.col,
.checkout-tabs ul.sep>[class*=col-],
.checkout-tabs ul.sep>li,
.no-gutters.sep>.col,
.no-gutters.sep>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.checkout-tabs ul.sep .row,
.no-gutters.sep .row {
	margin-right: -5px;
	margin-left: -5px
}

.checkout-tabs .no-gutters.sep .row>li,
.checkout-tabs ul.sep .row>.col,
.checkout-tabs ul.sep .row>[class*=col-],
.checkout-tabs ul.sep .row>li,
.no-gutters.sep .checkout-tabs .row>li,
.no-gutters.sep .row>.col,
.no-gutters.sep .row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.btn-line .btn-secondary {
	white-space: pre-line
}

.pull-right {
	float: right
}

.marTop15 {
	margin-top: 15px
}

.no-margin {
	margin: 0!important
}

.primary {
	color: #b09040
}

.icon {
	width: 1.3em;
	height: 1.3em;
	vertical-align: top;
	fill: currentColor;
	overflow: hidden;
	margin-right: 5px
}

.imgResponsive {
	max-width: 100%
}

.overlay.active {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1029
}

.overlay.active.all {
	z-index: 1031
}

.btn-fb,
.btn-fb:focus,
.btn-fb:hover {
	background: #3d5b96;
	border-color: #3d5b96;
	color: #fff
}

.btn-grey {
	background: #9b9b9b;
	color: #fff;
	border-color: #9b9b9b
}

.dn {
	display: none
}

.marBottom10 {
	margin-bottom: 10px
}

.marBottom20 {
	margin-bottom: 20px
}

.marBottom30 {
	margin-bottom: 30px
}

.marBottom50,
.marBottom60 {
	margin-bottom: 50px
}

.list {
	color: #455560;
	padding-left: 20px
}

.list li {
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 30px
}

.link-style {
	color: #455560;
	text-decoration: underline
}

a {
	transition: all .35s ease-in-out
}

a:focus,
a:hover {
	text-decoration: none
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: transparent;
	border-bottom: 3px solid #af8f47
}

.badge {
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	background: #af8f47;
	border-radius: 50px
}

.dropdown-menu {
	background: #fafafa;
	margin: 0;
	border-radius: 0 0 4px 4px
}

.btn {
	text-transform: uppercase;
	font-weight: 300
}

@media (max-width:767px) {
	.btn {
		font-size: 12px
	}
}

.btn-default {
	border-color: #455560;
	color: #455560;
	outline: none
}

.btn-default:focus,
.btn-default:hover {
	background-color: #455560;
	border-color: #455560;
	color: #fff
}

.btn-default.btnTpWhite {
	border-color: #fff;
	color: #fff
}

.btn-default.btnTpWhite:focus,
.btn-default.btnTpWhite:hover {
	background-color: #af903f;
	border-color: #af903f;
	color: #fff
}

.btn-large {
	padding: .95rem 1.5rem;
	display: inline-block;
	min-width: 300px;
	font-size: 14px
}

.table>tbody>tr>td,
.table>tbody>tr>th {
	padding: 10px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	vertical-align: middle
}

.navbar-toggler {
	padding: 10px 5px 10px 10px;
	background: none;
	font-size: 18px;
	border: 0;
	left: 15px;
	top: 14px
}

@media (max-width:991px) {
	.navbar-toggler .navbar-toggle {
		display: block!important
	}
}

.selectize-control {
	text-align: left
}

.sliderCont .carousel-cell {
	width: 100%
}

.hero-detail .carousel-cell,
.sliderCont .carousel-cell {
	width: 100%;
	overflow: hidden
}

.sliderCont {
	height: 0;
	opacity: 0;
	transition: opacity 1s
}

.flickity-enabled {
	height: auto;
	opacity: 1
}

.flickity-prev-next-button {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #d1c3a0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

@media (max-width:991px) {
	.flickity-prev-next-button {
		display: none
	}
}

.flickity-prev-next-button:hover {
	background: #d1c3a0
}

.flickity-prev-next-button:focus {
	box-shadow: none
}

.flickity-prev-next-button .arrow {
	fill: #fff
}

.flickity-prev-next-button.previous {
	left: -15px
}

@media (min-width:575px) {
	.flickity-prev-next-button.previous {
		left: -28px
	}
}

.flickity-prev-next-button.next {
	right: -15px
}

@media (min-width:575px) {
	.flickity-prev-next-button.next {
		right: -28px
	}
}

.flickity-page-dots {
	bottom: -40px
}

.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	background: #af903f;
	border-radius: 6px
}

.lineTitle:after,
.lineTitle:before {
	content: "";
	border-top: 1px solid #ddd;
	width: 30px;
	height: 1px;
	display: inline-block;
	vertical-align: middle
}

.lineTitle:before {
	margin-right: 10px
}

.lineTitle:after {
	margin-left: 10px
}

.contentPage {
	margin: 30px 0
}

.titleSection {
	text-align: center;
	text-transform: uppercase;
	color: #455560;
	font-weight: 100;
	font-size: 24px;
	margin: 50px 0
}

@media (min-width:768px) {
	.titleSection {
		font-size: 36px
	}
}

.toggleIcon a,
.toggleIcon span {
	display: none
}

.toggleIcon a.active,
.toggleIcon span.active {
	display: inline-block
}

@media (min-width:992px) {
	.mobile {
		display: none
	}
}

.dropdown.list .dropdown-menu {
	padding: 0;
	border-top: none
}

.dropdown.list .dropdown-menu li {
	border-bottom: 1px solid #e7e7e7
}

.dropdown.list .dropdown-toggle {
	display: inline-block;
	border: 1px solid transparent;
	padding: 12px 15px;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
	min-width: 10rem;
	transition: all .1s ease-in-out
}

.dropdown.list .dropdown-toggle:after {
	float: right;
	margin-top: 7px
}

.dropdown.list.show .dropdown-toggle {
	border-color: #ccc
}

.dropdown.list li>a {
	color: #455560;
	font-size: 11px;
	padding: 12px 15px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px
}

.title-line .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #af903f;
	border-bottom: 2px solid #af903f;
	padding-bottom: 8px;
	margin-bottom: 30px
}

.title-line .title strong {
	display: inline-block;
	color: #060606;
	padding: 0 10px
}

.anchor-link {
	display: inline-block;
	color: #b09040;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px
}

.anchor-link .icon {
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px
}

.radio-img img {
	max-width: 100%
}

.modal .modal-content {
	padding: 0
}

.modal .col-form .box {
	padding: 0;
	margin: 0
}

.modal .col-form .box .note {
	font-size: 12px;
	color: #aaa
}

.page-note {
	font-size: 12px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc
}

.page-note,
.title-section {
	text-transform: uppercase;
	color: #455560
}

.title-section {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

.back-page {
	text-transform: uppercase;
	font-size: 12px;
	margin: 30px 0
}

.back-page a {
	color: #455560
}

.back-page .icon {
	color: #af903f
}

.small-note {
	font-size: 12px;
	color: #455560;
	text-align: center;
	letter-spacing: -1px;
	margin: 30px 0
}

.number-box {
	width: 100%;
	line-height: 40px;
	border: 1px solid #455560;
	font-weight: 500;
	margin-bottom: 10px
}

.number-box,
.number-box-msg {
	max-width: 225px;
	text-align: center;
	color: #455560
}

.number-box-msg {
	text-transform: uppercase
}

.sep-section {
	margin: 100px 0
}

.references {
	margin: 35px 0
}

.references ul {
	padding-left: 0;
	list-style: none
}

.references li {
	font-size: 12px;
	line-height: 15px;
	color: #9b9b9b
}

.connect-social {
	padding-left: 0;
	list-style: none
}

.connect-social li {
	display: inline-block
}

.connect-social li .icon {
	margin-right: 0;
	font-size: 25px
}

.links-list {
	color: #455560;
	font-size: 16px;
	margin-bottom: 65px
}

.links-list ul {
	padding-left: 0;
	list-style: none;
	border: 1px solid #ebebeb
}

.links-list ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 25px 40px
}

.links-list ul li:last-child {
	border-bottom: none
}

.links-list--head {
	padding: 14px 40px;
	border: 1px solid #ebebeb;
	margin-bottom: 65px;
	font-size: 16px;
	letter-spacing: 2px
}

@media (min-width:768px) {
	.links-list--head {
		font-size: 24px
	}
}

.links-list--link {
	font-size: 12px;
	color: #455560;
	text-transform: uppercase
}

@media (min-width:768px) {
	.links-list--link {
		float: right;
		font-size: 14px
	}
}

.links-list--link .icon {
	font-size: 7px;
	vertical-align: middle
}

@media (min-width:768px) {
	.links-list--link .icon {
		font-size: 11px
	}
}

.links-list--link:hover {
	color: #af903f
}

.links-list--name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300
}

@media (min-width:768px) {
	.links-list--name {
		font-size: 16px;
		margin: 0;
		display: inline-block
	}
}

.list-format {
	padding-left: 18px;
	margin-bottom: 40px
}

.list-format li {
	margin-bottom: 5px!important
}

.swal2-container .swal2-modal {
	border-radius: initial
}

.swal2-container .swal2-modal .swal2-title {
	color: #595959;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 1.4em;
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 1px
}

.swal2-container .swal2-modal .swal2-styled.btn-secondary {
	padding: .95rem 1.5rem;
	background-color: #455560!important;
	border-color: #455560!important
}

.expander {
	display: inline-block;
	margin-left: 5px
}

.expandable--box {
	display: none
}

.btn-outline {
	background-color: transparent;
	border-color: inherit;
	cursor: pointer
}

.btn-reset {
	background-color: #3a4750;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 14px 24px 13px
}

header {
	background: #fff;
	position: relative;
	z-index: 1
}

header .headerLightBox {
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
	z-index: 1;
	position: relative
}

@media (max-width:991px) {
	header .headerLightBox>.container {
		width: 100%;
		padding: 0
	}
}

header .topNav {
	display: none;
	text-align: center;
	background: #455560;
	color: #fff;
	font-size: 12px
}

header .topNav .container {
	position: relative
}

header .topNav p {
	padding: 13px;
	margin: 0;
	letter-spacing: 1px
}

header .topNav .promo {
	display: none;
	background-color: #3b4850;
	color: #fff;
	float: right;
	padding: 13px 30px;
	position: absolute;
	right: 0
}

header .topNav .promo:hover {
	background-color: #303b41
}

@media (min-width:992px) {
	header .topNav .promo {
		display: block
	}
}

header .topNav .promoClose {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 6px;
	cursor: pointer;
	padding: 5px 3px
}

@media (min-width:992px) {
	header .topNav .promoClose {
		display: none
	}
}

header .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto
}

header .logo .svg-logo {
	width: 122px;
	height: 23px
}

@media (min-width:768px) {
	header .logo .svg-logo {
		width: 130px;
		height: 25px
	}
}

@media (min-width:992px) {
	header .logo {
		margin-right: 20px
	}
	header .logo .svg-logo {
		width: 153px;
		height: 29px
	}
}

header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .cartMobileClose {
	display: none
}

@media (min-width:992px) {
	header .cartMobileClose {
		display: none!important
	}
}

header .cartMobileLink {
	position: absolute;
	right: 15px;
	top: 25px;
	color: #455560
}

header .cartMobileLink .icon {
	font-size: 16px;
	margin-right: 0
}

header .cartMobileLink .badge {
	padding: 4px 6px
}

@media (min-width:992px) {
	header .cartMobileLink {
		display: none
	}
}

header .navbar {
	height: 90px;
	margin: 0;
	padding-left: 0;
	padding-right: 0
}

@media (max-width:991px) {
	header .navbar .nav.navbar-left {
		display: none!important
	}
}

@media (min-width:992px) {
	header .navbar .nav.navbar-left {
		display: block
	}
	header .navbar .nav.navbar-left>li>a {
		letter-spacing: 1px;
		font-weight: 500
	}
}

@media (max-width:991px) {
	header .navbar .nav.navbar-right {
		display: none!important
	}
}

@media (min-width:992px) {
	header .navbar .nav.navbar-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	header .navbar .nav.navbar-right .icon {
		width: 1em;
		height: 1em;
		font-size: 18px
	}
}

header .navbar .nav {
	text-transform: uppercase
}

header .navbar .nav>li {
	float: left
}

header .navbar .nav>li>a {
	position: relative
}

header .navbar .nav>li>a:after {
	content: "";
	background-color: #fff;
	bottom: 0;
	display: block;
	height: 3px;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all .3s ease 0s;
	width: 100%;
	border: none
}

header .navbar .nav>li.active>a:after,
header .navbar .nav>li:hover>a:after {
	background-color: #af903f;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

header .navbar .nav>li>a {
	color: #455560;
	display: block;
	padding: 37px 20px 35px;
	transition: all .5s
}

header .navbar.navbar-left>li>a {
	font-weight: 700
}

header .navbar.navbar-right>li>a {
	font-size: 12px;
	padding: 39px 10px 33px
}

@media (min-width:1200px) {
	header .navbar .nav.navbar-left>li>a {
		font-size: 12px
	}
	header .navbar .nav.navbar-right>li>a {
		font-size: 10px;
		padding: 37px 10px 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	header .navbar .nav.navbar-right>li>a.cartLink {
		padding: 37px 10px 35px
	}
}

header .avatar {
	margin-right: 7px;
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
	border-radius: 50%
}

header .navbarSignin {
	width: 280px;
	padding: 20px;
	font-size: 12px
}

header .navigation {
	width: 100%
}

header .navigation .searchForm {
	display: none
}

header .navigation .searchForm form {
	width: 500px;
	margin: 21px auto
}

header .navigation .searchForm .icon-search {
	width: 1em;
	height: 1em;
	font-size: 22px
}

header .navigation .searchForm .icon-close-large {
	height: 1em;
	width: 1em;
	font-size: 18px
}

header .navigation .searchForm input {
	font-size: 16px
}

header .navigation .searchForm .input-group-addon,
header .navigation .searchForm input {
	background: #efefef;
	border: none;
	box-shadow: none;
	color: #000
}

header .navigation .searchForm .input-group-addon:first-child {
	padding-right: 0;
	padding-left: 20px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

header .navigation .searchForm .input-group-addon:first-child,
header .navigation .searchForm .input-group-addon:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #aaa
}

header .navigation .searchForm .input-group-addon:last-child {
	font-size: 10px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	padding-right: 12px
}

header .navigation .searchForm .input-group-addon:last-child a {
	color: #999
}

header .navigation .searchForm .form-control {
	padding-left: 8px
}

header .navigation .searchForm .form-control:focus {
	border: none;
	box-shadow: none
}

@media (max-width:1024px) {
	header .navigation .searchForm form {
		width: 420px;
		margin: auto
	}
	header .navigation .searchForm input {
		font-size: 14px
	}
	header .navigation .searchForm .icon-search {
		width: 1em;
		height: 1em;
		font-size: 18px
	}
	header .navigation .searchForm .icon-close-large {
		height: 1em;
		width: 1em;
		font-size: 16px
	}
}

header .navigation.active {
	margin: 0 auto;
	position: relative
}

header .navigation.active .searchForm {
	position: relative;
	left: -95px
}

@media (max-width:1024px) {
	header .navigation.active .searchForm {
		left: -85px
	}
}

header .dropdown.hideItem {
	display: none!important
}

header .dropdown.showItem {
	display: block
}

header ul.dropdown-menu {
	padding: 0;
	min-width: 220px
}

header ul.dropdown-menu>li {
	border-bottom: 1px solid #e4e4e4
}

header ul.dropdown-menu>li>a {
	color: #455560;
	font-size: 12px;
	padding: 17px 20px 14px;
	display: block
}

header ul.dropdown-menu a.linkPrimary {
	color: #b09040
}

.teaMenuCont {
	font-size: 14px;
	background: url(../images/pyramid.png) 0 0;
	width: 100%;
	position: absolute;
	color: #455560;
	opacity: 0;
	visibility: hidden
}

@media (max-width:991px) {
	.teaMenuCont {
		display: none
	}
}

.teaMenuCont.active {
	opacity: 1;
	visibility: visible
}

.teaMenuCont .container {
	position: relative
}

.teaMenuCont a {
	color: #455560
}

.teaMenuCont .teaMenu {
	width: 51%;
	float: left;
	padding: 40px 15px 30px;
	text-transform: uppercase
}

@media (min-width:1500px) {
	.teaMenuCont .teaMenu {
		padding: 40px 50px 30px
	}
}

.teaMenuCont .teaMenu .firstLevel,
.teaMenuCont .teaMenu .secondLevel {
	float: left
}

.teaMenuCont .teaMenu .firstLevel>li {
	margin-bottom: 30px
}

.teaMenuCont .teaMenu .firstLevel .firstLevelLink {
	display: inline-block;
	text-align: center;
	padding: 7px 12px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 1px
}

.teaMenuCont .teaMenu .firstLevel>.active .secondLevel {
	display: block;
	position: absolute;
	width: 35%;
	left: 16%;
	top: 47px
}

.teaMenuCont .teaMenu .firstLevel>.active>span {
	background: #b09040;
	color: #fff
}

.teaMenuCont .teaMenu .secondLevel {
	width: 73%;
	display: none
}

.teaMenuCont .teaMenu .secondLevel .secondLevelLink {
	cursor: pointer;
	transition: all .1s;
	border-bottom: 2px solid transparent
}

.teaMenuCont .teaMenu .secondLevel ul {
	float: left;
	width: 40%
}

.teaMenuCont .teaMenu .secondLevel ul li {
	margin-bottom: 16px;
	padding-right: 10px
}

.teaMenuCont .teaMenu .secondLevel ul li.active>span {
	border-color: #b09040
}

.teaMenuCont .detail {
	display: none
}

.teaMenuCont .teaDetail {
	min-height: 430px;
	background: #fff;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .2);
	width: 49%;
	float: right;
	padding: 40px
}

.teaMenuCont .teaDetail .detail {
	width: 100%;
	display: inline-block
}

.teaMenuCont .teaDetail .teaImg {
	max-width: 300px;
	float: right;
	margin-left: 10px
}

.teaMenuCont .teaDetail h2 {
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px
}

.teaMenuCont .teaDetail p {
	line-height: 22px
}

.cartList.table {
	margin-bottom: 0
}

.cartList.table tr:last-child td {
	border-bottom: none
}

.cartCont {
	transition: all .2s;
	visibility: hidden;
	opacity: 0
}

.cartCont.active {
	visibility: visible;
	opacity: 1
}

.cartCont .container {
	position: relative
}

.cartCont .table-scroll {
	overflow-y: scroll;
	height: 383px
}

.cartCont .cart .cartFoot {
	padding: 20px 13px;
	text-align: right;
	background-color: #fff;
	border-top: 1px solid #e7e7e7
}

@media (min-width:768px) {
	.cartCont .cart .cartList.table>tbody>tr>td,
	.cartCont .cart .cartList.table>thead>tr>th {
		padding: 13px 10px
	}
}

.cartFixed {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 1032;
	width: 540px;
	text-transform: uppercase
}

.cart .cart-qty {
	position: relative
}

.cart .cartList td,
.cart .cartList th {
	font-size: 12px
}

.cart .cartList td:first-child,
.cart .cartList th:first-child {
	padding-left: 20px
}

.cart .cartList td:last-child,
.cart .cartList th:last-child {
	padding-right: 20px
}

@media (min-width:768px) {
	.cart .cartList.table>tbody>tr>td,
	.cart .cartList.table>thead>tr>th {
		padding: 16px
	}
}

.cart td img {
	max-width: 75px
}

.cart .qty {
	width: 42px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin: 0 auto
}

.cart .qty-readonly {
	border: none
}

.cart .update-qty {
	font-size: 10px;
	color: #455560;
	text-decoration: underline;
	font-weight: 500;
	position: absolute;
	left: 9px;
	bottom: 18px
}

.cart h4 {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	text-transform: none;
	font-weight: 400;
	color: #455560
}

.cart .remove {
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase
}

.cart .cartMsg {
	background: #b09040;
	color: #fff;
	font-size: 12px;
	padding: 13px;
	text-transform: uppercase
}

.cart .cartMsg-error {
	background-color: #d9534f
}

.cart .cartFoot {
	padding: 10px 20px 30px;
	text-align: center
}

@media (min-width:992px) {
	.cart .cartFoot {
		text-align: right
	}
}

.cart .btnCheckout {
	font-weight: 500
}

@media (min-width:992px) {
	.cart .btnCheckout {
		margin-left: 10px
	}
}

.cartList-container {
	max-height: 352px;
	overflow-y: scroll
}

.cartHead {
	background: #455560;
	color: #fff;
	font-size: 12px;
	padding: 13px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.cartClose {
	float: right;
	padding-top: 3px
}

.cartClose a {
	color: #fff
}

.cartClose .icon {
	width: .8em;
	height: .8em
}

.empty-cart {
	text-align: center;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
	font-size: 14px;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.mobileMenu,
	.toggler {
		display: none
	}
}

.toggler {
	position: absolute;
	top: 9px;
	left: 6px;
	-webkit-transform: translate3d(-50%, -50%);
	transform: translate3d(-50%, -50%);
	font-weight: 400;
	border: 10px solid #fff;
	border-top-width: 25px;
	border-bottom-width: 25px;
	box-sizing: content-box
}

.toggler,
.toggler:after,
.toggler:before {
	height: 1px;
	width: 23px;
	background-color: #455560;
	transition: all .2s
}

.toggler:after,
.toggler:before {
	content: "";
	display: block;
	position: absolute
}

.toggler:after {
	top: -7px
}

.toggler:before {
	top: 7px
}

.toggler.open {
	background-color: transparent
}

.toggler.open:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.toggler.open:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobileCart,
.mobileMenu {
	overflow-y: scroll;
	max-height: 100%
}

@media (min-width:992px) {
	.mobileCart {
		display: none
	}
}

.mobileMenu {
	background: url(../images/pyramid.png) 0 0;
	position: fixed;
	z-index: 1029;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%)
}

.mobileMenu .profile {
	background: #455560
}

.mobileMenu .profile.hideItem {
	display: none
}

.mobileMenu .profile a {
	display: block;
	padding: 12px 25px;
	color: #fff;
	font-size: 12px
}

.mobileMenu .profile img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px
}

.mobileMenu .mobileSearchForm {
	background: #b09040;
	padding: 10px
}

.mobileMenu .mobileSearchForm .input-group-addon {
	background: #fff;
	font-size: 12px;
	padding: 0 0 0 20px;
	border: none
}

.mobileMenu .mobileSearchForm .input-group-addon .icon {
	margin: 0
}

.mobileMenu .mobileSearchForm input {
	font-size: 12px;
	padding: 15px;
	border-radius: 2px;
	border: none
}

.mobileMenu .mobilePages a,
.mobileMenu .slinky-menu a {
	color: #455560;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 24px;
	font-size: 12px;
	display: block
}

.mobileMenu .mobilePages a:hover,
.mobileMenu .slinky-menu a:hover {
	background: transparent
}

.mobileMenu .slinky-menu {
	background: #fff;
	margin-bottom: 20px
}

.mobileMenu .slinky-menu a.back {
	background: #455560;
	color: #fff;
	padding: 21px
}

.mobileMenu .slinky-menu ul .header {
	background: #455560;
	color: #fff
}

.mobileMenu .slinky-menu ul .header h2 {
	padding: 20px
}

.mobileMenu .slinky-menu li {
	border-bottom: 1px solid #e7e7e7
}

.mobileMenu .slinky-menu a {
	background: #fff
}

.mobileMenu .mobilePages .hideItem {
	display: none
}

.mobileMenu .mobilePages a {
	padding: 12px 24px
}

.slide-in {
	animation: Ib .25s forwards;
	-webkit-animation: Ib .25s forwards
}

.slide-out {
	animation: Jb .25s forwards;
	-webkit-animation: Jb .25s forwards
}

.slide-out-right {
	animation: Kb .25s forwards;
	-webkit-animation: Kb .25s forwards
}

@keyframes Ib {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes Ib {
	to {
		-webkit-transform: translateX(0)
	}
}

@keyframes Jb {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes Jb {
	0% {
		-webkit-transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes Kb {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes Kb {
	0% {
		-webkit-transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(100%)
	}
}

footer {
	background: url(../images/pyramid.png) 0 0;
	border-top: 1px solid #eee
}

@media (max-width:991px) {
	footer {
		background: none;
		border: none
	}
}

@media (max-width:991px) {
	footer .footCont {
		background: url(../images/pyramid.png) 0 0;
		text-align: center;
		/* padding: 60px 40px 40px */
	}
	footer .footCont h4:first-child {
		display: none
	}
}

footer .footerNav {
	padding: 50px 0
}

@media (max-width:991px) {
	footer .footerNav {
		padding: 0
	}
	footer .footerNav .container {
		padding: 0;
		width: 100%;
		overflow: hidden
	}
}

footer .footerNav .logoFooter {
	max-width: 163px;
	margin: 25px auto 50px
}

@media (max-width:991px) {
	footer .footerNav .logoFooter {
		margin-top: 0
	}
}

footer .footerNav h4 {
	text-transform: uppercase;
	color: #425059;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 25px 0
}

@media (min-width:992px) {
	footer .footerNav h4 span {
		display: none
	}
}

@media (max-width:991px) {
	footer .footerNav h4 {
		margin: 15px 0
	}
}

@media (min-width:992px) {
	footer .footerNav ul {
		display: block!important
	}
}

footer .footerNav li {
	margin-bottom: 15px
}

footer .footerNav li a {
	font-size: 14px;
	color: #4b5969;
	font-weight: 300
}

footer .footerNav p {
	font-size: 12px;
	color: #7f8c95;
	font-weight: 300
}

@media (max-width:991px) {
	footer .footerNav p {
		width: 250px;
		margin: 0 auto 15px
	}
}

footer .footerNav .socialNetworks li {
	display: inline-block;
	margin-right: 5px
}

footer .footerNav .socialNetworks li a {
	color: #425059;
	font-size: 18px
}

.checkout-tabs footer .footerNav.footerMobile li,
footer .footerNav.footerMobile .checkout-tabs li,
footer .footerNav.footerMobile .col {
	width: 100%;
	display: block;
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

.checkout-tabs footer .footerNav.footerMobile li h4,
footer .footerNav.footerMobile .checkout-tabs li h4,
footer .footerNav.footerMobile .col h4 {
	background: #fff;
	margin: 0;
	padding: 25px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: -1px;
	cursor: pointer
}

.checkout-tabs footer .footerNav.footerMobile li h4 span,
footer .footerNav.footerMobile .checkout-tabs li h4 span,
footer .footerNav.footerMobile .col h4 span {
	display: block;
	float: right;
	line-height: 16px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 8px
}

@media (min-width:992px) {
	.checkout-tabs footer .footerNav.footerMobile li h4 span,
	footer .footerNav.footerMobile .checkout-tabs li h4 span,
	footer .footerNav.footerMobile .col h4 span {
		display: none
	}
}

.checkout-tabs footer .footerNav.footerMobile li h4 span .icon,
footer .footerNav.footerMobile .checkout-tabs li h4 span .icon,
footer .footerNav.footerMobile .col h4 span .icon {
	margin-right: 0
}

.checkout-tabs footer .footerNav.footerMobile li ul,
footer .footerNav.footerMobile .checkout-tabs li ul,
footer .footerNav.footerMobile .col ul {
	padding: 25px 25px 10px;
	margin: 0;
	/* display: none */
}

footer .copy {
	background: #425059;
	color: #fff
}

footer .copy p {
	margin: 0;
	padding: 10px 5px
}

@media (max-width:767px) {
	footer .copy p {
		font-size: 12px;
		padding: 22px 10px
	}
}

.signIn .form-control {
	padding: 1rem .75rem
}

.signIn label {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px
}

.signIn .btn {
	font-weight: 500;
	margin-bottom: 25px
}

.signIn .create,
.signIn .forgot {
	color: #060606;
	font-size: 12px;
	text-decoration: underline
}

.signIn .forgot {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: none
}

.signIn .create {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500
}

.signInTrigger .dropdown-toggle:after {
	display: none
}

.product-card {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff
}

.product-card--thumb {
	margin-bottom: 20px;
	text-align: center
}

.product-card--thumb a {
	display: inline-block;
	text-align: center;
	max-width: 280px
}

.product-card--thumb a img {
	max-width: 100%
}

.product-card--slider .flickity-prev-next-button {
	display: none
}

.product-card--name {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 12px;
	text-transform: uppercase
}

.product-card--name a {
	color: #455560
}

.product-card--title {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 12px;
	text-transform: uppercase
}

.product-card--title a {
	color: #b09040
}

.product-card--subtitle {
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
	color: #455560
}

.product-card--rating {
	margin-bottom: 12px
}

.product-card--price {
	color: #455560;
	font-weight: 400;
	margin-bottom: 20px
}

.product-card--cta {
	font-weight: 400
}

.product-card--descriptor {
	color: #af903f;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.product-card--detail {
	color: #8d9aa3;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 12px;
	text-transform: none
}

.product-card--premise p {
	color: #8d9aa3;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 30px
}

.product-card--qty {
	margin-top: 20px
}

.product-card--qty .val {
	text-align: center;
	max-width: 43px;
	border-color: #e7e7e7
}

.product-card--qty .btn-group-lg>.btn,
.product-card--qty .btn-lg {
	padding: .75rem 1.5rem
}

.product-card--qty .btn-qty {
	background: rgba(230, 236, 241, .39);
	border-color: #e7e7e7;
	padding: 8px 0;
	font-size: 19px;
	width: 41px;
	color: #060606
}

.product-card .action {
	position: relative;
	height: 40px
}

.product-card .action .product-card--cta .btn {
	position: absolute;
	margin-left: -61px;
	top: -5px
}

.product-card:hover .product-card--cta .btn {
	opacity: 1;
	visibility: visible
}

@media (max-width:991px) {
	.product-card--cta .btn {
		-webkit-animation-name: initial;
		animation-name: none
	}
}

@media (min-width:992px) {
	.product-card--cta {
		font-weight: 400;
		text-align: center
	}
	.product-card--cta .btn {
		opacity: 0;
		visibility: hidden
	}
}

.product-card.product-card-tea-pile .product-card--thumb {
	margin-bottom: 20px
}

.product-card.product-card-tea-pile .product-card--premise p {
	font-size: 12px;
	margin-bottom: 14px
}

.product-card.product-card-tea-pile .product-card--rating {
	margin-bottom: 20px
}

.product-card.product-card-addon {
	padding: 20px;
	margin-bottom: 40px
}

.product-card.product-card-addon .flickity-page-dots {
	bottom: -30px
}

.product-card.product-card-addon .product-card--name {
	margin-bottom: 7px
}

.product-card.product-card-addon .product-card--premise {
	color: #455560
}

.product-card.product-card-addon .product-card--premise p {
	padding: 0;
	line-height: 24px
}

.product-card.product-card-addon .product-card--price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	min-height: 36px
}

.product-card.product-card-addon .product-card--price span {
	margin-right: 15px
}

.product-card.product-card-addon .product-card--qty {
	margin: 0 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) and (max-width:991px) {
	.product-card.product-card-addon .product-card--qty {
		width: 425px;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left
	}
}

@media (max-width:991px) {
	.product-card.product-card-addon .product-card--qty {
		margin: 0 auto 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:991px) {
	.product-card.product-card-addon .product-card--qty .select-variant-hero {
		width: 256px;
		margin-bottom: 15px
	}
}

@media (max-width:1199px) {
	.product-card.product-card-addon .product-card--price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.product-card.product-card-addon .product-card--rating {
		margin-bottom: 18px
	}
}

@media (min-width:1200px) {
	.product-card.product-card-addon {
		text-align: left
	}
	.product-card.product-card-addon .product-card--rating {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin-bottom: 25px
	}
}

.product-card.product-lg {
	padding: 0 0 30px
}

@media (min-width:992px) {
	.product-card.product-lg {
		text-align: left
	}
}

.product-card.product-lg .product-card--slider .flickity-prev-next-button {
	display: block;
	background: transparent
}

.product-card.product-lg .product-card--slider .flickity-prev-next-button .arrow {
	fill: #333
}

.product-card.product-lg .product-card--name .title {
	color: #425059;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase
}

@media (min-width:768px) {
	.product-card.product-lg .product-card--name .title {
		font-size: 26px;
		line-height: 32px
	}
	.product-card.product-lg .product-card--name .title-collection-hero {
		font-weight: 300
	}
}

.product-card.product-lg .product-card--category {
	margin-bottom: 15px
}

.product-card.product-lg .product-card--price {
	font-size: 20px;
	font-weight: 300;
	color: #455560;
	margin-bottom: 20px
}

.product-card.product-lg .product-card--title {
	font-size: 24px;
	font-weight: 500;
	color: #455560;
	margin-bottom: 25px;
	text-transform: none
}

.product-card.product-lg .product-card--rating {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: center;
	padding-top: 6px
}

@media (min-width:992px) {
	.product-card.product-lg .product-card--rating {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}
}

.product-card.product-lg .product-card--qty {
	margin: 0 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) and (max-width:991px) {
	.product-card.product-lg .product-card--qty {
		width: 425px
	}
}

@media (max-width:991px) {
	.product-card.product-lg .product-card--qty {
		margin: 0 auto 50px
	}
}

@media (max-width:767px) {
	.product-card.product-lg .product-card--qty {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.product-card.product-lg .product-card--premise {
	margin-bottom: 25px
}

.product-card.product-lg .product-card--premise p {
	color: #455560;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 0
}

.product-card.product-lg .product-card--for {
	color: #455560;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px
}

.product-card.product-lg .product-card--for strong {
	color: #af903f;
	font-weight: 500
}

.product-card.product-lg .product-card--notes {
	color: #31363d;
	font-weight: 300
}

.product-card.product-lg .product-card--notes .title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #b09040;
	text-transform: uppercase;
	margin-bottom: 10px
}

.product-card.product-lg .product-card--notes li {
	margin-bottom: 5px;
	line-height: 22px
}

.product-card.product-lg .product-card--notes li strong {
	font-weight: 500
}

.product-card.product-lg .product-card--tags {
	color: #455560;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px
}

.product-card.product-lg .product-card--tags a {
	color: #455560;
	display: inline-block;
	margin: 0 5px
}

.product-card.product-lg .product-card--tags a:first-child {
	margin-left: 0
}

.product-card .select-variant-card {
	width: 150px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.product-card .select-variant-card .selectize-dropdown,
.product-card .select-variant-card .selectize-input,
.product-card .select-variant-card .selectize-input input {
	font-size: 12px
}

.product-card .select-variant-card .selectize-input {
	padding: 8px 12px
}

.product-card .select-variant-hero {
	width: 280px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: -1px;
	text-align: left
}

.product-card .select-variant-hero .selectize-input {
	padding: 11px 11px 10px
}

@media (max-width:767px) {
	.product-card .select-variant-hero {
		margin-bottom: 15px;
		width: 256px
	}
}

.product-card .prefix-title {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px
}

.list .product-card {
	margin-bottom: 0;
	border-bottom: 1px solid #e7e7e7
}

.list .product-card:last-child {
	border-bottom: none
}

.list .product-card .carousel-cell img {
	max-height: 230px
}

.list .product-card .flickity-prev-next-button.next {
	right: 0
}

.list .product-card .flickity-prev-next-button.previous {
	left: 0
}

.product-card--mobile-hero {
	margin: 15px 0
}

.product-card--cta-collection {
	margin-top: 25px
}

.product-card.product-department-collection {
	margin-bottom: 0;
	padding-bottom: 0
}

@media (min-width:992px) {
	.product-card--mobile-hero {
		display: none
	}
}

@media (max-width:991px) {
	.collection-hero-image {
		display: none
	}
}

.before-sale-price {
	color: #d9534f;
	font-size: 14px;
	text-decoration: line-through
}

.ratings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px
}

.ratings,
.ratings .stars-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.ratings .star {
	color: #f0ca37
}

.ratings-four .star:nth-child(5),
.ratings-one .star:nth-child(2),
.ratings-one .star:nth-child(3),
.ratings-one .star:nth-child(4),
.ratings-one .star:nth-child(5),
.ratings-three .star:nth-child(4),
.ratings-three .star:nth-child(5),
.ratings-two .star:nth-child(3),
.ratings-two .star:nth-child(4),
.ratings-two .star:nth-child(5) {
	color: #ccc
}

.ratings-five .star {
	color: #f0ca37
}

.ratings .review-count,
.ratings .review-score {
	color: #455560;
	font-weight: 400;
	margin-left: 3px
}

.hero-detail .ratings .review-count {
	margin-left: 10px;
	text-decoration: underline;
	text-transform: uppercase
}

.promo-code-options {
	text-transform: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

@media (max-width:767px) {
	.input-group {
		width: auto
	}
}

.form-group {
	margin-bottom: 20px
}

.form-format label {
	text-transform: uppercase;
	color: #080507;
	font-weight: 500
}

.form-format .form-control {
	background: #f2f2f2;
	border-color: #f2f2f2;
	border-radius: 0
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #aaa
}

.breadcrumb a {
	color: #aaa
}

.breadcrumb a,
.breadcrumb span {
	display: inline-block;
	margin: 0 5px
}

.breadcrumb span {
	color: #b09040
}

.headPages {
	background: #fafafa;
	text-transform: uppercase;
	color: #aaa;
	padding: 30px 0 20px
}

@media (min-width:992px) {
	.headPages {
		padding: 40px 0
	}
}

.product-hero--title {
	color: #b09040;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 300;
	margin-bottom: 10px
}

@media (min-width:992px) {
	.product-hero--title {
		margin-bottom: 35px
	}
}

.product-hero--premise {
	text-transform: none;
	color: #455560;
	line-height: 22px
}

@media (min-width:992px) {
	.product-hero--title {
		font-size: 30px;
		margin-bottom: 40px
	}
	.product-hero--premise {
		font-size: 16px;
		max-width: 680px;
		line-height: 27px;
		margin: 0 auto
	}
	.product-hero.product-hero-nobanner .product-hero--premise {
		margin: 0
	}
}

@media (max-width:1199px) {
	.filter-bar {
		position: fixed;
		background: #fff;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 1030;
		opacity: 0;
		visibility: hidden
	}
	.filter-bar.active {
		opacity: 1;
		visibility: visible;
		overflow-y: scroll;
		max-height: 100%
	}
	.filter-bar .filter-list {
		margin-bottom: 0
	}
	.filter-bar .filter-list--item-sort {
		background-color: #455560;
		padding: 20px!important
	}
	.filter-bar .filter-list-sort {
		display: block!important
	}
}

.filter-bar--header {
	color: #676767;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 44px
}

.filter-bar--header.active {
	background-color: #455560;
	color: #fff
}

@media (min-width:1200px) {
	.filter-bar--header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.filter-bar--label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

.filter-bar--reset {
	display: none
}

.filter-bar--header.active .filter-bar--reset {
	display: block
}

.filter-bar--actions {
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: -120px;
	left: 0;
	right: 0;
	width: 100%
}

.filter-bar--actions.active {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	background-color: #455560
}

.filter-bar--actions .btn-primary {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 10px
}

.filter-bar--actions .btn-outline {
	color: #fff;
	border-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px
}

@media (min-width:1200px) {
	.filter-bar--actions {
		display: none
	}
}

.filter-bar .close-filter {
	padding: 13px 20px 11px;
	color: #aaa;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0
}

.filter-bar .close-filter .close-filter--btn {
	float: right;
	font-size: 8px;
	color: #455560;
	padding-top: 4px
}

@media (min-width:1200px) {
	.filter-bar .close-filter {
		display: none
	}
}

.filter-bar .filter-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

.filter-bar .filter-category .sort-label,
.filter-bar .filter-category a {
	width: 100%;
	color: #455560;
	padding: 12px 20px;
	display: block;
	line-height: 24px
}

.filter-bar .filter-category .sort-label {
	padding-bottom: 0
}

@media (max-width:991px) {
	.filter-bar .filter-category .sort-label {
		padding-bottom: 12px
	}
}

.filter-bar .filter-category--icon {
	float: right;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	font-size: 24px
}

.filter-bar .filter-category--icon .icon {
	width: 1em;
	height: 1em;
	margin: 0
}

@media (max-width:1199px) {
	.filter-bar .filter-category {
		border-bottom: 1px solid #f0f0f0
	}
	.filter-bar .filter-category a {
		padding: 16px 20px;
		line-height: 24px
	}
}

.filter-bar .filter-list {
	list-style: none;
	padding: 0;
	display: none
}

.filter-bar .filter-list--item {
	line-height: 1;
	margin: 0;
	padding: 12px 20px
}

.filter-bar .filter-list--item.active {
	background-color: #f5f5f5
}

.filter-bar .filter-list--label {
	margin: 0;
	line-height: 1;
	display: block;
	cursor: pointer;
	vertical-align: middle
}

.filter-bar .filter-list--label .icheckbox_square {
	margin-right: 10px
}

@media (min-width:1200px) {
	.filter-bar .desktop-list-open .filter-list {
		display: block
	}
}

.filter-mobile {
	border-top: 1px solid #eceeef;
	border-bottom: 1px solid #eceeef
}

.filter-mobile .filter-mobile--btn {
	display: inline-block;
	padding: 12px 20px;
	color: #aaa;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-right: 1px solid #eceeef
}

.filter-mobile .filter-mobile--display {
	float: right
}

.filter-mobile .filter-mobile--display a {
	display: none;
	margin: 13px 0 0;
	color: #455560;
	font-size: 18px
}

.filter-mobile .filter-mobile--display a.active {
	display: inline-block
}

@media (min-width:575px) {
	.filter-mobile .filter-mobile--display {
		display: none
	}
}

@media (min-width:1200px) {
	.filter-mobile {
		display: none
	}
}

.product-card.product-all {
	padding: 50px
}

.product-card.product-all .product-card--name {
	font-size: 18px
}

.product-card.product-all .product-card--slider .carousel-cell {
	text-align: center
}

.product-card.product-all .product-card--slider .flickity-prev-next-button {
	display: block;
	background: transparent
}

.product-card.product-all .product-card--slider .flickity-prev-next-button .arrow {
	fill: #333
}

@media (min-width:992px) {
	.product-card.product-all .product-card--slider .flickity-prev-next-button {
		visibility: hidden
	}
}

@media (min-width:992px) {
	.product-card.product-all .product-card--slider .sliderCont:hover .flickity-prev-next-button {
		visibility: visible
	}
}

.product-card.product-all .product-card--premise {
	max-width: 620px
}

.product-card.product-all .product-card--descriptor {
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 300
}

.product-card.product-all .product-card--price {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px
}

.product-card.product-all .product-card--rating {
	margin: 6px 0 0
}

@media (min-width:768px) {
	.product-card.product-all .product-card--qty {
		margin: 30px 0 0
	}
}

@media (min-width:768px) {
	.product-card.product-all {
		text-align: left
	}
	.product-card.product-all .product-card--rating {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}
}

@media (min-width:992px) {
	.product-card.product-all .product-card--name {
		font-size: 24px
	}
}

.toggle-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.toggle-price .price {
	margin-right: 20px
}

.toggle {
	background-color: transparent;
	border: 1px solid;
	border-radius: 2px;
	color: #bbb;
	display: inline-block;
	cursor: pointer;
	font-size: 10px;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 8px 10px;
	position: relative;
	text-transform: uppercase
}

.toggle-selected {
	color: #455560
}

.toggle-radio {
	visibility: hidden;
	width: 1px;
	height: 1px;
	line-height: 1px;
	position: absolute;
	top: -3px
}

.level .icon-wrapper {
	font-size: 22px;
	position: relative;
	top: 4px
}

.level .icon-wrapper .icon {
	height: 1em;
	width: 1em
}

.level--meter {
	margin-top: 15px
}

.level--meter .bar {
	width: 260px;
	background-color: #ddd
}

.level--meter .bar,
.level--meter .gauge {
	height: 10px;
	border-radius: 100px;
	line-height: 10px
}

.level--meter .gauge {
	background-color: #ff0;
	display: inline-block;
	width: 100%;
	background-image: linear-gradient(90deg, #ffc22a, #cfa43a)
}

.level--meter .gauge-none {
	width: 5%
}

.level--meter .gauge-very-low {
	width: 33%
}

.level--meter .gauge-low {
	width: 45%
}

.level--meter .gauge-moderate {
	width: 68%
}

.level--meter .gauge-robust {
	width: 87%
}

.level--meter .gauge-high {
	width: 100%
}

.level--meter .legend {
	margin-top: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.level--meter .legend span {
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 500;
	margin-right: 11px
}

.result-set {
	margin-bottom: 1.25em;
	color: #676767;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 44px
}

.results {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.results p {
	color: #676767;
	margin: 0
}

.results p strong {
	font-weight: 600
}

@media (max-width:991px) {
	.results p {
		text-align: center
	}
}

.pager-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
	border-radius: 3px;
	border: 1px solid #eee;
	background-color: #fdfdfd;
	padding: 15px 20px
}

@media (max-width:991px) {
	.pager-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px
	}
	.pager-nav .results {
		margin-bottom: 20px
	}
}

.pager-nav .pagination {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 0
}

@media (max-width:991px) {
	.pager-nav .pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.page-item {
	font-family: Gotham SSm A, Gotham SSm B, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.tea-tag {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 2px 10px 1px;
	margin-bottom: 15px
}

.tea-tag-black {
	background-color: #949ca1
}

.tea-tag-black a {
	color: #fff
}

.tea-tag-green {
	background-color: #bcc5bb
}

.tea-tag-green a {
	color: #213e2b
}

.tea-tag-white {
	background-color: #f7eed4
}

.tea-tag-white a {
	color: #1c1c1c
}

.tea-tag-herbal {
	background-color: #ebb694
}

.tea-tag-herbal a {
	color: #6b4343
}

.tea-tag-oolong {
	background-color: #f6e7a1
}

.tea-tag-oolong a {
	color: #1c1c1c
}

.tea-tag-default {
	background-color: #feb
}

.tea-tag-default a {
	color: #1c1c1c
}

.category span {
	display: inline-block;
	border-top: 2px solid transparent;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 10px;
	padding-top: 5px
}

.category span.c-black {
	border-color: #949ca1
}

.category span.c-green {
	border-color: #bcc5bb
}

.category span.c-white {
	border-color: #f7eed4
}

.category span.c-herbal {
	border-color: #ebb694
}

.category span.c-oolong {
	border-color: #f6e7a1
}

.category span.c-default {
	border-color: #feb
}

.navbar-checkout {
	display: none
}

.checkout-1-page header .navigation .nav,
.checkout-2-page header .navigation .nav,
.checkout-3-page header .navigation .nav,
.checkout-4-page header .navigation .nav,
.checkout-confirmation-page header .navigation .nav {
	display: none!important
}

@media (min-width:992px) {
	.checkout-1-page header .navigation .nav.navbar-checkout,
	.checkout-2-page header .navigation .nav.navbar-checkout,
	.checkout-3-page header .navigation .nav.navbar-checkout,
	.checkout-4-page header .navigation .nav.navbar-checkout,
	.checkout-confirmation-page header .navigation .nav.navbar-checkout {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
}

.checkout-tabs {
	margin: 40px 0 25px
}

@media (max-width:992px) {
	.checkout-tabs {
		margin: 40px 0 0
	}
	.checkout-tabs ul {
		margin-bottom: 0
	}
}

.checkout-tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:576px) {
	.checkout-tabs ul {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:768px) {
	.checkout-tabs ul {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:992px) {
	.checkout-tabs ul {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:1200px) {
	.checkout-tabs ul {
		margin-right: -15px;
		margin-left: -15px
	}
}

.checkout-tabs li a {
	margin: 0 8px;
	display: block;
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
	text-transform: uppercase;
	color: #aaa;
	padding: 15px 0;
	font-weight: 700;
	font-size: 12px
}

@media (max-width:767px) {
	.checkout-tabs li a {
		font-size: 9px;
		padding: 10px 5px;
		margin: 0
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.checkout-tabs li a {
		font-size: 12px
	}
}

.checkout-tabs li .step {
	background: #f2f2f2;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	margin-right: 10px
}

@media (max-width:767px) {
	.checkout-tabs li .step {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		display: block;
		margin: 0 auto 5px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.checkout-tabs li .step {
		display: block;
		margin: 0 auto 5px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.checkout-tabs li .step {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px
	}
}

@media (max-width:991px) {
	.checkout-tabs li .step-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		height: 32px
	}
}

@media (max-width:767px) {
	.checkout-tabs li .step-text {
		height: 20px
	}
}

.checkout-tabs li.active {
	font-weight: 500
}

.checkout-tabs li.active a {
	background: #f2f2f2;
	color: #af903f;
	border-color: #af903f
}

.checkout-tabs li.active .step {
	background: #af903f;
	color: #fff
}

.checkout-section {
	margin-bottom: 50px
}

.checkout-section .cart-section .box-content {
	max-width: none
}

.checkout-section .cart-section .btn-link {
	color: #455560
}

.checkout-section .cart-section .btn-link .icon {
	color: #af903f
}

.checkout-section .alert {
	margin-top: 30px
}

.checkout-section .btn-line.sep {
	margin-bottom: 0
}

.checkout-section .btn-line .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	height: 100%;
	padding: 10px 5px;
	font-size: 12px
}

.checkout-section .promo-access {
	display: none
}

.checkout-section .promo-access.active {
	display: block
}

.checkout-section .order {
	border-bottom: 1px solid #af903f;
	padding-bottom: 40px;
	margin-bottom: 40px
}

.checkout-section .order h2 {
	font-size: 14px;
	color: #af903f;
	font-weight: 500;
	text-transform: uppercase;
	margin: 40px 0 30px
}

.checkout-section .order .box {
	margin-bottom: 0
}

.checkout-section .order .btn {
	float: right
}

@media (min-width:1500px) {
	.checkout-section.multi .promo-access .btn-secondary {
		line-height: 26px
	}
}

.checkout-section.multi .order {
	padding: 50px 0;
	margin-bottom: 0
}

.form-note {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px
}

.help a {
	font-size: 10px
}

.help a .icon {
	vertical-align: text-top;
	margin-right: 0
}

.cards {
	float: right;
	max-width: 90px
}

.text-note {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px
}

.col-form {
	color: #455560
}

.col-form label {
	font-size: 10px;
	text-transform: uppercase
}

.col-form label strong {
	font-weight: 500
}

.col-form .form-control {
	margin-bottom: 10px;
	border: 1px solid #fff
}

.col-form .title {
	text-transform: uppercase;
	color: #af903f;
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 20px
}

.col-form .box {
	background: #f2f2f2;
	padding: 20px 25px 10px;
	margin-bottom: 25px
}

@media (max-width:1199px) {
	.col-form .box {
		padding: 15px 10px
	}
}

.col-form .box textarea {
	min-height: 200px
}

.col-form .box small {
	line-height: 14px;
	display: inline-block
}

.col-form .box small .icon {
	color: #af903f;
	font-size: 19px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	margin-top: 1px
}

.col-form .ship .shipOptions {
	display: block
}

.col-form .ship .shipOptions li {
	margin-bottom: 25px
}

.col-form .ship label {
	text-transform: none;
	font-size: 12px
}

.col-form .ship .pull-right {
	font-size: 12px;
	margin-top: 2px
}

.col-form .icheckbox_square,
.col-form .iradio_square {
	margin-right: 5px
}

.col-form .form-check-label {
	padding-left: 0
}

.title-ship {
	text-transform: uppercase;
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 25px
}

.title-ship h2 {
	font-size: 14px;
	color: #af903f;
	font-weight: 500;
	display: inline-block;
	margin: 0
}

.title-ship span {
	color: #af903f;
	float: right
}

.hidden-cart {
	margin-right: 20px
}

.ship-total {
	border-top: 1px solid #af903f;
	padding-top: 50px;
	margin-top: 0!important
}

.flag-note {
	padding: 20px;
	font-size: 10px;
	line-height: 12px
}

.flag-note .icon {
	color: #af903f;
	float: left;
	font-size: 16px;
	margin: 0 10px 20px 0
}

.ship-select {
	margin-bottom: 25px
}

.ship-select .ship-select--name {
	text-transform: none;
	display: inline-block
}

.ship-select .ship-select--price {
	float: right
}

.billing-address-form {
	display: none;
	padding-top: 5px
}

.billing-address-check {
	margin-bottom: 0
}

.box-info {
	text-transform: uppercase;
	font-size: 12px
}

.box-info .edit {
	float: right;
	margin-top: -4px
}

.box-info .edit a {
	color: #455560;
	font-size: 10px
}

.box-info .edit a .icon {
	color: #af903f;
	vertical-align: middle;
	font-size: 8px
}

.box-info li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.box-info li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.box-info h3 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 25px
}

.box-info h4 {
	font-size: 12px;
	margin-bottom: 15px
}

.box-info p {
	line-height: 18px
}

body.modal-open {
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0
}

.modal {
	-webkit-overflow-scrolling: touch
}

.reviews {
	padding: 80px 0 0;
	border-top: 1px solid #eceeef;
	margin-bottom: 60px
}

.reviews-list {
	color: #495863;
	letter-spacing: 1px
}

.reviews-list--head {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 30px
}

.reviews-list--head span {
	font-weight: 300
}

.reviews-list--content {
	margin: 0
}

.reviews-list--content li {
	border-top: 1px solid rgba(176, 144, 64, .4);
	padding: 30px
}

.reviews-list--avatar {
	max-width: 80px;
	text-align: right;
	float: right
}

.reviews-list--name {
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase
}

.reviews-list--verified {
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 10px
}

.reviews-list--title h3 {
	font-size: 14px;
	letter-spacing: 0;
	margin: 12px 0
}

.reviews-list--comment {
	font-size: 12px
}

@media (min-width:991px) {
	.reviews-list--comment {
		font-size: 14px
	}
}

.reviews-list--meta {
	text-align: right;
	margin-bottom: 25px
}

.reviews-list--rating {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin-bottom: 15px
}

.review-product {
	margin-bottom: 50px
}

.review-product .title {
	color: #495863;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center
}

.review-product .title span {
	font-weight: 100
}

@media (min-width:991px) {
	.review-product .title {
		text-align: left
	}
}

.review-product--rating,
.review-product--rating-all {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}

@media (min-width:991px) {
	.review-product--rating,
	.review-product--rating-all {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}
}

.review-product--rating-all .star,
.review-product--rating .star {
	color: #495863
}

.review-product--rating-all .review-count,
.review-product--rating .review-count {
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 100
}

.review-product--rating-all {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 50px
}

.review-product .distribution {
	margin-top: 20px
}

.review-product .btn-primary {
	display: block
}

@media (max-width:575px) {
	.review-product .btn-primary {
		margin-bottom: 70px
	}
}

@media (min-width:991px) {
	.review-product .btn-primary {
		display: inline-block
	}
}

.cart-section .table-product .sep {
	margin-top: 20px;
	margin-bottom: 20px
}

.table-product {
	text-align: center;
	margin-bottom: 50px
}

.table-product--header {
	display: none
}

@media (min-width:1200px) {
	.table-product--header {
		display: block;
		border-bottom: 1px solid #e7e7e7
	}
}

.table-product--item {
	border-bottom: 1px solid #e7e7e7
}

.table-product--name {
	text-align: left
}

.table-product--name h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 4px
}

.table-product--name .subtitle {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #999;
	text-transform: none
}

.table-product--name .mobile-price {
	color: #af903f;
	margin-top: 5px;
	font-size: 12px
}

@media (min-width:768px) {
	.table-product--name .mobile-price {
		text-align: right;
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.table-product--name .mobile-price {
		text-align: center
	}
	.table-product--name .mobile-price span {
		display: none
	}
}

.table-product .selectize-control {
	width: 100%;
	margin-bottom: 20px
}

.table-product .selectize-control .selectize-input .item {
	height: 13px;
	overflow: hidden
}

.table-product .selectize-control .selectize-input input {
	display: none!important
}

@media (min-width:768px) {
	.table-product .selectize-control {
		margin-bottom: 0
	}
}

.table-product .qty {
	width: 75px;
	text-align: center;
	height: 50px;
	border: 1px solid #e7e7e7
}

.table-product .action {
	text-align: right
}

.table-product .action a {
	color: #455560;
	opacity: 1;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
	float: none;
	font-size: 12px
}

.table-product .action .icon {
	display: none
}

@media (min-width:768px) {
	.table-product .action {
		text-align: center
	}
	.table-product .action .edit,
	.table-product .action span {
		display: none
	}
	.table-product .action .icon {
		color: #455560!important;
		display: block
	}
}

.table-product .multi-select .btn {
	display: none
}

@media (min-width:768px) {
	.table-product .multi-select.show-edit .btn {
		display: inline-block
	}
}

.table-product .add-shiping-address {
	margin-bottom: 30px
}

.table-product .add {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.table-product .add {
		margin-top: 10px
	}
}

.shopTheTaste {
	width: 100%;
	max-width: 1112px;
	margin: 0 auto
}

.info-box {
	margin: 80px auto
}

.info-box--content {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 40px
}

.info-box--content h2 {
	color: #af903f;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center
}

.info-box--content h3 {
	font-size: 18px;
	color: #455560;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.info-box--info {
	color: #455560;
	font-size: 12px;
	text-align: center
}

.info-box--info a {
	color: #455560
}

.info-box--info a,
.info-box--info span {
	margin: 5px 10px;
	display: inline-block
}

.info-box--cta {
	text-align: center;
	margin: 1em auto
}

.info-box--cta a {
	font-size: 16px;
	font-weight: 500
}

.info-box--cta a:hover {
	text-decoration: underline
}

.info-box--phone {
	text-align: center
}

.info-box--phone a {
	color: #455560;
	font-size: 16px;
	font-weight: 300
}

@media (max-width:767px) {
	.info-box {
		margin: 80px auto
	}
	.info-box--content {
		padding: 20px
	}
	.info-box--content h2 {
		color: #af903f;
		font-size: 14px
	}
	.info-box--cta {
		text-align: center;
		margin: .85em auto
	}
	.info-box--cta a {
		font-size: 14px;
		font-weight: 500
	}
	.info-box--cta a:hover {
		text-decoration: underline
	}
	.info-box--phone {
		text-align: center
	}
	.info-box--phone a {
		color: #455560;
		font-size: 14px;
		font-weight: 300
	}
}

.heroPages {
	background: #fafafa;
	text-transform: uppercase;
	color: #aaa;
	position: relative;
	margin-bottom: 60px
}

.heroPages-noimg {
	background-color: #fff;
	margin-bottom: 0
}

.heroPages--banner {
	max-height: 540px;
	overflow: hidden
}

.heroPages--banner-noimg {
	min-height: 190px
}

@media (min-width:992px) {
	.heroPages--banner-noimg {
		min-height: 340px
	}
}

@media (min-width:1200px) {
	.heroPages--banner-noimg {
		min-height: 340px
	}
}

.heroPages--content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 40px 0
}

.heroPages .product-hero {
	text-align: center
}

.heroPages .product-hero--title {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 auto 20px
}

.heroPages .product-hero--title-noimg {
	max-width: 990px
}

.heroPages .product-hero--premise {
	font-size: 12px
}

.heroPages .product-hero--meta .post-date {
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.heroPages .product-hero--meta .post-date .bullet {
	margin: 0 10px;
	display: inline-block;
	font-size: 18px
}

@media (min-width:992px) {
	.heroPages .product-hero--title {
		font-size: 42px;
		margin-bottom: 40px
	}
	.heroPages .product-hero--premise {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.heroPages .breadcrumb {
		margin-bottom: 100px
	}
}

.heroPages .textLight {
	color: #fff
}

.heroPages .textDark {
	color: #455560
}

.heroPages .textPrimary {
	color: #af903f
}

.heroPages .textPrefix {
	font-weight: 500;
	line-spacing: 1;
	margin-bottom: 1.5em
}

.heroPages .textPrefix-accents:after,
.heroPages .textPrefix-accents:before {
	content: "";
	border-top: 1px solid #af903f;
	width: 30px;
	height: 1px;
	display: inline-block;
	vertical-align: middle
}

.heroPages .textPrefix-accents:before {
	margin-right: 10px
}

.heroPages .textPrefix-accents:after {
	margin-left: 10px
}

.no-hero {
	padding: 40px 0
}

.non-merch-box {
	background: #f2f2f2;
	padding: 60px 44px;
	color: #455560
}

.non-merch-box li,
.non-merch-box p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 1px
}

@media (min-width:768px) {
	.non-merch-box li:last-child,
	.non-merch-box p:last-child {
		margin-bottom: 0
	}
}

.non-merch-box p a {
	color: #455560
}

@media (max-width:767px) {
	.non-merch-box img {
		margin-bottom: 20px
	}
}

.non-merch-box h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.non-merch-box.type-1 {
	background: none;
	padding: 0
}

.non-merch-box.type-small {
	padding: 44px 24px
}

.non-merch-box.type-small p {
	font-size: 14px
}

.steep-box {
	background: #f2f2f2;
	padding: 0 44px 160px;
	color: #455560
}

.steep-box .steep-cup-graphic {
	margin-bottom: 60px
}

.steep-box li,
.steep-box p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 1px
}

@media (min-width:768px) {
	.steep-box li:last-child,
	.steep-box p:last-child {
		margin-bottom: 0
	}
}

.steep-box p a {
	color: #455560
}

@media (max-width:767px) {
	.steep-box img {
		margin-bottom: 20px
	}
}

.steep-box h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	padding-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center
}

@media (min-width:992px) {
	.steep-box h2 {
		font-size: 24px;
		line-height: 36px
	}
}

.steep-box.type-1 {
	background: none;
	padding: 0
}

.steep-box.type-small {
	padding: 44px 24px
}

.steep-box.type-small p {
	font-size: 14px
}

.steeping-pic {
	margin: 20px 0
}

.steeping-caption {
	text-align: center;
	font-size: 14px;
	padding: 0
}

@media (min-width:992px) {
	.steeping-caption {
		font-size: 16px;
		padding: 20px 10px
	}
}

.qty-selectors .val {
	text-align: center;
	max-width: 43px;
	border-color: #e7e7e7
}

.qty-selectors .btn-group-lg>.btn,
.qty-selectors .btn-lg {
	padding: .75rem 1.5rem
}

.qty-selectors .btn-qty {
	background: rgba(230, 236, 241, .39);
	border-color: #e7e7e7;
	padding: 8px 0;
	font-size: 19px;
	width: 41px;
	color: #060606
}

.form-control-feedback {
	font-size: 12px
}

.form-control-danger.form-control {
	border: 1px solid #d9534f
}

.form-control-warning.form-control {
	border: 1px solid #f0ad4e
}

.has-warning .form-control-feedback {
	color: #eea236
}

.article-box {
	background: #f2f2f2;
	margin-bottom: 40px
}

.article-box:last-child {
	margin-bottom: 0
}

.article-box--content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px
}

.article-box--category {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 500;
	color: #455560;
	margin-bottom: 10px
}

.article-box--date {
	font-size: 12px;
	color: #455560;
	margin-bottom: 20px
}

.article-box--title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px
}

.article-box--detail {
	font-size: 14px;
	line-height: 24px;
	color: #4a4a4a;
	margin-bottom: 40px
}

@media (min-width:992px) {
	.article-box--detail {
		margin-bottom: 60px
	}
}

@media (max-width:767px) {
	.article-box--content {
		padding-left: 30px
	}
	.article-box--thumb {
		display: inline-block;
		height: 400px;
		overflow: hidden
	}
}

.articles-content {
	padding: 30px 0 0
}

.shopping-modal .modal-content {
	background-color: #fff
}

.shopping-modal .modal-header {
	background-color: #f2f2f2;
	border-bottom: 1px solid #dfdfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shopping-modal .modal-header .close {
	position: relative;
	top: -1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}

.shopping-modal .modal-header .close:focus {
	outline: none
}

.shopping-modal .modal-header .modal-title {
	font-weight: 500;
	font-size: 14px
}

.shopping-modal .modal-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shopping-modal .modal-product-item--image {
	max-width: 200px;
	margin-bottom: 1em
}

.shopping-modal .modal-product-item--name {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: .5em
}

.shopping-modal .modal-product-item--qty {
	color: #af903f;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: .5em
}

.shopping-modal .modal-product-item--price {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 1.5em
}

.shopping-modal .modal-product-cta {
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.shopping-modal .modal-product-cta .btn {
	margin-left: 15px
}

.shopping-modal .modal-product-upsell h6 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px
}

.shopping-modal .modal-product-upsell-list .upsell-item {
	margin-bottom: 1em
}

.shopping-modal .modal-product-upsell-list .product-image {
	max-width: 140px;
	display: block;
	text-align: center;
	margin: 0 auto
}

.shopping-modal .modal-product-upsell-list .product-name {
	text-align: center;
	font-size: 11px;
	display: block
}

@media (min-width:992px) {
	.shopping-modal .modal-product-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.shopping-modal .modal-product-item--image,
	.shopping-modal .modal-product-item--name,
	.shopping-modal .modal-product-item--price,
	.shopping-modal .modal-product-item--qty {
		margin-bottom: 0
	}
	.shopping-modal .modal-product-item--price {
		margin-right: 0
	}
	.shopping-modal .modal-product-item--qty {
		margin-left: 40px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.shopping-modal .modal-product-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.shopping-modal .modal-product-cta .btn {
		margin-left: 15px
	}
	.shopping-modal .modal-product-upsell-list .product-image {
		max-width: 140px
	}
}

@media (max-width:375px) {
	.shopping-modal .modal-product-cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.shopping-modal .modal-product-cta .btn {
		display: block;
		margin-bottom: 1em;
		margin-left: 0;
		width: 100%
	}
}

.article-grid--content {
	height: 100%;
	color: #455560;
	border-bottom: 1px solid #eee;
	padding: 30px 0 15px
}

.article-grid--category {
	font-weight: 500;
	text-transform: uppercase
}

.article-grid--date {
	color: #9b9b9b;
	text-transform: uppercase
}

.article-grid--thumb {
	margin-bottom: 24px
}

.article-grid--thumb a {
	display: block
}

.article-grid--title {
	margin: 10px 0
}

.article-grid--title a {
	color: #455560;
	font-size: 20px;
	line-height: 28px
}

.when-available-alert .swal2-title {
	text-transform: uppercase;
	font-size: 16px;
	padding: 16px 0;
	color: #455560;
	letter-spacing: 1px;
	font-weight: 600
}

.when-available-alert .swal2-cancel,
.when-available-alert .swal2-confirm {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .875rem;
	letter-spacing: 1px
}

.when-available-alert .swal2-confirm {
	background-color: #af903f!important
}

.when-available-alert .swal2-content {
	font-size: 16px;
	line-height: 1.5
}

.when-available-alert .swal2-file:focus,
.when-available-alert .swal2-input:focus,
.when-available-alert .swal2-textarea:focus {
	outline: none;
	border: 1px solid #af903f;
	box-shadow: none
}

.home-hero {
	position: relative;
	width: 100%
}

.home-hero .uppercase {
	letter-spacing: 1px;
	text-transform: uppercase
}

.home-hero .bold {
	font-weight: 500
}

.home-hero .light {
	color: #fff
}

.home-hero .dark {
	color: #455560
}

.home-hero .accent {
	color: #af903f
}

.home-hero .info {
	color: #fff
}

.home-hero .info.dark {
	color: #455560
}

.home-hero .info.accent {
	color: #af903f
}

.home-hero--content {
	position: absolute;
	top: 75px;
	width: 100%
}

.home-hero .home-hero--picture img {
	width: 100%
}

.home-hero--overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.home-hero--prefix,
.home-hero--suffix {
	font-weight: 500;
	font-size: 16px;
	display: block
}

.home-hero--prefix.sm,
.home-hero--suffix.sm {
	font-size: 12px
}

.home-hero--premise {
	font-size: 18px;
	margin-bottom: 30px;
	max-width: 640px;
	margin-top: 30px;
	margin-bottom: 0
}

.home-hero--prefix {
	margin-bottom: 5px
}

.home-hero--title {
	font-size: 48px;
	font-weight: 100;
	margin-bottom: 5px
}

.home-hero--title.xl {
	font-size: 72px
}

.home-hero--title.lg {
	font-size: 56px
}

.home-hero--title.md {
	font-size: 36px
}

.home-hero--title.sm {
	font-size: 28px
}

.home-hero .has-suffix {
	margin-bottom: 10px
}

.home-hero--cta {
	margin-top: 30px
}

.home-hero .btn-light {
	color: #fff;
	border-color: #fff
}

.home-hero .btn-light:hover {
	color: #fff;
	background-color: #af903f;
	border-color: #af903f
}

.home-hero .btn-light.fill {
	color: #455560;
	background-color: #fff
}

.home-hero .btn-light.fill:hover {
	background-color: #af903f;
	border-color: #af903f;
	color: #fff
}

.home-hero .btn-dark {
	color: #455560;
	border-color: #455560
}

.home-hero .btn-dark:hover {
	border-color: #455560
}

.home-hero .btn-dark.fill,
.home-hero .btn-dark:hover {
	color: #fff;
	background-color: #455560
}

.home-hero .btn-dark.fill:hover {
	background-color: #3a4851;
	border-color: #3a4851
}

.home-hero .btn-accent {
	color: #af903f;
	border-color: #af903f
}

.home-hero .btn-accent:hover {
	border-color: #af903f
}

.home-hero .btn-accent.fill,
.home-hero .btn-accent:hover {
	color: #fff;
	background-color: #af903f
}

.home-hero .btn-accent.fill:hover {
	background-color: #9c8138;
	border-color: #9c8138
}

.blog-section {
	padding-top: 0
}

@media (min-width:992px) {
	.blog-section {
		padding-top: 40px
	}
}

.blog-content p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 42px
}

.blog-content h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 36px auto;
	color: #455560
}

@media (min-width:992px) {
	.blog-content h2 {
		font-size: 24px;
		margin: 42px auto
	}
}

.flavor-newsletter--fields {
	margin-bottom: 10px
}

.flavor-newsletter--fields .form-control {
	margin-bottom: 15px
}

@media (min-width:992px) {
	.flavor-newsletter--fields .form-control {
		max-width: 270px
	}
}

@media (min-width:992px) {
	.flavor-newsletter--fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.flavor-newsletter--fields .form-control {
		margin: 0 10px 15px
	}
}

@media (min-width:992px) {
	.flavor-newsletter--submit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.btn-wide {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 60px;
	display: block;
	width: 100%
}

@media (min-width:992px) {
	.btn-wide {
		display: inline-block;
		width: inherit
	}
}

.gwp-info {
	margin-bottom: .5em
}

.gwp-info--action {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px
}

@media (min-width:992px) {
	.gwp-info--action {
		font-size: 12px
	}
}

.gwp-info--action i {
	position: relative;
	top: 1px
}

.gwp-info--block {
	padding: 1em 0;
	display: none
}

.gwp-info--block p {
	color: #af903f;
	line-height: 24px
}

.gwp-bag-block-item .gwp-info--action {
	font-size: 10px
}

.gwp-bag-block-item .gwp-info--block p {
	color: #af903f;
	font-size: 12px;
	line-height: 1.65
}

.gwp-td {
	border-bottom: none!important;
	padding-bottom: 1em!important;
	text-align: left
}

.gwp-td .gwp-info {
	padding: 0 0 15px;
	margin: 0
}

@media (min-width:992px) {
	.gwp-td .gwp-info {
		padding-left: 65px!important
	}
}

.gwp-td .gwp-info--block {
	max-width: 620px;
	margin: 0
}

.gwp-td .gwp-info--block p {
	color: #af903f;
	line-height: 1.65;
	font-size: 10px;
	font-weight: 300;
	margin: 0
}

@media (min-width:992px) {
	.gwp-td .gwp-info--block p {
		font-size: 14px
	}
}

.btn-gwp {
	font-size: 12px;
	padding: 6px 12px
}

.gwp-change-link {
	display: none;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	white-space: nowrap;
	margin-top: 1em
}

.gwp-change-link a {
	color: #455560
}

@media (max-width:767.98px) {
	.gwp-change-link {
		display: block
	}
}

.gwp-tr td {
	border-bottom: none!important
}

.gwp-bag-block {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	position: relative
}

.gwp-bag-block--header {
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -25px;
	left: 0;
	width: 100%
}

.gwp-bag-block--header h5 {
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #455560;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 16px 20px;
	margin: 0
}

@media (min-width:992px) {
	.gwp-bag-block--header h5 {
		font-size: 12px
	}
}

.gwp-bag-block--body .gwp-bag-block-item {
	padding: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.gwp-bag-block--body .gwp-bag-block-item.threshold-false {
	background-color: #f1f1f1
}

.gwp-bag-block--body .gwp-bag-block-item-first {
	padding-bottom: 0
}

@media (max-width:767.98px) {
	.gwp-bag-block--body .gwp-bag-block-item {
		padding: 64px 20px
	}
	.gwp-bag-block--body .gwp-bag-block-item-first {
		padding: 24px 0;
		margin-top: 24px
	}
	.gwp-bag-block--body .gwp-bag-block-item-last {
		padding: 24px 0
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-image a {
	display: inline-block;
	width: 180px;
	margin-bottom: 1.5em
}

@media (max-width:575.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-image a {
		width: 75px
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-image img {
	width: 100%
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details {
	max-width: 340px;
	margin-left: 20px
}

@media (max-width:575.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details {
		max-width: 166px;
		margin-left: 10px
	}
}

@media (max-width:767.98px) and (max-width:767.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details p {
		font-size: 12px;
		line-height: 1.5
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-indicator {
	color: #af903f;
	text-transform: uppercase;
	margin-bottom: 1em
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .btn-group-sm>.btn,
.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .btn-sm {
	font-size: 12px;
	padding: 8px 16px
}

@media (max-width:767.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .btn-group-sm>.btn,
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .btn-sm {
		font-size: 10px;
		padding: 6px 14px
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-action {
	margin-top: 1.5em
}

@media (max-width:767.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-action {
		margin-top: .75em
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-item-title {
	margin-bottom: 6px
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-item-title a {
	color: #455560;
	font-weight: 500;
	font-size: 16px
}

@media (max-width:767.98px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-item-details .gwp-item-title a {
		font-size: 12px;
		line-height: 1
	}
}

.gwp-bag-block--body .gwp-bag-block-item .gwp-info {
	margin-bottom: 5px
}

@media (min-width:992px) {
	.gwp-bag-block--body .gwp-bag-block-item .gwp-info a {
		font-size: 12px
	}
}

.gwp-indicator {
	font-weight: 500;
	font-size: 10px;
	color: #455560;
	margin: 4px 0
}

.gwp-indicator i {
	position: relative;
	top: 1px;
	margin-right: 3px
}

.gwp-modal .modal-body {
	background-color: #fff
}

.gwp-modal .btn-group-sm>.btn,
.gwp-modal .btn-sm {
	font-size: 12px;
	padding: 8px 16px
}

@media (max-width:575.98px) {
	.gwp-modal .btn-group-sm>.btn,
	.gwp-modal .btn-sm {
		font-size: 10px;
		padding: 6px 14px
	}
}

.gwp-modal .modal-header {
	text-align: center
}

.gwp-modal .modal-header .modal-title {
	color: #455560;
	font-size: 18px;
	position: relative
}

@media (max-width:767.98px) {
	.gwp-modal .modal-header .modal-title {
		font-size: 12px
	}
}

.gwp-modal .modal-header .modal-sub-title {
	color: #af903f;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px
}

@media (max-width:767.98px) {
	.gwp-modal .modal-header .modal-sub-title {
		font-size: 10px
	}
}

.gwp-modal .gwp-bag-block-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5em
}

@media (max-width:575.98px) {
	.gwp-modal .gwp-bag-block-item {
		margin-bottom: 2.5em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.gwp-modal .gwp-bag-block-item .gwp-item-details {
		text-align: center;
		margin-top: 15px
	}
	.gwp-modal .gwp-bag-block-item .gwp-info {
		margin-bottom: 10px
	}
	.gwp-modal .gwp-bag-block-item .gwp-item-image {
		margin: 0!important
	}
}

.gwp-modal .gwp-bag-block-item .gwp-item-image {
	margin-right: 10px
}

.gwp-modal .gwp-bag-block-item .gwp-item-image a {
	display: block;
	width: 120px
}

.gwp-modal .gwp-bag-block-item .gwp-item-title a {
	color: #455560
}

@media (max-width:575.98px) {
	.gwp-modal .gwp-bag-block-item .gwp-item-title {
		margin-bottom: 10px
	}
}

.gwp-modal .gwp-bag-block-item .gwp-action {
	margin-top: 1em
}

.gwp-modal-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.gwp-modal-item .btn-group-sm>.btn,
.gwp-modal-item .btn-sm {
	font-size: 12px;
	padding: 8px 16px
}

.gwp-modal-image {
	max-width: 160px;
	text-align: center;
	margin: 0 auto .5em
}

.gwp-modal-meta {
	font-size: 14px;
	text-align: center;
	margin-bottom: 1.5em
}

.cart .cartMsg.gwpMsg {
	background-color: #f1f1f1;
	color: #455560;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart .cartMsg.gwpMsg .gwpMsg-text {
	margin-right: 30px
}

.cart .cartMsg.gwpMsg .gwpMsg-action .btn-group-sm>.btn,
.cart .cartMsg.gwpMsg .gwpMsg-action .btn-sm {
	font-size: 10px;
	padding: 9px 12px
}

.close-modal {
	border: none;
	background: none;
	color: #aaa;
	padding: 0;
	display: block;
	line-height: 0;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	cursor: pointer
}

@media (max-width:767.98px) {
	.close-modal {
		font-size: 18px;
		right: -12px;
		top: -16px
	}
}

.close-modal:active,
.close-modal:focus {
	box-shadow: none;
	outline: none
}

i.tf-icon.tf-small-add {
	position: relative;
	top: 1px
}

.cartCont span.qty-readonly {
	width: 42px;
	height: 32px;
	border: none;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
	border-bottom-color: #455560
}

.popover-content {
	color: #fff;
	font-size: 12px
}

.popover.bs-tether-element-attached-top:before,
.popover.popover-bottom:before {
	top: -11px;
	margin-left: -11px;
	border-bottom-color: #455560
}

.popover {
	font-size: 12px;
	word-wrap: break-word;
	background-color: #455560;
	border: 1px solid #455560
}

.tea-control {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.tea-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.tea-control-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
	color: #060606;
	padding-left: 10px;
	cursor: pointer
}

.tea-checkbox .tea-control-label:before {
	border-radius: 1px
}

.tea-control-input:checked~.tea-control-label:before {
	color: #fff;
	background-color: #455560;
	border: 1px solid #455560
}

.tea-checkbox .tea-control-input:checked~.tea-control-label:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE0LjMsMi4zTDUsMTEuNkwxLjcsOC4zYy0wLjQtMC40LTEtMC40LTEuNCwwcy0wLjQsMSwwLDEuNGw0LDRDNC41LDEzLjksNC43LDE0LDUsMTRzMC41LTAuMSwwLjctMC4zbDEwLTEwYzAuNC0wLjQsMC40LTEsMC0xLjRTMTQuNywxLjksMTQuMywyLjN6Ii8+PC9nPjwvc3ZnPg==")
}

.tea-control-label:before {
	transition: all .25s ease-in-out;
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.tea-control-label:hover:before {
	transition: all .25s ease-in-out;
	border: 2px solid #455560
}

.tea-control-label:after {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}

.teamenu-teanotes {
	background-color: #f7f7f7;
	background-image: none!important
}

.teanotes-splash {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0
}

.teanotes-splash--intro {
	width: 400px;
	margin-right: 48px
}

.teanotes-splash--intro .title {
	color: #455560;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 1em
}

.teanotes-splash--intro .prefix {
	text-transform: uppercase;
	font-size: 14px;
	color: #af903f;
	font-weight: 500
}

.teanotes-splash--intro .teanotes-splash--copy p {
	font-size: 20px;
	color: #929598;
	line-height: 1.5
}

.teanotes-splash--intro .teanotes-splash--meta {
	color: #af903f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 30px 0
}

.teanotes-splash--intro .teanotes-splash--meta .divider {
	margin: 0 5px
}

.teanotes-splash--intro .btn.btn-teanotes-splash {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: .85rem 1.25rem
}

.teanotes-articles {
	display: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (min-width:1200px) and (max-width:1499.98px) {
	.teanotes-articles-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:1500px) {
	.teanotes-articles-desktop-wide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:768px) and (max-width:1199.98px) {
	.teanotes-articles-tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.teanotes-articles .article-lead {
	margin-right: 30px
}

.teanotes-articles .article-lead .article {
	background-color: #455560;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 470px;
	height: 364px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 30px
}

.teanotes-articles .article-lead .article .article-content {
	position: relative
}

.teanotes-articles .article-lead .article .article-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}

.teanotes-articles .article-lead .article .article-title a {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.25
}

.teanotes-articles .article-lead .article .article-meta {
	margin-bottom: 2em
}

.teanotes-articles .article-lead .article .article-meta a {
	color: #fff;
	font-weight: 500;
	border-bottom: 4px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase
}

.teanotes-articles .article-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.teanotes-articles .article-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.teanotes-articles .article-row:first-of-type {
	margin-bottom: 30px
}

.teanotes-articles .article-row .article {
	background-color: #455560;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	height: 167px;
	width: 250px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 30px
}

.teanotes-articles .article-row .article:first-of-type {
	margin-right: 30px
}

.teanotes-articles .article-row .article .article-content {
	position: relative
}

.teanotes-articles .article-row .article .article-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}

.teanotes-articles .article-row .article .article-title a {
	color: #fff;
	font-weight: 400
}

.teanotes-articles .article-row .article .article-meta {
	margin-bottom: 1em
}

.teanotes-articles .article-row .article .article-meta a {
	color: #fff;
	font-weight: 500;
	border-bottom: 4px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase
}

.qa {
	padding: 60px 0;
	border-top: 1px solid #e7e7e7
}

.qa--header {
	text-align: center;
	margin-bottom: 36px
}

.qa--header h2 {
	text-transform: uppercase;
	font-weight: 300;
	color: #455560;
	font-size: 24px
}

@media (min-width:992px) {
	.qa--header h2 {
		font-size: 30px
	}
}

.qa--confirmation,
.qa--q-form {
	max-width: 460px;
	margin: 0 auto
}

.qa--q-box {
	margin-bottom: 20px;
	position: relative
}

.qa--q-field {
	width: 100%;
	border: 1px solid #e7e7e7;
	height: 48px;
	padding: 16px .75rem;
	max-height: 128px;
	font-size: 12px;
	-webkit-appearance: none
}

.qa--q-field::-webkit-input-placeholder {
	font-size: 10px;
	text-align: center
}

.qa--q-field:-ms-input-placeholder {
	font-size: 10px;
	text-align: center
}

.qa--q-field::placeholder {
	font-size: 10px;
	text-align: center
}

@media (min-width:992px) {
	.qa--q-field::-webkit-input-placeholder {
		font-size: 14px
	}
	.qa--q-field:-ms-input-placeholder {
		font-size: 14px
	}
	.qa--q-field::placeholder {
		font-size: 14px
	}
}

.qa .cancel-q {
	cursor: pointer
}

.qa .cancel-q-symbol {
	font-size: 16px;
	color: #455560;
	position: absolute;
	right: 10px;
	top: 16px;
	display: none
}

.qa--field-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qa--field-row .form-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.qa--field-row .form-group label {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #455560
}

.qa--field-row .form-group:first-of-type {
	margin-right: 12px
}

.qa--field-row .form-group:first-of-type.form-group-no-margin {
	margin-right: 0
}

.qa--field-row .btn-secondary {
	margin-right: 12px
}

.qa--field-row .btn {
	margin-bottom: 16px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	padding: 12px 1rem
}

@media (min-width:992px) {
	.qa--field-row .btn {
		font-size: 14px;
		padding: 12px 1rem
	}
}

.qa--help-text {
	font-size: 12px;
	color: #9e9e9e;
	text-align: center;
	margin-bottom: 24px
}

.qa--help-text strong {
	text-transform: uppercase;
	font-weight: 600
}

.qa--instruction-text {
	font-size: 12px;
	color: #9e9e9e;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.75
}

.qa--instruction-text strong {
	font-weight: 600
}

.qa--instruction-text a {
	display: block;
	font-size: 10px
}

.qa--email-switch,
.qa--q-box-expansion {
	display: none
}

.qa--email-revert {
	text-align: center;
	margin-top: 14px
}

.qa--confirmation {
	padding-top: 24px;
	border-top: 1px solid #e7e7e7;
	display: none
}

.qa--confirmation h3 {
	font-size: 16px;
	font-weight: 600;
	color: #b09040;
	text-align: center;
	margin-bottom: 16px
}

.qa--confirmation-question {
	font-size: 24px;
	font-weight: 500;
	color: #455560;
	text-align: center;
	margin-bottom: 24px
}

.qa--confirmation-question:before {
	content: "\201C"
}

.qa--confirmation-question:after {
	content: "\201D"
}

.qa--responses {
	margin-top: 56px
}

.qa--response {
	padding-bottom: 30px
}

.qa--response,
.qa--response-header {
	border-bottom: 1px solid #b09040;
	margin-bottom: 30px
}

.qa--response-header {
	padding: 0 20px 18px;
	letter-spacing: 1px;
	color: #455560;
	font-size: 12px;
	text-transform: uppercase
}

.qa--response-content {
	padding: 0 20px
}

.qa--response-q {
	margin-bottom: 30px
}

.qa--response-q h4 {
	color: #455560;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px
}

.qa--response-q-author {
	color: #999;
	font-size: 12px
}

.qa--response-answer {
	max-width: 570px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qa--response-answer p {
	margin-right: 6px;
	margin-bottom: 30px;
	color: #455560;
	line-height: 25px
}

.qa--vote a {
	color: #bebebe;
	position: relative;
	top: 3px
}

.qa--vote--voted,
.qa--voted a {
	color: #b09040
}

.qa--response-controls {
	padding: 0 20px
}

@media (max-width:991.98px) {
	.qa--response-controls {
		font-size: 12px
	}
}

.qa--response-controls a {
	color: #455560;
	font-weight: 500
}

.qa--response-controls a .tf-icon {
	position: relative;
	top: 1px
}

.qa--response-controls a .icon-answer-expand {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.qa--response-controls #writeAnswerTrigger {
	text-decoration: underline
}

.qa--response-controls #expandAnswersTrigger {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qa--response-controls #expandAnswersTrigger i {
	position: relative;
	top: -2px;
	margin-right: 4px
}

.qa--response-controls span {
	display: inline-block;
	margin: 0 12px
}

.qa--meta,
.qa--response-triggers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.qa--meta {
	height: 100%
}

.qa--meta-content {
	padding-right: 30px;
	color: #999
}

@media (max-width:991.98px) {
	.qa--meta-content {
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.qa--meta-name,
.qa--meta-tag {
	font-weight: 500;
	margin-bottom: 6px
}

.qa--meta-tag {
	text-transform: uppercase
}

.qa--meta-date {
	font-weight: 400;
	font-size: 12px
}

.qa--respondent-form {
	max-width: 620px;
	padding: 20px;
	border: 1px solid #e7e7e7;
	background-color: #fafafa;
	margin-bottom: 30px;
	margin-left: 20px;
	display: none
}

.qa--respondent-form .intro-text {
	color: #455560;
	font-size: 12px;
	max-width: 520px;
	line-height: 21px;
	margin-bottom: 18px
}

.qa .respondent-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.qa .respondent-controls .btn {
	font-size: 12px;
	padding: 14px 25px
}

.qa .respondent-controls .cancel-answer {
	margin-left: 15px
}

.confirmation-help-text {
	color: #9e9e9e;
	text-align: center;
	max-width: 340px;
	margin: 0 auto 20px;
	font-size: 12px
}

.confirmation-help-text .confirmation-email {
	font-weight: 500
}

.confirmation-return,
.respondent-confirmation--return {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-weight: 500;
	font-size: 12px
}

.confirmation-return .tf-icon,
.respondent-confirmation--return .tf-icon {
	margin-right: 6px;
	font-size: 16px
}

.respondent-confirmation--return {
	margin-bottom: 15px
}

.expand-answers {
	padding: 30px 0 0;
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
	display: none
}

.respondent-confirmation {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

.respondent-confirmation--heading {
	font-size: 16px;
	font-weight: 600;
	margin: 16px 0;
	color: #b09040
}

.respondent-confirmation--answer {
	font-size: 16px;
	font-weight: 600;
	color: #455560;
	margin-bottom: 22px
}

.respondent-confirmation--answer:before {
	content: "\201C"
}

.respondent-confirmation--answer:after {
	content: "\201D"
}

.authenticated-respondent {
	font-size: 12px;
	font-weight: 600;
	color: #455560;
	margin-bottom: 20px
}

.qa--response-answer-text p {
	margin-bottom: 0;
	margin-left: 10px
}

@media (min-width:992px) {
	.qa--response-answer-text p {
		margin-bottom: 30px;
		margin-left: 15px
	}
}

span.answer-count {
	margin: 0
}

.input-required:before {
	content: "*";
	display: inline-block;
	position: relative;
	color: #ce2323;
	margin-right: 2px
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .35rem;
	font-size: 80%;
	color: #ce2323
}

.invalid-control {
	border-color: #ce2323;
	border-radius: 2px
}

.head {
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase
}

.head-no-margin {
	margin-bottom: 0
}

@media (min-width:768px) {
	.head {
		margin-bottom: 70px
	}
	.head-no-margin {
		margin-bottom: 0
	}
}

.head .primary {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 15px
}

.head h2 {
	color: #455560;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 24px;
	line-height: 1.25
}

@media (min-width:768px) {
	.head h2 {
		font-size: 35px
	}
}

@media (min-width:992px) {
	.head h2 {
		font-size: 42px
	}
}

.head.head-sm h2 {
	font-size: 22px
}

@media (min-width:992px) {
	.head.head-sm h2 {
		font-size: 26px
	}
}

.hero {
	color: #fff;
	position: relative
}

.hero picture img {
	width: 100%
}

.hero .heroContent {
	position: absolute;
	top: 0;
	width: 100%
}

.hero .info {
	padding: 130px 50px 50px
}

.hero strong {
	font-size: 16px;
	letter-spacing: 1px
}

.hero h2 {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 100
}

.hero a {
	color: #fff
}

.features {
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 60px
}

.features .featuresBox {
	margin-bottom: 50px
}

.features .featuresBox .btn {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .3s
}

.features .featuresBox:hover .btn {
	visibility: visible;
	opacity: 1
}

.features h3 {
	font-size: 12px;
	letter-spacing: 1px
}

.features h3 a {
	font-weight: 300
}

.features .lineTitle {
	color: #495863;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 5px
}

.features .lineTitle:after,
.features .lineTitle:before {
	width: 20px
}

.features .featuresBoxImg {
	margin: 30px 0
}

@media (max-width:768px) {
	.features {
		padding: 50px 0 20px
	}
}

.discover {
	background: #fafafa;
	padding: 80px 0;
	text-transform: uppercase
}

.discover .sliderCont {
	position: relative
}

.discover .sliderCont .carousel-cell {
	background: #f5f5f1
}

.discover .sliderCont h3 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #455560;
	font-weight: 300
}

.discover .sliderCont .subTitle {
	color: #af903f;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px
}

.discover .sliderCont p {
	color: #425059;
	text-transform: none;
	font-size: 14px;
	line-height: 25px
}

.discover .sliderCont .btn {
	margin-top: 15px
}

.discover .sliderCont .panel {
	padding: 70px 50px 50px
}

@media (min-width:1200px) {
	.discover .sliderCont .panel {
		padding: 70px 50px 30px 20px
	}
}

.discover .flickity-viewport {
	transition: height .2s
}

@media (min-width:992px) {
	.discover p {
		padding-right: 60px
	}
}

.shop {
	padding: 80px 0;
	text-transform: uppercase;
	text-align: center
}

.shop .subTitle {
	color: #495863;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 5px
}

.shop h3 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300
}

.shop .shopImg {
	margin: 30px 0
}

.shop .shopImg img {
	max-height: 190px
}

.shop .price {
	font-size: 16px;
	font-weight: 500;
	color: #425059;
	margin-bottom: 8px
}

.shop .action {
	height: 90px;
	overflow: hidden;
	position: relative
}

.shop .action .rating ul {
	display: inline-block;
	margin: 0
}

.shop .action .rating li {
	display: inline-block
}

.shop .action .rating li .icon {
	color: #f0ce59;
	font-size: 10px
}

.shop .action .rating span {
	font-size: 12px;
	position: relative;
	top: -4px
}

.shop .action .btn {
	position: absolute;
	visibility: hidden;
	left: 50%;
	margin-left: -54px;
	top: 8px
}

.shop .action .btn.fadeInUp {
	visibility: visible
}

@media (max-width:768px) {
	.shop {
		padding: 80px 0 30px
	}
}

.explore {
	padding: 80px 0 0;
	text-transform: uppercase;
	border-top: 1px solid #eee
}

@media (max-width:767px) {
	.checkout-tabs .explore .gridImages ul,
	.explore .gridImages .checkout-tabs ul,
	.explore .gridImages .no-gutters {
		margin-right: 10px;
		margin-left: 10px
	}
	.checkout-tabs .explore .gridImages .no-gutters>li,
	.checkout-tabs .explore .gridImages ul>.col,
	.checkout-tabs .explore .gridImages ul>[class*=col-],
	.checkout-tabs .explore .gridImages ul>li,
	.explore .gridImages .checkout-tabs .no-gutters>li,
	.explore .gridImages .checkout-tabs ul>.col,
	.explore .gridImages .checkout-tabs ul>[class*=col-],
	.explore .gridImages .checkout-tabs ul>li,
	.explore .gridImages .no-gutters>.col,
	.explore .gridImages .no-gutters>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px
	}
	.checkout-tabs .explore .gridImages ul .mobGrid,
	.explore .gridImages .checkout-tabs ul .mobGrid,
	.explore .gridImages .no-gutters .mobGrid {
		width: 50%
	}
}

.explore .gridImages img {
	width: 100%
}

@media (min-width:768px) {
	.explore .gridImages img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.explore .gridImages .layer {
	width: 100%;
	display: block;
	padding: 15px 0 10px
}

.explore .gridImages .layer .btn {
	display: none
}

@media (min-width:768px) {
	.explore .gridImages .layer {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 30px 0 0 30px
	}
	.explore .gridImages .layer .btn {
		display: inline-block
	}
}

.explore .gridImages .subTitle {
	color: #af903f;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 5px
}

@media (min-width:768px) {
	.explore .gridImages .subTitle {
		font-size: 14px
	}
}

.explore .gridImages h3 {
	margin-bottom: 20px;
	color: #425059;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-transform: none
}

@media (min-width:768px) {
	.explore .gridImages h3 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 300
	}
}

.home .partners {
	padding: 80px 0 0;
	text-transform: uppercase;
	text-align: center
}

.home .partners .mobGrid>a:hover .btn {
	visibility: visible;
	opacity: 1
}

.home .partners .btn {
	display: none
}

@media (max-width:991px) {
	.checkout-tabs .home .partners ul,
	.home .partners .checkout-tabs ul,
	.home .partners .no-gutters {
		margin-right: 10px;
		margin-left: 10px
	}
	.checkout-tabs .home .partners .no-gutters>li,
	.checkout-tabs .home .partners ul>.col,
	.checkout-tabs .home .partners ul>[class*=col-],
	.checkout-tabs .home .partners ul>li,
	.home .partners .checkout-tabs .no-gutters>li,
	.home .partners .checkout-tabs ul>.col,
	.home .partners .checkout-tabs ul>[class*=col-],
	.home .partners .checkout-tabs ul>li,
	.home .partners .no-gutters>.col,
	.home .partners .no-gutters>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px
	}
	.checkout-tabs .home .partners ul .mobGrid,
	.home .partners .checkout-tabs ul .mobGrid,
	.home .partners .no-gutters .mobGrid {
		width: 50%;
		margin-bottom: 20px
	}
	.checkout-tabs .home .partners ul .mobGrid img,
	.home .partners .checkout-tabs ul .mobGrid img,
	.home .partners .no-gutters .mobGrid img {
		width: 100%
	}
}

.home .partners .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home .partners .layer span {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -61px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .3s
}

@media (min-width:768px) {
	.home .partners .btn {
		display: inline-block
	}
}

.teaforte {
	padding: 50px 0 80px;
	text-transform: uppercase;
	text-align: center
}

@media (max-width:991px) {
	.teaforte .container {
		width: 100%
	}
}

.teaforte .carousel-cell {
	width: 100%
}

@media (min-width:400px) {
	.teaforte .carousel-cell {
		width: 50%
	}
}

@media (min-width:768px) {
	.teaforte .carousel-cell {
		width: 33.3333%
	}
}

@media (min-width:992px) {
	.teaforte .carousel-cell {
		width: 25%
	}
}

.teaforte .carousel-cell a {
	display: block;
	position: relative
}

.teaforte .carousel-cell a:hover .layer {
	display: block;
	visibility: visible;
	opacity: 1
}

.teaforte .carousel-cell img {
	width: 100%
}

.teaforte .carousel-cell .layer {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .3s;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 36%
}

.teaforte .carousel-cell .layer .icon {
	color: #cfbe94;
	margin-bottom: 15px;
	font-size: 37px
}

.teaforte .carousel-cell .layer .title {
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

.teaforte .carouselCont {
	position: relative
}

@media (min-width:1300px) {
	.teaforte .carouselCont {
		width: 1110px;
		margin: 0 auto
	}
}

.titleMobile {
	background: #455560;
	font-weight: 500;
	color: #fff;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px
}

.mobileSignIn form {
	padding: 35px 20px
}

.cartMobileClose {
	position: absolute;
	top: 23px;
	font-size: 11px;
	right: 5px;
	display: inline-block;
	padding: 5px;
	color: #455560
}

.mobileCart {
	background: #fff;
	position: fixed;
	z-index: 1029;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.mobileCart .cart h4 {
	font-size: 12px;
	line-height: 18px;
	text-transform: none
}

.mobileCart .cart .update-qty {
	bottom: 12px
}

.mobileCart .cart .table {
	margin: 0
}

.mobileCart .cart .t1 {
	background: #fafafa;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ddd;
	color: #455560;
	font-size: 12px
}

.mobileCart .cart .t1 span {
	color: #af903f
}

.mobileCart .cart .t1 .btn {
	background: #455560;
	border-color: #455560
}

.mobileCart .cart .t1 .input-group {
	margin-bottom: 15px
}

.mobileCart .cart .t1 .table {
	font-size: 12px;
	color: #455560
}

.mobileCart .cart .t1 .table tr td {
	border-bottom: none;
	padding: 7px 0;
	vertical-align: top
}

.mobileCart .cart .t1 .table tr td:last-child {
	text-align: right
}

.mobileCart .cart .t1 .table tr td small {
	display: block;
	color: #af903f
}

.mobileCart .cart .t1 .table .form-check {
	margin: 0
}

.mobileCart .cart .t1 .table .form-check-input {
	margin-right: 5px
}

.mobileCart .cart .total {
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd
}

.mobileCart .cart .total tr td:last-child {
	text-align: right
}

.mobileCart .cart .total tbody {
	color: #6d8392
}

.mobileCart .cart .total tbody td {
	border-bottom: none;
	padding-bottom: 0
}

.mobileCart .cart .total tbody tr.less {
	color: #af903f
}

.mobileCart .cart .total tbody tr:last-child td {
	padding-bottom: 10px
}

.mobileCart .cart .total tfoot td {
	padding: 12px 20px
}

.mobileCart .cart .total strong {
	font-weight: 500
}

.mobileCart .cart .promos .title {
	display: block;
	color: #060606;
	padding: 17px 25px;
	font-size: 12px;
	border-bottom: 1px solid #ddd
}

.mobileCart .cart .promos .title .icon {
	font-size: 10px;
	position: relative;
	top: 2px;
	color: #6d8392
}

.mobileCart .cart .cartFoot {
	padding: 40px 20px;
	text-transform: uppercase
}

.mobileCart .cart .cartFoot .link {
	display: block
}

.mobileCart .cart .cartFoot .lineTitle {
	display: inline-block;
	margin: 15px 0
}

.mobileCart .cart .cartFoot .lineTitle:after,
.mobileCart .cart .cartFoot .lineTitle:before {
	width: 20px
}

.mobileCart .cart .cartFoot .method {
	padding-top: 20px
}

.mobileCart .cart .cartFoot .method .left {
	width: 47%;
	float: left;
	text-align: right
}

.mobileCart .cart .cartFoot .method .right {
	width: 47%;
	float: right;
	text-align: left
}

.ship h4 {
	color: #455560;
	text-transform: uppercase;
	margin-bottom: 5px
}

.ship .shipOptions {
	display: none
}

.link {
	text-decoration: underline;
	color: #060606;
	letter-spacing: 1px;
	font-weight: 500
}

.filter-set .col-6 .product-card--premise {
	display: none
}

.hero-detail {
	padding: 40px 0 0
}

.pile-hero-image {
	text-align: right;
	margin-right: 20px
}

.tea-pile-hero-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.available {
	padding: 60px 0;
	border-top: 1px solid #eceeef;
	background-color: #fafafa
}

.sliderCont {
	margin-bottom: 40px
}

.slider-type-2 .flickity-page-dots .dot {
	background: #455560;
	margin: 0 5px
}

.collection {
	padding: 50px 0 30px
}

.about-tea,
.collection {
	border-top: 1px solid #eceeef
}

.about-tea {
	padding: 0 0 80px
}

.about-tea--info {
	padding: 30px
}

.about-tea--info .title {
	color: #455560;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

.about-tea--info .type {
	font-weight: 300;
	font-size: 12px;
	color: #b09040;
	text-transform: uppercase;
	margin-bottom: 25px
}

.about-tea--info .type strong {
	font-weight: 500
}

.about-tea--info p {
	color: #455560;
	line-height: 25px;
	font-weight: 300px;
	margin-bottom: 25px
}

.about-tea--detail {
	background: #fafafa;
	padding: 30px;
	color: #455560
}

.about-tea--detail .title {
	font-weight: 500;
	font-size: 14px;
	color: #b09040;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.about-tea--detail ul {
	margin-bottom: 25px
}

.about-tea--detail ul li {
	margin-bottom: 15px
}

.about-tea--detail ul li a {
	text-decoration: underline;
	color: #455560
}

.about-tea--detail ul.two-col {
	margin: 0 -15px
}

.about-tea--detail ul.two-col li {
	width: 49.5%;
	display: inline-block;
	padding: 0 15px
}

.about-tea--detail .level {
	margin: 25px 0 40px
}

.about-tea--detail .level .title {
	border: none;
	padding: 0;
	margin: 0
}

.blends {
	border-top: 1px solid #eceeef
}

.blends,
.collections-listing {
	padding: 50px 0
}

.collection-block .row,
.explore-assortments-block .row,
.explore-collection-block .row {
	background-color: #fafafa
}

.collection-block {
	margin-bottom: 40px
}

.collection-block .panel {
	padding: 20px
}

.collection-block--image {
	width: 100%
}

.collection-block h3 {
	color: #455560;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.collection-block p {
	margin-bottom: 24px
}

.collection-block .ratings {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 24px
}

.collection-block .ratings .review-count {
	margin-left: 10px;
	text-decoration: underline;
	text-transform: uppercase
}

.collection-block--for {
	color: #455560;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 24px
}

.collection-block--for strong {
	color: #af903f;
	font-weight: 500
}

.collection-block--tags {
	color: #455560;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px
}

.collection-block--tags a {
	color: #455560;
	display: inline-block;
	margin: 0 5px
}

.collection-block--tags a:first-child {
	margin-left: 0
}

@media (min-width:991px) {
	.collection-block .panel {
		padding: 60px 40px
	}
}

.explore-assortments-block,
.explore-collection-block {
	margin-bottom: 40px
}

.explore-assortments-block .panel,
.explore-collection-block .panel {
	padding: 20px
}

.explore-assortments-block--image,
.explore-collection-block--image {
	width: 100%
}

.explore-assortments-block h3,
.explore-collection-block h3 {
	color: #455560;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center
}

.explore-assortments-block--list,
.explore-collection-block--list {
	padding: 15px 0 0;
	list-style: none;
	text-align: center
}

.explore-assortments-block--list li,
.explore-collection-block--list li {
	line-height: 1.5;
	margin-bottom: .85em
}

.explore-assortments-block--list a,
.explore-collection-block--list a {
	color: #455560
}

.explore-assortments-block--list a:hover,
.explore-collection-block--list a:hover {
	color: #af903f
}

@media (min-width:991px) {
	.explore-assortments-block .panel,
	.explore-collection-block .panel {
		padding: 60px 40px
	}
	.explore-assortments-block--list,
	.explore-assortments-block h3,
	.explore-collection-block--list,
	.explore-collection-block h3 {
		text-align: left
	}
}

.custom-collection {
	border-top: 1px solid #ebebe9;
	padding: 50px 0 0
}

.custom-collection .step {
	padding: 0 0 50px
}

.custom-collection .step .title-line .title {
	margin-bottom: 0;
	font-size: 14px
}

.custom-collection .step .subtitle {
	margin-top: 12px;
	font-size: 12px
}

.custom-collection .step-instructions {
	margin: 14px 0
}

.custom-collection .tf-select-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.custom-collection .tf-select-cost {
	font-weight: 400;
	color: #455560;
	margin-right: 20px
}

.custom-collection h3 {
	color: #b09040;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px
}

.custom-collection p {
	line-height: 24px
}

.custom-collection .options {
	color: #455560
}

.custom-collection .options h3 {
	margin-bottom: 20px
}

.custom-collection .options h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.custom-collection .options ul strong {
	text-transform: uppercase
}

.custom-collection .options .radio-img {
	text-align: center
}

.custom-collection .options .step2-img {
	padding-top: 26px
}

.custom-collection .options .step2-img img {
	max-width: 370px!important
}

@media (max-width:992px) {
	.custom-collection .options .step2-img {
		text-align: center;
		padding-top: 26px
	}
	.custom-collection .options .step2-img img {
		width: 100%;
		max-width: 340px!important
	}
}

.custom-collection .sidebar .pickers {
	padding: 30px 0
}

.custom-collection .step3 {
	padding: 0
}

.custom-collection .step3 .sidebar {
	margin-bottom: 30px
}

.custom-collection .step3 table {
	font-size: 11px;
	text-transform: uppercase
}

.custom-collection .step3 table>tbody>tr.closed>td {
	font-weight: 300
}

.custom-collection .step3 table>tbody>tr.closed .select-close {
	display: none
}

.custom-collection .step3 table>tbody>tr>td {
	padding: 12px 15px;
	border-bottom: none;
	font-weight: 500
}

.custom-collection .step3 table>tbody>tr>td:last-child {
	text-align: right
}

.custom-collection .step3 .select-close {
	color: #9c9c9c;
	font-size: 8px;
	position: relative;
	top: 3px
}

.custom-collection .step3 button {
	margin-top: 30px
}

.custom-collection .form-group {
	margin-bottom: 5px
}

.custom-collection .selectize-control.single .selectize-input,
.custom-collection .selectize-dropdown.single {
	font-size: 11px
}

.custom-collection .form-check {
	margin-bottom: 10px
}

.custom-collection .about-info--premise {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 12px
}

.custom-collection .about-info--premise p {
	padding-right: 40px
}

.custom-collection .about-info--img {
	float: right;
	max-width: 100px;
	margin: 0 0 0 20px
}

.custom-collection .about-info--img img {
	max-width: 100%
}

.custom-collection .about-info--tags {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px
}

.products-boxes {
	border: 15px solid #18191e;
	border-bottom-color: #3e3f3e;
	border-top-color: #3e3f3e;
	background: url(../images/pyramid.png) 0 0
}

@media (max-width:575px) {
	.products-boxes {
		width: 300px;
		margin: 0 auto
	}
}

.products-boxes--base {
	text-align: center
}

.products-boxes--base .col-6 {
	color: #b9b2a2;
	font-size: 50px;
	font-weight: 700;
	position: relative
}

.products-boxes--base--col {
	box-shadow: inset 0 0 10px #999;
	margin: 3px;
	min-height: 95px
}

@media (min-width:576px) {
	.products-boxes--base--col {
		min-height: 174px
	}
}

@media (min-width:768px) {
	.products-boxes--base--col {
		min-height: 240px
	}
}

@media (min-width:992px) {
	.products-boxes--base--col {
		min-height: 91px
	}
}

@media (min-width:1200px) {
	.products-boxes--base--col {
		min-height: 114px
	}
}

@media (min-width:1500px) {
	.products-boxes--base--col {
		min-height: 156px
	}
}

.products-boxes--base--col .number {
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px
}

.products-boxes--base .tea-picker-col {
	position: relative;
	cursor: pointer
}

.products-boxes--base .tea-picker-col img {
	max-width: 100%
}

.products-boxes--base .tea-picker-col div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #d3ddd3;
	color: #455560;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.products-boxes--base .tea-picker-col div h3 {
	font-size: 10px;
	color: #455560;
	margin: 0 0 5px;
	line-height: 18px
}

@media (min-width:1200px) {
	.products-boxes--base .tea-picker-col div h3 {
		font-size: 12px
	}
}

.products-boxes--base .tea-picker-col div small {
	font-size: 8px;
	display: block
}

.products-boxes--base .tea-picker-col:hover div {
	visibility: visible;
	opacity: 1
}

.radios-custom-input label {
	color: #404e59;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px;
	padding: 12px 25px
}

.radios-custom-input label.checked {
	font-weight: 500
}

.radios-custom-input .iradio_square {
	border: 1px solid #e7e7e7;
	width: 100%;
	display: block;
	background: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 41px
}

.radios-custom-input .iradio_square.checked {
	color: #060606
}

.tea-collections {
	padding: 80px 0 30px
}

.life {
	position: relative
}

.life picture img {
	width: 100%
}

.life .picture-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	margin-top: -56px;
	text-align: center;
	text-transform: uppercase
}

.life .picture-info h2 {
	font-size: 36px;
	color: #eee;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 40px
}

.life .picture-info h2 strong {
	font-weight: 500
}

.collections {
	color: #4a4a4a
}

.collections--name .title {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 18px;
	display: inline-block
}

.collections--name .title:hover {
	font-weight: 500;
	text-decoration: underline
}

.collections--premise p {
	line-height: 15px
}

.cart-section {
	color: #455560;
	margin-top: 20px;
	padding-bottom: 30px
}

.cart-section--name {
	text-align: left
}

.cart-section .cart-qty {
	position: relative;
	display: inline-block
}

.cart-section .update-qty {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #455560;
	position: absolute;
	width: 100%;
	text-align: center
}

.cart-section .cartList {
	text-align: center;
	margin-bottom: 50px
}

@media (min-width:768px) {
	.cart-section .cartList img {
		max-width: 150px
	}
}

@media (max-width:767px) {
	.cart-section .cartList thead {
		display: none
	}
}

.cart-section .cartList th {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #ddd
}

.cart-section .cartList td:last-child,
.cart-section .cartList th:last-child {
	font-weight: 500
}

@media (max-width:767px) {
	.cart-section .cartList td:nth-child(3) {
		display: none
	}
}

@media (max-width:767px) {
	.cart-section .cartList td:nth-child(4) {
		width: 80px
	}
}

.cart-section .cartList h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300
}

@media (min-width:768px) {
	.cart-section .cartList h4 {
		font-size: 14px
	}
}

.cart-section .cartList .subtitle {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #999
}

.cart-section .cartList .old-price {
	text-decoration: line-through;
	margin-bottom: 8px
}

.cart-section .cartList .new-price {
	color: #af903f
}

.cart-section .cartList .qty {
	width: 42px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin: 0 auto;
	display: inline-block
}

.cart-section .cartList .qty-readonly {
	border: none;
	line-height: 32px;
	font-weight: 400
}

@media (min-width:768px) {
	.cart-section .cartList .qty {
		width: 55px;
		height: 35px
	}
	.cart-section .cartList .qty-readonly {
		line-height: 35px
	}
}

.cart-section .cartList .close {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 0;
	position: relative;
	left: 5px
}

@media (min-width:768px) {
	.cart-section .cartList .close {
		left: 10px;
		font-size: 16px
	}
}

.cart-section .cartList .remove-link {
	position: relative;
	left: -6px;
	padding-top: 3px
}

.cart-section .cartList .remove-link a {
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase
}

.cart-section .cartList .add {
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 500;
	position: absolute
}

.cart-section .cart-total {
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px
}

.cart-section .cart-total tr {
	font-weight: 500
}

.cart-section .cart-total tr td {
	padding: 16px 20px
}

.cart-section .cart-total tr td:first-child {
	padding-left: 20px
}

.cart-section .cart-total tr td:last-child {
	text-align: right;
	padding-right: 20px
}

.cart-section .cart-total tfoot tr {
	background: #f2f2f2
}

.cart-section .cart-total .less {
	font-weight: 300;
	color: #af903f
}

.cart-section .cart-total .tax {
	font-weight: 300
}

.cart-section .cartFoot .btn {
	white-space: normal
}

.cart-section .cartFoot .method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cart-section .cartFoot .method .left {
	margin-left: 15px
}

.cart-section .cartFoot .method .left img {
	max-height: 50px;
	display: inline-block
}

.cart-section .cartFoot .method .right {
	margin-right: 15px
}

.cart-section .cartFoot .method .right img {
	max-height: 50px;
	display: inline-block
}

.cart-section .col-left .checkout-btn {
	margin-top: 45px;
	margin-bottom: 60px
}

.cart-section .col-left .checkout-btn .btn {
	margin-bottom: 30px
}

@media (min-width:992px) {
	.cart-section .col-left .checkout-btn .btn.btnCheckout {
		display: none
	}
}

.cart-section .promos {
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 15px 10px
}

@media (min-width:992px) {
	.cart-section .promos {
		padding: 20px 25px 10px
	}
}

.cart-section .promos .title {
	display: block;
	color: #455560;
	margin: 10px 0;
	padding-left: 0;
	font-weight: 500
}

.cart-section .promos .option {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd
}

.cart-section .promos .option:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px
}

.cart-section .promos .option--detail {
	font-size: 12px;
	margin-bottom: 10px
}

.cart-section .promos .option--detail strong {
	font-weight: 500
}

.cart-section .promos .option span {
	color: #af903f
}

.cart-section .promos .option .form-control {
	margin: 0;
	border: none
}

.cart-section .ship {
	background: #f2f2f2;
	color: #455560;
	margin-bottom: 30px;
	padding: 15px 10px
}

@media (min-width:992px) {
	.cart-section .ship {
		padding: 20px 25px 10px
	}
}

.cart-section .ship h4 {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 10px
}

.cart-section .ship .form-control {
	border: none
}

.cart-section .ship .btn {
	background: #455560;
	border-color: #455560
}

.cart-section .shipOptions {
	display: block;
	margin-top: 20px
}

.cart-section .shipOptions li {
	margin-bottom: 25px
}

.cart-section .shipOptions .form-check-label {
	padding-left: 0;
	font-size: 12px
}

.cart-section .shipOptions .pull-right {
	font-size: 12px
}

.cart-section .shipOptions .iradio_square {
	margin-right: 5px
}

.cart-section .sep {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 25px
}

.multi .cart-section .cartList {
	margin-bottom: 50px
}

.multi .cart-section .cartList .close {
	float: none;
	position: static;
	vertical-align: text-top;
	margin: 0
}

.multi .cart-section .selectize-control {
	height: 50px
}

.multi .cart-section .selectize-input {
	border: 1px solid #e7e7e7;
	padding: 15px 30px 15px 12px
}

.multi.checkout-section-1 .cart-section .cartList td:last-child,
.multi.checkout-section-1 .cart-section .cartList th:last-child {
	font-weight: 300
}

.multi.checkout-section-1 .cart-section .cartList td:nth-child(5) {
	text-align: left;
	position: relative
}

.multi.checkout-section-1 .cart-section .cartList .selectize-control {
	text-transform: uppercase
}

.multi.checkout-section-1 .cart-section .cartList .selectize-dropdown-content .option,
.multi.checkout-section-1 .cart-section .cartList .selectize-input {
	font-size: 10px
}

.multi.checkout-section-1 .cart-section .cartList .selectize-dropdown-content .option:last-child {
	font-weight: 500
}

.contact--form {
	margin-bottom: 60px
}

.contact--form label {
	color: #455560;
	font-weight: 500;
	text-transform: uppercase
}

.contact--form .form-control,
.contact--form .selectize-input {
	border: 1px solid #9b9b9b!important
}

.contact--box {
	background: #f2f2f2;
	color: #455560;
	font-size: 16px;
	padding: 50px 80px;
	margin-bottom: 60px
}

.contact--box p {
	margin-bottom: 25px
}

.contact--box a {
	color: #455560;
	text-decoration: underline
}

.contact--box .number-box {
	margin-top: 5px;
	margin-bottom: 25px
}

.faqs {
	padding-top: 60px
}

.faqs-item {
	color: #455560
}

.faqs-item:nth-child(2n) .faqs-item--question {
	background: #f2f2f2
}

.faqs-item--question {
	font-size: 14px;
	font-weight: 300;
	padding: 14px;
	margin: 0;
	cursor: pointer
}

@media (max-width:575px) {
	.faqs-item--question {
		font-size: 12px;
		line-height: 1.5
	}
}

.faqs-item--question span {
	font-size: 8px;
	position: relative;
	top: 2px;
	margin-bottom: 15px;
	margin-right: 5px;
	float: left
}

.faqs-item--answer {
	display: none;
	background: #fafafa;
	padding: 30px 35px
}

.faqs-item--answer a {
	color: #455560;
	text-decoration: underline
}

.faqs-item--answer p {
	padding-right: 40px;
	max-width: 940px
}

.faqs-item--answer h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

@media (max-width:575px) {
	.faqs-item--answer {
		padding: 20px
	}
	.faqs-item--answer p {
		padding: 0;
		font-size: 12px
	}
	.faqs-item--answer h4 {
		font-size: 12px
	}
}

.faqs-item.active .faqs-item--question {
	font-weight: 500
}

.faqs-item.active .faqs-item--question .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.faq-table-legend {
	padding: 20px 0 5px;
	font-weight: 500;
	background-color: transparent
}

@media (max-width:575px) {
	.faq-table-legend {
		font-size: 12px
	}
}

.faq-table {
	margin: 5px 0 20px
}

.faq-table th {
	background-color: #e1e7e1;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px
}

.faq-table td {
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #e7e7e7
}

.faq-table tr.alt td {
	background-color: #f3f3f3
}

@media (max-width:575px) {
	.faq-table th {
		background-color: #e1e7e1;
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none
	}
	.faq-table td,
	.faq-table th {
		font-size: 10px;
		padding: 8px 4px
	}
}

.faq-table-footer {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e7e7e7
}

.info-page {
	margin: 60px auto 100px;
	color: #455560
}

.info-page h2 {
	font-size: 16px;
	font-weight: 600;
	color: #455560;
	text-transform: uppercase;
	margin-bottom: 1em
}

.info-page h2.udated-info-title {
	margin-bottom: 2em
}

.info-page p {
	margin-bottom: 2.5em;
	max-width: 960px;
	line-height: 1.5
}

.info-page li {
	margin-bottom: 1em
}

.info-page a {
	color: #455560;
	text-decoration: underline
}

@media (max-width:575px) {
	.info-page p {
		margin-bottom: 2.5em;
		padding-right: 30px
	}
}

.store-results--info {
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 20px;
	margin: 15px 0
}

.store-results--info p {
	color: #676767;
	margin: 0
}

.store-results--map iframe {
	width: 100%
}

.store-results--item {
	border: 1px solid #eee;
	margin-bottom: 30px;
	color: #455560
}

.store-results--item .item-col .item-col--box {
	background: #f2f2f2;
	text-align: center;
	color: #af903f;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px
}

@media (min-width:1200px) {
	.store-results--item .item-col .item-col--box {
		padding: 40px 20px
	}
}

.store-results--item .item-col:nth-child(2) {
	text-transform: uppercase;
	font-weight: 500
}

.store-results--item .item-col:nth-child(4) {
	font-weight: 500
}

@media (min-width:1200px) {
	.store-results--item .item-col:last-child {
		padding-right: 30px
	}
}

@media (max-width:1199px) {
	.store-results--item {
		padding: 5px 0
	}
	.store-results--item .item-col {
		padding: 5px 25px!important
	}
}

.store-intro p {
	font-size: 14px;
	text-align: center;
	padding: 0 20px
}

.store-intro p small {
	font-size: 12px;
	font-weight: 300;
	padding: 20px
}

.store-search {
	margin: 1.5em auto;
	padding: 30px;
	border: 1px solid #e7e7e7
}

.store-search label {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 1em;
	display: block
}

.store-search .form-control {
	min-height: 44px
}

.store-search .btn-outline.active {
	background-color: #455560;
	color: #fff;
	border-color: #455560
}

.store-search .btn-outline {
	margin-right: 15px;
	padding: 14px 1.5rem 12px;
	font-weight: 400
}

.store-search .btn-search {
	padding-top: 13px;
	padding-bottom: 12px
}

.store-search .selectize-control {
	max-height: 44px
}

@media (min-width:1200px) {
	.store-search .country-toggle .btn {
		min-width: 111px
	}
}

@media (min-width:1500px) {
	.store-search .country-toggle .btn {
		min-width: 154px
	}
}

.country-directory--listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
	padding: 14px 20px 12px;
	margin-bottom: 20px
}

.listing-name a {
	font-weight: 500;
	text-transform: uppercase
}

.listing-action {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}

.listing-action a {
	color: #455560;
	text-transform: uppercase
}

.listing-action a .icon {
	font-size: 10px;
	position: relative;
	top: 3px
}

@media (min-width:768px) {
	.store-intro p {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.store-search .form-group {
		margin-bottom: 0
	}
	.btn-search {
		margin-top: 30px
	}
	.store-content--header {
		padding: 60px 0
	}
}

.press-detail--article {
	color: #060606
}

.press-detail--article img,
.press-detail--article p {
	margin-bottom: 30px
}

.press-detail--article p {
	line-height: 1.5;
	font-size: 14px
}

@media (min-width:768px) {
	.press-detail--article p {
		padding-left: 15%;
		padding-right: 15%
	}
}

@media (min-width:992px) {
	.press-detail--article p {
		font-size: 16px
	}
}

.press-detail--article .em-subtitle {
	display: block;
	max-width: 990px;
	margin: 15px auto;
	font-weight: 300;
	text-align: center
}

@media (min-width:992px) {
	.press-detail--article .em-subtitle {
		font-size: 16px;
		margin: 30px auto 40px;
		color: #455560
	}
}

.press-detail--article .press-img-block {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 990px
}

.press-detail--author {
	color: #222328;
	letter-spacing: 1px;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center
}

.press-detail--date {
	font-size: 12px;
	color: #8c8f94;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px
}

.press-detail--cta {
	text-align: center;
	padding: 40px 0
}

.sustainability-box {
	color: #455560;
	margin-bottom: 50px
}

.sustainability-box--content {
	padding: 50px 0
}

@media (max-width:767px) {
	.sustainability-box--content {
		margin-top: 30px
	}
}

.sustainability-box--title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px
}

.sustainability-box--img {
	margin-bottom: 30px
}

.sustainability-box--img.img-1 {
	max-width: 80px
}

.sustainability-box--img.img-2 {
	max-width: 75px
}

.sustainability-box--img.img-3 {
	max-width: 90px
}

.sustainability-box--premise p {
	font-size: 16px;
	line-height: 24px
}

.sustainability-box:nth-child(odd) {
	background: #fafafa
}

.article-references {
	margin: 100px 0
}

.partners-box {
	margin-bottom: 60px;
	color: #455560
}

.partners-box p {
	font-size: 16px;
	line-height: 24px
}

.partners-box--cta {
	margin-top: 40px
}

.partners-box--cta .btn {
	margin-top: 20px
}

.partners-box--logo {
	margin-bottom: 40px
}

.partners-box--logo.logo1 {
	max-width: 250px
}

.partners-box--logo.logo2 {
	max-width: 438px
}

.partners-box--logo.logo3 {
	max-width: 159px
}

.partners-box--logo.logo4 {
	max-width: 210px
}

.partners-box--content {
	padding: 0 10px 20px
}

@media (max-width:991px) {
	.partners-box--content {
		margin-top: 50px
	}
}

@media (min-width:992px) {
	.partners-box--content {
		padding: 20px
	}
}

@media (min-width:1200px) {
	.partners-box--content {
		padding: 45px
	}
}

.partners-box:nth-child(2n) {
	background: #fafafa
}

@media (max-width:991px) {
	.tea-types .heroPages--banner,
	.tea-types .heroPages--banner-noimg {
		max-height: 200px
	}
}

@media (max-width:991px) {
	.tea-types .non-merch-box {
		margin-top: 20px
	}
}

@media (max-width:991px) {
	.tea-types .non-merch-box.type-1 img {
		margin-bottom: 20px
	}
}

.tea-types .head .lineTitle {
	font-size: 14px;
	font-weight: 500
}

.tea-types .head .lineTitle:after,
.tea-types .head .lineTitle:before {
	border-color: #af903f
}

.lg-heading {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.5;
	text-align: center;
	color: #455560
}

.non-merch-intro-heading {
	padding: 40px 0
}

.non-merch-panel {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 40px
}

.non-merch-panel.centered {
	text-align: center
}

.non-merch-panel.centered .number-box {
	margin: auto auto 10px
}

.non-merch-panel h2 {
	color: #455560;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.non-merch-panel p {
	line-height: 1.85;
	font-size: 14px;
	padding-right: 20px;
	margin-bottom: 30px;
	color: #455560
}

.non-merch-panel p.marBottom20 {
	margin-bottom: 20px
}

.non-merch-panel label {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #455560;
	letter-spacing: 1px
}

.non-merch-panel .form-group {
	margin-bottom: 1.5em
}

.non-merch-panel .btn {
	padding: .719rem 1rem
}

.glamour-shot-col,
.non-merch-form {
	margin-bottom: 40px
}

@media (min-width:992px) {
	.lg-heading {
		font-size: 42px
	}
	.non-merch-intro-heading {
		padding: 60px 0
	}
	.non-merch-panel {
		background-color: #f2f2f2;
		padding: 40px
	}
	.non-merch-panel.centered {
		text-align: left
	}
	.non-merch-panel.centered .number-box {
		margin: 0 0 10px
	}
	.non-merch-panel p {
		line-height: 1.85;
		font-size: 16px;
		padding-right: 30px
	}
	.non-merch-panel h2 {
		font-size: 24px
	}
	.non-merch-panel label {
		font-size: 14px
	}
}

.non-merch-format {
	color: #455560
}

.non-merch-format h2 {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.non-merch-format p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px
}

.non-merch-format img {
	margin-bottom: 40px
}

section.herbs {
	margin-bottom: 60px
}

.herbs-item {
	color: #455560;
	margin-bottom: 35px
}

.herbs-item p {
	font-size: 16px;
	line-height: 24px
}

.herbs-item--title {
	font-size: 24px;
	letter-spacing: 1px
}

.herbs-item--subtitle,
.herbs-item--title {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px
}

.herbs-item--subtitle {
	font-size: 18px;
	text-align: left
}

@media (max-width:991px) {
	.herbs-item--subtitle {
		margin-top: 30px
	}
}

.herbs-item--name {
	color: #252e35;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0
}

.herbs-item--contain {
	text-align: center
}

.herbs-item--top {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #af903f;
	padding: 10px 0
}

.herbs-item--top span {
	cursor: pointer
}

.herbs-item--top .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 8px;
	vertical-align: middle
}

.cooking-with-tea .sep-section:first-child {
	margin-top: 40px
}

.cooking-with-tea .non-merch-box ul {
	padding-left: 20px
}

section.recipe .sep-section:first-child {
	margin-top: 0
}

.recipe-box--meta {
	background: #fafafa;
	text-align: center;
	color: #455560;
	padding: 20px 0;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.recipe-box--meta {
		margin-top: 40px
	}
}

.recipe-box--meta h4 {
	font-size: 18px;
	line-height: 31px;
	font-weight: 300;
	color: #000
}

.recipe-box--meta p {
	font-size: 14px;
	line-height: 31px;
	margin: 0
}

@media (min-width:1500px) {
	.recipe-box--meta p {
		font-size: 16px
	}
}

.recipe-box--serving,
.recipe-box--time {
	width: 48%;
	display: inline-block
}

.recipe-box--tea {
	background: #fafafa;
	padding: 20px;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.recipe-box--tea {
		margin-top: 40px
	}
}

.recipe-box--tea h4 {
	color: #af903f;
	font-size: 18px;
	line-height: 31px
}

.recipe-box--tea a {
	font-size: 14px;
	line-height: 31px;
	color: #455560
}

.recipe-box--tea a .icon {
	vertical-align: middle;
	font-size: 10px
}

@media (min-width:1500px) {
	.recipe-box--tea a {
		font-size: 16px
	}
}

.recipe-box h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	line-height: 31px
}

.recipe-box--ingredients {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px
}

.recipe-box--ingredients li {
	line-height: 28px
}

.recipe-box--instructions p {
	font-size: 16px;
	line-height: 31px
}

section.tea-health-benefits .non-merch-box {
	margin-bottom: 100px
}

section.tea-health-benefits .non-merch-box li,
section.tea-health-benefits .non-merch-box p {
	font-size: 14px;
	line-height: 31px
}

section.tea-health-benefits .non-merch-box h2 {
	margin-bottom: 10px
}

@media (max-width:991px) {
	section.tea-health-benefits .non-merch-box img {
		margin-bottom: 20px
	}
}

section.tea-health-benefits .non-merch-box .references {
	border-top: 1px solid #9b9b9b;
	padding-top: 35px
}

section.tea-health-benefits .non-merch-box .references li {
	line-height: 17px;
	margin-bottom: 20px
}

@media (max-width:991px) {
	section.careers .non-merch-box img {
		margin-bottom: 20px
	}
}

section.careers .tw {
	color: #52a2db
}

section.careers .fb {
	color: #3a589c
}

section.careers .pr {
	color: #007ab8
}

section.careers .ig {
	color: #cf5857
}

.job-post--date {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	margin: 0 auto 40px;
	text-align: center
}

.job-post--cta {
	text-align: center
}

.job-post--content,
.job-post--cta {
	margin-bottom: 40px
}

.job-post--content p {
	line-height: 1.5;
	padding-right: 10px;
	margin-bottom: 30px
}

.job-post--content ul {
	margin: 20px 0
}

.job-post--content li {
	margin-bottom: 10px
}

.job-post--content h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0;
	line-height: 1.5
}

.wholesale-menu--intro {
	margin: 40px 0 30px
}

.wholesale-menu--intro p {
	line-height: 1.85;
	text-align: center
}

@media (min-width:992px) {
	.wholesale-menu--intro {
		margin: 60px 0 30px
	}
}

.wholesale-menu--cta {
	text-align: center;
	margin: 0 auto 60px
}

.wholesale-menu--frame-container {
	border-top: 1px solid #af903f;
	margin-bottom: 60px;
	padding-bottom: 60px
}

.rewards-bg {
	width: 100%;
	height: 100%;
	min-height: 400px;
	background: url(../images/non-merch/rewards-1.jpg) no-repeat 50%;
	background-size: cover
}

@media (max-width:576px) {
	.rewards-bg {
		display: none
	}
}

.rewards-steps {
	color: #455560;
	position: relative;
	margin-bottom: 60px
}

@media (min-width:992px) {
	.rewards-steps {
		margin-bottom: 90px
	}
}

.rewards-steps .row {
	margin-bottom: 60px
}

.rewards-steps .row:last-child .rewards-steps--step {
	height: 100%;
	background: #fff
}

.rewards-steps--line {
	position: absolute;
	height: 72%;
	width: 1px;
	border-left: 1px solid #979797;
	top: 30px;
	left: 24px
}

@media (min-width:576px) {
	.rewards-steps--line {
		left: 34px
	}
}

.rewards-steps--step {
	margin-top: 30px;
	max-width: 50px
}

@media (min-width:576px) {
	.rewards-steps--step {
		max-width: 70px
	}
}

.rewards-steps--detail {
	padding: 32px 0 20px 5px;
	font-size: 14px;
	line-height: 1.5
}

@media (min-width:620px) {
	.rewards-steps--detail {
		padding-top: 35px;
		font-size: 18px
	}
}

@media (min-width:992px) {
	.rewards-steps--detail {
		padding: 32px 20px 20px;
		font-size: 20px
	}
}

@media (min-width:1200px) {
	.rewards-steps--detail {
		font-size: 24px;
		padding-top: 28px
	}
}

@media (min-width:1200px) {
	.rewards-steps--thumb {
		text-align: right
	}
}

.main-profile:after {
	display: block;
	content: "";
	clear: both
}

.main-profile--avatar {
	text-align: center
}

.main-profile--avatar img {
	max-width: 70px;
	border-radius: 50px;
	margin-left: 0
}

.main-profile--name {
	text-transform: uppercase;
	margin: 50px 0
}

.main-profile--name h2 {
	font-weight: 500;
	font-size: 14px;
	color: #455560;
	margin-bottom: 3px
}

.main-profile--name span {
	color: #af903f;
	font-size: 12px
}

.checkout-tabs .main-profile--numbers li:first-child .main-profile--number,
.main-profile--numbers .checkout-tabs li:first-child .main-profile--number,
.main-profile--numbers .col:first-child .main-profile--number {
	border-right: none
}

.main-profile--number {
	border: 1px solid #e7e7e7;
	color: #455560;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding: 45px 5px
}

@media (min-width:992px) {
	.main-profile--number {
		padding: 20px 5px
	}
}

.main-profile--price {
	display: block;
	font-size: 20px
}

.profile-menu {
	list-style: none;
	text-transform: uppercase;
	margin: 0 0 40px;
	padding: 0
}

.profile-menu a,
.profile-menu span {
	display: block;
	padding: 40px 45px
}

.profile-menu span {
	font-weight: 500;
	color: #af903f;
	box-shadow: 0 3px 3px -1px #ebebe9;
	position: relative
}

.profile-menu a {
	background: #fafafa;
	color: #455560
}

@media (max-width:991px) {
	.profile-menu {
		margin: 0
	}
	.profile-menu li {
		display: none
	}
	.profile-menu li.active {
		display: block
	}
	.profile-menu li span {
		background: #f2f2f2;
		color: #455560;
		font-weight: 300
	}
}

.profile-menu-footer {
	background: #fafafa
}

.profile-menu-footer .profile-menu li {
	display: block
}

.profile-menu-footer .profile-menu li.active {
	display: none
}

@media (min-width:992px) {
	.profile-menu-footer .profile-menu {
		display: none
	}
}

.account-content {
	color: #455560;
	padding-bottom: 45px
}

.account-content .title {
	font-size: 18px;
	color: #af903f;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: none
}

.account-content .subtitle {
	font-size: 14px;
	color: #af903f;
	text-transform: uppercase;
	margin: 0
}

@media (min-width:992px) {
	.account-content .subtitle {
		margin-bottom: 20px
	}
}

@media (min-width:992px) {
	.account-content {
		padding: 45px 0
	}
	.account-content .subtitle,
	.account-content .title {
		display: block
	}
}

@media (max-width:991px) {
	.account-actions {
		text-align: center
	}
}

.top-page {
	background: #9b9b9b;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px
}

.top-page a {
	color: #fff;
	display: block;
	padding: 6px 0
}

.top-page a .icon {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

@media (min-width:992px) {
	.top-page {
		display: none
	}
}

.account-table {
	width: 100%;
	overflow: hidden;
	color: #455560;
	margin-bottom: 60px
}

@media (min-width:992px) {
	.account-table {
		margin: 60px 0
	}
}

.account-table th {
	display: none;
	font-weight: 500;
	padding-bottom: 10px
}

@media (min-width:992px) {
	.account-table th {
		display: table-cell
	}
}

.account-table .cart-section {
	margin-top: 30px;
	border-bottom: 1px solid #f2f2f2
}

@media (min-width:992px) {
	.account-table .cart-section {
		border-top: 1px solid #af903f;
		border-bottom: 1px solid #af903f;
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	.account-table .cart-section th {
		display: table-cell
	}
}

.account-table .cart-section h2 {
	font-size: 14px;
	color: #af903f
}

.account-table .cart-section .cartList {
	margin-bottom: 5px
}

.account-table .cart-section .cartFoot a {
	margin: 10px 0
}

.account-table .cart-section .cart-total {
	margin-bottom: 20px
}

.account-table .table-row td {
	display: block
}

.account-table .table-row td:first-child {
	padding-top: 25px
}

.account-table .table-row td:nth-child(4) {
	padding-bottom: 23px
}

.account-table .table-row td:before {
	content: attr(data-th) ": ";
	font-weight: 500;
	width: 50%;
	display: inline-block;
	padding-left: 10px
}

@media (min-width:992px) {
	.account-table .table-row td:before {
		display: none
	}
}

@media (min-width:992px) {
	.account-table .table-row td {
		padding: 0!important
	}
}

.account-table .table-row td,
.account-table .table-row th {
	text-align: left
}

@media (min-width:992px) {
	.account-table .table-row td,
	.account-table .table-row th {
		display: table-cell
	}
	.account-table .table-row td:first-child,
	.account-table .table-row th:first-child {
		padding-left: 10px!important
	}
	.account-table .table-row td:last-child,
	.account-table .table-row th:last-child {
		padding-right: 0
	}
}

.account-table .table-row {
	text-transform: uppercase
}

@media (min-width:992px) {
	.account-table .table-row .mobile-arrow {
		display: none
	}
}

@media (max-width:991px) {
	.account-table .table-row {
		border-bottom: 1px solid #f2f2f2;
		position: relative;
		display: block
	}
	.account-table .table-row .mobile-arrow:before {
		display: none
	}
	.account-table .table-row .mobile-arrow .icon {
		position: absolute;
		right: 5px;
		top: 34%;
		font-size: 10px;
		margin: 0;
		padding: 10px 15px;
		width: 40px;
		height: 50px;
		cursor: pointer
	}
	.account-table .table-row .mobile-arrow .icon.open {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}
}

@media (max-width:991px) {
	.account-table .table-row td:nth-child(5),
	.account-table .table-row td:nth-child(6),
	.account-table .table-row th:nth-child(5),
	.account-table .table-row th:nth-child(6) {
		display: none
	}
}

@media (min-width:992px) {
	.account-table .table-row {
		font-size: 12px
	}
}

.account-table .table-row a:not(.btn) {
	text-decoration: underline;
	color: #455560
}

.account-table .table-row .btn {
	font-size: 10px;
	padding: .7rem 1.4rem;
	visibility: hidden;
	opacity: 0;
	display: block;
	margin: 0
}

.account-table .table-row .icon-close {
	visibility: hidden;
	opacity: 0;
	position: relative
}

.account-table .table-row .icon-close .icon {
	position: absolute;
	right: 7px;
	top: 10px;
	cursor: pointer
}

.account-table .table-row.active .btn,
.account-table .table-row.hover .btn,
.account-table .table-row:hover .btn {
	visibility: visible;
	opacity: 1
}

@media (min-width:992px) {
	.account-table .table-row.active,
	.account-table .table-row.hover,
	.account-table .table-row:hover {
		background: #f2f2f2
	}
}

.account-table .table-row.active .icon-close {
	visibility: visible;
	opacity: 1;
	position: relative
}

.account-table .table-row.hover .btn {
	visibility: visible;
	opacity: 1
}

.account-table .table-row-hide,
.account-table .table-row .btn-hide {
	display: none
}

.account-table .account-order .order-detail {
	margin: 20px 0
}

@media (max-width:991px) {
	.account-table .account-order .order-detail {
		border: 1px solid #f8f8f8
	}
}

.account-table .account-order .order-detail h2 {
	display: block
}

.account-table .account-order h2 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

@media (min-width:992px) {
	.account-table .account-order h2 {
		display: none
	}
}

.account-table .account-order p {
	margin-bottom: 10px
}

.account-table .account-order .bill,
.account-table .account-order .ship {
	height: 100%;
	padding: 20px 10px 5px
}

@media (max-width:991px) {
	.account-table .account-order .ship {
		border-right: 1px solid #f8f8f8
	}
}

.account-table .account-order .tracking {
	background: #f2f2f2
}

.account-table .account-order .tracking h2 {
	margin: 0;
	padding: 14px 10px 13px
}

.account-table .account-order .tracking .track {
	padding: 11px 10px 10px
}

@media (min-width:992px) {
	.account-table .account-order .tracking {
		background: transparent
	}
	.account-table .account-order .tracking .track {
		padding: 0 10px 10px
	}
}

.account-table.account-table-reward,
.account-table.account-table-striped {
	margin-bottom: 60px
}

@media (min-width:992px) {
	.account-table.account-table-reward tbody tr:nth-child(odd),
	.account-table.account-table-striped tbody tr:nth-child(odd) {
		background: #f2f2f2
	}
}

.account-table.account-table-reward tbody td,
.account-table.account-table-striped tbody td {
	font-size: 12px
}

.account-table.account-table-reward th,
.account-table.account-table-striped th {
	padding: 0 9px 10px!important
}

.account-table.account-table-reward td,
.account-table.account-table-striped td {
	text-transform: uppercase
}

@media (min-width:992px) {
	.account-table.account-table-reward td,
	.account-table.account-table-striped td {
		padding: 9px!important
	}
}

@media (min-width:992px) {
	.account-table.account-table-reward td:last-child,
	.account-table.account-table-striped td:last-child {
		text-align: right
	}
}

.account-table.account-table-reward tfoot,
.account-table.account-table-striped tfoot {
	font-weight: 500
}

@media (min-width:992px) {
	.account-table.account-table-reward tfoot tr,
	.account-table.account-table-striped tfoot tr {
		background: #f2f2f2
	}
}

.account-table.account-table-reward tfoot td,
.account-table.account-table-striped tfoot td {
	padding: 18px 9px!important
}

@media (max-width:991px) {
	.account-table.account-table-reward tfoot td:first-child,
	.account-table.account-table-striped tfoot td:first-child {
		display: none
	}
}

.account-table.account-table-striped {
	margin: 0 0 30px;
	overflow: initial
}

@media (min-width:992px) {
	.account-table.account-table-striped {
		margin: 30px 0
	}
}

.account-table.account-table-striped td {
	display: block
}

.account-table.account-table-striped td:first-child {
	padding-top: 25px
}

.account-table.account-table-striped td:last-child {
	padding-bottom: 23px
}

.account-table.account-table-striped td:before {
	content: attr(data-th) ": ";
	font-weight: 500;
	width: 50%;
	display: inline-block;
	padding-left: 10px
}

@media (min-width:992px) {
	.account-table.account-table-striped td:before {
		display: none
	}
}

.account-table.account-table-striped tr {
	border-bottom: 1px solid #f2f2f2
}

.account-table.account-table-striped td,
.account-table.account-table-striped th {
	text-align: left
}

@media (min-width:992px) {
	.account-table.account-table-striped td,
	.account-table.account-table-striped th {
		display: table-cell
	}
}

.account-actions {
	margin: 40px 0 0
}

@media (max-width:991px) {
	.account-actions {
		margin: 7px 0 0
	}
}

@media (max-width:574px) {
	.account-actions .btn {
		display: block
	}
}

.account-information-form {
	margin-bottom: 60px
}

.account-information-form .form-action {
	margin: 40px -15px
}

@media (max-width:991px) {
	.account-information-form {
		padding-top: 60px;
		margin-bottom: 7px
	}
	.account-information-form .form-action {
		margin: 40px -15px
	}
	.account-information-form .form-action .btn {
		margin: 7px 0
	}
}

@media (max-width:574px) {
	.account-information-form .form-action {
		margin: 40px -15px 0;
		text-align: center
	}
	.account-information-form .form-action .btn {
		display: block
	}
}

.your-rewards {
	margin-bottom: 80px
}

.your-rewards--box {
	background: #f2f2f2;
	text-align: center;
	text-transform: uppercase;
	padding: 65px 5px
}

.your-rewards--price {
	color: #af903f;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 20px
}

.your-rewards--redeem h3 {
	font-size: 14px
}

.your-rewards--redeem ul {
	padding-left: 0;
	list-style: none
}

.your-rewards--redeem .link-style {
	font-size: 12px
}

@media (max-width:991px) {
	.your-rewards {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.your-rewards .your-rewards--box {
		max-width: 210px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:767px) {
	.your-rewards .your-rewards--redeem {
		display: none
	}
}

@media (max-width:991px) {
	.profile-rewards .account-content {
		padding-top: 30px
	}
}

.profile-rewards .account-table {
	margin: 0 0 30px;
	overflow: initial
}

@media (min-width:992px) {
	.profile-rewards .account-table {
		margin: 30px 0
	}
}

.profile-rewards .account-table td {
	display: block
}

.profile-rewards .account-table td:first-child {
	padding-top: 25px
}

.profile-rewards .account-table td:last-child {
	padding-bottom: 23px
}

.profile-rewards .account-table td:before {
	content: attr(data-th) ": ";
	font-weight: 500;
	width: 50%;
	display: inline-block;
	padding-left: 10px
}

@media (min-width:992px) {
	.profile-rewards .account-table td:before {
		display: none
	}
}

.profile-rewards .account-table tr {
	border-bottom: 1px solid #f2f2f2
}

.profile-rewards .account-table td,
.profile-rewards .account-table th {
	text-align: left
}

@media (min-width:992px) {
	.profile-rewards .account-table td,
	.profile-rewards .account-table th {
		display: table-cell
	}
}

.profile-rewards--questions {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px
}

@media (min-width:992px) {
	.profile-rewards--questions {
		display: none
	}
}

.gift-certificates .account-content {
	padding-top: 45px
}

.gift-certificates .account-content .title {
	font-size: 14px;
	display: block
}

.gift-certificates--section {
	padding-bottom: 25px;
	margin: 20px 0 25px;
	border-bottom: 1px solid #af903f
}

.gift-certificates--section:last-child {
	border: none;
	padding-bottom: 0
}

.gift-certificates--share {
	margin: 20px 0 0
}

@media (min-width:992px) {
	.gift-certificates .account-content {
		padding-top: 45px
	}
	.gift-certificates .account-content .title {
		font-size: 18px
	}
	.gift-certificates .gift-certificates--section {
		margin: 45px 0;
		border: none;
		padding: 0
	}
	.gift-certificates .gift-certificates--section:first-child {
		margin-top: 0
	}
	.gift-certificates .gift-certificates--share {
		margin: 45px 0
	}
}

.address-book .account-content {
	padding: 25px 0
}

.address-book--add {
	margin: 25px 0
}

.address-book-list {
	margin: 35px 0;
	text-transform: uppercase
}

.address-book-list h3,
.address-book-list p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px
}

.address-book-list .btn {
	margin-top: 15px
}

.address-book--detail {
	height: 100%
}

.address-book--item .separator {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 20px
}

.address-book--item:last-child .separator {
	border: none
}

.address-book .account-actions .btn-add {
	display: none
}

@media (min-width:992px) {
	.address-book .account-content {
		padding: 45px 0
	}
	.address-book .address-book-list .btn {
		margin-top: 10px
	}
	.address-book .address-book--detail {
		background: #f2f2f2;
		padding: 25px 15px
	}
	.address-book .address-book--item .separator {
		border: none;
		padding-bottom: 25px
	}
	.address-book .address-book--add {
		display: none
	}
	.address-book .account-actions {
		text-align: right
	}
	.address-book .account-actions .btn-add {
		display: inline-block;
		float: left
	}
}

.sweepstakes-section {
	padding: 56px 0 112px
}

.sweepstakes-section-alt,
.sweepstakes-section-alt header {
	background-color: #fafafa
}

.sweepstakes-section:last-child {
	margin-bottom: 50px
}

.sweepstakes-header {
	text-align: center;
	margin-bottom: 36px
}

.sweepstakes-header h3 {
	color: #af903f;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase
}

.sweepstakes-header h3:after,
.sweepstakes-header h3:before {
	content: "";
	border-top: 1px solid #ddd;
	width: 30px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px
}

.sweepstakes-header h3:before {
	margin-right: 10px
}

.sweepstakes-header h3:after {
	margin-left: 10px
}

.sweepstakes-header .subtitle {
	color: #455560;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px
}

.sweepstakes-header .premise {
	max-width: 280px;
	margin: 20px auto 0;
	color: #455560
}

.weekly-carousel {
	margin-top: 50px;
	position: relative
}

.weekly-carousel .accent-ribbon {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -27px;
	z-index: 2
}

.weekly-carousel .accent-ribbon img {
	width: 60px;
	display: block;
	margin: 0 auto
}

.weekly-carousel .weekly-carousel-item {
	width: 100%
}

.weekly-carousel-wrapper,
.weekly-carousel-wrapper-alt {
	opacity: 0;
	transition: opacity .4s
}

.weekly-carousel-wrapper-alt.is-hidden,
.weekly-carousel-wrapper.is-hidden {
	display: none
}

.weekly-carousel-wrapper-alt.flickity-enabled,
.weekly-carousel-wrapper.flickity-enabled {
	opacity: 1
}

.item-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.item-wrapper,
.weekly-carousel-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.weekly-carousel-content {
	color: #455560
}

.weekly-carousel-content.light {
	color: #fff
}

.weekly-carousel-content .date,
.weekly-carousel-content .week {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.weekly-carousel-content .week {
	font-weight: 500;
	font-size: 18px
}

.weekly-carousel-content .date {
	margin-bottom: 20px
}

.weekly-carousel-content .copy img {
	max-width: 174px;
	display: block;
	margin: 12px auto
}

.weekly-carousel-content .copy p {
	margin: 0;
	padding: 0 25px;
	text-align: center
}

.weekly-carousel-content .weekly-cta {
	padding-top: 20px
}

.weekly-carousel-content picture {
	position: relative
}

.sweepstakes--week .weekly-carousel {
	max-width: 1440px;
	margin: 0 auto 90px
}

.sweepstakes--week .logo-tag {
	width: 100%;
	position: absolute;
	top: -4px;
	margin: 0 auto;
	z-index: 2
}

.sweepstakes--week .logo-tag img {
	width: 185px;
	margin: 0 auto;
	display: block
}

.sail-away-copy h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #af903f;
	font-weight: 200;
	margin-bottom: 2rem
}

.sail-away-copy p {
	font-size: 16px;
	color: #455560
}

.sail-away-copy ul {
	color: #455560;
	margin-bottom: 20px
}

.sail-away-copy ul li {
	margin-bottom: .5rem
}

.sail-away-copy .shop-cta {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sweepstakes-steps-mobile {
	display: none
}

.sweepstakes-steps-mobile .step-content-wrapper h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #af903f;
	text-align: center
}

.sweepstakes-steps-mobile .step-content-wrapper .step-premise {
	text-align: center;
	font-size: 18px;
	padding: 0 40px;
	color: #455560;
	margin-bottom: 40px
}

.sweepstakes-steps-mobile .sweepstakes-step-1 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem
}

.sweepstakes-steps-mobile .sweepstakes-step-2 {
	margin-bottom: 2.5rem
}

.sweepstakes-steps-mobile .step-2-pic-mobile {
	text-align: center
}

.sweepstakes-steps-mobile .sweepstakes-step-3 {
	margin-bottom: 2.5rem
}

.sweepstakes-steps-mobile .sweepstakes-step-3 .winners-announcement {
	margin-bottom: 60px
}

.sweepstakes-steps-mobile .sweepstakes-step-3 .winners-announcement p {
	font-size: 18px;
	color: #455560;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 1.25rem
}

.sweepstakes-steps-mobile .sweepstakes-step-3 .winners-announcement ul {
	text-align: center
}

.sweepstakes-steps-mobile .sweepstakes-step-3 .winners-announcement ul li {
	font-size: 18px;
	margin-bottom: .5rem;
	color: #af903f
}

.sweepstakes-steps-mobile .sweepstakes-step-3 .festive-date {
	margin-bottom: 3.5rem
}

.sweepstakes-steps-desktop {
	display: none
}

.sweepstakes-steps-desktop .sweep-image-wrapper {
	text-align: center;
	max-width: 1080px;
	margin: 0 auto
}

.sweepstakes-steps-desktop .sweep-step-1 {
	margin-bottom: 50px
}

.sweepstakes-steps-desktop .sweep-step-2 {
	background-color: #f2f2f2;
	margin-bottom: 50px
}

.sweepstakes-steps-desktop .sweep-step-2 .sweep-image-wrapper {
	background-color: #f2f2f2
}

.sweepstakes-steps-desktop .sweep-step-3 .sweep-cta .btn {
	margin-left: -330px;
	margin-top: -240px
}

.sweepstakes-banner {
	position: relative;
	width: 100%
}

.sweepstakes-banner--content {
	position: absolute;
	top: 38%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.sweepstakes-banner .sweepstakes-content-header {
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-size: 16px;
	margin-bottom: 30px
}

.sweepstakes-banner .sweepstakes-content-header h2 {
	color: #af903f;
	font-weight: 200;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px
}

.sweepstakes-banner .sweepstakes-content-header strong {
	display: block;
	font-weight: 400;
	font-size: 16px
}

.sweepstakes-banner .sweepstakes-content-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sweepstakes-banner .sweepstakes-content-footer .btn {
	margin-bottom: 20px
}

.sweepstakes-banner .sweepstakes-content-footer .footnote {
	color: #bababa;
	font-size: 12px
}

@media (min-width:992px) {
	.sweepstakes-banner--content {
		top: 35%
	}
	.sweepstakes-banner .sweepstakes-content-header {
		font-size: 20px;
		margin-bottom: 36px
	}
	.sweepstakes-banner .sweepstakes-content-header h2 {
		font-size: 42px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	.sweepstakes-banner .sweepstakes-content-header strong {
		font-size: 20px
	}
	.sweepstakes-banner .sweepstakes-content-footer .btn {
		margin-bottom: 20px;
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px
	}
	.sweepstakes-banner .sweepstakes-content-footer .footnote {
		font-size: 14px
	}
}

@media (min-width:1200px) {
	.sweepstakes-banner--content {
		top: 36%
	}
	.sweepstakes-banner .sweepstakes-content-header {
		font-size: 28px;
		margin-bottom: 48px
	}
	.sweepstakes-banner .sweepstakes-content-header h2 {
		font-size: 54px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	.sweepstakes-banner .sweepstakes-content-header strong {
		font-size: 28px
	}
	.sweepstakes-banner .sweepstakes-content-footer .btn {
		margin-bottom: 20px;
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px
	}
	.sweepstakes-banner .sweepstakes-content-footer .footnote {
		font-size: 14px
	}
}

@media (min-width:1670px) {
	.sweepstakes-banner--content {
		top: 36%
	}
	.sweepstakes-banner .sweepstakes-content-header {
		font-size: 36px;
		margin-bottom: 48px
	}
	.sweepstakes-banner .sweepstakes-content-header h2 {
		font-size: 72px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	.sweepstakes-banner .sweepstakes-content-header strong {
		font-size: 36px
	}
	.sweepstakes-banner .sweepstakes-content-footer .btn {
		margin-bottom: 20px;
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px
	}
	.sweepstakes-banner .sweepstakes-content-footer .footnote {
		font-size: 14px
	}
}

@media (min-width:2020px) {
	.sweepstakes-banner--content {
		top: 36%
	}
	.sweepstakes-banner .sweepstakes-content-header {
		font-size: 42px;
		margin-bottom: 48px
	}
	.sweepstakes-banner .sweepstakes-content-header h2 {
		font-size: 96px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	.sweepstakes-banner .sweepstakes-content-header strong {
		font-size: 42px
	}
	.sweepstakes-banner .sweepstakes-content-footer .btn {
		margin-bottom: 20px;
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px
	}
	.sweepstakes-banner .sweepstakes-content-footer .footnote {
		font-size: 14px
	}
}

@media (min-width:2400px) {
	.sweepstakes-banner--content {
		top: 36%
	}
	.sweepstakes-banner .sweepstakes-content-header {
		font-size: 48px;
		margin-bottom: 54px
	}
	.sweepstakes-banner .sweepstakes-content-header h2 {
		font-size: 108px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	.sweepstakes-banner .sweepstakes-content-header strong {
		font-size: 48px
	}
	.sweepstakes-banner .sweepstakes-content-footer .btn {
		margin-bottom: 20px;
		font-size: 16px;
		padding-right: 30px;
		padding-left: 30px
	}
	.sweepstakes-banner .sweepstakes-content-footer .footnote {
		font-size: 14px
	}
}

@media (min-width:768px) {
	.sail-away-copy {
		padding: 0
	}
	.sail-away-copy h2 {
		margin-bottom: 2rem;
		font-size: 24px
	}
	.sail-away-copy p {
		font-size: 14px;
		line-height: 1.5
	}
	.sail-away-copy ul {
		margin: 20px 0;
		margin-bottom: 20px
	}
	.sail-away-copy ul li {
		margin-bottom: .5rem;
		font-size: 14px
	}
	.sail-away-copy .shop-cta {
		padding-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.sail-away-copy .shop-cta .btn {
		padding: 12px 40px
	}
	.sweepstakes--week .weekly-carousel {
		max-width: 90%;
		margin: 0 auto 100px
	}
	.sweepstakes--week .logo-tag {
		width: 100%;
		top: -6px
	}
	.sweepstakes--week .logo-tag img {
		width: 285px;
		display: block;
		margin: 0 auto
	}
	.sweepstakes-header {
		margin-bottom: 30px
	}
	.sweepstakes-header .subtitle {
		font-size: 24px;
		font-weight: 200
	}
	.sweepstakes-header .premise {
		max-width: 380px;
		margin: 20px auto 0;
		font-size: 18px
	}
	.weekly-carousel {
		margin-top: 60px
	}
	.weekly-carousel-content .date,
	.weekly-carousel-content .week {
		font-size: 30px;
		font-weight: 200
	}
	.weekly-carousel-content .week {
		font-weight: 500;
		font-size: 22px
	}
	.weekly-carousel-content .copy img {
		max-width: 204px;
		display: block;
		margin: 12px auto;
		max-width: 180px
	}
	.weekly-carousel-content .weekly-cta {
		padding-top: 20px
	}
}

@media (min-width:992px) {
	.sweepstakes--week .logo-tag {
		width: 100%;
		top: -7px
	}
	.sweepstakes--week .logo-tag img {
		width: 385px
	}
	.weekly-carousel {
		margin-top: 80px
	}
	.weekly-carousel .accent-ribbon {
		width: 100%;
		top: -51px
	}
	.weekly-carousel .accent-ribbon img {
		display: block;
		width: 110px;
		margin: 0 auto
	}
	.sweepstakes-section {
		padding: 90px 0 112px
	}
	.sweepstakes-header {
		margin-bottom: 60px
	}
	.sweepstakes-header h3 {
		font-size: 14px;
		font-weight: 400
	}
	.sweepstakes-header .subtitle {
		font-size: 42px;
		font-weight: 200
	}
	.sweepstakes-header .premise {
		max-width: 480px;
		margin: 20px auto 0;
		font-size: 22px
	}
	.weekly-carousel-content .date,
	.weekly-carousel-content .week {
		font-size: 42px;
		font-weight: 200
	}
	.weekly-carousel-content .week {
		font-size: 30px;
		font-weight: 500
	}
	.weekly-carousel-content .copy img {
		display: block;
		margin: 20px auto;
		max-width: 180px
	}
	.weekly-carousel-content .copy p {
		font-size: 18px;
		max-width: 740px
	}
	.weekly-carousel-content .weekly-cta {
		padding-top: 20px
	}
	.weekly-carousel-content .weekly-cta .btn {
		font-size: 14px;
		padding: 12px 30px
	}
	.sweepstakes--week .weekly-carousel {
		margin: 0 auto 80px
	}
	.sweepstakes-steps-desktop {
		display: block
	}
	.sweepstakes-steps-desktop .sweep-image-wrapper {
		text-align: center;
		max-width: 1080px;
		margin: 0 auto
	}
	.sweepstakes-steps-desktop .sweep-step-1 {
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 {
		background-color: #fafafa;
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 .sweep-image-wrapper {
		background-color: #f2f2f2
	}
	.sweepstakes-steps-desktop .sweep-step-3 .sweep-cta .btn {
		margin-left: -310px;
		margin-top: -240px
	}
}

@media (min-width:769px) {
	.sweepstakes-steps-desktop {
		display: block
	}
	.sweepstakes-steps-desktop .sweep-image-wrapper {
		text-align: center;
		max-width: 1080px;
		margin: 0 auto
	}
	.sweepstakes-steps-desktop .sweep-step-1 {
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 {
		background-color: #fafafa;
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 .sweep-image-wrapper {
		background-color: #f2f2f2
	}
	.sweepstakes-steps-desktop .sweep-step-3 .sweep-cta .btn {
		margin-left: -260px;
		margin-top: -168px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.sail-away-copy {
		padding: 0 40px
	}
	.sail-away-copy h2 {
		margin-bottom: 2rem;
		font-size: 36px
	}
	.sail-away-copy p {
		font-size: 18px;
		line-height: 1.5
	}
	.sail-away-copy ul {
		margin: 30px 0;
		margin-bottom: 30px
	}
	.sail-away-copy ul li {
		margin-bottom: .75rem;
		font-size: 18px
	}
	.sail-away-copy .shop-cta {
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.sail-away-copy .shop-cta .btn {
		padding: 13px 40px
	}
	.sweepstakes--week .weekly-carousel {
		margin: 0 auto 100px
	}
	.weekly-carousel {
		margin-top: 80px
	}
	.weekly-carousel-content .date,
	.weekly-carousel-content .week {
		font-size: 54px;
		font-weight: 200
	}
	.weekly-carousel-content .week {
		font-size: 36px;
		font-weight: 500
	}
	.weekly-carousel-content .copy img {
		max-width: 222px
	}
	.weekly-carousel-content .copy p {
		font-size: 24px;
		max-width: 740px
	}
	.weekly-carousel-content .weekly-cta {
		padding-top: 30px
	}
	.weekly-carousel-content .weekly-cta .btn {
		font-size: 16px;
		padding: 16px 30px
	}
	.sweepstakes-steps-desktop {
		display: block
	}
	.sweepstakes-steps-desktop .sweep-image-wrapper {
		text-align: center;
		max-width: 1080px;
		margin: 0 auto
	}
	.sweepstakes-steps-desktop .sweep-step-1 {
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 {
		background-color: #fafafa;
		margin-bottom: 50px
	}
	.sweepstakes-steps-desktop .sweep-step-2 .sweep-image-wrapper {
		background-color: #f2f2f2
	}
	.sweepstakes-steps-desktop .sweep-step-3 .sweep-cta .btn {
		margin-left: -330px;
		margin-top: -240px
	}
}

@media (min-width:1440px) {
	.sail-away-copy {
		padding: 0 40px
	}
	.sail-away-copy h2 {
		margin-bottom: 2.5rem;
		font-size: 36px
	}
	.sail-away-copy p {
		font-size: 20px;
		line-height: 1.75
	}
	.sail-away-copy ul {
		margin: 40px 0;
		margin-bottom: 40px
	}
	.sail-away-copy ul li {
		margin-bottom: 1rem;
		font-size: 20px
	}
	.sail-away-copy .shop-cta {
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.sail-away-copy .shop-cta .btn {
		padding: 16px 40px
	}
	.sweepstakes--week .weekly-carousel {
		max-width: 1440px;
		margin: 0 auto 140px
	}
	.sweepstakes-header .premise {
		max-width: 560px;
		margin: 20px auto 0;
		font-size: 24px
	}
	.weekly-carousel {
		margin-top: 120px
	}
	.weekly-carousel .accent-ribbon {
		width: 100%;
		top: -66px
	}
	.weekly-carousel .accent-ribbon img {
		display: block;
		width: 140px;
		margin: 0 auto
	}
}

@media (max-width:575px) {
	.sail-away-copy h2 {
		display: none
	}
	.sail-away-copy p {
		font-size: 16px;
		padding: 0 20px
	}
	.sail-away-copy ul {
		margin-bottom: 20px
	}
	.sail-away-copy ul li {
		margin-bottom: .5rem
	}
	.sail-away-copy .shop-cta {
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.sail-away-pic {
		display: none
	}
}

@media (max-width:767px) {
	.sail-away-pic {
		display: none
	}
	.sweepstakes-steps-mobile {
		display: block
	}
}

.prime-hero {
	position: relative
}

.prime-hero--banner {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 85.5vh
}

.prime-hero--content {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
	text-align: center;
	color: #fff
}

.prime-hero--content .prime-hero-prefix {
	color: #d9b771;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px
}

@media (min-width:768px) {
	.prime-hero--content .prime-hero-prefix {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.prime-hero--content .prime-hero-prefix {
		font-size: 18px
	}
}

.prime-hero--content .prime-hero-prefix:before {
	right: 5px
}

.prime-hero--content .prime-hero-prefix:after,
.prime-hero--content .prime-hero-prefix:before {
	display: inline-block;
	width: 20px;
	height: 1px;
	top: -7px;
	background-color: #d9b771;
	position: relative;
	content: ""
}

.prime-hero--content .prime-hero-prefix:after {
	left: 5px
}

.prime-hero--content .prime-hero-title {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px
}

@media (min-width:576px) {
	.prime-hero--content .prime-hero-title {
		font-size: 48px
	}
}

@media (min-width:768px) {
	.prime-hero--content .prime-hero-title {
		font-size: 64px
	}
}

@media (min-width:992px) {
	.prime-hero--content .prime-hero-title {
		font-size: 72px
	}
}

.prime-hero--content .prime-hero-suffix {
	font-size: 16px;
	max-width: 240px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.prime-hero--content .prime-hero-suffix {
		font-size: 18px;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.prime-hero--content .prime-hero-suffix {
		font-size: 22px;
		max-width: 100%
	}
}

.prime-hero--content .prime-copy {
	margin-top: 60px
}

@media (min-width:768px) {
	.prime-hero--content .prime-copy {
		margin-top: 80px
	}
}

@media (min-width:992px) {
	.prime-hero--content .prime-copy {
		margin-top: 100px
	}
}

.prime-tab {
	max-width: 180px;
	margin: 0 auto;
	transition: all .25s ease-in-out
}

@media (min-width:576px) {
	.prime-tab {
		max-width: 200px
	}
}

@media (min-width:768px) {
	.prime-tab {
		max-width: 220px
	}
}

@media (min-width:992px) {
	.prime-tab {
		max-width: 260px
	}
}

.scroll-down {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
	bottom: 50px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.scroll-down--label {
	margin-bottom: 5px
}

.scroll-down--icon {
	font-size: 24px;
	-webkit-animation: c 2s infinite;
	animation: c 2s infinite
}

.prime-pitcher-cta {
	text-align: center;
	margin: 60px auto 80px
}

.prime-pitcher-cta--image {
	max-width: 620px;
	margin: 0 auto 30px
}

.prime-pitcher-cta--copy h2 {
	font-weight: 500;
	font-size: 14px;
	color: #455560;
	letter-spacing: 1px;
	text-transform: uppercase
}

@media (min-width:768px) {
	.prime-pitcher-cta--copy h2 {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.prime-pitcher-cta--copy h2 {
		font-size: 20px
	}
}

.prime-pitcher-cta--copy .prime-day-price {
	font-size: 14px;
	font-weight: 500;
	color: #ae8d45
}

@media (min-width:768px) {
	.prime-pitcher-cta--copy .prime-day-price {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.prime-pitcher-cta--copy .prime-day-price {
		font-size: 18px
	}
}

.prime-pitcher-cta--copy .prime-original-price {
	font-style: italic;
	color: #999;
	font-size: 12px
}

@media (min-width:768px) {
	.prime-pitcher-cta--copy .prime-original-price {
		font-size: 14px
	}
}

@media (min-width:992px) {
	.prime-pitcher-cta--copy .prime-original-price {
		font-size: 16px
	}
}

.prime-pitcher-cta--copy .pitcher-price {
	margin-bottom: 1.25em
}

.prime-pitcher-cta--copy .pitcher-description p {
	font-size: 14px;
	color: #46555e;
	max-width: 1020px;
	margin: 1.5em auto;
	padding: 0 30px
}

@media (min-width:768px) {
	.prime-pitcher-cta--copy .pitcher-description p {
		font-size: 16px;
		padding: 0 20px
	}
}

@media (min-width:992px) {
	.prime-pitcher-cta--copy .pitcher-description p {
		font-size: 18px;
		padding: 0
	}
}

.section-break {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 56px auto
}

.section-tag {
	font-size: 14px;
	font-weight: 500;
	color: #455560;
	text-transform: uppercase;
	padding: 14px 28px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	position: relative
}

@media (max-width:575.98px) {
	.section-tag {
		font-size: 12px;
		padding: 10px 18px
	}
}

.section-line {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: #e7e7e7
}

.prime-card {
	margin-bottom: 80px;
	text-align: center
}

.prime-card .prime-card-img {
	margin-bottom: 24px
}

.prime-card .prime-card-img a {
	display: block
}

.prime-card .prime-card-img img.imgResponsive {
	max-width: 75%
}

.prime-card .prime-card-link {
	color: #46555e;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: .5em;
	display: block
}

.prime-card .prime-deal-price {
	color: #ae8e4b;
	font-weight: 500
}

.prime-card .original-price {
	color: #999;
	font-style: italic
}

.prime-card .prime-card-price {
	margin-bottom: 1em
}

.teanotes-newsletter {
	background-color: #455560;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 15px;
	min-height: 370px
}

.newsletter-form-class {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.newsletter-form-class p {
	color: #fff;
	max-width: 420px;
	text-align: center;
	margin-bottom: 36px
}

.newsletter-form-class h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 16px
}

@media (min-width:768px) {
	.newsletter-form-class h3 {
		font-size: 18px
	}
}

@media (min-width:992px) {
	.newsletter-form-class h3 {
		font-size: 22px
	}
}

.newsletter-form-class .newsletter-form--fields .form-control {
	border-color: #fff;
	width: 200px
}

@media (min-width:768px) {
	.newsletter-form-class .newsletter-form--fields .form-control {
		width: 260px
	}
}

@media (min-width:992px) {
	.newsletter-form-class .newsletter-form--fields .form-control {
		width: 290px
	}
}

.newsletter-form-class .newsletter-form--fields .btn-newsletter {
	padding: 11px 1rem 12px;
	font-weight: 500
}

.prime-social {
	margin: 2.5em auto
}

.prime-social p {
	text-transform: uppercase;
	color: #46555e;
	font-weight: 300;
	font-size: 12px
}

.social-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px
}

.social-services a {
	margin: 0 10px;
	color: #46555e
}

@keyframes c {
	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	40% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px)
	}
	60% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px)
	}
}

.shrink-head header .navbar .nav>li>a {
	color: #455560;
	display: block;
	padding: 26px 10px!important;
	transition: all .35s
}

@media (min-width:1500px) {
	.shrink-head header .navbar .nav.navbar-left>li>a {
		font-size: 12px;
		padding: 26px 10px
	}
}

@media (min-width:1200px) {
	.shrink-head header .navbar .nav.navbar-left>li>a {
		font-size: 12px
	}
}

.shrink-head header .navbar .nav.navbar-right>li>a {
	padding: 26px 10px;
	font-size: 12px;
	display: block
}

@media (min-width:1500px) {
	.shrink-head header .navbar .nav.navbar-right>li>a.cartLink {
		padding: 26px 10px
	}
}

@media (min-width:1200px) {
	.shrink-head .hide-md {
		display: none
	}
}

.shrink-head header .navbar {
	height: 70px
}

@media (min-width:1200px) {
	.shrink-head {
		margin-top: 70px!important
	}
}

.shrink-head.with-promo .topNav {
	display: block;
	margin-top: -44px
}

.shrink-head header .logo .svg-logo {
	width: 122px;
	height: 23px;
	transition: all .35s ease-in-out
}

.topNav {
	transition: all .35s ease-in-out
}

@media (max-width:991px) {
	.navbar-right {
		position: absolute;
		right: 0;
		top: 0
	}
}

@media (max-width:991px) {
	.hide-sm {
		display: none!important
	}
}

@media (max-width:1199px) {
	.hide-md {
		display: none!important
	}
}

@media (max-width:1500px) {
	.hide-lg {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hide-md {
		display: inline
	}
}

@media (max-width:1199px) {
	header .navbar {
		height: 70px
	}
	header .navbar .nav>li>a {
		font-size: 12px;
		padding: 26px 15px
	}
	header .navbar .nav.navbar-right>li>a {
		padding: 26px 10px
	}
	header .searchForm form {
		margin: 12px auto
	}
	.teaMenuCont {
		font-size: 11px
	}
	.teaMenuCont .teaMenu .firstLevel>li {
		margin-bottom: 20px
	}
	.teaMenuCont .secondLevel ul li span {
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
		font-size: 12px
	}
	.teaMenuCont .teaDetail h2 {
		font-size: 16px
	}
	.teaMenuCont .teaDetail .teaImg {
		max-width: 250px
	}
}

@media (min-width:1500px) {
	.container {
		width: 1470px
	}
	header .navbar .nav.navbar-left>li>a {
		font-size: 14px;
		padding: 37px 20px 32px
	}
	header .navbar .nav.navbar-right>li>a {
		font-size: 12px;
		padding: 38px 10px 34px
	}
	header .navbar .nav.navbar-right>li>a.cartLink {
		padding: 38px 10px 34px
	}
}