@charset "UTF-8";
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 1025px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: ElleFutura, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block; }

body {
	margin: 0;
	font-family: ElleFutura, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: left;overflow-x: hidden;
	background-color: #fff; }

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible; }

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

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

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0; }

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit; }

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem; }

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

dt {
	font-weight: 700; }

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

blockquote {
	margin: 0 0 1rem; }

dfn {
	font-style: italic; }

b,
strong {
	font-weight: bolder; }

small {
	font-size: 80%; }

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline; }

sub {
	bottom: -.25em; }

sup {
	top: -.5em; }

a {
	cursor: pointer;
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	outline: none !important; }
a:hover {
	color: #0056b3;
	text-decoration: none;
	outline: none; }

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none; }
a:not([href]):not([tabindex]):focus {
	outline: 0; }

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar; }

figure {
	margin: 0 0 1rem; }

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%; }

svg:not(:root) {
	overflow: hidden; }

table {
	border-collapse: collapse; }

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom; }

th {
	text-align: inherit; }

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

button {
	border-radius: 0; }

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

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit; }

button,
input {
	overflow: visible; }

button,
select {
	text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0; }

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

textarea {
	overflow: auto;
	resize: vertical; }

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

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

progress {
	vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; }

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button; }

output {
	display: inline-block; }

summary {
	display: list-item;
	cursor: pointer; }

template {
	display: none; }

[hidden] {
	display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	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; }

.hidden{display: none;}

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

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2; }

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2; }

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2; }

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2; }

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

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

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

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

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

.list-inline-item {
	display: inline-block; }
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem; }

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

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem; }

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d; }
.blockquote-footer::before {
	content: "\2014 \00A0"; }

.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; }

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0); }
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0); }
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0); }
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom; }

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1; }
	25%,
	75% {
		opacity: 0; } }

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1; }
	25%,
	75% {
		opacity: 0; } }

.flash {
	-webkit-animation-name: flash;
	animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse; }

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1); }
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1); }
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1); }
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1); }
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1); }
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1); }
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1); }
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1); }
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand; }

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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: shake;
	animation-name: shake; }

@-webkit-keyframes headShake {
	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 headShake {
	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: headShake;
	animation-name: headShake; }

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg); }
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg); }
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg); }
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg); }
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg); }
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg); }
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg); }
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg); }
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing; }

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); }
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

.tada {
	-webkit-animation-name: tada;
	animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble; }

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg); }
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg); }
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg); }
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg); }
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center; }

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3); }
	28% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3); }
	70% {
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3); }
	28% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3); }
	70% {
		-webkit-transform: scale(1);
		transform: scale(1); } }

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); }
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1); }
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97); }
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); }
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1); }
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97); }
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); } }

.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	from {
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
	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 bounceOutDown {
	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: bounceOutDown;
	animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
	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 bounceOutLeft {
	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: bounceOutLeft;
	animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
	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 bounceOutRight {
	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: bounceOutRight;
	animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
	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 bounceOutUp {
	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: bounceOutUp;
	animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
	from {
		opacity: 0; }
	to {
		opacity: 1; } }

@keyframes fadeIn {
	from {
		opacity: 0; }
	to {
		opacity: 1; } }

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; }

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

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

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

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig; }

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

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

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

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig; }

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

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

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

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig; }

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

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

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

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
	from {
		opacity: 1; }
	to {
		opacity: 0; } }

@keyframes fadeOut {
	from {
		opacity: 1; }
	to {
		opacity: 0; } }

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

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

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

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out; }
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out; }
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; } }

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out; }
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out; }
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; } }

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip; }

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1; }
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); } }

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1; }
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); } }

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX; }

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1; }
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); } }

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0; }
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in; }
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1; }
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); } }

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY; }

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); }
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1; }
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0; } }

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); }
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1; }
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0; } }

.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); }
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1; }
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0; } }

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px); }
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1; }
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0; } }

.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
	from {
		-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); }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
	from {
		-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); }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1; }
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0; } }

@keyframes lightSpeedOut {
	from {
		opacity: 1; }
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0; } }

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1; } }

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1; }
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0; } }

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1; }
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0; } }

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; } }

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0; } }

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; } }

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; } }

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; } }

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0; } }

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0; } }

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1; }
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0; } }

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
	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: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 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 hinge {
	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: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 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-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom; }
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg); }
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg); }
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom; }
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg); }
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg); }
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
	from {
		opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut; }

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

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

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
	from {
		opacity: 1; }
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); }
	to {
		opacity: 0; } }

@keyframes zoomOut {
	from {
		opacity: 1; }
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3); }
	to {
		opacity: 0; } }

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center; } }

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center; } }

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center; } }

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center; } }

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible; }
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); } }

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0); } }

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0); } }

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp; }

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; }

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s; }

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s; }

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s; }

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s; }

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s; }

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms; }

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms; }

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s; }

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s; }

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important; } }

.bg-primary {
	background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important; }

.bg-secondary {
	background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important; }

.bg-success {
	background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important; }

.bg-info {
	background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important; }

.bg-light {
	background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important; }

.bg-dark {
	background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important; }

.bg-gradient-primary {
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important; }

.bg-gradient-secondary {
	background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important; }

.bg-gradient-success {
	background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important; }

.bg-gradient-info {
	background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important; }

.bg-gradient-warning {
	background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important; }

.bg-gradient-danger {
	background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important; }

.bg-gradient-light {
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
	background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important; }

.bg-white {
	background-color: #fff !important; }

.bg-transparent {
	background-color: transparent !important; }

.border {
	border: 1px solid #dee2e6 !important; }

.border-top {
	border-top: 1px solid #dee2e6 !important; }

.border-right {
	border-right: 1px solid #dee2e6 !important; }

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important; }

.border-left {
	border-left: 1px solid #dee2e6 !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; }

.border-primary {
	border-color: #007bff !important; }

.border-secondary {
	border-color: #6c757d !important; }

.border-success {
	border-color: #28a745 !important; }

.border-info {
	border-color: #17a2b8 !important; }

.border-warning {
	border-color: #ffc107 !important; }

.border-danger {
	border-color: #dc3545 !important; }

.border-light {
	border-color: #f8f9fa !important; }

.border-dark {
	border-color: #343a40 !important; }

.border-white {
	border-color: #fff !important; }

.rounded {
	border-radius: 0.25rem !important; }

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important; }

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
	border-radius: 50% !important; }

.rounded-0 {
	border-radius: 0 !important; }

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

.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-row {
	display: table-row !important; }

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

.d-flex {
	display: flex !important; }

.d-inline-flex {
	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-row {
		display: table-row !important; }
	.d-sm-table-cell {
		display: table-cell !important; }
	.d-sm-flex {
		display: flex !important; }
	.d-sm-inline-flex {
		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-row {
		display: table-row !important; }
	.d-md-table-cell {
		display: table-cell !important; }
	.d-md-flex {
		display: flex !important; }
	.d-md-inline-flex {
		display: inline-flex !important; } }

@media (min-width: 992px){
	.d-large-block{display: block!important;}
}

@media (min-width: 1025px) {
	.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-row {
		display: table-row !important; }
	.d-lg-table-cell {
		display: table-cell !important; }
	.d-lg-flex {
		display: flex !important; }
	.d-lg-inline-flex {
		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-row {
		display: table-row !important; }
	.d-xl-table-cell {
		display: table-cell !important; }
	.d-xl-flex {
		display: flex !important; }
	.d-xl-inline-flex {
		display: inline-flex !important; } }

@media print {
	.d-print-none {
		display: none !important; }
	.d-print-inline {
		display: inline !important; }
	.d-print-inline-block {
		display: inline-block !important; }
	.d-print-block {
		display: block !important; }
	.d-print-table {
		display: table !important; }
	.d-print-table-row {
		display: table-row !important; }
	.d-print-table-cell {
		display: table-cell !important; }
	.d-print-flex {
		display: flex !important; }
	.d-print-inline-flex {
		display: inline-flex !important; } }

.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 iframe,
.embed-responsive embed,
.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.8571428571%; }

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

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

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

.flex-row {
	flex-direction: row !important; }

.flex-column {
	flex-direction: column !important; }

.flex-row-reverse {
	flex-direction: row-reverse !important; }

.flex-column-reverse {
	flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
	justify-content: flex-start !important; }

.justify-content-end {
	justify-content: flex-end !important; }

.justify-content-center {
	justify-content: center !important; }

.justify-content-between {
	justify-content: space-between !important; }

.justify-content-around {
	justify-content: space-around !important; }

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

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

.align-items-center {
	align-items: center !important; }

.align-items-baseline {
	align-items: baseline !important; }

.align-items-stretch {
	align-items: stretch !important; }

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

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

.align-content-center {
	align-content: center !important; }

.align-content-between {
	align-content: space-between !important; }

.align-content-around {
	align-content: space-around !important; }

.align-content-stretch {
	align-content: stretch !important; }

.align-self-auto {
	align-self: auto !important; }

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

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

.align-self-center {
	align-self: center !important; }

.align-self-baseline {
	align-self: baseline !important; }

.align-self-stretch {
	align-self: stretch !important; }

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important; }
	.flex-sm-column {
		flex-direction: column !important; }
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important; }
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important; }
	.flex-sm-wrap {
		flex-wrap: wrap !important; }
	.flex-sm-nowrap {
		flex-wrap: nowrap !important; }
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important; }
	.justify-content-sm-start {
		justify-content: flex-start !important; }
	.justify-content-sm-end {
		justify-content: flex-end !important; }
	.justify-content-sm-center {
		justify-content: center !important; }
	.justify-content-sm-between {
		justify-content: space-between !important; }
	.justify-content-sm-around {
		justify-content: space-around !important; }
	.align-items-sm-start {
		align-items: flex-start !important; }
	.align-items-sm-end {
		align-items: flex-end !important; }
	.align-items-sm-center {
		align-items: center !important; }
	.align-items-sm-baseline {
		align-items: baseline !important; }
	.align-items-sm-stretch {
		align-items: stretch !important; }
	.align-content-sm-start {
		align-content: flex-start !important; }
	.align-content-sm-end {
		align-content: flex-end !important; }
	.align-content-sm-center {
		align-content: center !important; }
	.align-content-sm-between {
		align-content: space-between !important; }
	.align-content-sm-around {
		align-content: space-around !important; }
	.align-content-sm-stretch {
		align-content: stretch !important; }
	.align-self-sm-auto {
		align-self: auto !important; }
	.align-self-sm-start {
		align-self: flex-start !important; }
	.align-self-sm-end {
		align-self: flex-end !important; }
	.align-self-sm-center {
		align-self: center !important; }
	.align-self-sm-baseline {
		align-self: baseline !important; }
	.align-self-sm-stretch {
		align-self: stretch !important; } }

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important; }
	.flex-md-column {
		flex-direction: column !important; }
	.flex-md-row-reverse {
		flex-direction: row-reverse !important; }
	.flex-md-column-reverse {
		flex-direction: column-reverse !important; }
	.flex-md-wrap {
		flex-wrap: wrap !important; }
	.flex-md-nowrap {
		flex-wrap: nowrap !important; }
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important; }
	.justify-content-md-start {
		justify-content: flex-start !important; }
	.justify-content-md-end {
		justify-content: flex-end !important; }
	.justify-content-md-center {
		justify-content: center !important; }
	.justify-content-md-between {
		justify-content: space-between !important; }
	.justify-content-md-around {
		justify-content: space-around !important; }
	.align-items-md-start {
		align-items: flex-start !important; }
	.align-items-md-end {
		align-items: flex-end !important; }
	.align-items-md-center {
		align-items: center !important; }
	.align-items-md-baseline {
		align-items: baseline !important; }
	.align-items-md-stretch {
		align-items: stretch !important; }
	.align-content-md-start {
		align-content: flex-start !important; }
	.align-content-md-end {
		align-content: flex-end !important; }
	.align-content-md-center {
		align-content: center !important; }
	.align-content-md-between {
		align-content: space-between !important; }
	.align-content-md-around {
		align-content: space-around !important; }
	.align-content-md-stretch {
		align-content: stretch !important; }
	.align-self-md-auto {
		align-self: auto !important; }
	.align-self-md-start {
		align-self: flex-start !important; }
	.align-self-md-end {
		align-self: flex-end !important; }
	.align-self-md-center {
		align-self: center !important; }
	.align-self-md-baseline {
		align-self: baseline !important; }
	.align-self-md-stretch {
		align-self: stretch !important; } }

@media (min-width: 1025px) {
	.flex-lg-row {
		flex-direction: row !important; }
	.flex-lg-column {
		flex-direction: column !important; }
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important; }
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important; }
	.flex-lg-wrap {
		flex-wrap: wrap !important; }
	.flex-lg-nowrap {
		flex-wrap: nowrap !important; }
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important; }
	.justify-content-lg-start {
		justify-content: flex-start !important; }
	.justify-content-lg-end {
		justify-content: flex-end !important; }
	.justify-content-lg-center {
		justify-content: center !important; }
	.justify-content-lg-between {
		justify-content: space-between !important; }
	.justify-content-lg-around {
		justify-content: space-around !important; }
	.align-items-lg-start {
		align-items: flex-start !important; }
	.align-items-lg-end {
		align-items: flex-end !important; }
	.align-items-lg-center {
		align-items: center !important; }
	.align-items-lg-baseline {
		align-items: baseline !important; }
	.align-items-lg-stretch {
		align-items: stretch !important; }
	.align-content-lg-start {
		align-content: flex-start !important; }
	.align-content-lg-end {
		align-content: flex-end !important; }
	.align-content-lg-center {
		align-content: center !important; }
	.align-content-lg-between {
		align-content: space-between !important; }
	.align-content-lg-around {
		align-content: space-around !important; }
	.align-content-lg-stretch {
		align-content: stretch !important; }
	.align-self-lg-auto {
		align-self: auto !important; }
	.align-self-lg-start {
		align-self: flex-start !important; }
	.align-self-lg-end {
		align-self: flex-end !important; }
	.align-self-lg-center {
		align-self: center !important; }
	.align-self-lg-baseline {
		align-self: baseline !important; }
	.align-self-lg-stretch {
		align-self: stretch !important; } }

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important; }
	.flex-xl-column {
		flex-direction: column !important; }
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important; }
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important; }
	.flex-xl-wrap {
		flex-wrap: wrap !important; }
	.flex-xl-nowrap {
		flex-wrap: nowrap !important; }
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important; }
	.justify-content-xl-start {
		justify-content: flex-start !important; }
	.justify-content-xl-end {
		justify-content: flex-end !important; }
	.justify-content-xl-center {
		justify-content: center !important; }
	.justify-content-xl-between {
		justify-content: space-between !important; }
	.justify-content-xl-around {
		justify-content: space-around !important; }
	.align-items-xl-start {
		align-items: flex-start !important; }
	.align-items-xl-end {
		align-items: flex-end !important; }
	.align-items-xl-center {
		align-items: center !important; }
	.align-items-xl-baseline {
		align-items: baseline !important; }
	.align-items-xl-stretch {
		align-items: stretch !important; }
	.align-content-xl-start {
		align-content: flex-start !important; }
	.align-content-xl-end {
		align-content: flex-end !important; }
	.align-content-xl-center {
		align-content: center !important; }
	.align-content-xl-between {
		align-content: space-between !important; }
	.align-content-xl-around {
		align-content: space-around !important; }
	.align-content-xl-stretch {
		align-content: stretch !important; }
	.align-self-xl-auto {
		align-self: auto !important; }
	.align-self-xl-start {
		align-self: flex-start !important; }
	.align-self-xl-end {
		align-self: flex-end !important; }
	.align-self-xl-center {
		align-self: center !important; }
	.align-self-xl-baseline {
		align-self: baseline !important; }
	.align-self-xl-stretch {
		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: 1025px) {
	.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; } }

.position-static {
	position: static !important; }

.position-relative {
	position: relative !important; }

.position-absolute {
	position: absolute !important; }

.position-fixed {
	position: fixed !important; }

.position-sticky {
	position: sticky !important; }

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

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

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020; } }

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

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

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
	box-shadow: none !important; }

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

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

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

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

.w-auto {
	width: auto !important; }

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

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

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

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

.h-auto {
	height: auto !important; }

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

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

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

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

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

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

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

.m-1 {
	margin: 0.25rem !important; }

.mt-1,
.my-1 {
	margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important; }

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

.m-2 {
	margin: 0.5rem !important; }

.mt-2,
.my-2 {
	margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0,
.px-0 {
	padding-right: 0 !important; }

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

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

.p-1 {
	padding: 0.25rem !important; }

.pt-1,
.py-1 {
	padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
	padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
	padding-left: 0.25rem !important; }

.p-2 {
	padding: 0.5rem !important; }

.pt-2,
.py-2 {
	padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
	padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
	padding-left: 0.5rem !important; }

.p-3 {
	padding: 1rem !important; }

.pt-3,
.py-3 {
	padding-top: 1rem !important; }

.pr-3,
.px-3 {
	padding-right: 1rem !important; }

.pb-3,
.py-3 {
	padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
	padding-left: 1rem !important; }

.p-4 {
	padding: 1.5rem !important; }

.pt-4,
.py-4 {
	padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
	padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
	padding-left: 1.5rem !important; }

.p-5 {
	padding: 3rem !important; }

.pt-5,
.py-5 {
	padding-top: 3rem !important; }

.pr-5,
.px-5 {
	padding-right: 3rem !important; }

.pb-5,
.py-5 {
	padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
	padding-left: 3rem !important; }

.m-auto {
	margin: auto !important; }

.mt-auto,
.my-auto {
	margin-top: auto !important; }

.mr-auto,
.mx-auto {
	margin-right: auto !important; }

.mb-auto,
.my-auto {
	margin-bottom: auto !important; }

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

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important; }
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important; }
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important; }
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important; }
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important; }
	.m-sm-1 {
		margin: 0.25rem !important; }
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important; }
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important; }
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important; }
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important; }
	.m-sm-2 {
		margin: 0.5rem !important; }
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important; }
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important; }
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important; }
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important; }
	.m-sm-3 {
		margin: 1rem !important; }
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important; }
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important; }
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important; }
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important; }
	.m-sm-4 {
		margin: 1.5rem !important; }
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important; }
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important; }
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important; }
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important; }
	.m-sm-5 {
		margin: 3rem !important; }
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important; }
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important; }
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important; }
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important; }
	.p-sm-0 {
		padding: 0 !important; }
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important; }
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important; }
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important; }
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important; }
	.p-sm-1 {
		padding: 0.25rem !important; }
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important; }
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important; }
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important; }
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important; }
	.p-sm-2 {
		padding: 0.5rem !important; }
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important; }
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important; }
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important; }
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important; }
	.p-sm-3 {
		padding: 1rem !important; }
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important; }
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important; }
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important; }
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important; }
	.p-sm-4 {
		padding: 1.5rem !important; }
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important; }
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important; }
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important; }
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important; }
	.p-sm-5 {
		padding: 3rem !important; }
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important; }
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important; }
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important; }
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important; }
	.m-sm-auto {
		margin: auto !important; }
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important; }
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important; }
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important; }
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important; } }

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important; }
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important; }
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important; }
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important; }
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important; }
	.m-md-1 {
		margin: 0.25rem !important; }
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important; }
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important; }
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important; }
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important; }
	.m-md-2 {
		margin: 0.5rem !important; }
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important; }
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important; }
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important; }
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important; }
	.m-md-3 {
		margin: 1rem !important; }
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important; }
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important; }
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important; }
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important; }
	.m-md-4 {
		margin: 1.5rem !important; }
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important; }
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important; }
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important; }
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important; }
	.m-md-5 {
		margin: 3rem !important; }
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important; }
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important; }
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important; }
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important; }
	.p-md-0 {
		padding: 0 !important; }
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important; }
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important; }
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important; }
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important; }
	.p-md-1 {
		padding: 0.25rem !important; }
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important; }
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important; }
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important; }
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important; }
	.p-md-2 {
		padding: 0.5rem !important; }
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important; }
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important; }
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important; }
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important; }
	.p-md-3 {
		padding: 1rem !important; }
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important; }
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important; }
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important; }
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important; }
	.p-md-4 {
		padding: 1.5rem !important; }
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important; }
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important; }
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important; }
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important; }
	.p-md-5 {
		padding: 3rem !important; }
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important; }
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important; }
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important; }
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important; }
	.m-md-auto {
		margin: auto !important; }
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important; }
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important; }
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important; }
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important; } }

@media (min-width: 1025px) {
	.m-lg-0 {
		margin: 0 !important; }
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important; }
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important; }
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important; }
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important; }
	.m-lg-1 {
		margin: 0.25rem !important; }
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important; }
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important; }
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important; }
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important; }
	.m-lg-2 {
		margin: 0.5rem !important; }
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important; }
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important; }
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important; }
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important; }
	.m-lg-3 {
		margin: 1rem !important; }
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important; }
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important; }
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important; }
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important; }
	.m-lg-4 {
		margin: 1.5rem !important; }
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important; }
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important; }
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important; }
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important; }
	.m-lg-5 {
		margin: 3rem !important; }
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important; }
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important; }
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important; }
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important; }
	.p-lg-0 {
		padding: 0 !important; }
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important; }
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important; }
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important; }
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important; }
	.p-lg-1 {
		padding: 0.25rem !important; }
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important; }
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important; }
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important; }
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important; }
	.p-lg-2 {
		padding: 0.5rem !important; }
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important; }
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important; }
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important; }
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important; }
	.p-lg-3 {
		padding: 1rem !important; }
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important; }
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important; }
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important; }
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important; }
	.p-lg-4 {
		padding: 1.5rem !important; }
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important; }
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important; }
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important; }
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important; }
	.p-lg-5 {
		padding: 3rem !important; }
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important; }
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important; }
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important; }
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important; }
	.m-lg-auto {
		margin: auto !important; }
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important; }
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important; }
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important; }
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important; } }

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important; }
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important; }
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important; }
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important; }
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important; }
	.m-xl-1 {
		margin: 0.25rem !important; }
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important; }
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important; }
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important; }
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important; }
	.m-xl-2 {
		margin: 0.5rem !important; }
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important; }
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important; }
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important; }
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important; }
	.m-xl-3 {
		margin: 1rem !important; }
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important; }
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important; }
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important; }
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important; }
	.m-xl-4 {
		margin: 1.5rem !important; }
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important; }
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important; }
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important; }
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important; }
	.m-xl-5 {
		margin: 3rem !important; }
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important; }
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important; }
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important; }
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important; }
	.p-xl-0 {
		padding: 0 !important; }
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important; }
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important; }
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important; }
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important; }
	.p-xl-1 {
		padding: 0.25rem !important; }
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important; }
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important; }
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important; }
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important; }
	.p-xl-2 {
		padding: 0.5rem !important; }
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important; }
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important; }
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important; }
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important; }
	.p-xl-3 {
		padding: 1rem !important; }
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important; }
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important; }
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important; }
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important; }
	.p-xl-4 {
		padding: 1.5rem !important; }
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important; }
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important; }
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important; }
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important; }
	.p-xl-5 {
		padding: 3rem !important; }
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important; }
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important; }
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important; }
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important; }
	.m-xl-auto {
		margin: auto !important; }
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important; }
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important; }
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important; }
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: 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: 1025px) {
	.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; } }

.text-lowercase {
	text-transform: lowercase !important; }

.text-uppercase {
	text-transform: uppercase !important; }

.text-capitalize {
	text-transform: capitalize !important; }

.font-weight-light {
	font-weight: 300 !important; }

.font-weight-normal {
	font-weight: 400 !important; }

.font-weight-bold {
	font-weight: 700 !important; }

.font-italic {
	font-style: italic !important; }

.text-white {
	color: #fff !important; }

.text-primary {
	color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
	color: #0062cc !important; }

.text-secondary {
	color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
	color: #545b62 !important; }

.text-success {
	color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
	color: #1e7e34 !important; }

.text-info {
	color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
	color: #117a8b !important; }

.text-warning {
	color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
	color: #d39e00 !important; }

.text-danger {
	color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
	color: #bd2130 !important; }

.text-light {
	color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
	color: #dae0e5 !important; }

.text-dark {
	color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
	color: #1d2124 !important; }

.text-muted {
	color: #6c757d !important; }

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0; }

.visible {
	visibility: visible !important; }

.invisible {
	visibility: hidden !important; }

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto; }

.img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block; padding-top: 100%;}
.img-bg::after {
	content: "";
	padding-top: 100%;
	display: block; }
.img-bg img {
	display: none; }

.figure {
	display: inline-block; }

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

.figure-caption {
	font-size: 90%;
	color: #6c757d; }

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

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word; }
a > code {
	color: inherit; }

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #000000;
	border-radius: 0.2rem; }
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700; }

pre {
	display: block;
	font-size: 87.5%;
	color: #000000; }
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal; }

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

.container {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto; }
@media (min-width: 576px) {
	.container {
		max-width: 540px; } }
@media (min-width: 768px) {
	.container {
		max-width: 720px; } }
@media (min-width: 1025px) {
	.container {
		max-width: 960px; } }
@media (min-width: 1200px) {
	.container {
		max-width: 1200px; } }

.container-fluid {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto; }

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px; }

.no-gutters {
	margin-right: 0;
	margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0; }

.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,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px; }

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%; }

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1; }

.order-last {
	order: 13; }

.order-0 {
	order: 0; }

.order-1 {
	order: 1; }

.order-2 {
	order: 2; }

.order-3 {
	order: 3; }

.order-4 {
	order: 4; }

.order-5 {
	order: 5; }

.order-6 {
	order: 6; }

.order-7 {
	order: 7; }

.order-8 {
	order: 8; }

.order-9 {
	order: 9; }

.order-10 {
	order: 10; }

.order-11 {
	order: 11; }

.order-12 {
	order: 12; }

.offset-1 {
	margin-left: 8.3333333333%; }

.offset-2 {
	margin-left: 16.6666666667%; }

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

.offset-4 {
	margin-left: 33.3333333333%; }

.offset-5 {
	margin-left: 41.6666666667%; }

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

.offset-7 {
	margin-left: 58.3333333333%; }

.offset-8 {
	margin-left: 66.6666666667%; }

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

.offset-10 {
	margin-left: 83.3333333333%; }

.offset-11 {
	margin-left: 91.6666666667%; }

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%; }
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none; }
	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%; }
	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%; }
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%; }
	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%; }
	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%; }
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%; }
	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%; }
	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%; }
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%; }
	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%; }
	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%; }
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%; }
	.order-sm-first {
		order: -1; }
	.order-sm-last {
		order: 13; }
	.order-sm-0 {
		order: 0; }
	.order-sm-1 {
		order: 1; }
	.order-sm-2 {
		order: 2; }
	.order-sm-3 {
		order: 3; }
	.order-sm-4 {
		order: 4; }
	.order-sm-5 {
		order: 5; }
	.order-sm-6 {
		order: 6; }
	.order-sm-7 {
		order: 7; }
	.order-sm-8 {
		order: 8; }
	.order-sm-9 {
		order: 9; }
	.order-sm-10 {
		order: 10; }
	.order-sm-11 {
		order: 11; }
	.order-sm-12 {
		order: 12; }
	.offset-sm-0 {
		margin-left: 0; }
	.offset-sm-1 {
		margin-left: 8.3333333333%; }
	.offset-sm-2 {
		margin-left: 16.6666666667%; }
	.offset-sm-3 {
		margin-left: 25%; }
	.offset-sm-4 {
		margin-left: 33.3333333333%; }
	.offset-sm-5 {
		margin-left: 41.6666666667%; }
	.offset-sm-6 {
		margin-left: 50%; }
	.offset-sm-7 {
		margin-left: 58.3333333333%; }
	.offset-sm-8 {
		margin-left: 66.6666666667%; }
	.offset-sm-9 {
		margin-left: 75%; }
	.offset-sm-10 {
		margin-left: 83.3333333333%; }
	.offset-sm-11 {
		margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%; }
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none; }
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%; }
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%; }
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%; }
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%; }
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%; }
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%; }
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%; }
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%; }
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%; }
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%; }
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%; }
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%; }
	.order-md-first {
		order: -1; }
	.order-md-last {
		order: 13; }
	.order-md-0 {
		order: 0; }
	.order-md-1 {
		order: 1; }
	.order-md-2 {
		order: 2; }
	.order-md-3 {
		order: 3; }
	.order-md-4 {
		order: 4; }
	.order-md-5 {
		order: 5; }
	.order-md-6 {
		order: 6; }
	.order-md-7 {
		order: 7; }
	.order-md-8 {
		order: 8; }
	.order-md-9 {
		order: 9; }
	.order-md-10 {
		order: 10; }
	.order-md-11 {
		order: 11; }
	.order-md-12 {
		order: 12; }
	.offset-md-0 {
		margin-left: 0; }
	.offset-md-1 {
		margin-left: 8.3333333333%; }
	.offset-md-2 {
		margin-left: 16.6666666667%; }
	.offset-md-3 {
		margin-left: 25%; }
	.offset-md-4 {
		margin-left: 33.3333333333%; }
	.offset-md-5 {
		margin-left: 41.6666666667%; }
	.offset-md-6 {
		margin-left: 50%; }
	.offset-md-7 {
		margin-left: 58.3333333333%; }
	.offset-md-8 {
		margin-left: 66.6666666667%; }
	.offset-md-9 {
		margin-left: 75%; }
	.offset-md-10 {
		margin-left: 83.3333333333%; }
	.offset-md-11 {
		margin-left: 91.6666666667%; } }

@media (min-width: 1025px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%; }
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none; }
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%; }
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%; }
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%; }
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%; }
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%; }
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%; }
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%; }
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%; }
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%; }
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%; }
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%; }
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%; }
	.order-lg-first {
		order: -1; }
	.order-lg-last {
		order: 13; }
	.order-lg-0 {
		order: 0; }
	.order-lg-1 {
		order: 1; }
	.order-lg-2 {
		order: 2; }
	.order-lg-3 {
		order: 3; }
	.order-lg-4 {
		order: 4; }
	.order-lg-5 {
		order: 5; }
	.order-lg-6 {
		order: 6; }
	.order-lg-7 {
		order: 7; }
	.order-lg-8 {
		order: 8; }
	.order-lg-9 {
		order: 9; }
	.order-lg-10 {
		order: 10; }
	.order-lg-11 {
		order: 11; }
	.order-lg-12 {
		order: 12; }
	.offset-lg-0 {
		margin-left: 0; }
	.offset-lg-1 {
		margin-left: 8.3333333333%; }
	.offset-lg-2 {
		margin-left: 16.6666666667%; }
	.offset-lg-3 {
		margin-left: 25%; }
	.offset-lg-4 {
		margin-left: 33.3333333333%; }
	.offset-lg-5 {
		margin-left: 41.6666666667%; }
	.offset-lg-6 {
		margin-left: 50%; }
	.offset-lg-7 {
		margin-left: 58.3333333333%; }
	.offset-lg-8 {
		margin-left: 66.6666666667%; }
	.offset-lg-9 {
		margin-left: 75%; }
	.offset-lg-10 {
		margin-left: 83.3333333333%; }
	.offset-lg-11 {
		margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%; }
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none; }
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%; }
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%; }
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%; }
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%; }
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%; }
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%; }
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%; }
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%; }
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%; }
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%; }
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%; }
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%; }
	.order-xl-first {
		order: -1; }
	.order-xl-last {
		order: 13; }
	.order-xl-0 {
		order: 0; }
	.order-xl-1 {
		order: 1; }
	.order-xl-2 {
		order: 2; }
	.order-xl-3 {
		order: 3; }
	.order-xl-4 {
		order: 4; }
	.order-xl-5 {
		order: 5; }
	.order-xl-6 {
		order: 6; }
	.order-xl-7 {
		order: 7; }
	.order-xl-8 {
		order: 8; }
	.order-xl-9 {
		order: 9; }
	.order-xl-10 {
		order: 10; }
	.order-xl-11 {
		order: 11; }
	.order-xl-12 {
		order: 12; }
	.offset-xl-0 {
		margin-left: 0; }
	.offset-xl-1 {
		margin-left: 8.3333333333%; }
	.offset-xl-2 {
		margin-left: 16.6666666667%; }
	.offset-xl-3 {
		margin-left: 25%; }
	.offset-xl-4 {
		margin-left: 33.3333333333%; }
	.offset-xl-5 {
		margin-left: 41.6666666667%; }
	.offset-xl-6 {
		margin-left: 50%; }
	.offset-xl-7 {
		margin-left: 58.3333333333%; }
	.offset-xl-8 {
		margin-left: 66.6666666667%; }
	.offset-xl-9 {
		margin-left: 75%; }
	.offset-xl-10 {
		margin-left: 83.3333333333%; }
	.offset-xl-11 {
		margin-left: 91.6666666667%; } }

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent; }
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6; }
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
	border-top: 2px solid #dee2e6; }
.table .table {
	background-color: #fff; }

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

.table-bordered {
	border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff; }

.table-hover .table-primary:hover {
	background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db; }

.table-hover .table-secondary:hover {
	background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf; }

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

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

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

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

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

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

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

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

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe; }

.table-hover .table-light:hover {
	background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca; }

.table-hover .table-dark:hover {
	background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe; }

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

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

.table .thead-dark th {
	color: #fff;
	background-color: #000000;
	border-color: #131313; }

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6; }

.table-dark {
	color: #fff;
	background-color: #000000; }
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #131313; }
.table-dark.table-bordered {
	border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar; }
	.table-responsive-sm > .table-bordered {
		border: 0; } }

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar; }
	.table-responsive-md > .table-bordered {
		border: 0; } }

@media (max-width: 1024.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar; }
	.table-responsive-lg > .table-bordered {
		border: 0; } }

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar; }
	.table-responsive-xl > .table-bordered {
		border: 0; } }

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
	border: 0; }

.form-control, .select2-selection--single, .select2-selection--multiple {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #000000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::placeholder {
	color: #000000 !important;
}
@media screen and (prefers-reduced-motion: reduce) {
	.form-control, .select2-selection--single, .select2-selection--multiple {
		transition: none; } }
.form-control::-ms-expand, .select2-selection--single::-ms-expand, .select2-selection--multiple::-ms-expand {
	background-color: transparent;
	border: 0; }
.form-control:focus, .select2-selection--single:focus, .select2-selection--multiple:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::placeholder, .select2-selection--single::placeholder, .select2-selection--multiple::placeholder {
	color: #6c757d;
	opacity: 1; }
.form-control:disabled, .select2-selection--single:disabled, .select2-selection--multiple:disabled, .form-control[readonly], .select2-selection--single[readonly], .select2-selection--multiple[readonly] {
	background-color: #e9ecef;
	opacity: 1; }

select.form-control:not([size]):not([multiple]), select.select2-selection--single:not([size]):not([multiple]), select.select2-selection--multiple:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value, select.select2-selection--single:focus::-ms-value, select.select2-selection--multiple:focus::-ms-value {
	color: #495057;
	background-color: #fff; }

.form-control-file,
.form-control-range {
	display: block;
	width: 100%; }

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5; }

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5; }

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5; }

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.select2-selection--single, .input-group-sm > .form-control-plaintext.select2-selection--multiple,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, select.form-control-sm + .select2-container .form-control-plaintext.select2-selection--single,
select.form-control-sm + .select2-container .form-control-plaintext.select2-selection--multiple, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.select2-selection--single, .input-group-lg > .form-control-plaintext.select2-selection--multiple,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn, select.form-control-lg + .select2-container .form-control-plaintext.select2-selection--single,
select.form-control-lg + .select2-container .form-control-plaintext.select2-selection--multiple {
	padding-right: 0;
	padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .select2-selection--single, .input-group-sm > .select2-selection--multiple,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn, select.form-control-sm + .select2-container .select2-selection--single,
select.form-control-sm + .select2-container .select2-selection--multiple {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.select2-selection--single:not([size]):not([multiple]), .input-group-sm > select.select2-selection--multiple:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), select.form-control-sm + .select2-container select.select2-selection--single:not([size]):not([multiple]),
select.form-control-sm + .select2-container select.select2-selection--multiple:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .select2-selection--single, .input-group-lg > .select2-selection--multiple,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn, select.form-control-lg + .select2-container .select2-selection--single,
select.form-control-lg + .select2-container .select2-selection--multiple {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.select2-selection--single:not([size]):not([multiple]), .input-group-lg > select.select2-selection--multiple:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), select.form-control-lg + .select2-container select.select2-selection--single:not([size]):not([multiple]),
select.form-control-lg + .select2-container select.select2-selection--multiple:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px); }

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

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

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px; }

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem; }

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
	color: #6c757d; }

.form-check-label {
	margin-bottom: 0; }

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem; }
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0; }

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745; }

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .select2-selection--single:valid, .was-validated .select2-selection--multiple:valid, .form-control.is-valid, .is-valid.select2-selection--single, .is-valid.select2-selection--multiple, .was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745; }
.was-validated .form-control:valid:focus, .was-validated .select2-selection--single:valid:focus, .was-validated .select2-selection--multiple:valid:focus, .form-control.is-valid:focus, .is-valid.select2-selection--single:focus, .is-valid.select2-selection--multiple:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .select2-selection--single:valid ~ .valid-feedback, .was-validated .select2-selection--multiple:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .select2-selection--single:valid ~ .valid-tooltip,
.was-validated .select2-selection--multiple:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.select2-selection--single ~ .valid-feedback, .is-valid.select2-selection--multiple ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.select2-selection--single ~ .valid-tooltip,
.is-valid.select2-selection--multiple ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background: #34ce57 linear-gradient(180deg, #52d670, #34ce57) repeat-x; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .file-ui-input:valid ~ .file-ui-label, .file-ui-input.is-valid ~ .file-ui-label {
	border-color: #28a745; }
.was-validated .file-ui-input:valid ~ .file-ui-label::before, .file-ui-input.is-valid ~ .file-ui-label::before {
	border-color: inherit; }

.was-validated .file-ui-input:valid ~ .valid-feedback,
.was-validated .file-ui-input:valid ~ .valid-tooltip, .file-ui-input.is-valid ~ .valid-feedback,
.file-ui-input.is-valid ~ .valid-tooltip {
	display: block; }

.was-validated .file-ui-input:valid:focus ~ .file-ui-label, .file-ui-input.is-valid:focus ~ .file-ui-label {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545; }

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem; }

.was-validated .form-control:invalid, .was-validated .select2-selection--single:invalid, .was-validated .select2-selection--multiple:invalid, .form-control.is-invalid, .is-invalid.select2-selection--single, .is-invalid.select2-selection--multiple, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .was-validated .select2-selection--single:invalid:focus, .was-validated .select2-selection--multiple:invalid:focus, .form-control.is-invalid:focus, .is-invalid.select2-selection--single:focus, .is-invalid.select2-selection--multiple:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .select2-selection--single:invalid ~ .invalid-feedback, .was-validated .select2-selection--multiple:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .select2-selection--single:invalid ~ .invalid-tooltip,
.was-validated .select2-selection--multiple:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.select2-selection--single ~ .invalid-feedback, .is-invalid.select2-selection--multiple ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.select2-selection--single ~ .invalid-tooltip,
.is-invalid.select2-selection--multiple ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .file-ui-input:invalid ~ .file-ui-label, .file-ui-input.is-invalid ~ .file-ui-label {
	border-color: #dc3545; }
.was-validated .file-ui-input:invalid ~ .file-ui-label::before, .file-ui-input.is-invalid ~ .file-ui-label::before {
	border-color: inherit; }

.was-validated .file-ui-input:invalid ~ .invalid-feedback,
.was-validated .file-ui-input:invalid ~ .invalid-tooltip, .file-ui-input.is-invalid ~ .invalid-feedback,
.file-ui-input.is-invalid ~ .invalid-tooltip {
	display: block; }

.was-validated .file-ui-input:invalid:focus ~ .file-ui-label, .file-ui-input.is-invalid:focus ~ .file-ui-label {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center; }
.form-inline .form-check {
	width: 100%; }
@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0; }
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0; }
	.form-inline .form-control, .form-inline .select2-selection--single, .form-inline .select2-selection--multiple {
		display: inline-block;
		width: auto;
		vertical-align: middle; }
	.form-inline .form-control-plaintext {
		display: inline-block; }
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto; }
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0; }
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0; }
	.form-inline .custom-control {
		align-items: center;
		justify-content: center; }
	.form-inline .custom-control-label {
		margin-bottom: 0; } }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased; }

.arrow_up:before {
	content: "\21"; }

.arrow_down:before {
	content: "\22"; }

.arrow_left:before {
	content: "\23"; }

.arrow_right:before {
	content: "\24"; }

.arrow_left-up:before {
	content: "\25"; }

.arrow_right-up:before {
	content: "\26"; }

.arrow_right-down:before {
	content: "\27"; }

.arrow_left-down:before {
	content: "\28"; }

.arrow-up-down:before {
	content: "\29"; }

.arrow_up-down_alt:before {
	content: "\2a"; }

.arrow_left-right_alt:before {
	content: "\2b"; }

.arrow_left-right:before {
	content: "\2c"; }

.arrow_expand_alt2:before {
	content: "\2d"; }

.arrow_expand_alt:before {
	content: "\2e"; }

.arrow_condense:before {
	content: "\2f"; }

.arrow_expand:before {
	content: "\30"; }

.arrow_move:before {
	content: "\31"; }

.arrow_carrot-up:before {
	content: "\32"; }

.arrow_carrot-down:before {
	content: "\33"; }

.arrow_carrot-left:before {
	content: "\34"; }

.arrow_carrot-right:before {
	content: "\35"; }

.arrow_carrot-2up:before {
	content: "\36"; }

.arrow_carrot-2down:before {
	content: "\37"; }

.arrow_carrot-2left:before {
	content: "\38"; }

.arrow_carrot-2right:before {
	content: "\39"; }

.arrow_carrot-up_alt2:before {
	content: "\3a"; }

.arrow_carrot-down_alt2:before {
	content: "\3b"; }

.arrow_carrot-left_alt2:before {
	content: "\3c"; }

.arrow_carrot-right_alt2:before {
	content: "\3d"; }

.arrow_carrot-2up_alt2:before {
	content: "\3e"; }

.arrow_carrot-2down_alt2:before {
	content: "\3f"; }

.arrow_carrot-2left_alt2:before {
	content: "\40"; }

.arrow_carrot-2right_alt2:before {
	content: "\41"; }

.arrow_triangle-up:before {
	content: "\42"; }

.arrow_triangle-down:before {
	content: "\43"; }

.arrow_triangle-left:before {
	content: "\44"; }

.arrow_triangle-right:before {
	content: "\45"; }

.arrow_triangle-up_alt2:before {
	content: "\46"; }

.arrow_triangle-down_alt2:before {
	content: "\47"; }

.arrow_triangle-left_alt2:before {
	content: "\48"; }

.arrow_triangle-right_alt2:before {
	content: "\49"; }

.arrow_back:before {
	content: "\4a"; }

.icon_minus-06:before {
	content: "\4b"; }

.icon_plus:before {
	content: "\4c"; }

.icon_close:before {
	content: "\4d"; }

.icon_check:before {
	content: "\4e"; }

.icon_minus_alt2:before {
	content: "\4f"; }

.icon_plus_alt2:before {
	content: "\50"; }

.icon_close_alt2:before {
	content: "\51"; }

.icon_check_alt2:before {
	content: "\52"; }

.icon_zoom-out_alt:before {
	content: "\53"; }

.icon_zoom-in_alt:before {
	content: "\54"; }

.icon_search:before {
	content: "\55"; }

.icon_box-empty:before {
	content: "\56"; }

.icon_box-selected:before {
	content: "\57"; }

.icon_minus-box:before {
	content: "\58"; }

.icon_plus-box:before {
	content: "\59"; }

.icon_box-checked:before {
	content: "\5a"; }

.icon_circle-empty:before {
	content: "\5b"; }

.icon_circle-slelected:before {
	content: "\5c"; }

.icon_stop_alt2:before {
	content: "\5d"; }

.icon_stop:before {
	content: "\5e"; }

.icon_pause_alt2:before {
	content: "\5f"; }

.icon_pause:before {
	content: "\60"; }

.icon_menu:before {
	content: "\61"; }

.icon_menu-square_alt2:before {
	content: "\62"; }

.icon_menu-circle_alt2:before {
	content: "\63"; }

.icon_ul:before {
	content: "\64"; }

.icon_ol:before {
	content: "\65"; }

.icon_adjust-horiz:before {
	content: "\66"; }

.icon_adjust-vert:before {
	content: "\67"; }

.icon_document_alt:before {
	content: "\68"; }

.icon_documents_alt:before {
	content: "\69"; }

.icon_pencil:before {
	content: "\6a"; }

.icon_pencil-edit_alt:before {
	content: "\6b"; }

.icon_pencil-edit:before {
	content: "\6c"; }

.icon_folder-alt:before {
	content: "\6d"; }

.icon_folder-open_alt:before {
	content: "\6e"; }

.icon_folder-add_alt:before {
	content: "\6f"; }

.icon_info_alt:before {
	content: "\70"; }

.icon_error-oct_alt:before {
	content: "\71"; }

.icon_error-circle_alt:before {
	content: "\72"; }

.icon_error-triangle_alt:before {
	content: "\73"; }

.icon_question_alt2:before {
	content: "\74"; }

.icon_question:before {
	content: "\75"; }

.icon_comment_alt:before {
	content: "\76"; }

.icon_chat_alt:before {
	content: "\77"; }

.icon_vol-mute_alt:before {
	content: "\78"; }

.icon_volume-low_alt:before {
	content: "\79"; }

.icon_volume-high_alt:before {
	content: "\7a"; }

.icon_quotations:before {
	content: "\7b"; }

.icon_quotations_alt2:before {
	content: "\7c"; }

.icon_clock_alt:before {
	content: "\7d"; }

.icon_lock_alt:before {
	content: "\7e"; }

.icon_lock-open_alt:before {
	content: "\e000"; }

.icon_key_alt:before {
	content: "\e001"; }

.icon_cloud_alt:before {
	content: "\e002"; }

.icon_cloud-upload_alt:before {
	content: "\e003"; }

.icon_cloud-download_alt:before {
	content: "\e004"; }

.icon_image:before {
	content: "\e005"; }

.icon_images:before {
	content: "\e006"; }

.icon_lightbulb_alt:before {
	content: "\e007"; }

.icon_gift_alt:before {
	content: "\e008"; }

.icon_house_alt:before {
	content: "\e009"; }

.icon_genius:before {
	content: "\e00a"; }

.icon_mobile:before {
	content: "\e00b"; }

.icon_tablet:before {
	content: "\e00c"; }

.icon_laptop:before {
	content: "\e00d"; }

.icon_desktop:before {
	content: "\e00e"; }

.icon_camera_alt:before {
	content: "\e00f"; }

.icon_mail_alt:before {
	content: "\e010"; }

.icon_cone_alt:before {
	content: "\e011"; }

.icon_ribbon_alt:before {
	content: "\e012"; }

.icon_bag_alt:before {
	content: "\e013"; }

.icon_creditcard:before {
	content: "\e014"; }

.icon_cart_alt:before {
	content: "\e015"; }

.icon_paperclip:before {
	content: "\e016"; }

.icon_tag_alt:before {
	content: "\e017"; }

.icon_tags_alt:before {
	content: "\e018"; }

.icon_trash_alt:before {
	content: "\e019"; }

.icon_cursor_alt:before {
	content: "\e01a"; }

.icon_mic_alt:before {
	content: "\e01b"; }

.icon_compass_alt:before {
	content: "\e01c"; }

.icon_pin_alt:before {
	content: "\e01d"; }

.icon_pushpin_alt:before {
	content: "\e01e"; }

.icon_map_alt:before {
	content: "\e01f"; }

.icon_drawer_alt:before {
	content: "\e020"; }

.icon_toolbox_alt:before {
	content: "\e021"; }

.icon_book_alt:before {
	content: "\e022"; }

.icon_calendar:before {
	content: "\e023"; }

.icon_film:before {
	content: "\e024"; }

.icon_table:before {
	content: "\e025"; }

.icon_contacts_alt:before {
	content: "\e026"; }

.icon_headphones:before {
	content: "\e027"; }

.icon_lifesaver:before {
	content: "\e028"; }

.icon_piechart:before {
	content: "\e029"; }

.icon_refresh:before {
	content: "\e02a"; }

.icon_link_alt:before {
	content: "\e02b"; }

.icon_link:before {
	content: "\e02c"; }

.icon_loading:before {
	content: "\e02d"; }

.icon_blocked:before {
	content: "\e02e"; }

.icon_archive_alt:before {
	content: "\e02f"; }

.icon_heart_alt:before {
	content: "\e030"; }

.icon_star_alt:before {
	content: "\e031"; }

.icon_star-half_alt:before {
	content: "\e032"; }

.icon_star:before {
	content: "\e033"; }

.icon_star-half:before {
	content: "\e034"; }

.icon_tools:before {
	content: "\e035"; }

.icon_tool:before {
	content: "\e036"; }

.icon_cog:before {
	content: "\e037"; }

.icon_cogs:before {
	content: "\e038"; }

.arrow_up_alt:before {
	content: "\e039"; }

.arrow_down_alt:before {
	content: "\e03a"; }

.arrow_left_alt:before {
	content: "\e03b"; }

.arrow_right_alt:before {
	content: "\e03c"; }

.arrow_left-up_alt:before {
	content: "\e03d"; }

.arrow_right-up_alt:before {
	content: "\e03e"; }

.arrow_right-down_alt:before {
	content: "\e03f"; }

.arrow_left-down_alt:before {
	content: "\e040"; }

.arrow_condense_alt:before {
	content: "\e041"; }

.arrow_expand_alt3:before {
	content: "\e042"; }

.arrow_carrot_up_alt:before {
	content: "\e043"; }

.arrow_carrot-down_alt:before {
	content: "\e044"; }

.arrow_carrot-left_alt:before {
	content: "\e045"; }

.arrow_carrot-right_alt:before {
	content: "\e046"; }

.arrow_carrot-2up_alt:before {
	content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
	content: "\e048"; }

.arrow_carrot-2left_alt:before {
	content: "\e049"; }

.arrow_carrot-2right_alt:before {
	content: "\e04a"; }

.arrow_triangle-up_alt:before {
	content: "\e04b"; }

.arrow_triangle-down_alt:before {
	content: "\e04c"; }

.arrow_triangle-left_alt:before {
	content: "\e04d"; }

.arrow_triangle-right_alt:before {
	content: "\e04e"; }

.icon_minus_alt:before {
	content: "\e04f"; }

.icon_plus_alt:before {
	content: "\e050"; }

.icon_close_alt:before {
	content: "\e051"; }

.icon_check_alt:before {
	content: "\e052"; }

.icon_zoom-out:before {
	content: "\e053"; }

.icon_zoom-in:before {
	content: "\e054"; }

.icon_stop_alt:before {
	content: "\e055"; }

.icon_menu-square_alt:before {
	content: "\e056"; }

.icon_menu-circle_alt:before {
	content: "\e057"; }

.icon_document:before {
	content: "\e058"; }

.icon_documents:before {
	content: "\e059"; }

.icon_pencil_alt:before {
	content: "\e05a"; }

.icon_folder:before {
	content: "\e05b"; }

.icon_folder-open:before {
	content: "\e05c"; }

.icon_folder-add:before {
	content: "\e05d"; }

.icon_folder_upload:before {
	content: "\e05e"; }

.icon_folder_download:before {
	content: "\e05f"; }

.icon_info:before {
	content: "\e060"; }

.icon_error-circle:before {
	content: "\e061"; }

.icon_error-oct:before {
	content: "\e062"; }

.icon_error-triangle:before {
	content: "\e063"; }

.icon_question_alt:before {
	content: "\e064"; }

.icon_comment:before {
	content: "\e065"; }

.icon_chat:before {
	content: "\e066"; }

.icon_vol-mute:before {
	content: "\e067"; }

.icon_volume-low:before {
	content: "\e068"; }

.icon_volume-high:before {
	content: "\e069"; }

.icon_quotations_alt:before {
	content: "\e06a"; }

.icon_clock:before {
	content: "\e06b"; }

.icon_lock:before {
	content: "\e06c"; }

.icon_lock-open:before {
	content: "\e06d"; }

.icon_key:before {
	content: "\e06e"; }

.icon_cloud:before {
	content: "\e06f"; }

.icon_cloud-upload:before {
	content: "\e070"; }

.icon_cloud-download:before {
	content: "\e071"; }

.icon_lightbulb:before {
	content: "\e072"; }

.icon_gift:before {
	content: "\e073"; }

.icon_house:before {
	content: "\e074"; }

.icon_camera:before {
	content: "\e075"; }

.icon_mail:before {
	content: "\e076"; }

.icon_cone:before {
	content: "\e077"; }

.icon_ribbon:before {
	content: "\e078"; }

.icon_bag:before {
	content: "\e079"; }

.icon_cart:before {
	content: "\e07a"; }

.icon_tag:before {
	content: "\e07b"; }

.icon_tags:before {
	content: "\e07c"; }

.icon_trash:before {
	content: "\e07d"; }

.icon_cursor:before {
	content: "\e07e"; }

.icon_mic:before {
	content: "\e07f"; }

.icon_compass:before {
	content: "\e080"; }

.icon_pin:before {
	content: "\e081"; }

.icon_pushpin:before {
	content: "\e082"; }

.icon_map:before {
	content: "\e083"; }

.icon_drawer:before {
	content: "\e084"; }

.icon_toolbox:before {
	content: "\e085"; }

.icon_book:before {
	content: "\e086"; }

.icon_contacts:before {
	content: "\e087"; }

.icon_archive:before {
	content: "\e088"; }

.icon_heart:before {
	content: "\e089"; }

.icon_profile:before {
	content: "\e08a"; }

.icon_group:before {
	content: "\e08b"; }

.icon_grid-2x2:before {
	content: "\e08c"; }

.icon_grid-3x3:before {
	content: "\e08d"; }

.icon_music:before {
	content: "\e08e"; }

.icon_pause_alt:before {
	content: "\e08f"; }

.icon_phone:before {
	content: "\e090"; }

.icon_upload:before {
	content: "\e091"; }

.icon_download:before {
	content: "\e092"; }

.social_facebook:before {
	content: "\e093"; }

.social_twitter:before {
	content: "\e094"; }

.social_pinterest:before {
	content: "\e095"; }

.social_googleplus:before {
	content: "\e096"; }

.social_tumblr:before {
	content: "\e097"; }

.social_tumbleupon:before {
	content: "\e098"; }

.social_wordpress:before {
	content: "\e099"; }

.social_instagram:before {
	content: "\e09a"; }

.social_dribbble:before {
	content: "\e09b"; }

.social_vimeo:before {
	content: "\e09c"; }

.social_linkedin:before {
	content: "\e09d"; }

.social_rss:before {
	content: "\e09e"; }

.social_deviantart:before {
	content: "\e09f"; }

.social_share:before {
	content: "\e0a0"; }

.social_myspace:before {
	content: "\e0a1"; }

.social_skype:before {
	content: "\e0a2"; }

.social_youtube:before {
	content: "\e0a3"; }

.social_picassa:before {
	content: "\e0a4"; }

.social_googledrive:before {
	content: "\e0a5"; }

.social_flickr:before {
	content: "\e0a6"; }

.social_blogger:before {
	content: "\e0a7"; }

.social_spotify:before {
	content: "\e0a8"; }

.social_delicious:before {
	content: "\e0a9"; }

.social_facebook_circle:before {
	content: "\e0aa"; }

.social_twitter_circle:before {
	content: "\e0ab"; }

.social_pinterest_circle:before {
	content: "\e0ac"; }

.social_googleplus_circle:before {
	content: "\e0ad"; }

.social_tumblr_circle:before {
	content: "\e0ae"; }

.social_stumbleupon_circle:before {
	content: "\e0af"; }

.social_wordpress_circle:before {
	content: "\e0b0"; }

.social_instagram_circle:before {
	content: "\e0b1"; }

.social_dribbble_circle:before {
	content: "\e0b2"; }

.social_vimeo_circle:before {
	content: "\e0b3"; }

.social_linkedin_circle:before {
	content: "\e0b4"; }

.social_rss_circle:before {
	content: "\e0b5"; }

.social_deviantart_circle:before {
	content: "\e0b6"; }

.social_share_circle:before {
	content: "\e0b7"; }

.social_myspace_circle:before {
	content: "\e0b8"; }

.social_skype_circle:before {
	content: "\e0b9"; }

.social_youtube_circle:before {
	content: "\e0ba"; }

.social_picassa_circle:before {
	content: "\e0bb"; }

.social_googledrive_alt2:before {
	content: "\e0bc"; }

.social_flickr_circle:before {
	content: "\e0bd"; }

.social_blogger_circle:before {
	content: "\e0be"; }

.social_spotify_circle:before {
	content: "\e0bf"; }

.social_delicious_circle:before {
	content: "\e0c0"; }

.social_facebook_square:before {
	content: "\e0c1"; }

.social_twitter_square:before {
	content: "\e0c2"; }

.social_pinterest_square:before {
	content: "\e0c3"; }

.social_googleplus_square:before {
	content: "\e0c4"; }

.social_tumblr_square:before {
	content: "\e0c5"; }

.social_stumbleupon_square:before {
	content: "\e0c6"; }

.social_wordpress_square:before {
	content: "\e0c7"; }

.social_instagram_square:before {
	content: "\e0c8"; }

.social_dribbble_square:before {
	content: "\e0c9"; }

.social_vimeo_square:before {
	content: "\e0ca"; }

.social_linkedin_square:before {
	content: "\e0cb"; }

.social_rss_square:before {
	content: "\e0cc"; }

.social_deviantart_square:before {
	content: "\e0cd"; }

.social_share_square:before {
	content: "\e0ce"; }

.social_myspace_square:before {
	content: "\e0cf"; }

.social_skype_square:before {
	content: "\e0d0"; }

.social_youtube_square:before {
	content: "\e0d1"; }

.social_picassa_square:before {
	content: "\e0d2"; }

.social_googledrive_square:before {
	content: "\e0d3"; }

.social_flickr_square:before {
	content: "\e0d4"; }

.social_blogger_square:before {
	content: "\e0d5"; }

.social_spotify_square:before {
	content: "\e0d6"; }

.social_delicious_square:before {
	content: "\e0d7"; }

.icon_printer:before {
	content: "\e103"; }

.icon_calulator:before {
	content: "\e0ee"; }

.icon_building:before {
	content: "\e0ef"; }

.icon_floppy:before {
	content: "\e0e8"; }

.icon_drive:before {
	content: "\e0ea"; }

.icon_search-2:before {
	content: "\e101"; }

.icon_id:before {
	content: "\e107"; }

.icon_id-2:before {
	content: "\e108"; }

.icon_puzzle:before {
	content: "\e102"; }

.icon_like:before {
	content: "\e106"; }

.icon_dislike:before {
	content: "\e0eb"; }

.icon_mug:before {
	content: "\e105"; }

.icon_currency:before {
	content: "\e0ed"; }

.icon_wallet:before {
	content: "\e100"; }

.icon_pens:before {
	content: "\e104"; }

.icon_easel:before {
	content: "\e0e9"; }

.icon_flowchart:before {
	content: "\e109"; }

.icon_datareport:before {
	content: "\e0ec"; }

.icon_briefcase:before {
	content: "\e0fe"; }

.icon_shield:before {
	content: "\e0f6"; }

.icon_percent:before {
	content: "\e0fb"; }

.icon_globe:before {
	content: "\e0e2"; }

.icon_globe-2:before {
	content: "\e0e3"; }

.icon_target:before {
	content: "\e0f5"; }

.icon_hourglass:before {
	content: "\e0e1"; }

.icon_balance:before {
	content: "\e0ff"; }

.icon_rook:before {
	content: "\e0f8"; }

.icon_printer-alt:before {
	content: "\e0fa"; }

.icon_calculator_alt:before {
	content: "\e0e7"; }

.icon_building_alt:before {
	content: "\e0fd"; }

.icon_floppy_alt:before {
	content: "\e0e4"; }

.icon_drive_alt:before {
	content: "\e0e5"; }

.icon_search_alt:before {
	content: "\e0f7"; }

.icon_id_alt:before {
	content: "\e0e0"; }

.icon_id-2_alt:before {
	content: "\e0fc"; }

.icon_puzzle_alt:before {
	content: "\e0f9"; }

.icon_like_alt:before {
	content: "\e0dd"; }

.icon_dislike_alt:before {
	content: "\e0f1"; }

.icon_mug_alt:before {
	content: "\e0dc"; }

.icon_currency_alt:before {
	content: "\e0f3"; }

.icon_wallet_alt:before {
	content: "\e0d8"; }

.icon_pens_alt:before {
	content: "\e0db"; }

.icon_easel_alt:before {
	content: "\e0f0"; }

.icon_flowchart_alt:before {
	content: "\e0df"; }

.icon_datareport_alt:before {
	content: "\e0f2"; }

.icon_briefcase_alt:before {
	content: "\e0f4"; }

.icon_shield_alt:before {
	content: "\e0d9"; }

.icon_percent_alt:before {
	content: "\e0da"; }

.icon_globe_alt:before {
	content: "\e0de"; }

.icon_clipboard:before {
	content: "\e0e6"; }

.glyph {
	float: left;
	text-align: center;
	padding: .75em;
	margin: .4em 1.5em .75em 0;
	width: 6em;
	text-shadow: none; }

.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px; }

.glyph div {
	padding-bottom: 10px; }

.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: .2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }

.centered {
	margin-left: auto;
	margin-right: auto; }

.glyph .fs1 {
	font-size: 2em; }

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -15%; }

.fa-2x {
	font-size: 2em; }

.fa-3x {
	font-size: 3em; }

.fa-4x {
	font-size: 4em; }

.fa-5x {
	font-size: 5em; }

.fa-fw {
	width: 1.2857142857em;
	text-align: center; }

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none; }
.fa-ul > li {
	position: relative; }

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: 0.1428571429em;
	text-align: center; }
.fa-li.fa-lg {
	left: -1.8571428571em; }

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em; }

.fa-pull-left {
	float: left; }

.fa-pull-right {
	float: right; }

.fa.fa-pull-left {
	margin-right: .3em; }

.fa.fa-pull-right {
	margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right; }

.pull-left {
	float: left; }

.fa.pull-left {
	margin-right: .3em; }

.fa.pull-right {
	margin-left: .3em; }

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear; }

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); }

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg); }

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1); }

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none; }

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center; }

.fa-stack-1x {
	line-height: inherit; }

.fa-stack-2x {
	font-size: 2em; }

.fa-inverse {
	color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
	content: ""; }

.fa-music:before {
	content: ""; }

.fa-search:before {
	content: ""; }

.fa-envelope-o:before {
	content: ""; }

.fa-heart:before {
	content: ""; }

.fa-star:before {
	content: ""; }

.fa-star-o:before {
	content: ""; }

.fa-user:before {
	content: ""; }

.fa-film:before {
	content: ""; }

.fa-th-large:before {
	content: ""; }

.fa-th:before {
	content: ""; }

.fa-th-list:before {
	content: ""; }

.fa-check:before {
	content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""; }

.fa-search-plus:before {
	content: ""; }

.fa-search-minus:before {
	content: ""; }

.fa-power-off:before {
	content: ""; }

.fa-signal:before {
	content: ""; }

.fa-gear:before,
.fa-cog:before {
	content: ""; }

.fa-trash-o:before {
	content: ""; }

.fa-home:before {
	content: ""; }

.fa-file-o:before {
	content: ""; }

.fa-clock-o:before {
	content: ""; }

.fa-road:before {
	content: ""; }

.fa-download:before {
	content: ""; }

.fa-arrow-circle-o-down:before {
	content: ""; }

.fa-arrow-circle-o-up:before {
	content: ""; }

.fa-inbox:before {
	content: ""; }

.fa-play-circle-o:before {
	content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""; }

.fa-refresh:before {
	content: ""; }

.fa-list-alt:before {
	content: ""; }

.fa-lock:before {
	content: ""; }

.fa-flag:before {
	content: ""; }

.fa-headphones:before {
	content: ""; }

.fa-volume-off:before {
	content: ""; }

.fa-volume-down:before {
	content: ""; }

.fa-volume-up:before {
	content: ""; }

.fa-qrcode:before {
	content: ""; }

.fa-barcode:before {
	content: ""; }

.fa-tag:before {
	content: ""; }

.fa-tags:before {
	content: ""; }

.fa-book:before {
	content: ""; }

.fa-bookmark:before {
	content: ""; }

.fa-print:before {
	content: ""; }

.fa-camera:before {
	content: ""; }

.fa-font:before {
	content: ""; }

.fa-bold:before {
	content: ""; }

.fa-italic:before {
	content: ""; }

.fa-text-height:before {
	content: ""; }

.fa-text-width:before {
	content: ""; }

.fa-align-left:before {
	content: ""; }

.fa-align-center:before {
	content: ""; }

.fa-align-right:before {
	content: ""; }

.fa-align-justify:before {
	content: ""; }

.fa-list:before {
	content: ""; }

.fa-dedent:before,
.fa-outdent:before {
	content: ""; }

.fa-indent:before {
	content: ""; }

.fa-video-camera:before {
	content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""; }

.fa-pencil:before {
	content: ""; }

.fa-map-marker:before {
	content: ""; }

.fa-adjust:before {
	content: ""; }

.fa-tint:before {
	content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""; }

.fa-share-square-o:before {
	content: ""; }

.fa-check-square-o:before {
	content: ""; }

.fa-arrows:before {
	content: ""; }

.fa-step-backward:before {
	content: ""; }

.fa-fast-backward:before {
	content: ""; }

.fa-backward:before {
	content: ""; }

.fa-play:before {
	content: ""; }

.fa-pause:before {
	content: ""; }

.fa-stop:before {
	content: ""; }

.fa-forward:before {
	content: ""; }

.fa-fast-forward:before {
	content: ""; }

.fa-step-forward:before {
	content: ""; }

.fa-eject:before {
	content: ""; }

.fa-chevron-left:before {
	content: ""; }

.fa-chevron-right:before {
	content: ""; }

.fa-plus-circle:before {
	content: ""; }

.fa-minus-circle:before {
	content: ""; }

.fa-times-circle:before {
	content: ""; }

.fa-check-circle:before {
	content: ""; }

.fa-question-circle:before {
	content: ""; }

.fa-info-circle:before {
	content: ""; }

.fa-crosshairs:before {
	content: ""; }

.fa-times-circle-o:before {
	content: ""; }

.fa-check-circle-o:before {
	content: ""; }

.fa-ban:before {
	content: ""; }

.fa-arrow-left:before {
	content: ""; }

.fa-arrow-right:before {
	content: ""; }

.fa-arrow-up:before {
	content: ""; }

.fa-arrow-down:before {
	content: ""; }

.fa-mail-forward:before,
.fa-share:before {
	content: ""; }

.fa-expand:before {
	content: ""; }

.fa-compress:before {
	content: ""; }

.fa-plus:before {
	content: ""; }

.fa-minus:before {
	content: ""; }

.fa-asterisk:before {
	content: ""; }

.fa-exclamation-circle:before {
	content: ""; }

.fa-gift:before {
	content: ""; }

.fa-leaf:before {
	content: ""; }

.fa-fire:before {
	content: ""; }

.fa-eye:before {
	content: ""; }

.fa-eye-slash:before {
	content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""; }

.fa-plane:before {
	content: ""; }

.fa-calendar:before {
	content: ""; }

.fa-random:before {
	content: ""; }

.fa-comment:before {
	content: ""; }

.fa-magnet:before {
	content: ""; }

.fa-chevron-up:before {
	content: ""; }

.fa-chevron-down:before {
	content: ""; }

.fa-retweet:before {
	content: ""; }

.fa-shopping-cart:before {
	content: ""; }

.fa-folder:before {
	content: ""; }

.fa-folder-open:before {
	content: ""; }

.fa-arrows-v:before {
	content: ""; }

.fa-arrows-h:before {
	content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""; }

.fa-twitter-square:before {
	content: ""; }

.fa-facebook-square:before {
	content: ""; }

.fa-camera-retro:before {
	content: ""; }

.fa-key:before {
	content: ""; }

.fa-gears:before,
.fa-cogs:before {
	content: ""; }

.fa-comments:before {
	content: ""; }

.fa-thumbs-o-up:before {
	content: ""; }

.fa-thumbs-o-down:before {
	content: ""; }

.fa-star-half:before {
	content: ""; }

.fa-heart-o:before {
	content: ""; }

.fa-sign-out:before {
	content: ""; }

.fa-linkedin-square:before {
	content: ""; }

.fa-thumb-tack:before {
	content: ""; }

.fa-external-link:before {
	content: ""; }

.fa-sign-in:before {
	content: ""; }

.fa-trophy:before {
	content: ""; }

.fa-github-square:before {
	content: ""; }

.fa-upload:before {
	content: ""; }

.fa-lemon-o:before {
	content: ""; }

.fa-phone:before {
	content: ""; }

.fa-square-o:before {
	content: ""; }

.fa-bookmark-o:before {
	content: ""; }

.fa-phone-square:before {
	content: ""; }

.fa-twitter:before {
	content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""; }

.fa-github:before {
	content: ""; }

.fa-unlock:before {
	content: ""; }

.fa-credit-card:before {
	content: ""; }

.fa-feed:before,
.fa-rss:before {
	content: ""; }

.fa-hdd-o:before {
	content: ""; }

.fa-bullhorn:before {
	content: ""; }

.fa-bell:before {
	content: ""; }

.fa-certificate:before {
	content: ""; }

.fa-hand-o-right:before {
	content: ""; }

.fa-hand-o-left:before {
	content: ""; }

.fa-hand-o-up:before {
	content: ""; }

.fa-hand-o-down:before {
	content: ""; }

.fa-arrow-circle-left:before {
	content: ""; }

.fa-arrow-circle-right:before {
	content: ""; }

.fa-arrow-circle-up:before {
	content: ""; }

.fa-arrow-circle-down:before {
	content: ""; }

.fa-globe:before {
	content: ""; }

.fa-wrench:before {
	content: ""; }

.fa-tasks:before {
	content: ""; }

.fa-filter:before {
	content: ""; }

.fa-briefcase:before {
	content: ""; }

.fa-arrows-alt:before {
	content: ""; }

.fa-group:before,
.fa-users:before {
	content: ""; }

.fa-chain:before,
.fa-link:before {
	content: ""; }

.fa-cloud:before {
	content: ""; }

.fa-flask:before {
	content: ""; }

.fa-cut:before,
.fa-scissors:before {
	content: ""; }

.fa-copy:before,
.fa-files-o:before {
	content: ""; }

.fa-paperclip:before {
	content: ""; }

.fa-save:before,
.fa-floppy-o:before {
	content: ""; }

.fa-square:before {
	content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""; }

.fa-list-ul:before {
	content: ""; }

.fa-list-ol:before {
	content: ""; }

.fa-strikethrough:before {
	content: ""; }

.fa-underline:before {
	content: ""; }

.fa-table:before {
	content: ""; }

.fa-magic:before {
	content: ""; }

.fa-truck:before {
	content: ""; }

.fa-pinterest:before {
	content: ""; }

.fa-pinterest-square:before {
	content: ""; }

.fa-google-plus-square:before {
	content: ""; }

.fa-google-plus:before {
	content: ""; }

.fa-money:before {
	content: ""; }

.fa-caret-down:before {
	content: ""; }

.fa-caret-up:before {
	content: ""; }

.fa-caret-left:before {
	content: ""; }

.fa-caret-right:before {
	content: ""; }

.fa-columns:before {
	content: ""; }

.fa-unsorted:before,
.fa-sort:before {
	content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""; }

.fa-envelope:before {
	content: ""; }

.fa-linkedin:before {
	content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
	content: ""; }

.fa-legal:before,
.fa-gavel:before {
	content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""; }

.fa-comment-o:before {
	content: ""; }

.fa-comments-o:before {
	content: ""; }

.fa-flash:before,
.fa-bolt:before {
	content: ""; }

.fa-sitemap:before {
	content: ""; }

.fa-umbrella:before {
	content: ""; }

.fa-paste:before,
.fa-clipboard:before {
	content: ""; }

.fa-lightbulb-o:before {
	content: ""; }

.fa-exchange:before {
	content: ""; }

.fa-cloud-download:before {
	content: ""; }

.fa-cloud-upload:before {
	content: ""; }

.fa-user-md:before {
	content: ""; }

.fa-stethoscope:before {
	content: ""; }

.fa-suitcase:before {
	content: ""; }

.fa-bell-o:before {
	content: ""; }

.fa-coffee:before {
	content: ""; }

.fa-cutlery:before {
	content: ""; }

.fa-file-text-o:before {
	content: ""; }

.fa-building-o:before {
	content: ""; }

.fa-hospital-o:before {
	content: ""; }

.fa-ambulance:before {
	content: ""; }

.fa-medkit:before {
	content: ""; }

.fa-fighter-jet:before {
	content: ""; }

.fa-beer:before {
	content: ""; }

.fa-h-square:before {
	content: ""; }

.fa-plus-square:before {
	content: ""; }

.fa-angle-double-left:before {
	content: ""; }

.fa-angle-double-right:before {
	content: ""; }

.fa-angle-double-up:before {
	content: ""; }

.fa-angle-double-down:before {
	content: ""; }

.fa-angle-left:before {
	content: ""; }

.fa-angle-right:before {
	content: ""; }

.fa-angle-up:before {
	content: ""; }

.fa-angle-down:before {
	content: ""; }

.fa-desktop:before {
	content: ""; }

.fa-laptop:before {
	content: ""; }

.fa-tablet:before {
	content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""; }

.fa-circle-o:before {
	content: ""; }

.fa-quote-left:before {
	content: ""; }

.fa-quote-right:before {
	content: ""; }

.fa-spinner:before {
	content: ""; }

.fa-circle:before {
	content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
	content: ""; }

.fa-github-alt:before {
	content: ""; }

.fa-folder-o:before {
	content: ""; }

.fa-folder-open-o:before {
	content: ""; }

.fa-smile-o:before {
	content: ""; }

.fa-frown-o:before {
	content: ""; }

.fa-meh-o:before {
	content: ""; }

.fa-gamepad:before {
	content: ""; }

.fa-keyboard-o:before {
	content: ""; }

.fa-flag-o:before {
	content: ""; }

.fa-flag-checkered:before {
	content: ""; }

.fa-terminal:before {
	content: ""; }

.fa-code:before {
	content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""; }

.fa-location-arrow:before {
	content: ""; }

.fa-crop:before {
	content: ""; }

.fa-code-fork:before {
	content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""; }

.fa-question:before {
	content: ""; }

.fa-info:before {
	content: ""; }

.fa-exclamation:before {
	content: ""; }

.fa-superscript:before {
	content: ""; }

.fa-subscript:before {
	content: ""; }

.fa-eraser:before {
	content: ""; }

.fa-puzzle-piece:before {
	content: ""; }

.fa-microphone:before {
	content: ""; }

.fa-microphone-slash:before {
	content: ""; }

.fa-shield:before {
	content: ""; }

.fa-calendar-o:before {
	content: ""; }

.fa-fire-extinguisher:before {
	content: ""; }

.fa-rocket:before {
	content: ""; }

.fa-maxcdn:before {
	content: ""; }

.fa-chevron-circle-left:before {
	content: ""; }

.fa-chevron-circle-right:before {
	content: ""; }

.fa-chevron-circle-up:before {
	content: ""; }

.fa-chevron-circle-down:before {
	content: ""; }

.fa-html5:before {
	content: ""; }

.fa-css3:before {
	content: ""; }

.fa-anchor:before {
	content: ""; }

.fa-unlock-alt:before {
	content: ""; }

.fa-bullseye:before {
	content: ""; }

.fa-ellipsis-h:before {
	content: ""; }

.fa-ellipsis-v:before {
	content: ""; }

.fa-rss-square:before {
	content: ""; }

.fa-play-circle:before {
	content: ""; }

.fa-ticket:before {
	content: ""; }

.fa-minus-square:before {
	content: ""; }

.fa-minus-square-o:before {
	content: ""; }

.fa-level-up:before {
	content: ""; }

.fa-level-down:before {
	content: ""; }

.fa-check-square:before {
	content: ""; }

.fa-pencil-square:before {
	content: ""; }

.fa-external-link-square:before {
	content: ""; }

.fa-share-square:before {
	content: ""; }

.fa-compass:before {
	content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""; }

.fa-euro:before,
.fa-eur:before {
	content: ""; }

.fa-gbp:before {
	content: ""; }

.fa-dollar:before,
.fa-usd:before {
	content: ""; }

.fa-rupee:before,
.fa-inr:before {
	content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""; }

.fa-won:before,
.fa-krw:before {
	content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
	content: ""; }

.fa-file:before {
	content: ""; }

.fa-file-text:before {
	content: ""; }

.fa-sort-alpha-asc:before {
	content: ""; }

.fa-sort-alpha-desc:before {
	content: ""; }

.fa-sort-amount-asc:before {
	content: ""; }

.fa-sort-amount-desc:before {
	content: ""; }

.fa-sort-numeric-asc:before {
	content: ""; }

.fa-sort-numeric-desc:before {
	content: ""; }

.fa-thumbs-up:before {
	content: ""; }

.fa-thumbs-down:before {
	content: ""; }

.fa-youtube-square:before {
	content: ""; }

.fa-youtube:before {
	content: ""; }

.fa-xing:before {
	content: ""; }

.fa-xing-square:before {
	content: ""; }

.fa-youtube-play:before {
	content: ""; }

.fa-dropbox:before {
	content: ""; }

.fa-stack-overflow:before {
	content: ""; }

.fa-instagram:before {
	content: ""; }

.fa-flickr:before {
	content: ""; }

.fa-adn:before {
	content: ""; }

.fa-bitbucket:before {
	content: ""; }

.fa-bitbucket-square:before {
	content: ""; }

.fa-tumblr:before {
	content: ""; }

.fa-tumblr-square:before {
	content: ""; }

.fa-long-arrow-down:before {
	content: ""; }

.fa-long-arrow-up:before {
	content: ""; }

.fa-long-arrow-left:before {
	content: ""; }

.fa-long-arrow-right:before {
	content: ""; }

.fa-apple:before {
	content: ""; }

.fa-windows:before {
	content: ""; }

.fa-android:before {
	content: ""; }

.fa-linux:before {
	content: ""; }

.fa-dribbble:before {
	content: ""; }

.fa-skype:before {
	content: ""; }

.fa-foursquare:before {
	content: ""; }

.fa-trello:before {
	content: ""; }

.fa-female:before {
	content: ""; }

.fa-male:before {
	content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
	content: ""; }

.fa-sun-o:before {
	content: ""; }

.fa-moon-o:before {
	content: ""; }

.fa-archive:before {
	content: ""; }

.fa-bug:before {
	content: ""; }

.fa-vk:before {
	content: ""; }

.fa-weibo:before {
	content: ""; }

.fa-renren:before {
	content: ""; }

.fa-pagelines:before {
	content: ""; }

.fa-stack-exchange:before {
	content: ""; }

.fa-arrow-circle-o-right:before {
	content: ""; }

.fa-arrow-circle-o-left:before {
	content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""; }

.fa-dot-circle-o:before {
	content: ""; }

.fa-wheelchair:before {
	content: ""; }

.fa-vimeo-square:before {
	content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
	content: ""; }

.fa-plus-square-o:before {
	content: ""; }

.fa-space-shuttle:before {
	content: ""; }

.fa-slack:before {
	content: ""; }

.fa-envelope-square:before {
	content: ""; }

.fa-wordpress:before {
	content: ""; }

.fa-openid:before {
	content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""; }

.fa-yahoo:before {
	content: ""; }

.fa-google:before {
	content: ""; }

.fa-reddit:before {
	content: ""; }

.fa-reddit-square:before {
	content: ""; }

.fa-stumbleupon-circle:before {
	content: ""; }

.fa-stumbleupon:before {
	content: ""; }

.fa-delicious:before {
	content: ""; }

.fa-digg:before {
	content: ""; }

.fa-pied-piper-pp:before {
	content: ""; }

.fa-pied-piper-alt:before {
	content: ""; }

.fa-drupal:before {
	content: ""; }

.fa-joomla:before {
	content: ""; }

.fa-language:before {
	content: ""; }

.fa-fax:before {
	content: ""; }

.fa-building:before {
	content: ""; }

.fa-child:before {
	content: ""; }

.fa-paw:before {
	content: ""; }

.fa-spoon:before {
	content: ""; }

.fa-cube:before {
	content: ""; }

.fa-cubes:before {
	content: ""; }

.fa-behance:before {
	content: ""; }

.fa-behance-square:before {
	content: ""; }

.fa-steam:before {
	content: ""; }

.fa-steam-square:before {
	content: ""; }

.fa-recycle:before {
	content: ""; }

.fa-automobile:before,
.fa-car:before {
	content: ""; }

.fa-cab:before,
.fa-taxi:before {
	content: ""; }

.fa-tree:before {
	content: ""; }

.fa-spotify:before {
	content: ""; }

.fa-deviantart:before {
	content: ""; }

.fa-soundcloud:before {
	content: ""; }

.fa-database:before {
	content: ""; }

.fa-file-pdf-o:before {
	content: ""; }

.fa-file-word-o:before {
	content: ""; }

.fa-file-excel-o:before {
	content: ""; }

.fa-file-powerpoint-o:before {
	content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""; }

.fa-file-code-o:before {
	content: ""; }

.fa-vine:before {
	content: ""; }

.fa-codepen:before {
	content: ""; }

.fa-jsfiddle:before {
	content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""; }

.fa-circle-o-notch:before {
	content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""; }

.fa-ge:before,
.fa-empire:before {
	content: ""; }

.fa-git-square:before {
	content: ""; }

.fa-git:before {
	content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""; }

.fa-tencent-weibo:before {
	content: ""; }

.fa-qq:before {
	content: ""; }

.fa-wechat:before,
.fa-weixin:before {
	content: ""; }

.fa-send:before,
.fa-paper-plane:before {
	content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""; }

.fa-history:before {
	content: ""; }

.fa-circle-thin:before {
	content: ""; }

.fa-header:before {
	content: ""; }

.fa-paragraph:before {
	content: ""; }

.fa-sliders:before {
	content: ""; }

.fa-share-alt:before {
	content: ""; }

.fa-share-alt-square:before {
	content: ""; }

.fa-bomb:before {
	content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""; }

.fa-tty:before {
	content: ""; }

.fa-binoculars:before {
	content: ""; }

.fa-plug:before {
	content: ""; }

.fa-slideshare:before {
	content: ""; }

.fa-twitch:before {
	content: ""; }

.fa-yelp:before {
	content: ""; }

.fa-newspaper-o:before {
	content: ""; }

.fa-wifi:before {
	content: ""; }

.fa-calculator:before {
	content: ""; }

.fa-paypal:before {
	content: ""; }

.fa-google-wallet:before {
	content: ""; }

.fa-cc-visa:before {
	content: ""; }

.fa-cc-mastercard:before {
	content: ""; }

.fa-cc-discover:before {
	content: ""; }

.fa-cc-amex:before {
	content: ""; }

.fa-cc-paypal:before {
	content: ""; }

.fa-cc-stripe:before {
	content: ""; }

.fa-bell-slash:before {
	content: ""; }

.fa-bell-slash-o:before {
	content: ""; }

.fa-trash:before {
	content: ""; }

.fa-copyright:before {
	content: ""; }

.fa-at:before {
	content: ""; }

.fa-eyedropper:before {
	content: ""; }

.fa-paint-brush:before {
	content: ""; }

.fa-birthday-cake:before {
	content: ""; }

.fa-area-chart:before {
	content: ""; }

.fa-pie-chart:before {
	content: ""; }

.fa-line-chart:before {
	content: ""; }

.fa-lastfm:before {
	content: ""; }

.fa-lastfm-square:before {
	content: ""; }

.fa-toggle-off:before {
	content: ""; }

.fa-toggle-on:before {
	content: ""; }

.fa-bicycle:before {
	content: ""; }

.fa-bus:before {
	content: ""; }

.fa-ioxhost:before {
	content: ""; }

.fa-angellist:before {
	content: ""; }

.fa-cc:before {
	content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""; }

.fa-meanpath:before {
	content: ""; }

.fa-buysellads:before {
	content: ""; }

.fa-connectdevelop:before {
	content: ""; }

.fa-dashcube:before {
	content: ""; }

.fa-forumbee:before {
	content: ""; }

.fa-leanpub:before {
	content: ""; }

.fa-sellsy:before {
	content: ""; }

.fa-shirtsinbulk:before {
	content: ""; }

.fa-simplybuilt:before {
	content: ""; }

.fa-skyatlas:before {
	content: ""; }

.fa-cart-plus:before {
	content: ""; }

.fa-cart-arrow-down:before {
	content: ""; }

.fa-diamond:before {
	content: ""; }

.fa-ship:before {
	content: ""; }

.fa-user-secret:before {
	content: ""; }

.fa-motorcycle:before {
	content: ""; }

.fa-street-view:before {
	content: ""; }

.fa-heartbeat:before {
	content: ""; }

.fa-venus:before {
	content: ""; }

.fa-mars:before {
	content: ""; }

.fa-mercury:before {
	content: ""; }

.fa-intersex:before,
.fa-transgender:before {
	content: ""; }

.fa-transgender-alt:before {
	content: ""; }

.fa-venus-double:before {
	content: ""; }

.fa-mars-double:before {
	content: ""; }

.fa-venus-mars:before {
	content: ""; }

.fa-mars-stroke:before {
	content: ""; }

.fa-mars-stroke-v:before {
	content: ""; }

.fa-mars-stroke-h:before {
	content: ""; }

.fa-neuter:before {
	content: ""; }

.fa-genderless:before {
	content: ""; }

.fa-facebook-official:before {
	content: ""; }

.fa-pinterest-p:before {
	content: ""; }

.fa-whatsapp:before {
	content: ""; }

.fa-server:before {
	content: ""; }

.fa-user-plus:before {
	content: ""; }

.fa-user-times:before {
	content: ""; }

.fa-hotel:before,
.fa-bed:before {
	content: ""; }

.fa-viacoin:before {
	content: ""; }

.fa-train:before {
	content: ""; }

.fa-subway:before {
	content: ""; }

.fa-medium:before {
	content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
	content: ""; }

.fa-optin-monster:before {
	content: ""; }

.fa-opencart:before {
	content: ""; }

.fa-expeditedssl:before {
	content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""; }

.fa-mouse-pointer:before {
	content: ""; }

.fa-i-cursor:before {
	content: ""; }

.fa-object-group:before {
	content: ""; }

.fa-object-ungroup:before {
	content: ""; }

.fa-sticky-note:before {
	content: ""; }

.fa-sticky-note-o:before {
	content: ""; }

.fa-cc-jcb:before {
	content: ""; }

.fa-cc-diners-club:before {
	content: ""; }

.fa-clone:before {
	content: ""; }

.fa-balance-scale:before {
	content: ""; }

.fa-hourglass-o:before {
	content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""; }

.fa-hourglass:before {
	content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""; }

.fa-hand-scissors-o:before {
	content: ""; }

.fa-hand-lizard-o:before {
	content: ""; }

.fa-hand-spock-o:before {
	content: ""; }

.fa-hand-pointer-o:before {
	content: ""; }

.fa-hand-peace-o:before {
	content: ""; }

.fa-trademark:before {
	content: ""; }

.fa-registered:before {
	content: ""; }

.fa-creative-commons:before {
	content: ""; }

.fa-gg:before {
	content: ""; }

.fa-gg-circle:before {
	content: ""; }

.fa-tripadvisor:before {
	content: ""; }

.fa-odnoklassniki:before {
	content: ""; }

.fa-odnoklassniki-square:before {
	content: ""; }

.fa-get-pocket:before {
	content: ""; }

.fa-wikipedia-w:before {
	content: ""; }

.fa-safari:before {
	content: ""; }

.fa-chrome:before {
	content: ""; }

.fa-firefox:before {
	content: ""; }

.fa-opera:before {
	content: ""; }

.fa-internet-explorer:before {
	content: ""; }

.fa-tv:before,
.fa-television:before {
	content: ""; }

.fa-contao:before {
	content: ""; }

.fa-500px:before {
	content: ""; }

.fa-amazon:before {
	content: ""; }

.fa-calendar-plus-o:before {
	content: ""; }

.fa-calendar-minus-o:before {
	content: ""; }

.fa-calendar-times-o:before {
	content: ""; }

.fa-calendar-check-o:before {
	content: ""; }

.fa-industry:before {
	content: ""; }

.fa-map-pin:before {
	content: ""; }

.fa-map-signs:before {
	content: ""; }

.fa-map-o:before {
	content: ""; }

.fa-map:before {
	content: ""; }

.fa-commenting:before {
	content: ""; }

.fa-commenting-o:before {
	content: ""; }

.fa-houzz:before {
	content: ""; }

.fa-vimeo:before {
	content: ""; }

.fa-black-tie:before {
	content: ""; }

.fa-fonticons:before {
	content: ""; }

.fa-reddit-alien:before {
	content: ""; }

.fa-edge:before {
	content: ""; }

.fa-credit-card-alt:before {
	content: ""; }

.fa-codiepie:before {
	content: ""; }

.fa-modx:before {
	content: ""; }

.fa-fort-awesome:before {
	content: ""; }

.fa-usb:before {
	content: ""; }

.fa-product-hunt:before {
	content: ""; }

.fa-mixcloud:before {
	content: ""; }

.fa-scribd:before {
	content: ""; }

.fa-pause-circle:before {
	content: ""; }

.fa-pause-circle-o:before {
	content: ""; }

.fa-stop-circle:before {
	content: ""; }

.fa-stop-circle-o:before {
	content: ""; }

.fa-shopping-bag:before {
	content: ""; }

.fa-shopping-basket:before {
	content: ""; }

.fa-hashtag:before {
	content: ""; }

.fa-bluetooth:before {
	content: ""; }

.fa-bluetooth-b:before {
	content: ""; }

.fa-percent:before {
	content: ""; }

.fa-gitlab:before {
	content: ""; }

.fa-wpbeginner:before {
	content: ""; }

.fa-wpforms:before {
	content: ""; }

.fa-envira:before {
	content: ""; }

.fa-universal-access:before {
	content: ""; }

.fa-wheelchair-alt:before {
	content: ""; }

.fa-question-circle-o:before {
	content: ""; }

.fa-blind:before {
	content: ""; }

.fa-audio-description:before {
	content: ""; }

.fa-volume-control-phone:before {
	content: ""; }

.fa-braille:before {
	content: ""; }

.fa-assistive-listening-systems:before {
	content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""; }

.fa-glide:before {
	content: ""; }

.fa-glide-g:before {
	content: ""; }

.fa-signing:before,
.fa-sign-language:before {
	content: ""; }

.fa-low-vision:before {
	content: ""; }

.fa-viadeo:before {
	content: ""; }

.fa-viadeo-square:before {
	content: ""; }

.fa-snapchat:before {
	content: ""; }

.fa-snapchat-ghost:before {
	content: ""; }

.fa-snapchat-square:before {
	content: ""; }

.fa-pied-piper:before {
	content: ""; }

.fa-first-order:before {
	content: ""; }

.fa-yoast:before {
	content: ""; }

.fa-themeisle:before {
	content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
	content: ""; }

.fa-handshake-o:before {
	content: ""; }

.fa-envelope-open:before {
	content: ""; }

.fa-envelope-open-o:before {
	content: ""; }

.fa-linode:before {
	content: ""; }

.fa-address-book:before {
	content: ""; }

.fa-address-book-o:before {
	content: ""; }

.fa-vcard:before,
.fa-address-card:before {
	content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""; }

.fa-user-circle:before {
	content: ""; }

.fa-user-circle-o:before {
	content: ""; }

.fa-user-o:before {
	content: ""; }

.fa-id-badge:before {
	content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""; }

.fa-quora:before {
	content: ""; }

.fa-free-code-camp:before {
	content: ""; }

.fa-telegram:before {
	content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""; }

.fa-shower:before {
	content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""; }

.fa-podcast:before {
	content: ""; }

.fa-window-maximize:before {
	content: ""; }

.fa-window-minimize:before {
	content: ""; }

.fa-window-restore:before {
	content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""; }

.fa-bandcamp:before {
	content: ""; }

.fa-grav:before {
	content: ""; }

.fa-etsy:before {
	content: ""; }

.fa-imdb:before {
	content: ""; }

.fa-ravelry:before {
	content: ""; }

.fa-eercast:before {
	content: ""; }

.fa-microchip:before {
	content: ""; }

.fa-snowflake-o:before {
	content: ""; }

.fa-superpowers:before {
	content: ""; }

.fa-wpexplorer:before {
	content: ""; }

.fa-meetup:before {
	content: ""; }

.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; }

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	text-transform: uppercase;
	color: #000000;
	width: 10.1875rem;
	padding: 0.625rem 0;
	border: 1px solid #000000;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none; } }
.btn:hover, .btn:focus {
	text-decoration: none; }
.btn:hover {
	color: #fff;
	background-color: #000000; }
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none; }
.btn.disabled, .btn:disabled {
	opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
	cursor: pointer; }

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

.btn-primary {
	color: #fff;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
	border-color: #007bff; }
.btn-primary:hover {
	color: #fff;
	background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x;
	border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	background-image: none;
	border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
	color: #fff;
	background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
	border-color: #6c757d; }
.btn-secondary:hover {
	color: #fff;
	background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
	border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	background-image: none;
	border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
	color: #fff;
	background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
	border-color: #28a745; }
.btn-success:hover {
	color: #fff;
	background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
	border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	background-image: none;
	border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
	color: #fff;
	background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
	border-color: #17a2b8; }
.btn-info:hover {
	color: #fff;
	background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
	border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	background-image: none;
	border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
	color: #000000;
	background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
	border-color: #ffc107; }
.btn-warning:hover {
	color: #000000;
	background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x;
	border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
	color: #000000;
	background-color: #ffc107;
	border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #000000;
	background-color: #d39e00;
	background-image: none;
	border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
	color: #fff;
	background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
	border-color: #dc3545; }
.btn-danger:hover {
	color: #fff;
	background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
	border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	background-image: none;
	border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
	color: #000000;
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
	border-color: #f8f9fa; }
.btn-light:hover {
	color: #000000;
	background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
	border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
	color: #000000;
	background-color: #f8f9fa;
	border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #000000;
	background-color: #dae0e5;
	background-image: none;
	border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
	color: #fff;
	background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
	border-color: #343a40; }
.btn-dark:hover {
	color: #fff;
	background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
	border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	background-image: none;
	border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff; }
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d; }
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745; }
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8; }
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107; }
.btn-outline-warning:hover {
	color: #000000;
	background-color: #ffc107;
	border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #000000;
	background-color: #ffc107;
	border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545; }
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa; }
.btn-outline-light:hover {
	color: #000000;
	background-color: #f8f9fa;
	border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #000000;
	background-color: #f8f9fa;
	border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40; }
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent; }
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent; }
.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem; }

.btn-block {
	display: block;
	width: 100%; }
.btn-block + .btn-block {
	margin-top: 0.5rem; }

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

.fade {
	transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		transition: none; } }
.fade:not(.show) {
	opacity: 0; }

.collapse:not(.show) {
	display: none; }

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative; }

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

.dropdown-toggle:empty::after {
	margin-left: 0; }

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

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

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

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

.dropup .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropright .dropdown-toggle::after {
	vertical-align: 0; }

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: ""; }

.dropleft .dropdown-toggle::after {
	display: none; }

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropleft .dropdown-toggle::before {
	vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto; }

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef; }

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #000000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
	color: black;
	text-decoration: none;
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x; }
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
	background-image: none; }

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

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap; }

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #000000; }

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px; }

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; }
.btn-toolbar .input-group {
	width: auto; }

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

.btn-group.dropleft > .btn:not(:first-child) {
	order: -1; }

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

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

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
	margin-right: 0; }

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

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

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0; }

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

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%; }
.input-group > .form-control, .input-group > .select2-selection--single, .input-group > .select2-selection--multiple,
.input-group > .file-ui {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0; }
.input-group > .form-control:focus, .input-group > .select2-selection--single:focus, .input-group > .select2-selection--multiple:focus,
.input-group > .file-ui:focus {
	z-index: 3; }
.input-group > .form-control + .form-control, .input-group > .select2-selection--single + .form-control, .input-group > .select2-selection--multiple + .form-control, .input-group > .form-control + .select2-selection--single, .input-group > .select2-selection--single + .select2-selection--single, .input-group > .select2-selection--multiple + .select2-selection--single, .input-group > .form-control + .select2-selection--multiple, .input-group > .select2-selection--single + .select2-selection--multiple, .input-group > .select2-selection--multiple + .select2-selection--multiple,
.input-group > .form-control + .file-ui,
.input-group > .select2-selection--single + .file-ui,
.input-group > .select2-selection--multiple + .file-ui,
.input-group > .file-ui + .form-control,
.input-group > .file-ui + .select2-selection--single,
.input-group > .file-ui + .select2-selection--multiple,
.input-group > .file-ui + .file-ui {
	margin-left: -1px; }
.input-group > .form-control:not(:last-child), .input-group > .select2-selection--single:not(:last-child), .input-group > .select2-selection--multiple:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child), .input-group > .select2-selection--single:not(:first-child), .input-group > .select2-selection--multiple:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }
.input-group > .file-ui {
	display: flex;
	align-items: center; }
.input-group > .file-ui:not(:last-child) .file-ui-label,
.input-group > .file-ui:not(:last-child) .file-ui-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0; }
.input-group > .file-ui:not(:first-child) .file-ui-label,
.input-group > .file-ui:not(:first-child) .file-ui-label::after {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
	display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px; }

.input-group-prepend {
	margin-right: -1px; }

.input-group-append {
	margin-left: -1px; }

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0; }

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }

.ctr-ui {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem; }

.ctr-ui-inline {
	display: inline-flex;
	margin-right: 1rem; }

.ctr-ui-input {
	position: absolute;
	z-index: -1;
	opacity: 0; }
.ctr-ui-input:checked ~ .ctr-ui-label::before {
	color: #fff;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }
.ctr-ui-input:focus ~ .ctr-ui-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.ctr-ui-input:active ~ .ctr-ui-label::before {
	color: #fff;
	background-color: #b3d7ff; }
.ctr-ui-input:disabled ~ .ctr-ui-label {
	color: #6c757d; }
.ctr-ui-input:disabled ~ .ctr-ui-label::before {
	background-color: #e9ecef; }

.ctr-ui-label {
	margin-bottom: 0; }
.ctr-ui-label::before {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	user-select: none;
	background-color: #dee2e6; }
.ctr-ui-label::after {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%; }

.checkbox-ui .ctr-ui-label::before {
	border-radius: 0.25rem; }

.checkbox-ui .ctr-ui-input:checked ~ .ctr-ui-label::before {
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }

.checkbox-ui .ctr-ui-input:checked ~ .ctr-ui-label::after {
	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"); }

.checkbox-ui .ctr-ui-input:indeterminate ~ .ctr-ui-label::before {
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }

.checkbox-ui .ctr-ui-input:indeterminate ~ .ctr-ui-label::after {
	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"); }

.checkbox-ui .ctr-ui-input:disabled:checked ~ .ctr-ui-label::before {
	background-color: rgba(0, 123, 255, 0.5); }

.checkbox-ui .ctr-ui-input:disabled:indeterminate ~ .ctr-ui-label::before {
	background-color: rgba(0, 123, 255, 0.5); }

.radio-ui .ctr-ui-label::before {
	border-radius: 50%; }

.radio-ui .ctr-ui-input:checked ~ .ctr-ui-label::before {
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }

.radio-ui .ctr-ui-input:checked ~ .ctr-ui-label::after {
	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"); }

.radio-ui .ctr-ui-input:disabled:checked ~ .ctr-ui-label::before {
	background-color: rgba(0, 123, 255, 0.5); }

.file-ui {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0; }

.file-ui-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0; }
.file-ui-input:focus ~ .file-ui-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.file-ui-input:focus ~ .file-ui-label::after {
	border-color: #80bdff; }
.file-ui-input:lang(en) ~ .file-ui-label::after {
	content: "Browse"; }
.file-ui-input:lang(es) ~ .file-ui-label::after {
	content: "Elegir"; }
.file-ui-input:lang(vi) ~ .file-ui-label::after {
	content: "Duyệt"; }

.file-ui-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem; }
.file-ui-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
	border-left: 1px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }
.custom-range:focus {
	outline: none; }
.custom-range::-moz-focus-outer {
	border: 0; }
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }
.custom-range::-webkit-slider-thumb:focus {
	outline: none;
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
	background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem; }
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }
.custom-range::-moz-range-thumb:focus {
	outline: none;
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
	background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem; }
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }
.custom-range::-ms-thumb:focus {
	outline: none;
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
	background: #b3d7ff linear-gradient(180deg, #beddff, #b3d7ff) repeat-x; }
.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem; }
.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem; }
.alert-no p,.alert-no-filter p{margin:10px 0 20px;}

span.price-compare {
	color: #5b5b5b;
	font-size: 14px;
	margin-left: 5px;
	display: inline-block;
}
@media(max-width: 767px){
	span.price-compare {
		font-size: 11px!important;
	}
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing {
	position: fixed;top: 50%;transform: translateY(-50%);z-index: 999;	
	left:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{left: 15px;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;left: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent rgba(0, 0, 0, 1) transparent transparent;
	position: absolute;right: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{font-size:0;text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before {	content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;vertical-align: middle;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin:30px auto 50px;}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media(max-width:767px){
	.modal-addThis .modal-dialog-centered{ margin:30px 10px 40px;}
}
.modal-backdrop.show {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color:;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{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}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;right: 10px;bottom:60px;
	z-index: 9999;width: 65px;height: 65px;padding:8px;
	background: #fff;	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
@media(max-width:767px){
	.mainfooter-toolbar{margin-bottom: 50px;}
	.mainfooter-product {margin-bottom: 60px;}
	.actionToolbar_product{
		opacity: 0;   visibility: hidden;
		-webkit-transform: translateY(100%);transform: translateY(100%);
		-webkit-transition: all .3s ease;transition: all .3s ease;
	}
	.product-action-bottom {
		position: fixed;left: 0;bottom:0;right: 0;
		z-index:100;background: #fff;display:block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		-webkit-transition: padding .3s ease;transition: padding .3s ease;
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{
		opacity: 1;	visibility: visible;
		-webkit-transform: translateY(0px);transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}

.show .modal-dialog{
	opacity: 1!important;
}
.modal-dialog-centered{
	min-height:auto !important;
}
.actionToolbar_listing, .addThis_listing{
	list-style: none;
	padding: 0;
}

@media (min-width: 768px){
	.visible-xs{
		display: none;
	}
}
@media (max-width: 769px){
	.hidden-xs{
		display: none;
	}
}
#banner_slider{
	display: block !important;
}

#popup-modal img{
	object-fit: cover;
}
#myTab3 .nav-link {
	font-family: 'Playfair Display',serif !important;
}
.btn-search-collections{
	border: 2px solid #4d4d4d;
	position: absolute;
	top: 0;
	background: #4d4d4d;
	height: 100%;
	padding: 3px 8px;
	right: 5px;
}

@media (min-width: 768px){
	.col-cus-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

#order_details th,#order_details td{
	border: none;
}
#order_details  th {
	font-family: 'UVFDidot';
	text-align: center;
	font-size: 0.875rem;
	font-weight: normal;
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#order_details td{
	border-right: 1px solid #f1f1f1;    border-bottom: 1px solid #f1f1f1;
}
.tabs-blog.tabs-blog-custom {
	float: unset !important;
}

/*Mai (12/10/2021)*/
.desc-pro {
	margin-bottom: 30px;
}
@media(max-width: 480px){
	.desc-pro {
		margin-bottom: 15px;
	}
}

@media (min-width: 1025px) {
	.search-right {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		margin-top: 10px; } }

.search-right input {
	max-width: 300px;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	outline: none !important; }
.search-right input:focus {
	outline: none !important;
	box-shadow: none;
	border-color: #000; }

.search-right button {
	position: absolute;
	background: none;
	width: 30px;
	border: none; }

@media (min-width: 767px) {zz
	.banners.owl-carousel .owl-dots {
		top: auto !important;
		bottom: 5%;
		transform: translate(-50%, -50%) !important;
		display: flex !important;
		margin-left: 0 !important;
	}
}

.listproduct.proRelated__inner.owl-carousel {
	position: relative;
}

@media (max-width: 768px) {
	.mobile-order-2 {
		order: 2;
	}
}

.fake-product-reviews-badge{
	font-size: 13px;
	display: flex;
	align-items: center;
}

.listproduct__item__salefoff {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #F44336;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.listproduct__item__new {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #F44336;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.owl-carousel .owl-nav button span {
	display: none;
}
.product-tagtext {
	font-size: 13px;
	background: #f44236;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left: 10px;
	padding: 2px 3px 3px;
	z-index: 1;
	transition: all .3s;
}

.product-tagtext.product-tagtext-new {
	width: 40px;
	height: 40px;
	font-size: 12px;
	border-radius: 50%;
	line-height: 34px;
	top: 10px;
}

@media (max-width: 767px){
	.kcgroup .owl-nav{display: none}
	.listproduct__item__salefoff {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	.product-tagtext {
		font-size: 10px;        
		top: 40px;
	}
	.product-tagtext.product-tagtext-new {
		width: 30px;
		height: 30px;
		font-size: 10px;
		line-height: 24px;
		top: 10px;
	}
}
@media (min-width: 992px){
	.listproduct__item:hover .product-tagtext {
		top: 40px;
	}
	.img-zoom-cus .listproduct__item__img:hover {
		transform: scale(1.5);
	}
	.img-zoom-cus .listproduct__item__img {
		transition: all .5s;
	}
}
.kcgroup#kcgroup10 .kcgroup-wrap .kcgroup-article-item .newsWidget__item .newsWidget__img .img-bg::after {
	padding-top: unset;
}
.product-tagtext, .listproduct__item__salefoff {
	background: #D1AD6F;
}

@media (min-width: 992px) {
	.listproduct__item:hover .product-tagtext {
		top: 10px;
	}
}
@media (min-width: 1025px) {
	.listproduct__item.product-home-set:hover .listproduct__item__compare {
		opacity: 1;
		visibility: visible;
		left: 15px;
		top: 50%;
		transform: translate(0px, -50%);
	}
}

.listproduct__item__salefoff {
	color: #000;
}
body {
	/* margin: 5%;*/
	font-family: Helvetica;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#fb-share-button-new {
	background: #1877f2;
	border-radius: 3px;
	font-weight: 600;
	padding: 5px 4px 5px 10px;
	display: inline-block;
	position: static;
	line-height: 10px;
	min-height: 21px;
	text-align: center;
}

#fb-share-button-new:hover {
	cursor: pointer;
	background: #213A6F
}

#fb-share-button-new svg {
	width: 11px;
	fill: white;
	vertical-align: middle;
	border-radius: 2px;
	margin-left: -2px;
}

#fb-share-button-new span {
	vertical-align: middle;
	color: white;
	font-size: 11px;
	padding: 0 3px;
	margin-left: -7px;
}
@media (max-width: 767px) {
	.listproduct__item__price-break-line {
		display: block !important;
	}
	.listproduct__item__price-break-line span {
		display: block !important;
	}
}

.btn-loadmore-prolist {
	width:max-content!important;padding: 0.625rem!important;
}
.btn-loadmore-prolist-kimcuong {
	width:max-content!important;padding: 0.625rem!important;
}
.img-new-ratio {
	position: absolute;
	top: 0;
	display: block !important;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.flex-titles h1 {
	font-size: 18px;
}
.flex-titles {
	margin-bottom: 20px;
}
.blog-f1-all {
	margin-bottom: 15px;
}
.blog-f1-all h1 {
	font-size: 25px;
}

.newsWrap .widget > span {
	font-family: 'UVFDidot';
	display:block;
	font-size: 1.5rem;
	color: #ffffff;
	letter-spacing: 0.05rem;
	line-height: 2;
	background: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 0.375rem;
	margin-bottom: 1.25rem;
}


.newsWidget__item-small .newsWidget__content span {
	display: block;
	padding-bottom: 20px;
}
.newsWrap .widget .newsWidget__content span{
	display: block;
	padding-bottom: 5px;
}

.newsWidget__item-small .newsWidget__content span a ,.newsWrap .newsWidget__content span a {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	display: block;
	color: #000;
}
.newsWrap .widget > span {
	font-family: 'UVFDidot';
	font-size: 1.5rem;
	color: #ffffff;
	letter-spacing: 0.05rem;
	line-height: 2;
	background: #000000;
	text-align: center;
	text-transform: uppercase;
	padding: 0.375rem;
	margin-bottom: 1.25rem;
	display: block;
}
.footer__totop {display: none;}


.videone{
  position: relative;
}
.over {
    position: absolute;
    z-index: 111;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.novideo iframe{z-index: 99}
