
.site-content .elementor-row {
	flex-wrap: wrap;
}

/*! bootstrap-progressbar v0.7.1 | Copyright (c) 2012-2014 Stephan Gross | MIT license | minddust.com */
.progress {
	position: relative;
}

.progress .progress-bar {
	position: absolute;
	overflow: hidden;
	line-height: 20px;
}

.progress .progressbar-back-text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.progress .progressbar-front-text {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.progress.pright .progress-bar {
	right: 0;
}

.progress.pright .progressbar-front-text {
	position: absolute;
	right: 0;
}

.progress.vertical {
	width: 20px;
	height: 100%;
	float: left;
	margin-right: 20px;
}

.progress.vertical.bottom {
	position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
	position: absolute;
	bottom: 0;
}

.progress.vertical .progress-bar {
	width: 100%;
	height: 0;
	-webkit-transition: height .6s ease;
	transition: height .6s ease;
}

.progress.vertical.bottom .progress-bar {
	position: absolute;
	bottom: 0;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

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

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

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

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

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

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

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

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

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

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

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

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

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

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

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

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

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

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

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

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://webtech.institute/wp-content/plugins/elementor-theme-core/assets/css/lib/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

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

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/*# sourceMappingURL=sticky-social-icons-public.css.map */

[aria-label][role~=tooltip] {
	position: relative;
}

[aria-label][role~=tooltip]:after, [aria-label][role~=tooltip]:before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
	transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	-webkit-transform-origin: top;
	transform-origin: top;
}

[aria-label][role~=tooltip]:before {
	background-size: 100% auto !important;
	content: "";
}

[aria-label][role~=tooltip]:after {
	background: rgba(17, 17, 17, .9);
	border-radius: 4px;
	color: #fff;
	content: attr(aria-label);
	font-size: var(--microtip-font-size, 13px);
	font-weight: var(--microtip-font-weight, normal);
	text-transform: var(--microtip-text-transform, none);
	padding: .5em 1em;
	white-space: nowrap;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

[aria-label][role~=tooltip]:focus:after, [aria-label][role~=tooltip]:focus:before, [aria-label][role~=tooltip]:hover:after, [aria-label][role~=tooltip]:hover:before {
	opacity: 1;
	pointer-events: auto;
}

[role~=tooltip][data-microtip-position|=top]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'36\' height=\'12\'%3E%3Cpath fill=\'rgba(17, 17, 17, 0.9)\' d=\'M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z\'/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-bottom: 5px;
}

[role~=tooltip][data-microtip-position|=top]:after {
	margin-bottom: 11px;
}

[role~=tooltip][data-microtip-position|=top]:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%;
}

[role~=tooltip][data-microtip-position|=top]:hover:before {
	-webkit-transform: translate3d(-50%, -5px, 0);
	transform: translate3d(-50%, -5px, 0);
}

[role~=tooltip][data-microtip-position|=top]:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%;
}

[role~=tooltip][data-microtip-position=top]:hover:after {
	-webkit-transform: translate3d(-50%, -5px, 0);
	transform: translate3d(-50%, -5px, 0);
}

[role~=tooltip][data-microtip-position=top-left]:after {
	-webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
	transform: translate3d(calc(-100% + 16px), 0, 0);
	bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-left]:hover:after {
	-webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
	transform: translate3d(calc(-100% + 16px), -5px, 0);
}

[role~=tooltip][data-microtip-position=top-right]:after {
	-webkit-transform: translate3d(-16px, 0, 0);
	transform: translate3d(-16px, 0, 0);
	bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-right]:hover:after {
	-webkit-transform: translate3d(-16px, -5px, 0);
	transform: translate3d(-16px, -5px, 0);
}

[role~=tooltip][data-microtip-position|=bottom]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'36\' height=\'12\'%3E%3Cpath fill=\'rgba(17, 17, 17, 0.9)\' d=\'M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z\'/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}

[role~=tooltip][data-microtip-position|=bottom]:after {
	margin-top: 11px;
}

[role~=tooltip][data-microtip-position|=bottom]:before {
	-webkit-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0);
	bottom: auto;
	left: 50%;
	top: 100%;
}

[role~=tooltip][data-microtip-position|=bottom]:hover:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

[role~=tooltip][data-microtip-position|=bottom]:after {
	-webkit-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0);
	top: 100%;
	left: 50%;
}

[role~=tooltip][data-microtip-position=bottom]:hover:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

[role~=tooltip][data-microtip-position=bottom-left]:after {
	-webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
	transform: translate3d(calc(-100% + 16px), -10px, 0);
	top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-left]:hover:after {
	-webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
	transform: translate3d(calc(-100% + 16px), 0, 0);
}

[role~=tooltip][data-microtip-position=bottom-right]:after {
	-webkit-transform: translate3d(-16px, -10px, 0);
	transform: translate3d(-16px, -10px, 0);
	top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-right]:hover:after {
	-webkit-transform: translate3d(-16px, 0, 0);
	transform: translate3d(-16px, 0, 0);
}

[role~=tooltip][data-microtip-position=left]:after, [role~=tooltip][data-microtip-position=left]:before {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translate3d(10px, -50%, 0);
	transform: translate3d(10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=left]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'36\'%3E%3Cpath fill=\'rgba(17, 17, 17, 0.9)\' d=\'M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z\'/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0;
}

[role~=tooltip][data-microtip-position=left]:after {
	margin-right: 11px;
}

[role~=tooltip][data-microtip-position=left]:hover:after, [role~=tooltip][data-microtip-position=left]:hover:before {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

[role~=tooltip][data-microtip-position=right]:after, [role~=tooltip][data-microtip-position=right]:before {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translate3d(-10px, -50%, 0);
	transform: translate3d(-10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=right]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'36\'%3E%3Cpath fill=\'rgba(17, 17, 17, 0.9)\' d=\'M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z\'/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px;
}

[role~=tooltip][data-microtip-position=right]:after {
	margin-left: 11px;
}

[role~=tooltip][data-microtip-position=right]:hover:after, [role~=tooltip][data-microtip-position=right]:hover:before {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

[role~=tooltip][data-microtip-size=small]:after {
	white-space: normal;
	width: 80px;
}

[role~=tooltip][data-microtip-size=medium]:after {
	white-space: normal;
	width: 150px;
}

[role~=tooltip][data-microtip-size=large]:after {
	white-space: normal;
	width: 260px;
}

#sticky-social-icons-container {
	position: fixed;
	z-index: 999;
	text-align: center;
}

#sticky-social-icons-container li, #sticky-social-icons-container ul {
	margin: 0;
	padding: 0;
}

#sticky-social-icons-container li {
	list-style: none;
}

#sticky-social-icons-container li a {
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	text-align: center;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#sticky-social-icons-container.design-rounded.alignment-left li:first-child a {
	border-radius: 0 5px 0 0;
}

#sticky-social-icons-container.design-rounded.alignment-left li:first-child:last-child a {
	border-radius: 0 5px 5px 0;
}

#sticky-social-icons-container.design-rounded.alignment-left li:last-child a {
	border-radius: 0 0 5px 0;
}

#sticky-social-icons-container.design-rounded.alignment-left.with-animation li a:hover {
	border-radius: 0 5px 5px 0 !important;
}

#sticky-social-icons-container.design-rounded.alignment-right li:first-child a {
	border-radius: 5px 0 0 0;
}

#sticky-social-icons-container.design-rounded.alignment-right li:first-child:last-child a {
	border-radius: 5px 0 0 5px;
}

#sticky-social-icons-container.design-rounded.alignment-right li:last-child a {
	border-radius: 0 0 0 5px;
}

#sticky-social-icons-container.design-rounded.alignment-right.with-animation li a:hover {
	border-radius: 5px 0 0 5px !important;
}

#sticky-social-icons-container.alignment-left {
	left: 0;
}

#sticky-social-icons-container.alignment-right {
	right: 0;
}

#sticky-social-icons-container.alignment-left.with-animation li a:hover {
	margin-right: -10px;
}

#sticky-social-icons-container.alignment-right.with-animation li a:hover {
	margin-left: -10px;
}

@media (max-width:767px) {
	#sticky-social-icons-container.hide-in-mobile {
		display: none !important;
	}
	
	[role~=tooltip][data-microtip-position=right]:hover:after, [role~=tooltip][data-microtip-position=right]:hover:before {
		display: none;
	}
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

.event-manager-pagination ul.page-numbers li .page-numbers, .event-manager-pagination-2 ul.page-numbers li .page-numbers {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 5px 10px;
	display: inline-block;
	color: var(--wpem-gray-color);
	background: var(--wpem-white-color);
}

.wpem-modal.wpem-modal-open, .wpem-tooltip:hover .wpem-tooltiptext {
	visibility: visible;
	opacity: 1;
}

:root {
	--wpem-primary-color: #0096ff;
	--wpem-dark-color: #111;
	--wpem-gray-color: #555;
	--wpem-white-color: #fff;
	--wpem-gray-border-color: #e4e4e4;
	--wpem-gray-bg-color: #f5f5f5;
}

[class^=wpem] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wpem-main {
	font-size: 16px;
	line-height: 1.42;
	color: var(--wpem-dark-color);
}

.wpem-main b, .wpem-main strong {
	font-weight: 600;
}

.wpem-main a {
	text-decoration: none;
	outline: 0;
	transition: color .2s;
}

.wpem-main a:active, .wpem-main a:focus, .wpem-main a:hover {
	color: var(--wpem-primary-color);
	text-decoration: none;
	outline: 0;
}

.wpem-loading, .wpem-main-vmenu-dashboard-nav, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper {
	position: relative;
}

.wpem-loading::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: var(--wpem-white-color);
	opacity: .7;
}

.wpem-loading::after {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	border: 5px solid var(--wpem-gray-bg-color);
	border-top: 5px solid var(--wpem-primary-color);
	border-radius: 50%;
	animation: 1s linear infinite wpem-spin;
}

@-webkit-keyframes wpem-spin {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes wpem-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.wpem-alert {
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.wpem-alert a {
	background: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 15px;
	color: var(--wpem-white-color) !important;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
	transition: .2s;
}

.wpem-alert a:hover, .wpem-main-vmenu-dashboard-wrapper .wpem-alert a, .wpem-theme-button span, .wpem-theme-button:focus span, .wpem-theme-button:hover span, a.wpem-theme-button span, a.wpem-theme-button:focus span, a.wpem-theme-button:hover span, button.wpem-theme-button span, button.wpem-theme-button:focus span, button.wpem-theme-button:hover span, input.wpem-theme-button span, input.wpem-theme-button:focus span, input.wpem-theme-button:hover span, p.post-submitted-success-green-message a {
	color: var(--wpem-white-color);
}

.wpem-alert a:hover {
	background: var(--wpem-primary-color);
}

.wpem-alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.wpem-alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.wpem-alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.wpem-alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.wpem-alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.wpem-alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.wpem-alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.wpem-alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.event-manager-pagination, .event-manager-pagination-2 {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.event-manager-pagination ul.page-numbers, .event-manager-pagination-2 ul.page-numbers {
	margin: 0 auto;
	padding: 0;
	display: inline-flex;
}

.event-manager-pagination ul.page-numbers li, .event-manager-pagination-2 ul.page-numbers li {
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}

.event-manager-pagination ul.page-numbers li .page-numbers {
	border-radius: 2px;
	border: 1px solid var(--wpem-gray-border-color);
	transition: .2s;
}

.event-manager-pagination ul.page-numbers li .page-numbers:hover, .event-manager-pagination-2 ul.page-numbers li .page-numbers:hover {
	border-color: var(--wpem-gray-color);
}

.event-manager-pagination ul.page-numbers li .page-numbers.current, .event-manager-pagination-2 ul.page-numbers li .page-numbers.current {
	border-color: var(--wpem-primary-color);
	background: var(--wpem-primary-color);
	color: var(--wpem-white-color);
}

.event-manager-pagination-2 ul.page-numbers li .page-numbers {
	border-radius: 2px;
	border: 1px solid var(--wpem-gray-border-color);
	transition: .2s;
}

.wpem-form-wrapper {
	margin-bottom: 20px;
	line-height: 25px;
}

.wpem-form-wrapper .wpem-form-title {
	font-size: 24px;
	line-height: 1.42;
	font-weight: 700;
	color: var(--wpem-dark-color);
	padding: 0;
	margin: 0 0 20px;
}

.wpem-form-wrapper fieldset {
	border: none;
	padding: 0;
	margin: 0 0 20px;
}

.wpem-form-wrapper fieldset label {
	margin-bottom: 5px;
	display: block;
}

.wpem-event-listings-header, .wpem-form-wrapper .wpem-form-group {
	margin-bottom: 20px;
}

.wpem-form-wrapper .wpem-form-group .require-field {
	color: red;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date, .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label, .wpem-form-wrapper .wpem-form-group .wpem-form-label, .wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion .wpem-icon-minus, .wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion.active .wpem-icon-plus, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li button::before, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li::before, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots::before {
	display: none;
}

.wpem-form-wrapper .wpem-form-group .wpem-form-label-text {
	font-weight: 600;
	color: var(--wpem-dark-color);
	margin: 0 0 7px;
	display: inline-block;
}

.wpem-form-wrapper .wpem-form-group input[type=color], .wpem-form-wrapper .wpem-form-group input[type=date], .wpem-form-wrapper .wpem-form-group input[type=datetime-local], .wpem-form-wrapper .wpem-form-group input[type=datetime], .wpem-form-wrapper .wpem-form-group input[type=email], .wpem-form-wrapper .wpem-form-group input[type=file], .wpem-form-wrapper .wpem-form-group input[type=month], .wpem-form-wrapper .wpem-form-group input[type=number], .wpem-form-wrapper .wpem-form-group input[type=password], .wpem-form-wrapper .wpem-form-group input[type=search], .wpem-form-wrapper .wpem-form-group input[type=tel], .wpem-form-wrapper .wpem-form-group input[type=text], .wpem-form-wrapper .wpem-form-group input[type=time], .wpem-form-wrapper .wpem-form-group input[type=url], .wpem-form-wrapper .wpem-form-group input[type=week], .wpem-form-wrapper .wpem-form-group select, .wpem-form-wrapper .wpem-form-group select optgroup, .wpem-form-wrapper .wpem-form-group textarea {
	height: 42px;
	line-height: 42px;
	width: 100%;
	margin: 0;
	border: 1px solid var(--wpem-gray-border-color);
	outline: 0;
	font-weight: 400;
	font-family: inherit;
	border-radius: 4px;
	padding: 0 15px;
	background-color: var(--wpem-white-color);
	color: var(--wpem-dark-color);
	transition: .2s;
	box-shadow: none;
}

.wpem-form-wrapper .chosen-container:hover, .wpem-form-wrapper .wpem-form-group input[type=color]:hover, .wpem-form-wrapper .wpem-form-group input[type=date]:hover, .wpem-form-wrapper .wpem-form-group input[type=datetime-local]:hover, .wpem-form-wrapper .wpem-form-group input[type=datetime]:hover, .wpem-form-wrapper .wpem-form-group input[type=email]:hover, .wpem-form-wrapper .wpem-form-group input[type=file]:hover, .wpem-form-wrapper .wpem-form-group input[type=month]:hover, .wpem-form-wrapper .wpem-form-group input[type=number]:hover, .wpem-form-wrapper .wpem-form-group input[type=password]:hover, .wpem-form-wrapper .wpem-form-group input[type=search]:hover, .wpem-form-wrapper .wpem-form-group input[type=tel]:hover, .wpem-form-wrapper .wpem-form-group input[type=text]:hover, .wpem-form-wrapper .wpem-form-group input[type=time]:hover, .wpem-form-wrapper .wpem-form-group input[type=url]:hover, .wpem-form-wrapper .wpem-form-group input[type=week]:hover, .wpem-form-wrapper .wpem-form-group select:hover, .wpem-form-wrapper .wpem-form-group textarea:hover {
	border-color: var(--wpem-gray-border-color);
	background-color: var(--wpem-white-color);
	transition: .2s;
}

.wpem-form-wrapper .chosen-container:focus, .wpem-form-wrapper .wpem-form-group input[type=color]:focus, .wpem-form-wrapper .wpem-form-group input[type=date]:focus, .wpem-form-wrapper .wpem-form-group input[type=datetime-local]:focus, .wpem-form-wrapper .wpem-form-group input[type=datetime]:focus, .wpem-form-wrapper .wpem-form-group input[type=email]:focus, .wpem-form-wrapper .wpem-form-group input[type=file]:focus, .wpem-form-wrapper .wpem-form-group input[type=month]:focus, .wpem-form-wrapper .wpem-form-group input[type=number]:focus, .wpem-form-wrapper .wpem-form-group input[type=password]:focus, .wpem-form-wrapper .wpem-form-group input[type=search]:focus, .wpem-form-wrapper .wpem-form-group input[type=tel]:focus, .wpem-form-wrapper .wpem-form-group input[type=text]:focus, .wpem-form-wrapper .wpem-form-group input[type=time]:focus, .wpem-form-wrapper .wpem-form-group input[type=url]:focus, .wpem-form-wrapper .wpem-form-group input[type=week]:focus, .wpem-form-wrapper .wpem-form-group select:focus {
	border-color: var(--wpem-primary-color);
	background-color: var(--wpem-white-color);
}

.wpem-form-wrapper .wpem-form-group input:-webkit-autofill, .wpem-form-wrapper .wpem-form-group input:-webkit-autofill:active, .wpem-form-wrapper .wpem-form-group input:-webkit-autofill:focus, .wpem-form-wrapper .wpem-form-group input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.wpem-form-wrapper .wpem-form-group select optgroup {
	background: initial;
}

.wpem-form-group .wp-editor-wrap:active, .wpem-form-group .wp-editor-wrap:focus, .wpem-form-wrapper .wp-editor-container:focus {
	border-color: var(--wpem-primary-color);
}

.wpem-form-wrapper .wpem-form-group input[type=file] {
	line-height: 20px;
	padding: 8px 10px;
}

.wpem-form-wrapper .wpem-form-group input[type=number] {
	padding-right: 0;
	width: 100%;
	max-width: unset;
}

.wpem-form-wrapper .wpem-form-group textarea {
	height: auto;
	padding: 15px;
	line-height: 22px;
}

.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 20px;
}

.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview {
	display: inline-block;
	position: relative;
}

.wpem-form-group .wp-editor-wrap {
	border: 1px solid var(--wpem-gray-border-color);
	overflow: hidden;
	border-radius: 4px;
	transition: .2s ease-in-out;
}

.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box:first-child, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box:first-child, .wpem-event-organizer-tabs .wpem-tabs-wrapper, .wpem-event-venue-tabs .wpem-tabs-wrapper, .wpem-form-group .wp-editor-wrap .wp-editor-container, div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext span:last-child, div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext span:last-child {
	border: none;
}

.wpem-form-group .wp-editor-wrap:hover, .wpem-form-wrapper .chosen-container .chosen-drop:hover {
	border-color: var(--wpem-gray-border-color);
}

.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview img {
	max-height: 100px;
	max-width: 100px;
	border: 2px solid var(--wpem-gray-border-color);
	border-radius: 6px;
}

.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file {
	font-size: 0;
	height: 20px;
	width: 20px;
	background: var(--wpem-white-color);
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 0 4px;
	border: none;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}

.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file::before {
	content: "";
	font-family: wp-event-manager;
	font-size: 10px;
	color: red;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .2s;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn:hover i[class^=wpem-icon-], .wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file:hover::before, .wpem-main .wpem-theme-url, .wpem-main .wpem-theme-url a, .wpem-main .wpem-theme-url a:hover, .wpem-main .wpem-theme-url:hover, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a:hover, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-name.wpem-heading-text a, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event:hover .wpem-icon-eye, .wpem-single-event-widget a.wpem-event-action-url, .wpem-single-event-widget a.wpem-event-action-url:active, .wpem-single-event-widget a.wpem-event-action-url:focus, .wpem-single-event-widget a.wpem-event-action-url:hover, .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link a, .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link a:hover, .wpem-theme-text-button:hover, .wpem-theme-url, .wpem-theme-url a, .wpem-theme-url a:hover, .wpem-theme-url:hover, table.wpem-responsive-table-wrapper tbody tr td a:hover {
	color: var(--wpem-dark-color);
}

.wpem-form-wrapper .chosen-container {
	width: 100% !important;
	outline: 0;
	margin: 0;
	border-radius: 4px;
	border: 1px solid var(--wpem-gray-border-color);
	background-color: var(--wpem-white-color);
	transition: .2s;
}

.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices {
	border: 0;
	box-shadow: none;
	background: 0 0;
}

.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
	margin: 11px 0 11px 10px;
	border-color: var(--wpem-gray-border-color);
	background: var(--wpem-gray-border-color);
	padding: 5px 20px 5px 5px;
	font-size: 14px;
	box-shadow: none;
}

.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-of-type {
	margin-left: 0;
}

.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	font-size: 16px;
	font-family: inherit;
	height: 41px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.wpem-form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 6px;
}

.wpem-form-wrapper .chosen-container .chosen-choices, .wpem-form-wrapper .chosen-container .chosen-single {
	padding: 0 15px;
	font-size: 16px;
	line-height: 42px;
	font-weight: 400;
	color: var(--wpem-dark-color);
	background: 0 0;
	height: auto;
	border: none;
	box-shadow: unset;
	border-radius: 4px;
}

.wpem-form-wrapper .chosen-container-single .chosen-default, .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li.wpem-main-vmenu-dashboard-sub-menu .wpem-main-vmenu-dashboard-link:hover i.wpem-main-vmenu-caret, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap strong, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-textarea p {
	color: var(--wpem-gray-color);
}

.wpem-form-wrapper .chosen-container .chosen-single div b {
	background-position: 0 12px;
}

.wpem-form-wrapper .chosen-container .chosen-drop {
	top: calc(100% - 2px);
	border-color: var(--wpem-gray-border-color);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	margin: 0 0 0 -1px;
	box-shadow: 7px 5px 15px rgba(0, 0, 0, 10%);
	width: calc(100% + 2px);
	transition: border-color .2s;
}

.wpem-form-wrapper .chosen-container .chosen-search input[type=text] {
	height: auto;
	line-height: 20px;
	font-size: 16px;
	padding: 1px 4px;
	min-height: unset;
}

.wpem-form-wrapper .chosen-container .chosen-drop .chosen-results li {
	font-size: 16px;
	line-height: 20px;
	transition: 0;
}

.wpem-form-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted, .wpem-form-wrapper .wpem-form-group .account-sign-in a:hover, .wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button:hover, .wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button:hover {
	background: var(--wpem-primary-color);
}

.wpem-form-wrapper .showing_applied_filters {
	background: var(--wpem-gray-bg-color);
	font-size: 14px;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.wpem-form-wrapper .showing_applied_filters span {
	margin: 2px;
	display: inline-block;
}

.wpem-form-wrapper .showing_applied_filters a {
	float: right;
	margin: 2px;
	display: inline-block;
}

.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
	font-size: 24px;
	line-height: 1.42;
	font-weight: 500;
	margin: 0;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper {
	display: flex;
	width: 100%;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action {
	display: inline-flex;
	margin-left: auto;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
	height: 34px;
	width: 34px;
	background-color: var(--wpem-gray-bg-color);
	color: var(--wpem-dark-color);
	margin-left: 5px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	transition: .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
	background-color: var(--wpem-primary-color);
	color: var(--wpem-white-color);
}

.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
	background: var(--wpem-primary-color);
	color: var(--wpem-white-color);
	border: none;
	padding: 10px 20px;
	width: auto;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.42;
	margin: 5px 0;
	letter-spacing: 0;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	overflow-wrap: break-word;
	transition: .2s;
	vertical-align: middle;
}

.wpem-theme-button:hover, a.wpem-theme-button:hover, button.wpem-theme-button:hover, input.wpem-theme-button:hover {
	background-color: var(--wpem-dark-color);
	border: none;
	outline: 0;
}

.wpem-theme-button:focus, a.wpem-theme-button:focus, button.wpem-theme-button:focus, input.wpem-theme-button:focus {
	border: none;
	outline: 0;
}

.wpem-theme-button i {
	line-height: normal;
}

.wpem-theme-button.wpem-theme-button-icon-left {
	position: relative;
	padding-left: 40px;
}

.wpem-theme-button.wpem-theme-button-icon-left i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.wpem-theme-button.wpem-theme-button-icon-right {
	position: relative;
	padding-right: 40px;
}

.wpem-theme-button.wpem-theme-button-icon-right i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-weblink a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a, .wpem-theme-button.wpem-active-button, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-weblink a {
	background: var(--wpem-gray-color);
}

.wpem-theme-button.wpem-active-button:hover {
	background: var(--wpem-dark-color);
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a:hover, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a:hover, .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover, .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover i, .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active i, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-name a:hover, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-name.wpem-heading-text a:hover, .wpem-theme-text-button {
	color: var(--wpem-primary-color);
}

.wpem-tabs-wrapper {
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid var(--wpem-gray-border-color);
	border-radius: 4px;
}

.wpem-tabs-wrapper .wpem-tabs-wrap {
	display: flex;
	background: var(--wpem-gray-border-color);
	margin: 0;
	padding: 0;
}

.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link {
	padding: 10px 20px;
	list-style: none;
	cursor: pointer;
	font-weight: 600;
	background: var(--wpem-gray-bg-color);
	transition: .2s;
	color: var(--wpem-dark-color);
}

.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active {
	background: var(--wpem-white-color);
	color: var(--wpem-dark-color);
	cursor: default;
}

.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active a {
	cursor: default;
}

.wpem-tabs-wrapper .wpem-tab-content {
	padding: 25px;
	display: none;
	margin: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date, .wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion.active .wpem-icon-minus, .wpem-tabs-wrapper .wpem-tab-content .wpem-tab-pane.active, .wpem-tabs-wrapper .wpem-tab-content.current, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links {
	display: block;
}

.wpem-tabs-wrapper .wpem-tab-content .wpem-tab-pane {
	display: none;
	list-style: none;
}

.wpem-event-listing-list-view {
	border: none;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.wpem-event-listing-list-view .wpem-listing-google-map-wrapper, .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
	padding: 0;
}

.wpem-event-listing-list-view .wpem-event-box-col {
	flex: unset;
	max-width: unset;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-flex: unset;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
	margin: 0;
	display: inline-flex;
	width: 100%;
	padding: 23px 17px;
	border-left: 3px solid var(--wpem-gray-border-color);
	transition: border .2s;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing, .wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
	border-width: 7px;
}

.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
	border-bottom: 1px solid var(--wpem-gray-border-color);
}

.wpem-event-listings .wpem-event-layout-wrapper {
	border-top: 1px solid var(--wpem-gray-border-color);
	border-right: 1px solid var(--wpem-gray-border-color);
	margin: 0;
	transition: background .2s;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-layout-wrap {
	width: 100%;
	display: inline-block;
	margin: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
	float: left;
	padding-right: 20px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 90px;
	width: 90px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 4px;
	background-color: var(--wpem-gray-border-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
	float: left;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	position: relative;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date {
	width: 40px;
	display: inline-block;
	float: left;
	text-align: center;
	padding-right: 3px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
	font-size: 29px;
	line-height: 30px;
	font-weight: 600;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 15px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date {
	float: left;
	padding-left: 13px;
	position: relative;
	padding-top: 3px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 20px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-month {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	width: 100%;
	padding-left: 90px;
	float: left;
	font-size: 15px;
	line-height: 23px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
	margin: 0 5px 10px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: var(--wpem-dark-color);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}

.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
	margin: 5px;
	min-height: 22px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
	position: relative;
	padding-left: 20px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
	position: relative;
	padding-left: 20px;
	width: 100%;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
}

.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:last-child, .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label, .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type, .wpem-event-ticket-price, .wpem-event-ticket-type, .wpem-main-vmenu-dashboard-wrapper .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list-body .wpem-dashboard-event-placeholder strong, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-button, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-page-url-button, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type {
	display: inline-block;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
	background: var(--wpem-gray-bg-color);
	color: var(--wpem-dark-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
	background: #64b60c;
	color: var(--wpem-white-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
	background: var(--wpem-gray-bg-color);
	color: var(--wpem-dark-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-event-listings.wpem-event-listing-box-view {
	display: flex;
	flex-wrap: wrap;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-box-col {
	padding-bottom: 30px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
	border: 1px solid var(--wpem-gray-border-color);
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-action-url {
	width: 100%;
	padding: 0;
	border-left: none;
	transition: unset;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
	float: none;
	padding-right: 0;
	width: 100%;
	background-color: var(--wpem-gray-border-color);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 230px;
	width: 100%;
	border-radius: 0;
	position: relative;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text {
	background: #64b60c;
	color: var(--wpem-white-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
	display: inline-block;
	float: left;
	text-align: center;
	background: var(--wpem-white-color);
	padding: 10px 15px;
	width: auto;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 4px;
	box-shadow: 5px 3px 15px rgba(0, 0, 0, .2);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
	font-size: 23px;
	line-height: 23px;
	font-weight: 600;
	color: var(--wpem-dark-color);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 15px;
	color: var(--wpem-gray-color);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding: 10px;
	line-height: 18px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 22px;
	line-height: 1.42;
	font-weight: 700;
	color: var(--wpem-dark-color);
	margin: 0 0 10px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
	margin: 5px;
	min-height: 23px;
	color: var(--wpem-gray-color);
	line-height: 1.42;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
	width: 100%;
	height: 100%;
}

.event_summary_shortcode .wpem-single-event-widget .event_featured, .widget_featured_events .wpem-single-event-widget, .wpem-event-listings .wpem-event-layout-wrapper .event_featured, .wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
	background: #ffffe4;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled, .wpem-event-listings .wpem-event-layout-wrapper .event_cancelled:hover {
	background: #ffe5e5;
}

.wpem-event-listing-box-view .no_event_listings_found {
	margin-left: 15px;
	margin-right: 15px;
}

.event_listings a.load_more_events {
	text-align: center;
	background: var(--wpem-gray-bg-color);
	color: var(--wpem-gray-color);
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 15px;
	letter-spacing: .5px;
	transition: .2s;
	border-radius: 4px;
	margin: 0 auto;
	display: table;
}

.event_listings a.load_more_events:hover {
	background: var(--wpem-gray-color);
	color: var(--wpem-white-color);
}

.wpem-single-event-widget {
	margin-bottom: 20px;
	background: var(--wpem-white-color);
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 4px;
}

.wpem-event-filter2-wrapper, .wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion.active {
	background-color: var(--wpem-gray-bg-color);
}

.event_listing_preview_title h2, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap form.wpem-form-wrapper, .wpem-single-event-widget:last-of-type, .wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper, .wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper {
	margin-bottom: 0;
}

.wpem-single-event-widget .wpem-event-infomation {
	padding: 15px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: var(--wpem-dark-color);
	margin: 0 0 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type {
	margin: 5px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	font-size: 15px;
	line-height: 23px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	font-size: 15px;
	line-height: 23px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
	background: var(--wpem-gray-border-color);
	color: var(--wpem-dark-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type .wpem-event-ticket-type-text {
	background: var(--wpem-gray-border-color);
	color: var(--wpem-dark-color);
	padding: 5px 7px;
	display: inline-block;
	line-height: 15px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
}

.wpem-single-event-page .event-manager-info, .wpem-single-event-page .wpem-single-event-wrapper {
	border: 1px solid var(--wpem-gray-border-color);
}

.wpem-single-event-page .event-manager-info {
	color: var(--wpem-dark-color);
	padding: 10px 15px 10px 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
	background: var(--wpem-gray-bg-color);
}

.wpem-single-event-page .event-manager-info i {
	font-size: 19px;
	position: absolute;
	left: 13px;
	margin-top: 3px;
	line-height: 20px;
}

.wpem-single-event-page .event-manager-info.event-manager-canceled-info {
	border-color: #b12828;
	color: #b12828;
	background: var(--wpem-gray-bg-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top, table.wpem-responsive-table-wrapper tbody tr:hover, table.wpem-responsive-table-wrapper thead {
	background: var(--wpem-gray-bg-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider {
	position: relative;
	margin-bottom: 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li {
	height: 10px;
	width: 10px;
	position: relative;
	margin: 4px;
	font-size: 0;
	line-height: normal;
	float: left;
	display: inline-block;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li button {
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	padding: 0;
	font-size: 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li.slick-active button {
	background: var(--wpem-white-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	font-size: 0;
	line-height: normal;
	overflow: hidden;
	background: rgba(0, 0, 0, .5);
	padding: 0;
	text-align: center;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-prev {
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border: none;
	z-index: 1;
	cursor: pointer;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-prev::before {
	content: "";
	font-family: wp-event-manager;
	font-size: 20px;
	color: var(--wpem-white-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-next {
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	border: none;
	z-index: 1;
	cursor: pointer;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-next::before {
	content: "";
	font-family: wp-event-manager;
	font-size: 20px;
	color: var(--wpem-white-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 1px;
	background: var(--wpem-gray-border-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
	font-size: 20px;
	font-weight: 500;
	color: var(--wpem-dark-color);
	padding: 0;
	margin: 0 0 15px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar {
	padding: 30px 30px 30px 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-heading-text {
	font-size: 18px;
	padding: 0;
	margin: 0 0 5px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
	color: var(--wpem-dark-color);
	text-decoration: unset;
	cursor: pointer;
	display: inline-block;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover {
	color: var(--wpem-dark-color);
	text-decoration: none;
}

.wpem-single-event-page .wpem-single-event-sidebar-info {
	margin-bottom: 35px;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button {
	width: 100%;
	text-align: center;
	color: var(--wpem-white-color);
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button:hover, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button:hover, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button:hover, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button:hover {
	color: var(--wpem-white-color);
	text-decoration: none;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button {
	color: var(--wpem-primary-color);
	text-decoration: unset;
	width: 100%;
	font-weight: 500;
	padding: 10px 20px;
	display: block;
	display: flex;
	border: 1px solid var(--wpem-primary-color);
	border-radius: 4px;
	margin: 5px 0;
	align-items: center;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button i, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event {
	margin-right: 10px;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button:hover {
	text-decoration: none;
	color: var(--wpem-dark-color);
	border-color: var(--wpem-dark-color);
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.remove-bookmark i {
	float: right;
	margin: 0;
	font-size: 12px;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form {
	background: var(--wpem-gray-bg-color);
	padding: 15px;
	margin: 10px 0;
	border-radius: 4px;
}

.wpem-single-event-page .wpem-share-this-event {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-organizer-social-lists, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-venue-social-lists {
	display: inline-block;
	margin: 0;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon {
	height: 35px;
	width: 35px;
	display: inline-block;
	position: relative;
	margin: 4px;
	float: left;
	font-size: 0;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a {
	height: 35px;
	width: 35px;
	display: inline-block;
	background: var(--wpem-gray-border-color);
	border-radius: 100%;
	opacity: 1;
	transition: .2s;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a:hover, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a:hover, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a:hover, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a:hover, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a:hover, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon a:hover {
	opacity: .8;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-weblink a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-whatsapp a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a {
	background: #3fa21a;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-whatsapp a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-youtube a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-youtube a {
	background: #ea1717;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-youtube a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-youtube-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-youtube-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-facebook a {
	background: #38529a;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-twitter a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-twitter a {
	background: #000;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-twitter a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a {
	background: #3671ae;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a {
	background: #265c60;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a::before, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a::before {
	background-color: var(--wpem-white-color);
	background-size: 17px;
	background-position: center;
	-webkit-mask-size: 17px;
	height: 35px;
	width: 35px;
	position: absolute;
	left: 0;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	top: 0;
	content: "";
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a::before {
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg");
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a {
	background-image: linear-gradient(to right top, #e52705, #ea0037, #e5005a, #d5007b, #bb1497);
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a::before {
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg");
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a, .wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-pinterest a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a {
	background: #b81d1a;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-pinterest a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile {
	margin: 0 auto;
	padding: 20px 30px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper {
	margin: 10px 0;
	text-align: center;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo {
	display: inline-block;
	margin: 0 auto;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-organizer-logo img, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-venue-logo img, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img {
	width: 100%;
	height: auto;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name {
	font-size: 18px;
	line-height: 1.42;
	margin: 10px 0;
	font-weight: 700;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-short-info, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-short-info {
	margin-bottom: 15px;
	word-break: break-word;
	color: var(--wpem-gray-color);
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links {
	padding: 0;
	display: inline-block;
	width: 100%;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 14px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-short-info {
	margin: 5px 0 15px;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg");
	-webkit-mask-size: 15px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background-size: 15px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 13px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 15px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg");
	-webkit-mask-size: 14px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background-size: 14px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg");
	-webkit-mask-size: 15px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background-size: 15px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a, .wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-instagram a {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg");
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 15px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a::before, .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a::before {
	background-color: var(--wpem-white-color);
	mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg");
	-webkit-mask-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg");
	-webkit-mask-size: 16px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background-size: 16px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions {
	display: block;
	margin-top: 15px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions div+div {
	margin-left: 5px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-form-group {
	text-align: left;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-event-location-map-wrapper .wpem-event-location-map iframe {
	margin: 0;
	line-height: 0;
}

.event_listing_preview_action_button .event-manager-button-submit-listing, .wpem-fr {
	float: right;
}

.event_listing_preview_title {
	background: var(--wpem-gray-bg-color);
	border-radius: 4px 4px 0 0;
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
}

.event_listing_preview_title h3 {
	padding: 0;
	margin: 0;
	color: var(--wpem-white-color);
}

.event_listing_preview {
	border: 2px solid var(--wpem-gray-bg-color);
	padding: 20px;
	border-radius: 0 0 5px 5px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-category, .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-type, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type {
	margin: -3px;
	padding-top: 5px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	margin: 3px;
	background: var(--wpem-gray-bg-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	background: var(--wpem-gray-bg-color);
	display: inline-block;
	cursor: pointer;
	margin: 3px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-category .event-category {
	margin: 3px;
}

.wpem-modal-open {
	overflow: hidden;
}

.wpem-modal {
	left: 0;
	margin: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	overflow: auto;
	height: 100%;
	box-sizing: border-box;
	z-index: 998;
	transition: .5s;
}

.wpem-modal.wpem-modal-open {
	top: 0;
}

.wpem-modal .wpem-modal-content-wrapper {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	background: var(--wpem-white-color) !important;
	display: inline-block;
	position: relative;
	z-index: 1000;
	width: 80%;
	max-width: 700px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 50px;
	transition: .5s;
}

.wpem-modal.wpem-modal-open .wpem-modal-content-wrapper {
	margin-top: 100px;
}

.wpem-modal .wpem-modal-overlay {
	background-color: var(--wpem-dark-color);
	background: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header {
	border-bottom: 1px solid var(--wpem-gray-border-color);
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 5px 20px;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-title {
	width: calc(100% - 60px);
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-title .wpem-modal-header-title-text {
	font-size: 20px;
	line-height: 42px;
	font-weight: 700;
	color: var(--wpem-dark-color);
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	text-align: center;
	line-height: normal;
	font-size: 0;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a {
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	opacity: .3;
	transition: .2s;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	height: 20px;
	width: 2px;
	background: var(--wpem-dark-color);
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 20px;
	width: 2px;
	background: var(--wpem-dark-color);
}

.wpem-event-filter2 .wpem-my-location:hover, .wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a:hover {
	opacity: 1;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content {
	padding: 20px;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content iframe {
	max-width: 100%;
	max-height: 400px;
}

.wpem-tooltip {
	position: relative;
	display: inline-block;
}

.wpem-tooltip .wpem-tooltiptext {
	visibility: hidden;
	width: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: var(--wpem-white-color);
	color: var(--wpem-dark-color);
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s;
	cursor: default;
}

.wpem-tooltip.wpem-tooltip-left .wpem-tooltiptext {
	top: -5px;
	right: 105%;
}

.wpem-tooltip.wpem-tooltip-right .wpem-tooltiptext {
	top: -5px;
	left: 105%;
}

.wpem-tooltip.wpem-tooltip-top .wpem-tooltiptext {
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

.wpem-tooltip.wpem-tooltip-bottom .wpem-tooltiptext {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

table.wpem-responsive-table-wrapper {
	font-weight: 500;
	font-size: 14px;
	color: var(--wpem-gray-color);
	border: 1px solid var(--wpem-gray-border-color);
}

table.wpem-responsive-table-wrapper thead th {
	border-top: none;
}

table.wpem-responsive-table-wrapper thead th.wpem-heading-text {
	border-bottom: 1px solid var(--wpem-gray-border-color);
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	color: var(--wpem-dark-color);
	text-align: left;
	text-transform: none;
	border: none;
	word-break: inherit;
}

table.wpem-responsive-table-wrapper thead th:first-child {
	padding-left: 15px;
}

table.wpem-responsive-table-wrapper tbody tr td a, table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a {
	color: var(--wpem-primary-color);
	cursor: pointer;
}

table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a.orderby-asc:hover::after {
	content: "";
	font-family: wp-event-manager;
	font-size: 15px;
}

table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a.orderby-desc:hover::after {
	content: "";
	font-family: wp-event-manager;
	font-size: 15px;
}

table.wpem-responsive-table-wrapper tbody tr {
	background: var(--wpem-white-color);
	border-bottom: 1px solid var(--wpem-gray-bg-color);
	transition: .2s;
}

table.wpem-responsive-table-wrapper tbody tr td {
	padding: 10px;
	vertical-align: middle;
	border: none;
}

.wpem-organizer-name, .wpem-venue-name, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action {
	display: flex;
}

table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn {
	display: inline-block;
	margin: 2px;
	height: 30px;
	width: 30px;
	position: relative;
}

table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: normal;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
}

table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	font-family: wp-event-manager;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-edit::before, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-edit::before {
	content: "";
}

table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-relist::before {
	content: "";
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_not_cancelled::before, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_not_cancelled::before {
	content: "";
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_cancelled::before, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_cancelled::before {
	content: "";
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-duplicate::before, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-duplicate::before {
	content: "";
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-delete::before, table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-delete::before {
	content: "";
}

.wpem-responsive-table-block {
	overflow: auto;
	border: 1px solid var(--wpem-gray-bg-color);
	margin-bottom: 25px;
	border-radius: 4px;
}

.wpem-responsive-table-block table.wpem-responsive-table-wrapper {
	border: none;
	margin: 0;
}

.organizer-letters, .venue-letters {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 35px;
	margin-left: -5px;
}

.organizer-letters .organizer-letters-list, .venue-letters .venue-letters-list {
	display: inline-block;
	margin: 0;
	position: relative;
}

.organizer-letters .organizer-letters-list a, .venue-letters .venue-letters-list a {
	background: var(--wpem-gray-bg-color);
	border: 2px solid transparent;
	color: var(--wpem-dark-color);
	text-align: center;
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 37px;
	padding: 0;
	margin: 5px;
	display: block;
	border-radius: 4px;
	transition: .2s;
}

.organizer-letters .organizer-letters-list a:hover, .venue-letters .venue-letters-list a:hover {
	border-color: var(--wpem-primary-color);
	background: var(--wpem-white-color);
	color: var(--wpem-primary-color);
}

.organizer-related-data-counter .wpem-related-data-well, .venue-related-data-counter .wpem-related-data-well {
	margin-bottom: 30px;
}

.organizer-related-data-counter .wpem-related-data-well .wpem-list-group, .venue-related-data-counter .wpem-related-data-well .wpem-list-group {
	background: #f0faff;
	border: 2px solid #0b7cac;
	color: var(--wpem-dark-color);
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	line-height: 37px;
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 4px;
}

.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box {
	border-top: 2px solid #0b7cac;
	padding: 15px;
}

.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-title, .organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-title, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-title, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-title {
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	color: var(--wpem-dark-color);
	text-transform: uppercase;
}

.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-content .h-height, .organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-content .h-height, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-content .h-height, .venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-content .h-height {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: var(--wpem-dark-color);
}

.organizer-related-data-wrapper .show-organizer-info, .venue-related-data-wrapper .show-venue-info {
	display: flex;
	margin-bottom: 30px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group, .venue-related-data-wrapper .show-venue-info .wpem-list-group {
	overflow: hidden;
	background: var(--wpem-gray-bg-color);
	padding: 0;
	text-align: center;
	border-radius: 4px;
	width: 100%;
	transition: .2s;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group:hover, .venue-related-data-wrapper .show-venue-info .wpem-list-group:hover {
	border-color: var(--wpem-gray-border-color);
	background: var(--wpem-gray-bg-color);
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-group-header, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-group-header {
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-group-header div, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-group-header div {
	width: 40px;
	height: 40px;
	background-color: var(--wpem-white-color);
	border-radius: 100px;
	color: var(--wpem-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list {
	flex: 1;
	padding: 0 10px 10px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items {
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	color: var(--wpem-dark-color);
	background: var(--wpem-white-color);
	margin-top: 4px;
	border-radius: 4px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a {
	color: var(--wpem-dark-color);
	display: flex;
	padding: 10px 15px;
	align-items: center;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items:nth-child(odd), .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items:nth-child(odd) {
	background: var(--wpem-white-color);
	transition: .2s;
}

.wpem-single-organizer-profile-wrapper, .wpem-single-venue-profile-wrapper {
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile, .wpem-single-venue-profile-wrapper .wpem-venue-profile {
	max-width: unset;
	margin: 0 auto;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper {
	text-align: center;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img {
	height: auto;
	width: 100%;
	border-radius: 4px;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-description, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-description {
	margin-bottom: 20px;
	word-break: break-word;
	color: var(--wpem-gray-color);
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before {
	background-color: var(--wpem-white-color);
	-webkit-mask-size: 17px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	background-size: 17px;
	background-position: center;
	left: 0;
	top: 0;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions {
	margin: 0 auto;
	width: 100%;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-page-url-button, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions .wpem-venue-page-url-button {
	display: inline-block;
	margin: 4px;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-button, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions .wpem-venue-contact-button {
	display: inline-block;
	margin: 4px 0;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form, .wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form {
	padding: 25px;
	background: var(--wpem-white-color);
	border-radius: 7px;
	width: 100%;
	margin: 0;
	border: 1px solid var(--wpem-gray-border-color);
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons, .wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons {
	float: none;
	margin: -4px;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-submenu-ul, .wpem-main-vmenu-dashboard-nav ul li, .wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions p#status-message, .wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons p, .wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons p {
	margin: 0;
}

.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons .wpem-theme-button, .wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons .wpem-theme-button {
	margin: 4px;
	padding: 10px;
	line-height: 1.42;
}

.wpem-single-event-page .wpem-event-organizer-info-title, .wpem-single-event-page .wpem-event-venue-info-title {
	background: var(--wpem-gray-border-color);
	border-top: 1px solid var(--wpem-gray-border-color);
	border-bottom: 1px solid var(--wpem-gray-border-color);
	padding: 15px 20px;
	margin: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile {
	padding: 20px 30px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
	padding: 30px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content p {
	word-break: break-word;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info {
	padding: 30px 30px 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img {
	width: 100%;
	height: auto;
	display: block;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer {
	color: var(--wpem-gray-color);
	display: inline-block;
	margin-right: 10px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event .wpem-icon-eye {
	color: var(--wpem-primary-color);
	transition: color .2s ease-in-out;
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button {
	font-family: inherit;
	min-width: auto;
	width: calc(100% - 32px) !important;
	height: 41px;
	margin: 0;
	outline: 0;
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 4px;
	font-size: 17px;
	font-weight: 400;
	line-height: 41px;
	padding: 0 15px;
	background-color: var(--wpem-white-color);
	color: var(--wpem-gray-color);
	transition: .2s;
	overflow: hidden;
	position: relative;
}

.wpem-register-event-form .event-manager-registration-form.event-manager-form fieldset input[type=text], .wpem-register-event-form .event-manager-registration-form.event-manager-form fieldset select {
	width: 100%;
}

.wpem-event-listing-box-view .no_event_listings_found, .wpem-event-listing-calendar-view .no_event_listings_found, .wpem-event-listing-list-view .no_event_listings_found {
	padding: 15px;
	text-align: center;
	color: #721c24;
	display: inline-block;
	width: 100%;
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active {
	color: var(--wpem-primary-color);
	border: 1px solid var(--wpem-gray-border-color);
	border-bottom: none;
	margin-bottom: -1px;
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap {
	background: 0 0;
	padding-left: 3%;
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link {
	margin: 0 3px;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.wpem-event-organizer-tabs .event-organizer-tab-contents.wpem-tab-content.current, .wpem-event-venue-tabs .event-venue-tab-contents.wpem-tab-content.current {
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 4px;
}

.wpem-single-event-page .wpem-heading-text {
	font-size: 24px;
	font-weight: 700;
	color: var(--wpem-dark-color);
	padding: 0;
	margin: 0;
	line-height: 1.42;
}

.single_event_listing .wpem-organizer-inner-wrapper {
	padding: 20px 0;
	border-bottom: 1px solid var(--wpem-gray-border-color);
}

.single_event_listing .wpem-organizer-inner-wrapper:first-child, .wpem-main.wpem-single-event-widget-list-view .wpem-event-infomation {
	padding-top: 0;
}

.single_event_listing .wpem-organizer-inner-wrapper:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.single_event_listing .wpem-single-event-page .wpem-organizer-contact-form-wrapper .wpem-heading-text {
	margin-bottom: 15px;
	font-size: 24px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-form-wrapper {
	margin-top: 30px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-organizer-logo, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-venue-logo {
	width: 30px;
	height: auto;
	max-height: 30px;
	display: flex;
	border: 1px solid var(--wpem-gray-border-color);
	margin-right: 10px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-event-organizer-conunt-number, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-event-venue-conunt-number {
	display: flex;
	margin-left: auto;
	background: var(--wpem-gray-bg-color);
	color: var(--wpem-gray-color);
	justify-content: center;
	padding: 2px;
	border-radius: 4px;
	transition: .2s;
	min-width: 35px;
}

.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a:hover .wpem-event-organizer-conunt-number, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a:hover .wpem-event-venue-conunt-number {
	color: var(--wpem-white-color);
	background: var(--wpem-primary-color);
}

.organizer-related-data-counter, .venue-related-data-counter {
	display: flex;
	margin: 20px -5px 25px;
}

.organizer-counter-number-icon, .venue-counter-number-icon, .wpem-available-events-number-icon {
	display: flex;
	flex-direction: column;
	background: var(--wpem-gray-bg-color);
	border-radius: 4px;
	margin: 10px 5px;
}

.wpem-available-events-number-icon a.wpem-list-group-item {
	text-decoration: none;
}

.organizer-counter-upper-wrap, .venue-counter-upper-wrap {
	display: flex;
	align-items: center;
	font-size: 36px;
	justify-content: space-evenly;
	color: var(--wpem-dark-color);
	padding: 15px;
}

.organizer-counter-bottom-wrap, .venue-counter-bottom-wrap {
	color: var(--wpem-dark-color);
	display: flex;
	padding: 5px 20px;
	font-weight: 700;
	justify-content: center;
	margin-top: auto;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid var(--wpem-gray-border-color);
}

.organizer-counter-icon-wrap, .venue-counter-icon-wrap {
	justify-content: center;
	padding: 10px;
	color: var(--wpem-primary-color);
}

.organizer-counter-number-wrap, .venue-counter-number-wrap {
	font-weight: 700;
	padding: 10px;
}

div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-logo, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-logo {
	display: table-cell;
	max-width: 50px;
}

.wpem-main.wpem-single-event-widget .wpem-event-banner .wpem-event-banner-img img, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-logo img, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-logo img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

div#event-manager-event-dashboard .wpem-responsive-table-block .organizer_name a, div#event-manager-event-dashboard .wpem-responsive-table-block .venue_name a {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
}

div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext, div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext {
	max-height: 85px;
	overflow: auto;
	min-width: 200px;
}

div#event-manager-event-dashboard .wpem-responsive-table-block tbody tr:last-child .event-organizer-count.wpem-tooltip.wpem-tooltip-bottom span.organizer-events-list.wpem-tooltiptext, div#event-manager-event-dashboard .wpem-responsive-table-block tbody tr:last-child .event-venue-count.wpem-tooltip.wpem-tooltip-bottom span.venue-events-list.wpem-tooltiptext {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}

div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext span, div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext span {
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid var(--wpem-gray-border-color);
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button span.ui-button-icon-secondary.ui-icon.ui-icon-triangle-1-s {
	position: absolute;
	top: 17px;
	right: 5px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-title {
	margin: 5px 0 10px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-right-content p {
	word-break: break-word;
	margin: 0;
}

.single_event_listing .wpem-event-details .wpem-tooltip .wpem-tooltiptext {
	min-width: 180px;
	font-size: 14px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block {
	background: var(--wpem-gray-border-color);
	border-top: 1px solid var(--wpem-gray-border-color);
	border-bottom: 1px solid var(--wpem-gray-border-color);
	padding: 15px 30px;
	margin: 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details p {
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 5px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-details-content-items {
	padding: 10px 0;
	border-bottom: 1px solid var(--wpem-gray-border-color);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-textarea p.wpem-additional-info-block-title {
	color: var(--wpem-dark-color);
	font-size: 16px;
	padding-bottom: 10px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:last-child {
	display: inline-flex;
	width: 100%;
}

.wpem-d-inline-block.wpem-dashboard-i-block-btn {
	margin: 10px 0;
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
	margin: 20px 0;
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listing-type-page-title .wpem-heading-text {
	font-size: 32px;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.event_listing_preview_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion {
	color: var(--wpem-dark-color);
	cursor: pointer;
	position: relative;
	padding: 15px 20px;
	display: flex;
	margin-top: -1px;
	width: 100%;
	border-top: 1px solid var(--wpem-gray-border-color);
	border-bottom: 1px solid var(--wpem-gray-border-color);
	text-align: left;
	outline: 0;
	font-size: 15px;
	transition: .4s;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-listing-accordion-panel {
	border: 1px solid var(--wpem-gray-border-color);
	display: none;
	background-color: var(--wpem-gray-bg-color);
	overflow: hidden;
}

.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion i {
	margin-left: auto;
	display: block;
	line-height: 25px;
}

.wpem-form-wrapper .wpem-form-group .account-sign-in a, .wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button, .wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button {
	background: var(--wpem-gray-color);
	color: var(--wpem-white-color);
	transition: .2s ease-in-out;
}

.wpem-icon>a::before {
	font-family: wp-event-manager;
}

.wpem-listing-accordion .wpem-heading-text, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block .wpem-heading-text {
	font-size: 20px;
	line-height: 1.42;
}

.wpem-main-vmenu-dashboard-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	color: var(--wpem-dark-color);
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav-menu .wpem-main-vmenu-dashboard-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul {
	border-left: 1px solid var(--wpem-gray-border-color);
	border-right: 1px solid var(--wpem-gray-border-color);
	list-style: none;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: var(--wpem-dark-color);
	font-size: 16px;
	word-break: break-word;
	text-decoration: none;
	border-bottom: 1px solid var(--wpem-gray-border-color);
	transition: .2s linear;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link .wpem-main-vmenu-dashboard-nav-caret {
	width: 10px;
	text-align: center;
	margin-right: 5px;
	display: block;
	margin-left: auto;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-submenu-ul li {
	margin: 0;
	list-style: none;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link {
	background: var(--wpem-white-color);
	padding: 10px 18px 10px 36px;
	border-left: 4px solid transparent;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link i {
	margin-right: 10px;
	font-size: 14px;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li.wpem-main-vmenu-dashboard-sub-menu .wpem-main-vmenu-dashboard-link i.wpem-main-vmenu-caret {
	margin-right: 0;
	font-size: 10px;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link:hover {
	border-left: 4px solid;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li:first-child .wpem-main-vmenu-dashboard-link {
	border-top: 1px solid var(--wpem-gray-border-color);
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active {
	font-weight: 600;
	color: var(--wpem-primary-color);
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active {
	color: var(--wpem-primary-color);
	font-weight: 600;
	border-left: 4px solid var(--wpem-primary-color);
	padding-left: 36px;
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret {
	margin-left: auto;
	font-size: 11px;
	color: var(--wpem-gray-color);
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret-up {
	transform: rotate(90deg);
}

.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret-down {
	transform: rotate(270deg);
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 4px;
	margin: 5px 0 20px;
	overflow: hidden;
	transition: .2s;
	font-size: 14px;
	line-height: 1.42;
	color: var(--wpem-dark-color);
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-name a {
	color: var(--wpem-dark-color);
	transition: .2s;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action {
	display: flex;
	margin-left: auto;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn {
	display: inline-block;
	margin: 2px;
	height: 25px;
	width: 25px;
	position: relative;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a {
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: normal;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--wpem-primary-color);
	cursor: pointer;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	font-family: wp-event-manager;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 25px;
	font-size: 16px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-details::before {
	content: "";
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information {
	padding: 10px 38px 20px 15px;
	position: relative;
	width: 100%;
	display: block;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	height: 25px;
	background: var(--wpem-gray-color);
	color: var(--wpem-white-color);
	min-width: 25px;
	line-height: 22px;
	text-align: center;
	border: 2px solid var(--wpem-gray-color);
	font-size: 0;
	font-weight: 500;
	z-index: 1;
	border-radius: 3px;
	transition: .2s;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table h4.wpem-event-dashboard-information-title-box {
	color: var(--wpem-primary-color);
	border-bottom: 3px solid var(--wpem-primary-color);
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	align-items: center;
	border-radius: 3px;
	width: 100%;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section:before {
	content: "";
	font-family: wp-event-manager;
	font-size: 10px;
	color: var(--wpem-white-color);
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section:hover {
	background: red;
	border-color: red;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter h3.wpem-theme-text {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn i[class^=wpem-icon-] {
	color: var(--wpem-primary-color);
	transition: .2s;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn {
	display: inline-flex;
	border: 1px solid var(--wpem-gray-border-color);
	padding: 10px;
	border-radius: 3px;
	align-items: center;
	font-size: 16px;
	line-height: 25px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row .wpem-event-dashboard-information-table-lines {
	border-bottom: 1px solid var(--wpem-gray-border-color);
	padding: 5px;
	height: 100%;
	font-size: 14px;
	line-height: 26px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location {
	display: flex;
	border-top: 1px solid var(--wpem-gray-border-color);
	padding: 10px 15px;
	width: 100%;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location {
	margin: 5px 0 0;
	min-height: 18px;
	position: relative;
	width: 50%;
	padding-left: 20px;
	color: var(--wpem-gray-color);
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dashboard-event-name {
	margin-right: 20px;
	font-size: 18px;
	line-height: 1.42;
	font-weight: 600;
	word-break: break-all;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dashboard-event-name small {
	font-weight: 400;
	display: inline-block;
	margin: 3px 0 3px 5px;
	padding: 3px 8px;
	font-size: 13px;
	border-radius: 3px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time:before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 20px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location:before {
	content: "";
	font-family: wp-event-manager;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 18px;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list-body .wpem-dashboard-event-placeholder {
	margin-bottom: 5px;
	color: var(--wpem-dark-color);
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter {
	background: var(--wpem-gray-bg-color);
	padding: 10px 15px;
	margin: 0;
	border-radius: 3px;
	display: flex;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group {
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group button {
	width: 100%;
	height: 45px;
	margin: 0;
	white-space: nowrap;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group input.wpem-theme-button {
	margin: 0 0 0 5px;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block.wpem-events-filter-submit {
	width: auto;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block {
	width: 100%;
	margin-right: 5px;
}

.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block:last-child {
	margin-right: 0;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-title .wpem-theme-button i {
	font-size: 14px;
	line-height: 1.42;
}

.wpem-dashboard-main-title.wpem-dashboard-main-filter .wpem-d-inline-block.wpem-dashboard-i-block-btn {
	margin: 0 0 0 auto;
}

.wpem-dashboard-event-name small.wpem-event-status-pending-approval {
	background: #fff4d7;
	color: #6b4e00;
}

.wpem-dashboard-event-name small.wpem-event-status-cancelled {
	background: #ffd7d7;
	color: #940000;
}

.wpem-dashboard-event-name small.wpem-event-status-expired {
	background: #dadada;
	color: var(--wpem-dark-color);
}

.wpem-dashboard-event-name small.wpem-event-status-featured {
	background: #d1ecf1;
	color: #0c5460;
}

.wpem-alert ol, .wpem-alert ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.wpem-event-filter2-wrapper {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.wpem-event-filter2 {
	background-color: var(--wpem-white-color);
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.wpem-event-filter2 input {
	border: 0 !important;
	padding: 18px 10px !important;
	width: 100% !important;
	height: 60px !important;
	line-height: inherit !important;
}

.wpem-event-filter2 .wpem-form-group {
	border-right: 1px solid var(--wpem-gray-border-color);
	padding-left: 18px;
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
}

.wpem-event-filter2 .wpem-event-filter2-show-hide-link {
	margin: 0 15px;
	display: flex;
	align-items: center;
	color: var(--wpem-gray-color);
}

.wpem-event-filter2 .wpem-event-filter2-show-hide-link i {
	margin-right: 6px;
}

.wpem-event-filter2 .wpem-my-location {
	position: absolute;
	background: 0 0;
	padding: 0;
	border: 0;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	display: flex;
	opacity: .5;
	cursor: pointer;
}

.wpem-event-filter2 .wpem-my-location .wpem-my-location-img {
	width: 16px;
}

.wpem-event-filter2-advance {
	display: flex;
	align-items: center;
	margin: 15px -5px 0;
}

.wpem-event-filter2-advance .wpem-form-group {
	margin: 0 5px;
}

.wpem-event-filter2-advance .wpem-form-group:first-child {
	flex: 1;
}

.wpem-event-filter2-advance .wpem-form-group .event-manager-category-dropdown {
	border: 0 !important;
	font-size: 14px;
}

.wpem-event-show-filter2-data {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.wpem-event-show-filter2-data-title {
	font-size: 16px;
	font-weight: 500;
	margin-right: 15px;
}

.wpem-event-show-filter2-data-box {
	border-radius: 4px;
	padding: 5px 10px;
	margin-right: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: var(--wpem-primary-color);
	position: relative;
	overflow: hidden;
}

.wpem-event-show-filter2-data-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--wpem-primary-color);
	opacity: .1;
}

.wpem-event-show-filter2-data-box i {
	margin-left: 5px;
	cursor: pointer;
}

.wpem-event-show-filter2-data-box span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.wpem-event-show-filter2-data-right {
	flex: 1;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wpem-event-show-filter2-data-right a {
	border-left: 1px solid var(--wpem-gray-border-color);
	margin-left: 10px;
	padding-left: 10px;
}

.wpem-event-filter2-wrapper .chosen-container, .wpem-event-filter2-wrapper .comiseo-daterangepicker-triggerbutton.ui-button {
	border: 0;
}

.wpem-event-filter2-wrapper .chosen-container .chosen-choices, .wpem-event-filter2-wrapper .chosen-container .chosen-drop .chosen-results li, .wpem-event-filter2-wrapper .chosen-container .chosen-single {
	font-size: 14px;
}

.wpem-event-filter2-wrapper .chosen-container-single .chosen-single span {
	max-width: 150px;
}

.wpem-main.wpem-single-event-widget-list-view {
	display: flex;
	padding: 10px;
}

.wpem-main.wpem-single-event-widget-list-view>.event-widget {
	width: 80px;
	flex: 0 0 80px;
}

.wpem-main.wpem-single-event-widget-list-view .event-widget .wpem-event-banner img {
	width: 80px;
	height: 70px;
	object-fit: cover;
	border-radius: 4px;
	overflow: hidden;
}

@media screen and (max-width:1024px) {
	.wpem-single-event-page .wpem-single-event-body .wpem-single-event-left-content {
		max-width: 60%;
		flex: 0 0 60%;
	}
	
	.wpem-single-event-page .wpem-single-event-body .wpem-single-event-right-content {
		max-width: 40%;
		flex: 0 0 40%;
	}
}

@media screen and (max-width:992px) {
	.wpem-single-event-page .wpem-single-event-body .wpem-single-event-left-content, .wpem-single-event-page .wpem-single-event-body .wpem-single-event-right-content, .wpem-single-event-page .wpem-single-event-header-top .wpem-single-event-images {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img {
		height: auto;
		width: 100%;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info {
		padding: 25px 35px;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info .wpem-event-date {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details {
		width: 100%;
		margin-bottom: 0;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title {
		margin-bottom: 0;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-ticket {
		position: static;
		margin-top: 15px;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
		padding: 20px;
	}
	
	.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after {
		display: none;
	}
	
	.event_listing_preview_title {
		margin: 0;
	}
	
	.event_listing_preview_title .event-manager-button-edit-listing, .event_listing_preview_title .event-manager-button-submit-listing {
		width: 100%;
		margin: 5px;
	}
	
	.event_listing_preview_title h2 {
		color: var(--wpem-white-color);
		margin: 10px 20px;
	}
}

@media only screen and (max-width:800px) {
	table.wpem-responsive-table-wrapper {
		border: none;
	}
	
	table.wpem-responsive-table-wrapper, table.wpem-responsive-table-wrapper tbody, table.wpem-responsive-table-wrapper td, table.wpem-responsive-table-wrapper th, table.wpem-responsive-table-wrapper thead, table.wpem-responsive-table-wrapper tr {
		display: block;
	}
	
	table.wpem-responsive-table-wrapper thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.wpem-responsive-table-wrapper tr {
		border: 1px solid var(--wpem-gray-border-color);
	}
	
	table.wpem-responsive-table-wrapper td {
		border: none;
		border-bottom: 1px solid var(--wpem-gray-border-color);
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left;
	}
	
	table.wpem-responsive-table-wrapper td:before {
		position: absolute;
		top: 15px;
		left: 16px;
		width: 45%;
		padding-right: 10px;
		white-space: normal;
		text-align: left;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 52px;
		line-height: 20px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		content: attr(data-title);
	}
	
	table.wpem-responsive-table-wrapper .wpem-tbody-th-label {
		display: none;
	}
	
	table.wpem-responsive-table-wrapper td.wpem_data_td_empty {
		padding: 10px !important;
	}
}

@media screen and (max-width:768px) and (max-width:937px) {
	.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon {
		margin: 2px;
		height: 30px;
		width: 30px;
	}
	
	.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before, .wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (max-width:768px) {
	.wpem-modal {
		width: 100%;
		margin: 0;
		top: 0;
		left: 0;
	}
	
	.single-event-attendee-container .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list {
		width: 100%;
	}
	
	.wpem-single-event-page .wpem-single-event-sidebar-info {
		margin-bottom: 0;
	}
	
	.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button, .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button {
		padding: 15px;
	}
	
	.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-col-md-6, .wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.wpem-tabs-wrapper .wpem-tabs-wrap {
		display: inline-block;
		width: 100%;
	}
	
	.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap {
		background: 0 0;
		padding: 0 3%;
	}
	
	.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link {
		border-top: 1px solid var(--wpem-gray-border-color);
	}
	
	.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link:first-child {
		border-top: 0;
	}
	
	.wpem-add-tickets-tab-wrapper .wpem-tabs-action-buttons {
		position: relative;
		right: 5px;
		top: 5px;
		float: right;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row .wpem-event-dashboard-information-table-lines {
		border: none;
		padding-bottom: 0;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row div+div .wpem-event-dashboard-information-table-lines {
		border-bottom: 1px solid var(--wpem-gray-border-color);
		padding-bottom: 5px;
	}
	
	.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block {
		margin-right: 0;
	}
	
	.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter {
		flex-direction: column;
	}
	
	.wpem-dashboard-main-title.wpem-dashboard-main-filter {
		flex-wrap: wrap;
		margin-top: 30px;
		margin-left: 0;
	}
	
	.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions div+div {
		margin-left: 0;
	}
}

@media screen and (min-width:600px) and (max-width:768px) {
	.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link {
		display: inline-flex;
	}
}

@media only screen and (max-width:600px) {
	.event-manager-pagination ul.page-numbers, .event-manager-pagination-2 ul.page-numbers {
		display: inline-block;
		text-align: center;
	}
	
	.event-manager-pagination ul.page-numbers li, .event-manager-pagination-2 ul.page-numbers li {
		padding: 3px;
	}
	
	.event-manager-pagination ul.page-numbers li .page-numbers, .event-manager-pagination-2 ul.page-numbers li .page-numbers {
		margin: 0;
	}
	
	.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content .wpem-theme-button {
		margin: 5px 0;
		width: 100%;
	}
	
	.organizer-related-data-counter, .venue-related-data-counter {
		display: inline-block;
	}
	
	.organizer-counter-number-icon, .venue-counter-number-icon, .wpem-available-events-number-icon {
		display: block;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap {
		flex-direction: column;
		align-items: start;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dboard-event-action {
		margin-top: 10px;
		margin-left: 0;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location {
		flex-wrap: wrap;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location {
		width: 100%;
		margin: 5px 0;
	}
	
	.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location br {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.wpem-form-wrapper .wpem-form-group.wpem-location-container button.wpem-my-location {
		right: 0;
		padding: 13px;
	}
	
	.wpem-form-wrapper .wpem-col {
		width: 100%;
		flex: unset;
	}
	
	.wpem-form-wrapper .filter_wide.filter_by_tag {
		text-align: center;
	}
	
	.wpem-form-wrapper .filter_wide.filter_by_tag .filter_by_tag_cloud {
		margin-top: 5px;
	}
	
	.wpem-form-wrapper .filter_wide.filter_by_tag .filter_by_tag_cloud .tag-cloud-link {
		margin: 2px 0;
	}
	
	.wpem-form-wrapper .showing_applied_filters {
		text-align: center;
		line-height: 18px;
		padding: 5px 10px;
	}
	
	.wpem-form-wrapper .showing_applied_filters a {
		float: none;
		margin: 7px;
	}
	
	.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action {
		margin: auto;
		width: 100%;
		border-radius: 4px;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	
	.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
		height: 35px;
		line-height: 35px;
		width: 33.3%;
		margin: 0;
		border-radius: 0;
	}
	
	.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
		display: none;
	}
	
	.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
		padding-left: 0;
	}
	
	.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
		margin-bottom: 10px;
	}
	
	.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
		font-size: 21px;
		line-height: 25px;
	}
}

@media only screen and (max-width:500px) {
	.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon, .wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (max-width:370px) {
	div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before, div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before, div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon {
		margin: 2px;
		height: 20px;
		width: 20px;
		-webkit-mask-size: 10px;
	}
}

table.wp-list-table th#aioseo-details {
	max-width: 20%;
	width: 100%;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a.wpem-modal-button {
	color: #fff;
}

div.wpem-empty-date {
	text-align: center;
	width: 40%;
}

.wpem_loader {
	pointer-events: none;
	user-select: none;
}

/*! jQuery UI - v1.12.1 - 2018-08-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_444444_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_555555_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy, .ui-button:hover .ui-icon.nitro-lazy, .ui-button:focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy, .ui-button:active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_777620_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy, .ui-button .ui-state-highlight.ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_cc0000_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button .ui-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_777777_256x240.png");
}

.ui-button .ui-icon.nitro-lazy {
	background-image: none !important;
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	outline: 0;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980ec;
	color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

html {
	-ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

.wpem-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

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

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

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

.wpem-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.wpem-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.wpem-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.wpem-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.wpem-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

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

.wpem-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.wpem-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

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

.wpem-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.wpem-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

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

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

.wpem-order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

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

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

.wpem-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.wpem-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.wpem-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.wpem-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.wpem-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.wpem-order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.wpem-order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.wpem-order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.wpem-order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.wpem-order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.wpem-order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpem-d-none {
	display: none !important;
}

.wpem-d-inline {
	display: inline !important;
}

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

.wpem-d-block {
	display: block !important;
}

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

.wpem-d-table-row {
	display: table-row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpem-flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.wpem-flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.wpem-flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.wpem-flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.wpem-flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpem-align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

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

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

.wpem-align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

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

.wpem-align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.wpem-flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.wpem-flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.wpem-flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.wpem-flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.wpem-flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.wpem-flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.wpem-flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.wpem-flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.wpem-flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.wpem-flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.wpem-flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.wpem-flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.wpem-justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.wpem-justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.wpem-justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.wpem-justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.wpem-justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.wpem-align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.wpem-align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.wpem-align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.wpem-align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.wpem-align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.wpem-align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.wpem-align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.wpem-align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.wpem-align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.wpem-align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.wpem-align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.wpem-align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.wpem-align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.wpem-align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.wpem-align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.wpem-align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.wpem-align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.wpem-flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.wpem-flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.wpem-flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.wpem-flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.wpem-flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.wpem-flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.wpem-flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.wpem-flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.wpem-flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.wpem-flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.wpem-flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.wpem-flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.wpem-justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.wpem-justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.wpem-justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.wpem-justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.wpem-justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.wpem-align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.wpem-align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.wpem-align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.wpem-align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.wpem-align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.wpem-align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.wpem-align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.wpem-align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.wpem-align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.wpem-align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.wpem-align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.wpem-align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.wpem-align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.wpem-align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.wpem-align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.wpem-align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.wpem-align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.wpem-flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.wpem-flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.wpem-flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.wpem-flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.wpem-flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.wpem-flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.wpem-flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.wpem-flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.wpem-flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.wpem-flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.wpem-flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.wpem-flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.wpem-justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.wpem-justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.wpem-justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.wpem-justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.wpem-justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.wpem-align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.wpem-align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.wpem-align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.wpem-align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.wpem-align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.wpem-align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.wpem-align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.wpem-align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.wpem-align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.wpem-align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.wpem-align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.wpem-align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.wpem-align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.wpem-align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.wpem-align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.wpem-align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.wpem-align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.wpem-flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.wpem-flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.wpem-flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.wpem-flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.wpem-flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.wpem-flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.wpem-flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.wpem-flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.wpem-flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.wpem-flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.wpem-flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.wpem-flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.wpem-justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.wpem-justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.wpem-justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.wpem-justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.wpem-justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.wpem-align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.wpem-align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.wpem-align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.wpem-align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.wpem-align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.wpem-align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.wpem-align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.wpem-align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.wpem-align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.wpem-align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.wpem-align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.wpem-align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.wpem-align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.wpem-align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.wpem-align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.wpem-align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.wpem-align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpem-visible {
	visibility: visible !important;
}

.wpem-invisible {
	visibility: hidden !important;
}

i[class*="wpem-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "wp-event-manager" !important;
	speak: none;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wpem-icon-help:before {
	content: "";
}

.wpem-icon-cheveron-down:before {
	content: "";
}

.wpem-icon-cheveron-left:before {
	content: "";
}

.wpem-icon-cheveron-right:before {
	content: "";
}

.wpem-icon-activity-grid:before {
	content: "";
}

.wpem-icon-user-outline:before {
	content: "";
}

.wpem-icon-add-friend:before {
	content: "";
}

.wpem-icon-user-rectangle:before {
	content: "";
}

.wpem-icon-two-people:before {
	content: "";
}

.wpem-icon-salesforce:before {
	content: "";
}

.wpem-icon-zapier:before {
	content: "";
}

.wpem-icon-zoho:before {
	content: "";
}

.wpem-icon-hubspot:before {
	content: "";
}

.wpem-icon-active-campaign:before {
	content: "";
}

.wpem-icon-file-share:before {
	content: "";
}

.wpem-icon-file-share-off:before {
	content: "";
}

.wpem-icon-message-square:before {
	content: "";
}

.wpem-icon-message-circle:before {
	content: "";
}

.wpem-icon-bar:before {
	content: "";
}

.wpem-icon-booth1:before {
	content: "";
}

.wpem-icon-close:before {
	content: "";
}

.wpem-icon-eye1:before {
	content: "";
}

.wpem-icon-eye-off:before {
	content: "";
}

.wpem-icon-maximize:before {
	content: "";
}

.wpem-icon-mic1:before {
	content: "";
}

.wpem-icon-mic-off:before {
	content: "";
}

.wpem-icon-minimize:before {
	content: "";
}

.wpem-icon-phone1:before {
	content: "";
}

.wpem-icon-phone-off:before {
	content: "";
}

.wpem-icon-pin:before {
	content: "";
}

.wpem-icon-pin-off:before {
	content: "";
}

.wpem-icon-screenshare:before {
	content: "";
}

.wpem-icon-screenshare-off:before {
	content: "";
}

.wpem-icon-settings:before {
	content: "";
}

.wpem-icon-trash:before {
	content: "";
}

.wpem-icon-videoicon:before {
	content: "";
}

.wpem-icon-videooff:before {
	content: "";
}

.wpem-icon-bronze-medal:before {
	content: "";
}

.wpem-icon-vidoe-call:before {
	content: "";
}

.wpem-icon-constant-contact:before {
	content: "";
}

.wpem-icon-send1:before {
	content: "";
}

.wpem-icon-sponsors:before {
	content: "";
}

.wpem-icon-announcement:before {
	content: "";
}

.wpem-icon-bell2:before {
	content: "";
}

.wpem-icon-close-round:before {
	content: "";
}

.wpem-icon-emoji-smile:before {
	content: "";
}

.wpem-icon-feed1:before {
	content: "";
}

.wpem-icon-filter1:before {
	content: "";
}

.wpem-icon-grid:before {
	content: "";
}

.wpem-icon-messages:before {
	content: "";
}

.wpem-icon-0mic-mute:before {
	content: "";
}

.wpem-icon-raise-hands:before {
	content: "";
}

.wpem-icon-people:before {
	content: "";
}

.wpem-icon-events:before {
	content: "";
}

.wpem-icon-reception:before {
	content: "";
}

.wpem-icon-expo:before {
	content: "";
}

.wpem-icon-lounge:before {
	content: "";
}

.wpem-icon-sessions:before {
	content: "";
}

.wpem-icon-booth:before {
	content: "";
}

.wpem-icon-counter:before {
	content: "";
}

.wpem-icon-meeting:before {
	content: "";
}

.wpem-icon-menu5:before {
	content: "";
}

.wpem-icon-send:before {
	content: "";
}

.wpem-icon-chatting:before {
	content: "";
}

.wpem-icon-event:before {
	content: "";
}

.wpem-icon-bell1:before {
	content: "";
}

.wpem-icon-cinema:before {
	content: "";
}

.wpem-icon-home:before {
	content: "";
}

.wpem-icon-home2:before {
	content: "";
}

.wpem-icon-home3:before {
	content: "";
}

.wpem-icon-office:before {
	content: "";
}

.wpem-icon-newspaper:before {
	content: "";
}

.wpem-icon-pencil:before {
	content: "";
}

.wpem-icon-pencil2:before {
	content: "";
}

.wpem-icon-quill:before {
	content: "";
}

.wpem-icon-pen:before {
	content: "";
}

.wpem-icon-blog:before {
	content: "";
}

.wpem-icon-eyedropper:before {
	content: "";
}

.wpem-icon-droplet:before {
	content: "";
}

.wpem-icon-paint-format:before {
	content: "";
}

.wpem-icon-image:before {
	content: "";
}

.wpem-icon-images:before {
	content: "";
}

.wpem-icon-camera:before {
	content: "";
}

.wpem-icon-headphones:before {
	content: "";
}

.wpem-icon-music:before {
	content: "";
}

.wpem-icon-play:before {
	content: "";
}

.wpem-icon-film:before {
	content: "";
}

.wpem-icon-video-camera:before {
	content: "";
}

.wpem-icon-dice:before {
	content: "";
}

.wpem-icon-pacman:before {
	content: "";
}

.wpem-icon-spades:before {
	content: "";
}

.wpem-icon-clubs:before {
	content: "";
}

.wpem-icon-diamonds:before {
	content: "";
}

.wpem-icon-bullhorn:before {
	content: "";
}

.wpem-icon-connection:before {
	content: "";
}

.wpem-icon-podcast:before {
	content: "";
}

.wpem-icon-feed:before {
	content: "";
}

.wpem-icon-mic:before {
	content: "";
}

.wpem-icon-book:before {
	content: "";
}

.wpem-icon-books:before {
	content: "";
}

.wpem-icon-library:before {
	content: "";
}

.wpem-icon-file-text:before {
	content: "";
}

.wpem-icon-profile:before {
	content: "";
}

.wpem-icon-file-empty:before {
	content: "";
}

.wpem-icon-files-empty:before {
	content: "";
}

.wpem-icon-file-text2:before {
	content: "";
}

.wpem-icon-file-picture:before {
	content: "";
}

.wpem-icon-file-music:before {
	content: "";
}

.wpem-icon-file-play:before {
	content: "";
}

.wpem-icon-file-video:before {
	content: "";
}

.wpem-icon-file-zip:before {
	content: "";
}

.wpem-icon-copy:before {
	content: "";
}

.wpem-icon-paste:before {
	content: "";
}

.wpem-icon-stack:before {
	content: "";
}

.wpem-icon-folder:before {
	content: "";
}

.wpem-icon-folder-open:before {
	content: "";
}

.wpem-icon-folder-plus:before {
	content: "";
}

.wpem-icon-folder-minus:before {
	content: "";
}

.wpem-icon-folder-download:before {
	content: "";
}

.wpem-icon-folder-upload:before {
	content: "";
}

.wpem-icon-price-tag:before {
	content: "";
}

.wpem-icon-price-tags:before {
	content: "";
}

.wpem-icon-barcode:before {
	content: "";
}

.wpem-icon-qrcode:before {
	content: "";
}

.wpem-icon-ticket:before {
	content: "";
}

.wpem-icon-cart:before {
	content: "";
}

.wpem-icon-coin-dollar:before {
	content: "";
}

.wpem-icon-coin-euro:before {
	content: "";
}

.wpem-icon-coin-pound:before {
	content: "";
}

.wpem-icon-coin-yen:before {
	content: "";
}

.wpem-icon-credit-card:before {
	content: "";
}

.wpem-icon-calculator:before {
	content: "";
}

.wpem-icon-lifebuoy:before {
	content: "";
}

.wpem-icon-phone:before {
	content: "";
}

.wpem-icon-phone-hang-up:before {
	content: "";
}

.wpem-icon-address-book:before {
	content: "";
}

.wpem-icon-envelop:before {
	content: "";
}

.wpem-icon-pushpin:before {
	content: "";
}

.wpem-icon-location:before {
	content: "";
}

.wpem-icon-location2:before {
	content: "";
}

.wpem-icon-compass:before {
	content: "";
}

.wpem-icon-compass2:before {
	content: "";
}

.wpem-icon-map:before {
	content: "";
}

.wpem-icon-map2:before {
	content: "";
}

.wpem-icon-history:before {
	content: "";
}

.wpem-icon-clock:before {
	content: "";
}

.wpem-icon-clock2:before {
	content: "";
}

.wpem-icon-alarm:before {
	content: "";
}

.wpem-icon-bell:before {
	content: "";
}

.wpem-icon-stopwatch:before {
	content: "";
}

.wpem-icon-calendar:before {
	content: "";
}

.wpem-icon-printer:before {
	content: "";
}

.wpem-icon-keyboard:before {
	content: "";
}

.wpem-icon-display:before {
	content: "";
}

.wpem-icon-laptop:before {
	content: "";
}

.wpem-icon-mobile:before {
	content: "";
}

.wpem-icon-mobile2:before {
	content: "";
}

.wpem-icon-tablet:before {
	content: "";
}

.wpem-icon-tv:before {
	content: "";
}

.wpem-icon-drawer:before {
	content: "";
}

.wpem-icon-drawer2:before {
	content: "";
}

.wpem-icon-box-add:before {
	content: "";
}

.wpem-icon-box-remove:before {
	content: "";
}

.wpem-icon-download:before {
	content: "";
}

.wpem-icon-upload:before {
	content: "";
}

.wpem-icon-floppy-disk:before {
	content: "";
}

.wpem-icon-drive:before {
	content: "";
}

.wpem-icon-database:before {
	content: "";
}

.wpem-icon-undo:before {
	content: "";
}

.wpem-icon-redo:before {
	content: "";
}

.wpem-icon-undo2:before {
	content: "";
}

.wpem-icon-redo2:before {
	content: "";
}

.wpem-icon-forward:before {
	content: "";
}

.wpem-icon-reply:before {
	content: "";
}

.wpem-icon-bubble:before {
	content: "";
}

.wpem-icon-bubbles:before {
	content: "";
}

.wpem-icon-bubbles2:before {
	content: "";
}

.wpem-icon-bubble2:before {
	content: "";
}

.wpem-icon-bubbles3:before {
	content: "";
}

.wpem-icon-bubbles4:before {
	content: "";
}

.wpem-icon-user:before {
	content: "";
}

.wpem-icon-users:before {
	content: "";
}

.wpem-icon-user-plus:before {
	content: "";
}

.wpem-icon-user-minus:before {
	content: "";
}

.wpem-icon-user-check:before {
	content: "";
}

.wpem-icon-user-tie:before {
	content: "";
}

.wpem-icon-quotes-left:before {
	content: "";
}

.wpem-icon-quotes-right:before {
	content: "";
}

.wpem-icon-hour-glass:before {
	content: "";
}

.wpem-icon-spinner:before {
	content: "";
}

.wpem-icon-spinner2:before {
	content: "";
}

.wpem-icon-spinner3:before {
	content: "";
}

.wpem-icon-spinner4:before {
	content: "";
}

.wpem-icon-spinner5:before {
	content: "";
}

.wpem-icon-spinner6:before {
	content: "";
}

.wpem-icon-spinner7:before {
	content: "";
}

.wpem-icon-spinner8:before {
	content: "";
}

.wpem-icon-spinner9:before {
	content: "";
}

.wpem-icon-spinner10:before {
	content: "";
}

.wpem-icon-spinner11:before {
	content: "";
}

.wpem-icon-binoculars:before {
	content: "";
}

.wpem-icon-search:before {
	content: "";
}

.wpem-icon-zoom-in:before {
	content: "";
}

.wpem-icon-zoom-out:before {
	content: "";
}

.wpem-icon-enlarge:before {
	content: "";
}

.wpem-icon-shrink:before {
	content: "";
}

.wpem-icon-enlarge2:before {
	content: "";
}

.wpem-icon-shrink2:before {
	content: "";
}

.wpem-icon-key:before {
	content: "";
}

.wpem-icon-key2:before {
	content: "";
}

.wpem-icon-lock:before {
	content: "";
}

.wpem-icon-unlocked:before {
	content: "";
}

.wpem-icon-wrench:before {
	content: "";
}

.wpem-icon-equalizer:before {
	content: "";
}

.wpem-icon-equalizer2:before {
	content: "";
}

.wpem-icon-cog:before {
	content: "";
}

.wpem-icon-cogs:before {
	content: "";
}

.wpem-icon-hammer:before {
	content: "";
}

.wpem-icon-magic-wand:before {
	content: "";
}

.wpem-icon-aid-kit:before {
	content: "";
}

.wpem-icon-bug:before {
	content: "";
}

.wpem-icon-pie-chart:before {
	content: "";
}

.wpem-icon-stats-dots:before {
	content: "";
}

.wpem-icon-stats-bars:before {
	content: "";
}

.wpem-icon-stats-bars2:before {
	content: "";
}

.wpem-icon-trophy:before {
	content: "";
}

.wpem-icon-gift:before {
	content: "";
}

.wpem-icon-glass:before {
	content: "";
}

.wpem-icon-glass2:before {
	content: "";
}

.wpem-icon-mug:before {
	content: "";
}

.wpem-icon-spoon-knife:before {
	content: "";
}

.wpem-icon-leaf:before {
	content: "";
}

.wpem-icon-rocket:before {
	content: "";
}

.wpem-icon-meter:before {
	content: "";
}

.wpem-icon-meter2:before {
	content: "";
}

.wpem-icon-hammer2:before {
	content: "";
}

.wpem-icon-fire:before {
	content: "";
}

.wpem-icon-lab:before {
	content: "";
}

.wpem-icon-magnet:before {
	content: "";
}

.wpem-icon-bin:before {
	content: "";
}

.wpem-icon-bin2:before {
	content: "";
}

.wpem-icon-briefcase:before {
	content: "";
}

.wpem-icon-airplane:before {
	content: "";
}

.wpem-icon-truck:before {
	content: "";
}

.wpem-icon-road:before {
	content: "";
}

.wpem-icon-accessibility:before {
	content: "";
}

.wpem-icon-target:before {
	content: "";
}

.wpem-icon-shield:before {
	content: "";
}

.wpem-icon-power:before {
	content: "";
}

.wpem-icon-switch:before {
	content: "";
}

.wpem-icon-power-cord:before {
	content: "";
}

.wpem-icon-clipboard:before {
	content: "";
}

.wpem-icon-list-numbered:before {
	content: "";
}

.wpem-icon-list:before {
	content: "";
}

.wpem-icon-list2:before {
	content: "";
}

.wpem-icon-tree:before {
	content: "";
}

.wpem-icon-menu:before {
	content: "";
}

.wpem-icon-menu2:before {
	content: "";
}

.wpem-icon-menu3:before {
	content: "";
}

.wpem-icon-menu4:before {
	content: "";
}

.wpem-icon-cloud:before {
	content: "";
}

.wpem-icon-cloud-download:before {
	content: "";
}

.wpem-icon-cloud-upload:before {
	content: "";
}

.wpem-icon-cloud-check:before {
	content: "";
}

.wpem-icon-download2:before {
	content: "";
}

.wpem-icon-upload2:before {
	content: "";
}

.wpem-icon-download3:before {
	content: "";
}

.wpem-icon-upload3:before {
	content: "";
}

.wpem-icon-sphere:before {
	content: "";
}

.wpem-icon-earth:before {
	content: "";
}

.wpem-icon-link:before {
	content: "";
}

.wpem-icon-flag:before {
	content: "";
}

.wpem-icon-attachment:before {
	content: "";
}

.wpem-icon-eye:before {
	content: "";
}

.wpem-icon-eye-plus:before {
	content: "";
}

.wpem-icon-eye-minus:before {
	content: "";
}

.wpem-icon-eye-blocked:before {
	content: "";
}

.wpem-icon-bookmark:before {
	content: "";
}

.wpem-icon-bookmarks:before {
	content: "";
}

.wpem-icon-sun:before {
	content: "";
}

.wpem-icon-contrast:before {
	content: "";
}

.wpem-icon-brightness-contrast:before {
	content: "";
}

.wpem-icon-star-empty:before {
	content: "";
}

.wpem-icon-star-half:before {
	content: "";
}

.wpem-icon-star-full:before {
	content: "";
}

.wpem-icon-heart:before {
	content: "";
}

.wpem-icon-heart-broken:before {
	content: "";
}

.wpem-icon-man:before {
	content: "";
}

.wpem-icon-woman:before {
	content: "";
}

.wpem-icon-man-woman:before {
	content: "";
}

.wpem-icon-happy:before {
	content: "";
}

.wpem-icon-happy2:before {
	content: "";
}

.wpem-icon-smile:before {
	content: "";
}

.wpem-icon-smile2:before {
	content: "";
}

.wpem-icon-tongue:before {
	content: "";
}

.wpem-icon-tongue2:before {
	content: "";
}

.wpem-icon-sad:before {
	content: "";
}

.wpem-icon-sad2:before {
	content: "";
}

.wpem-icon-wink:before {
	content: "";
}

.wpem-icon-wink2:before {
	content: "";
}

.wpem-icon-grin:before {
	content: "";
}

.wpem-icon-grin2:before {
	content: "";
}

.wpem-icon-cool:before {
	content: "";
}

.wpem-icon-cool2:before {
	content: "";
}

.wpem-icon-angry:before {
	content: "";
}

.wpem-icon-angry2:before {
	content: "";
}

.wpem-icon-evil:before {
	content: "";
}

.wpem-icon-evil2:before {
	content: "";
}

.wpem-icon-shocked:before {
	content: "";
}

.wpem-icon-shocked2:before {
	content: "";
}

.wpem-icon-baffled:before {
	content: "";
}

.wpem-icon-baffled2:before {
	content: "";
}

.wpem-icon-confused:before {
	content: "";
}

.wpem-icon-confused2:before {
	content: "";
}

.wpem-icon-neutral:before {
	content: "";
}

.wpem-icon-neutral2:before {
	content: "";
}

.wpem-icon-hipster:before {
	content: "";
}

.wpem-icon-hipster2:before {
	content: "";
}

.wpem-icon-wondering:before {
	content: "";
}

.wpem-icon-wondering2:before {
	content: "";
}

.wpem-icon-sleepy:before {
	content: "";
}

.wpem-icon-sleepy2:before {
	content: "";
}

.wpem-icon-frustrated:before {
	content: "";
}

.wpem-icon-frustrated2:before {
	content: "";
}

.wpem-icon-crying:before {
	content: "";
}

.wpem-icon-crying2:before {
	content: "";
}

.wpem-icon-point-up:before {
	content: "";
}

.wpem-icon-point-right:before {
	content: "";
}

.wpem-icon-point-down:before {
	content: "";
}

.wpem-icon-point-left:before {
	content: "";
}

.wpem-icon-warning:before {
	content: "";
}

.wpem-icon-notification:before {
	content: "";
}

.wpem-icon-question:before {
	content: "";
}

.wpem-icon-plus:before {
	content: "";
}

.wpem-icon-minus:before {
	content: "";
}

.wpem-icon-info:before {
	content: "";
}

.wpem-icon-cancel-circle:before {
	content: "";
}

.wpem-icon-blocked:before {
	content: "";
}

.wpem-icon-cross:before {
	content: "";
}

.wpem-icon-checkmark:before {
	content: "";
}

.wpem-icon-checkmark2:before {
	content: "";
}

.wpem-icon-spell-check:before {
	content: "";
}

.wpem-icon-enter:before {
	content: "";
}

.wpem-icon-exit:before {
	content: "";
}

.wpem-icon-play2:before {
	content: "";
}

.wpem-icon-pause:before {
	content: "";
}

.wpem-icon-stop:before {
	content: "";
}

.wpem-icon-previous:before {
	content: "";
}

.wpem-icon-next:before {
	content: "";
}

.wpem-icon-backward:before {
	content: "";
}

.wpem-icon-forward2:before {
	content: "";
}

.wpem-icon-play3:before {
	content: "";
}

.wpem-icon-pause2:before {
	content: "";
}

.wpem-icon-stop2:before {
	content: "";
}

.wpem-icon-backward2:before {
	content: "";
}

.wpem-icon-forward3:before {
	content: "";
}

.wpem-icon-first:before {
	content: "";
}

.wpem-icon-last:before {
	content: "";
}

.wpem-icon-previous2:before {
	content: "";
}

.wpem-icon-next2:before {
	content: "";
}

.wpem-icon-eject:before {
	content: "";
}

.wpem-icon-volume-high:before {
	content: "";
}

.wpem-icon-volume-medium:before {
	content: "";
}

.wpem-icon-volume-low:before {
	content: "";
}

.wpem-icon-volume-mute:before {
	content: "";
}

.wpem-icon-volume-mute2:before {
	content: "";
}

.wpem-icon-volume-increase:before {
	content: "";
}

.wpem-icon-volume-decrease:before {
	content: "";
}

.wpem-icon-loop:before {
	content: "";
}

.wpem-icon-loop2:before {
	content: "";
}

.wpem-icon-infinite:before {
	content: "";
}

.wpem-icon-shuffle:before {
	content: "";
}

.wpem-icon-arrow-up-left:before {
	content: "";
}

.wpem-icon-arrow-up:before {
	content: "";
}

.wpem-icon-arrow-up-right:before {
	content: "";
}

.wpem-icon-arrow-right:before {
	content: "";
}

.wpem-icon-arrow-down-right:before {
	content: "";
}

.wpem-icon-arrow-down:before {
	content: "";
}

.wpem-icon-arrow-down-left:before {
	content: "";
}

.wpem-icon-arrow-left:before {
	content: "";
}

.wpem-icon-arrow-up-left2:before {
	content: "";
}

.wpem-icon-arrow-up2:before {
	content: "";
}

.wpem-icon-arrow-up-right2:before {
	content: "";
}

.wpem-icon-arrow-right2:before {
	content: "";
}

.wpem-icon-arrow-down-right2:before {
	content: "";
}

.wpem-icon-arrow-down2:before {
	content: "";
}

.wpem-icon-arrow-down-left2:before {
	content: "";
}

.wpem-icon-arrow-left2:before {
	content: "";
}

.wpem-icon-circle-up:before {
	content: "";
}

.wpem-icon-circle-right:before {
	content: "";
}

.wpem-icon-circle-down:before {
	content: "";
}

.wpem-icon-circle-left:before {
	content: "";
}

.wpem-icon-tab:before {
	content: "";
}

.wpem-icon-move-up:before {
	content: "";
}

.wpem-icon-move-down:before {
	content: "";
}

.wpem-icon-sort-alpha-asc:before {
	content: "";
}

.wpem-icon-sort-alpha-desc:before {
	content: "";
}

.wpem-icon-sort-numeric-asc:before {
	content: "";
}

.wpem-icon-sort-numberic-desc:before {
	content: "";
}

.wpem-icon-sort-amount-asc:before {
	content: "";
}

.wpem-icon-sort-amount-desc:before {
	content: "";
}

.wpem-icon-command:before {
	content: "";
}

.wpem-icon-shift:before {
	content: "";
}

.wpem-icon-ctrl:before {
	content: "";
}

.wpem-icon-opt:before {
	content: "";
}

.wpem-icon-checkbox-checked:before {
	content: "";
}

.wpem-icon-checkbox-unchecked:before {
	content: "";
}

.wpem-icon-radio-checked:before {
	content: "";
}

.wpem-icon-radio-checked2:before {
	content: "";
}

.wpem-icon-radio-unchecked:before {
	content: "";
}

.wpem-icon-crop:before {
	content: "";
}

.wpem-icon-make-group:before {
	content: "";
}

.wpem-icon-ungroup:before {
	content: "";
}

.wpem-icon-scissors:before {
	content: "";
}

.wpem-icon-filter:before {
	content: "";
}

.wpem-icon-font:before {
	content: "";
}

.wpem-icon-ligature:before {
	content: "";
}

.wpem-icon-ligature2:before {
	content: "";
}

.wpem-icon-text-height:before {
	content: "";
}

.wpem-icon-text-width:before {
	content: "";
}

.wpem-icon-font-size:before {
	content: "";
}

.wpem-icon-bold:before {
	content: "";
}

.wpem-icon-underline:before {
	content: "";
}

.wpem-icon-italic:before {
	content: "";
}

.wpem-icon-strikethrough:before {
	content: "";
}

.wpem-icon-omega:before {
	content: "";
}

.wpem-icon-sigma:before {
	content: "";
}

.wpem-icon-page-break:before {
	content: "";
}

.wpem-icon-superscript:before {
	content: "";
}

.wpem-icon-subscript:before {
	content: "";
}

.wpem-icon-superscript2:before {
	content: "";
}

.wpem-icon-subscript2:before {
	content: "";
}

.wpem-icon-text-color:before {
	content: "";
}

.wpem-icon-pagebreak:before {
	content: "";
}

.wpem-icon-clear-formatting:before {
	content: "";
}

.wpem-icon-table:before {
	content: "";
}

.wpem-icon-table2:before {
	content: "";
}

.wpem-icon-insert-template:before {
	content: "";
}

.wpem-icon-pilcrow:before {
	content: "";
}

.wpem-icon-ltr:before {
	content: "";
}

.wpem-icon-rtl:before {
	content: "";
}

.wpem-icon-section:before {
	content: "";
}

.wpem-icon-paragraph-left:before {
	content: "";
}

.wpem-icon-paragraph-center:before {
	content: "";
}

.wpem-icon-paragraph-right:before {
	content: "";
}

.wpem-icon-paragraph-justify:before {
	content: "";
}

.wpem-icon-indent-increase:before {
	content: "";
}

.wpem-icon-indent-decrease:before {
	content: "";
}

.wpem-icon-share:before {
	content: "";
}

.wpem-icon-new-tab:before {
	content: "";
}

.wpem-icon-embed:before {
	content: "";
}

.wpem-icon-embed2:before {
	content: "";
}

.wpem-icon-terminal:before {
	content: "";
}

.wpem-icon-share2:before {
	content: "";
}

.wpem-icon-mail:before {
	content: "";
}

.wpem-icon-mail2:before {
	content: "";
}

.wpem-icon-mail3:before {
	content: "";
}

.wpem-icon-mail4:before {
	content: "";
}

.wpem-icon-amazon:before {
	content: "";
}

.wpem-icon-google:before {
	content: "";
}

.wpem-icon-google2:before {
	content: "";
}

.wpem-icon-google3:before {
	content: "";
}

.wpem-icon-google-plus:before {
	content: "";
}

.wpem-icon-google-plus2:before {
	content: "";
}

.wpem-icon-google-plus3:before {
	content: "";
}

.wpem-icon-hangouts:before {
	content: "";
}

.wpem-icon-google-drive:before {
	content: "";
}

.wpem-icon-facebook:before {
	content: "";
}

.wpem-icon-facebook2:before {
	content: "";
}

.wpem-icon-instagram:before {
	content: "";
}

.wpem-icon-whatsapp:before {
	content: "";
}

.wpem-icon-spotify:before {
	content: "";
}

.wpem-icon-telegram:before {
	content: "";
}

.wpem-icon-twitter:before {
	content: "";
}

.wpem-icon-vine:before {
	content: "";
}

.wpem-icon-vk:before {
	content: "";
}

.wpem-icon-renren:before {
	content: "";
}

.wpem-icon-sina-weibo:before {
	content: "";
}

.wpem-icon-rss:before {
	content: "";
}

.wpem-icon-rss2:before {
	content: "";
}

.wpem-icon-youtube:before {
	content: "";
}

.wpem-icon-youtube2:before {
	content: "";
}

.wpem-icon-twitch:before {
	content: "";
}

.wpem-icon-vimeo:before {
	content: "";
}

.wpem-icon-vimeo2:before {
	content: "";
}

.wpem-icon-lanyrd:before {
	content: "";
}

.wpem-icon-flickr:before {
	content: "";
}

.wpem-icon-flickr2:before {
	content: "";
}

.wpem-icon-flickr3:before {
	content: "";
}

.wpem-icon-flickr4:before {
	content: "";
}

.wpem-icon-dribbble:before {
	content: "";
}

.wpem-icon-behance:before {
	content: "";
}

.wpem-icon-behance2:before {
	content: "";
}

.wpem-icon-deviantart:before {
	content: "";
}

.wpem-icon-500px:before {
	content: "";
}

.wpem-icon-steam:before {
	content: "";
}

.wpem-icon-steam2:before {
	content: "";
}

.wpem-icon-dropbox:before {
	content: "";
}

.wpem-icon-onedrive:before {
	content: "";
}

.wpem-icon-github:before {
	content: "";
}

.wpem-icon-npm:before {
	content: "";
}

.wpem-icon-basecamp:before {
	content: "";
}

.wpem-icon-trello:before {
	content: "";
}

.wpem-icon-wordpress:before {
	content: "";
}

.wpem-icon-joomla:before {
	content: "";
}

.wpem-icon-ello:before {
	content: "";
}

.wpem-icon-blogger:before {
	content: "";
}

.wpem-icon-blogger2:before {
	content: "";
}

.wpem-icon-tumblr:before {
	content: "";
}

.wpem-icon-tumblr2:before {
	content: "";
}

.wpem-icon-yahoo:before {
	content: "";
}

.wpem-icon-yahoo2:before {
	content: "";
}

.wpem-icon-tux:before {
	content: "";
}

.wpem-icon-appleinc:before {
	content: "";
}

.wpem-icon-finder:before {
	content: "";
}

.wpem-icon-android:before {
	content: "";
}

.wpem-icon-windows:before {
	content: "";
}

.wpem-icon-windows8:before {
	content: "";
}

.wpem-icon-soundcloud:before {
	content: "";
}

.wpem-icon-soundcloud2:before {
	content: "";
}

.wpem-icon-skype:before {
	content: "";
}

.wpem-icon-reddit:before {
	content: "";
}

.wpem-icon-hackernews:before {
	content: "";
}

.wpem-icon-wikipedia:before {
	content: "";
}

.wpem-icon-linkedin:before {
	content: "";
}

.wpem-icon-linkedin2:before {
	content: "";
}

.wpem-icon-lastfm:before {
	content: "";
}

.wpem-icon-lastfm2:before {
	content: "";
}

.wpem-icon-delicious:before {
	content: "";
}

.wpem-icon-stumbleupon:before {
	content: "";
}

.wpem-icon-stumbleupon2:before {
	content: "";
}

.wpem-icon-stackoverflow:before {
	content: "";
}

.wpem-icon-pinterest:before {
	content: "";
}

.wpem-icon-pinterest2:before {
	content: "";
}

.wpem-icon-xing:before {
	content: "";
}

.wpem-icon-xing2:before {
	content: "";
}

.wpem-icon-flattr:before {
	content: "";
}

.wpem-icon-foursquare:before {
	content: "";
}

.wpem-icon-yelp:before {
	content: "";
}

.wpem-icon-paypal:before {
	content: "";
}

.wpem-icon-chrome:before {
	content: "";
}

.wpem-icon-firefox:before {
	content: "";
}

.wpem-icon-IE:before {
	content: "";
}

.wpem-icon-edge:before {
	content: "";
}

.wpem-icon-safari:before {
	content: "";
}

.wpem-icon-opera:before {
	content: "";
}

.wpem-icon-file-pdf:before {
	content: "";
}

.wpem-icon-file-openoffice:before {
	content: "";
}

.wpem-icon-file-word:before {
	content: "";
}

.wpem-icon-file-excel:before {
	content: "";
}

.wpem-icon-libreoffice:before {
	content: "";
}

.wpem-icon-html-five:before {
	content: "";
}

.wpem-icon-html-five2:before {
	content: "";
}

.wpem-icon-css3:before {
	content: "";
}

.wpem-icon-git:before {
	content: "";
}

.wpem-icon-codepen:before {
	content: "";
}

.wpem-icon-svg:before {
	content: "";
}

.wpem-icon-IcoMoon:before {
	content: "";
}

.wpem-icon-guest-list:before {
	content: "";
}

.wpem-icon-stripe:before {
	content: "";
}

.wpem-icon-ical:before {
	content: "";
}

.wpem-icon-mailchimp:before {
	content: "";
}

.wpem-icon-sync:before {
	content: "";
}

.wpem-icon-no-sync:before {
	content: "";
}

.wpem-icon-sendinblue:before {
	content: "";
}

.wpem-icon-zoom:before {
	content: "";
}

.cmplz-video.cmplz-iframe-styles {
	background-color: transparent;
}

.cmplz-video.cmplz-hidden {
	visibility: hidden !important;
}

.cmplz-blocked-content-notice {
	display: none;
}

.cmplz-placeholder-parent {
	height: inherit;
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
	display: block;
}

.cmplz-blocked-content-container, .cmplz-wp-video {
	animation-name: cmplz-fadein;
	animation-duration: 600ms;
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 1px 10px 0 rgba(0, 0, 0, .15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: inherit;
	position: relative;
}

.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
	max-height: 100%;
	position: absolute;
}

.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
	padding-bottom: initial;
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important;
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
	white-space: normal;
	text-transform: initial;
	cursor: pointer;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 200px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px;
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
	border: 1px dotted #cecece;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	white-space: normal;
	text-transform: initial;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
	display: block;
	margin-bottom: 10px;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
	color: #fff;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
	display: block;
}

.cmplz-blocked-content-container div div {
	display: none;
}

.cmplz-wp-video .cmplz-placeholder-element {
	width: 100%;
	height: inherit;
}

@keyframes cmplz-fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #868e96;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

*, ::after, ::before {
	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: transparent;
}

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

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	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: .5rem;
}

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

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

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

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

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 {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

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

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

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

code, kbd, pre, 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;
}

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

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

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #868e96;
	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;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-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;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

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

.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, .1);
}

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

.mark, mark {
	padding: .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: 5px;
}

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

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

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

.blockquote-footer::before {
	content: "— ";
}

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

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

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: 90%;
	color: #868e96;
}

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

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

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

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

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

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

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

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

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	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:992px) {
	.container {
		max-width: 960px;
	}
}

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

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

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

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

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

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

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

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

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

.table-bordered {
	border: 1px solid #e9ecef;
}

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

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

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

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

.table-primary, .table-primary>td, .table-primary>th {
	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>td, .table-secondary>th {
	background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
	background-color: #cfd2d6;
}

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

.table-success, .table-success>td, .table-success>th {
	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>td, .table-info>th {
	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>td, .table-warning>th {
	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>td, .table-danger>th {
	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>td, .table-light>th {
	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>td, .table-dark>th {
	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>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075);
}

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

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

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

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

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575px) {
	.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:767px) {
	.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:991px) {
	.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:1199px) {
	.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 {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

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

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

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

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

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

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

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

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

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

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

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

.col-form-legend {
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.form-control-plaintext {
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

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

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

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

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

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

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

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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;
	margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
	color: #868e96;
}

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

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

.form-check-inline {
	display: inline-block;
	margin-right: .75rem;
}

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

.valid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #28a745;
}

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

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

.custom-control-input.is-valid~.custom-control-indicator, .was-validated .custom-control-input:valid~.custom-control-indicator {
	background-color: rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid~.custom-control-description, .was-validated .custom-control-input:valid~.custom-control-description {
	color: #28a745;
}

.custom-file-input.is-valid~.custom-file-control, .was-validated .custom-file-input:valid~.custom-file-control {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-control::before, .was-validated .custom-file-input:valid~.custom-file-control::before {
	border-color: inherit;
}

.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #dc3545;
}

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

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

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

.custom-control-input.is-invalid~.custom-control-indicator, .was-validated .custom-control-input:invalid~.custom-control-indicator {
	background-color: rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid~.custom-control-description, .was-validated .custom-control-input:invalid~.custom-control-description {
	color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-control, .was-validated .custom-file-input:invalid~.custom-file-control {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-control::before, .was-validated .custom-file-input:invalid~.custom-file-control::before {
	border-color: inherit;
}

.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus, .btn:hover {
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
	background-image: none;
}

.btn:not([disabled]):not(.disabled).active.nitro-lazy, .btn:not([disabled]):not(.disabled):active.nitro-lazy {
	background-image: none !important;
}

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

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

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	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;
	border-color: #005cbf;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

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

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76;
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-success.disabled, .btn-success:disabled {
	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;
	border-color: #1c7430;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-info.disabled, .btn-info:disabled {
	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;
	border-color: #10707f;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-warning {
	color: #111;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #111;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	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: #111;
	background-color: #d39e00;
	border-color: #c69500;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	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;
	border-color: #b21f2d;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-light {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #111;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-light.disabled, .btn-light:disabled {
	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: #111;
	background-color: #dae0e5;
	border-color: #d3d9df;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	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;
	border-color: #171a1d;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

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

.btn-outline-primary.nitro-lazy {
	background-image: none !important;
}

.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 .2rem rgba(0, 123, 255, .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;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

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

.btn-outline-secondary.nitro-lazy {
	background-image: none !important;
}

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #868e96;
	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: #868e96;
	border-color: #868e96;
	box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

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

.btn-outline-success.nitro-lazy {
	background-image: none !important;
}

.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 .2rem rgba(40, 167, 69, .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;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

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

.btn-outline-info.nitro-lazy {
	background-image: none !important;
}

.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 .2rem rgba(23, 162, 184, .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;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

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

.btn-outline-warning.nitro-lazy {
	background-image: none !important;
}

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

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

.btn-outline-danger.nitro-lazy {
	background-image: none !important;
}

.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 .2rem rgba(220, 53, 69, .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;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light.nitro-lazy {
	background-image: none !important;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark.nitro-lazy {
	background-image: none !important;
}

.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 .2rem rgba(52, 58, 64, .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;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 {
	border-color: transparent;
	box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
	color: #868e96;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

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

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

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

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

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

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

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

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

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

.dropdown, .dropup {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .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: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem;
}

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

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

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

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #868e96;
	background-color: transparent;
}

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

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

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

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

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

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

.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

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

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

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

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

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

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

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

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

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

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

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.input-group-addon {
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

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

.input-group-addon.form-control-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

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

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

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

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

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

.input-group-btn {
	position: relative;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input:focus~.custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

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

.custom-control-input:disabled~.custom-control-indicator {
	background-color: #e9ecef;
}

.custom-control-input:disabled~.custom-control-description {
	color: #868e96;
}

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

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem;
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-indicator.nitro-lazy {
	background-image: none !important;
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator.nitro-lazy {
	background-image: none !important;
}

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

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

.custom-radio .custom-control-input:checked~.custom-control-indicator.nitro-lazy {
	background-image: none !important;
}

.custom-controls-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

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

.custom-select.nitro-lazy {
	background-image: none !important;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
}

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

.custom-select[multiple] {
	height: auto;
	background-image: none;
}

.custom-select[multiple].nitro-lazy {
	background-image: none !important;
}

.custom-select:disabled {
	color: #868e96;
	background-color: #e9ecef;
}

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

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%;
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
	box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #007bff;
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

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

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
}

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

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

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

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #868e96;
}

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

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

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
	color: #868e96;
	background-color: transparent;
	border-color: transparent;
}

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

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

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

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

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

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

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

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar>.container, .navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

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

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

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

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

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

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

@media (max-width:575px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width:767px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width:991px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width:1199px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

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

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

.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

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

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

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

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'//www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

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

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'//www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

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

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

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

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

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

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

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

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

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

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

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

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

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

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

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

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group .card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}
	
	.card-group .card:only-child {
		border-radius: .25rem;
	}
	
	.card-group .card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	
	.card-group .card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	
	.card-group .card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	
	.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

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

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

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

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

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

.breadcrumb-item.active {
	color: #868e96;
}

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

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

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

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

.page-item.disabled .page-link {
	color: #868e96;
	pointer-events: none;
	background-color: #fff;
	border-color: #ddd;
}

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

.page-link:focus, .page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #ddd;
}

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

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

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

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

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

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

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

.badge:empty {
	display: none;
}

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

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

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc;
}

.badge-secondary {
	color: #fff;
	background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6c757d;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}

.badge-warning {
	color: #111;
	background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #d39e00;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130;
}

.badge-light {
	color: #111;
	background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #dae0e5;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}

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

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

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

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

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

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

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #464a4e;
	background-color: #e7e8ea;
	border-color: #dddfe2;
}

.alert-secondary hr {
	border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
	color: #2e3133;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

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

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

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

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

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

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #007bff;
}

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

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

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

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

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

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

.list-group-item-action:focus, .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

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

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

.list-group-item:focus, .list-group-item:hover {
	text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #868e96;
	background-color: #fff;
}

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

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

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

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

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

a.list-group-item-primary, button.list-group-item-primary {
	color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
	color: #004085;
	background-color: #9fcdff;
}

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

.list-group-item-secondary {
	color: #464a4e;
	background-color: #dddfe2;
}

a.list-group-item-secondary, button.list-group-item-secondary {
	color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
	color: #464a4e;
	background-color: #cfd2d6;
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
	color: #fff;
	background-color: #464a4e;
	border-color: #464a4e;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

a.list-group-item-success, button.list-group-item-success {
	color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #155724;
	background-color: #b1dfbb;
}

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

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

a.list-group-item-info, button.list-group-item-info {
	color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #0c5460;
	background-color: #abdde5;
}

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

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #856404;
	background-color: #ffe8a1;
}

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

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

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

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

a.list-group-item-light, button.list-group-item-light {
	color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
	color: #818182;
	background-color: #ececf6;
}

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

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

a.list-group-item-dark, button.list-group-item-dark {
	color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

a.list-group-item-dark.active, button.list-group-item-dark.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

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

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

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

.modal-open {
	overflow: hidden;
}

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

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

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

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

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

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

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

.modal-backdrop.fade {
	opacity: 0;
}

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

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

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

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

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

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

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

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

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

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
}

.tooltip .arrow::before {
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
	padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
	bottom: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
	padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
	left: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
	padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
	top: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
	padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
	right: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

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

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

.popover .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

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

.popover .arrow::before {
	content: "";
	border-width: .8rem;
}

.popover .arrow::after {
	content: "";
	border-width: .8rem;
}

.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
	margin-bottom: .8rem;
}

.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
	bottom: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
	border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
	bottom: -.8rem;
	margin-left: -.8rem;
	border-top-color: rgba(0, 0, 0, .25);
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
	bottom: calc(( .8rem - 1px ) * -1);
	margin-left: -.8rem;
	border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
	margin-left: .8rem;
}

.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
	left: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
	margin-top: -.8rem;
	border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
	left: -.8rem;
	border-right-color: rgba(0, 0, 0, .25);
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
	left: calc(( .8rem - 1px ) * -1);
	border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
	margin-top: .8rem;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
	top: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
	margin-left: -.8rem;
	border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
	top: -.8rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
	top: calc(( .8rem - 1px ) * -1);
	border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
	margin-right: .8rem;
}

.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
	right: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
	margin-top: -.8rem;
	border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
	right: -.8rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
	right: calc(( .8rem - 1px ) * -1);
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

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

.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

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

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right, .carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left, .carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

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

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

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

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

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

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

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

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

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5);
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-secondary {
	background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
	background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
	border: 1px solid #e9ecef !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: #868e96 !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: .25rem !important;
}

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

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

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

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .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: -ms-flexbox !important;
	display: flex !important;
}

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

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

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

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

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

.d-print-block {
	display: none !important;
}

@media print {
	.d-print-block {
		display: block !important;
	}
}

.d-print-inline {
	display: none !important;
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
}

.d-print-inline-block {
	display: none !important;
}

@media print {
	.d-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.d-print-none {
		display: none !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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

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

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

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

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

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

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

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

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

.position-sticky {
	position: -webkit-sticky !important;
	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:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		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;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0, .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: .25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2, .mx-2 {
	margin-left: .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: .25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2, .px-2 {
	padding-left: .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: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .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: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .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: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .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: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .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:992px) {
	.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: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .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: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .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: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .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: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .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:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.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:focus, a.text-primary:hover {
	color: #0062cc !important;
}

.text-secondary {
	color: #868e96 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
	color: #868e96 !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;
}

/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - //fontawesome.com
 * License - //fontawesome.com/license (Commercial License)
 */
.fac, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fac-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fac-xs {
	font-size: .75em;
}

.fac-sm {
	font-size: .875em;
}

.fac-1x {
	font-size: 1em;
}

.fac-2x {
	font-size: 2em;
}

.fac-3x {
	font-size: 3em;
}

.fac-4x {
	font-size: 4em;
}

.fac-5x {
	font-size: 5em;
}

.fac-6x {
	font-size: 6em;
}

.fac-7x {
	font-size: 7em;
}

.fac-8x {
	font-size: 8em;
}

.fac-9x {
	font-size: 9em;
}

.fac-10x {
	font-size: 10em;
}

.fac-fw {
	text-align: center;
	width: 1.25em;
}

.fac-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fac-ul>li {
	position: relative;
}

.fac-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fac-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fac-pull-left {
	float: left;
}

.fac-pull-right {
	float: right;
}

.fa.fac-pull-left, .fab.fac-pull-left, .fal.fac-pull-left, .far.fac-pull-left, .fas.fac-pull-left {
	margin-right: .3em;
}

.fa.fac-pull-right, .fab.fac-pull-right, .fal.fac-pull-right, .far.fac-pull-right, .fas.fac-pull-right {
	margin-left: .3em;
}

.fac-spin {
	animation: fa-spin 2s infinite linear;
}

.fac-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fac-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fac-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fac-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fac-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1);
}

.fac-flip-vertical {
	transform: scaleY(-1);
}

.fac-flip-both, .fac-flip-horizontal.fac-flip-vertical, .fac-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fac-flip-both, .fac-flip-horizontal.fac-flip-vertical {
	transform: scale(-1);
}

:root .fac-flip-both, :root .fac-flip-horizontal, :root .fac-flip-vertical, :root .fac-rotate-90, :root .fac-rotate-180, :root .fac-rotate-270 {
	filter: none;
}

.fac-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fac-stack-1x, .fac-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fac-stack-1x {
	line-height: inherit;
}

.fac-stack-2x {
	font-size: 2em;
}

.fac-inverse {
	color: #fff;
}

.fac-500px:before {
	content: "";
}

.fac-abacus:before {
	content: "";
}

.fac-accessible-icon:before {
	content: "";
}

.fac-accusoft:before {
	content: "";
}

.fac-acorn:before {
	content: "";
}

.fac-acquisitions-incorporated:before {
	content: "";
}

.fac-ad:before {
	content: "";
}

.fac-address-book:before {
	content: "";
}

.fac-address-card:before {
	content: "";
}

.fac-adjust:before {
	content: "";
}

.fac-adn:before {
	content: "";
}

.fac-adobe:before {
	content: "";
}

.fac-adversal:before {
	content: "";
}

.fac-affiliatetheme:before {
	content: "";
}

.fac-air-freshener:before {
	content: "";
}

.fac-airbnb:before {
	content: "";
}

.fac-alarm-clock:before {
	content: "";
}

.fac-algolia:before {
	content: "";
}

.fac-alicorn:before {
	content: "";
}

.fac-align-center:before {
	content: "";
}

.fac-align-justify:before {
	content: "";
}

.fac-align-left:before {
	content: "";
}

.fac-align-right:before {
	content: "";
}

.fac-alipay:before {
	content: "";
}

.fac-allergies:before {
	content: "";
}

.fac-amazon:before {
	content: "";
}

.fac-amazon-pay:before {
	content: "";
}

.fac-ambulance:before {
	content: "";
}

.fac-american-sign-language-interpreting:before {
	content: "";
}

.fac-amilia:before {
	content: "";
}

.fac-analytics:before {
	content: "";
}

.fac-anchor:before {
	content: "";
}

.fac-android:before {
	content: "";
}

.fac-angel:before {
	content: "";
}

.fac-angellist:before {
	content: "";
}

.fac-angle-double-down:before {
	content: "";
}

.fac-angle-double-left:before {
	content: "";
}

.fac-angle-double-right:before {
	content: "";
}

.fac-angle-double-up:before {
	content: "";
}

.fac-angle-down:before {
	content: "";
}

.fac-angle-left:before {
	content: "";
}

.fac-angle-right:before {
	content: "";
}

.fac-angle-up:before {
	content: "";
}

.fac-angry:before {
	content: "";
}

.fac-angrycreative:before {
	content: "";
}

.fac-angular:before {
	content: "";
}

.fac-ankh:before {
	content: "";
}

.fac-app-store:before {
	content: "";
}

.fac-app-store-ios:before {
	content: "";
}

.fac-apper:before {
	content: "";
}

.fac-apple:before {
	content: "";
}

.fac-apple-alt:before {
	content: "";
}

.fac-apple-crate:before {
	content: "";
}

.fac-apple-pay:before {
	content: "";
}

.fac-archive:before {
	content: "";
}

.fac-archway:before {
	content: "";
}

.fac-arrow-alt-circle-down:before {
	content: "";
}

.fac-arrow-alt-circle-left:before {
	content: "";
}

.fac-arrow-alt-circle-right:before {
	content: "";
}

.fac-arrow-alt-circle-up:before {
	content: "";
}

.fac-arrow-alt-down:before {
	content: "";
}

.fac-arrow-alt-from-bottom:before {
	content: "";
}

.fac-arrow-alt-from-left:before {
	content: "";
}

.fac-arrow-alt-from-right:before {
	content: "";
}

.fac-arrow-alt-from-top:before {
	content: "";
}

.fac-arrow-alt-left:before {
	content: "";
}

.fac-arrow-alt-right:before {
	content: "";
}

.fac-arrow-alt-square-down:before {
	content: "";
}

.fac-arrow-alt-square-left:before {
	content: "";
}

.fac-arrow-alt-square-right:before {
	content: "";
}

.fac-arrow-alt-square-up:before {
	content: "";
}

.fac-arrow-alt-to-bottom:before {
	content: "";
}

.fac-arrow-alt-to-left:before {
	content: "";
}

.fac-arrow-alt-to-right:before {
	content: "";
}

.fac-arrow-alt-to-top:before {
	content: "";
}

.fac-arrow-alt-up:before {
	content: "";
}

.fac-arrow-circle-down:before {
	content: "";
}

.fac-arrow-circle-left:before {
	content: "";
}

.fac-arrow-circle-right:before {
	content: "";
}

.fac-arrow-circle-up:before {
	content: "";
}

.fac-arrow-down:before {
	content: "";
}

.fac-arrow-from-bottom:before {
	content: "";
}

.fac-arrow-from-left:before {
	content: "";
}

.fac-arrow-from-right:before {
	content: "";
}

.fac-arrow-from-top:before {
	content: "";
}

.fac-arrow-left:before {
	content: "";
}

.fac-arrow-right:before {
	content: "";
}

.fac-arrow-square-down:before {
	content: "";
}

.fac-arrow-square-left:before {
	content: "";
}

.fac-arrow-square-right:before {
	content: "";
}

.fac-arrow-square-up:before {
	content: "";
}

.fac-arrow-to-bottom:before {
	content: "";
}

.fac-arrow-to-left:before {
	content: "";
}

.fac-arrow-to-right:before {
	content: "";
}

.fac-arrow-to-top:before {
	content: "";
}

.fac-arrow-up:before {
	content: "";
}

.fac-arrows:before {
	content: "";
}

.fac-arrows-alt:before {
	content: "";
}

.fac-arrows-alt-h:before {
	content: "";
}

.fac-arrows-alt-v:before {
	content: "";
}

.fac-arrows-h:before {
	content: "";
}

.fac-arrows-v:before {
	content: "";
}

.fac-artstation:before {
	content: "";
}

.fac-assistive-listening-systems:before {
	content: "";
}

.fac-asterisk:before {
	content: "";
}

.fac-asymmetrik:before {
	content: "";
}

.fac-at:before {
	content: "";
}

.fac-atlas:before {
	content: "";
}

.fac-atlassian:before {
	content: "";
}

.fac-atom:before {
	content: "";
}

.fac-atom-alt:before {
	content: "";
}

.fac-audible:before {
	content: "";
}

.fac-audio-description:before {
	content: "";
}

.fac-autoprefixer:before {
	content: "";
}

.fac-avianex:before {
	content: "";
}

.fac-aviato:before {
	content: "";
}

.fac-award:before {
	content: "";
}

.fac-aws:before {
	content: "";
}

.fac-axe:before {
	content: "";
}

.fac-axe-battle:before {
	content: "";
}

.fac-baby:before {
	content: "";
}

.fac-baby-carriage:before {
	content: "";
}

.fac-backpack:before {
	content: "";
}

.fac-backspace:before {
	content: "";
}

.fac-backward:before {
	content: "";
}

.fac-bacon:before {
	content: "";
}

.fac-badge:before {
	content: "";
}

.fac-badge-check:before {
	content: "";
}

.fac-badge-dollar:before {
	content: "";
}

.fac-badge-percent:before {
	content: "";
}

.fac-badger-honey:before {
	content: "";
}

.fac-balance-scale:before {
	content: "";
}

.fac-balance-scale-left:before {
	content: "";
}

.fac-balance-scale-right:before {
	content: "";
}

.fac-ball-pile:before {
	content: "";
}

.fac-ballot:before {
	content: "";
}

.fac-ballot-check:before {
	content: "";
}

.fac-ban:before {
	content: "";
}

.fac-band-aid:before {
	content: "";
}

.fac-bandcamp:before {
	content: "";
}

.fac-barcode:before {
	content: "";
}

.fac-barcode-alt:before {
	content: "";
}

.fac-barcode-read:before {
	content: "";
}

.fac-barcode-scan:before {
	content: "";
}

.fac-bars:before {
	content: "";
}

.fac-baseball:before {
	content: "";
}

.fac-baseball-ball:before {
	content: "";
}

.fac-basketball-ball:before {
	content: "";
}

.fac-basketball-hoop:before {
	content: "";
}

.fac-bat:before {
	content: "";
}

.fac-bath:before {
	content: "";
}

.fac-battery-bolt:before {
	content: "";
}

.fac-battery-empty:before {
	content: "";
}

.fac-battery-full:before {
	content: "";
}

.fac-battery-half:before {
	content: "";
}

.fac-battery-quarter:before {
	content: "";
}

.fac-battery-slash:before {
	content: "";
}

.fac-battery-three-quarters:before {
	content: "";
}

.fac-battle-net:before {
	content: "";
}

.fac-bed:before {
	content: "";
}

.fac-beer:before {
	content: "";
}

.fac-behance:before {
	content: "";
}

.fac-behance-square:before {
	content: "";
}

.fac-bell:before {
	content: "";
}

.fac-bell-school:before {
	content: "";
}

.fac-bell-school-slash:before {
	content: "";
}

.fac-bell-slash:before {
	content: "";
}

.fac-bells:before {
	content: "";
}

.fac-bezier-curve:before {
	content: "";
}

.fac-bible:before {
	content: "";
}

.fac-bicycle:before {
	content: "";
}

.fac-bimobject:before {
	content: "";
}

.fac-binoculars:before {
	content: "";
}

.fac-biohazard:before {
	content: "";
}

.fac-birthday-cake:before {
	content: "";
}

.fac-bitbucket:before {
	content: "";
}

.fac-bitcoin:before {
	content: "";
}

.fac-bity:before {
	content: "";
}

.fac-black-tie:before {
	content: "";
}

.fac-blackberry:before {
	content: "";
}

.fac-blanket:before {
	content: "";
}

.fac-blender:before {
	content: "";
}

.fac-blender-phone:before {
	content: "";
}

.fac-blind:before {
	content: "";
}

.fac-blog:before {
	content: "";
}

.fac-blogger:before {
	content: "";
}

.fac-blogger-b:before {
	content: "";
}

.fac-bluetooth:before {
	content: "";
}

.fac-bluetooth-b:before {
	content: "";
}

.fac-bold:before {
	content: "";
}

.fac-bolt:before {
	content: "";
}

.fac-bomb:before {
	content: "";
}

.fac-bone:before {
	content: "";
}

.fac-bone-break:before {
	content: "";
}

.fac-bong:before {
	content: "";
}

.fac-book:before {
	content: "";
}

.fac-book-alt:before {
	content: "";
}

.fac-book-dead:before {
	content: "";
}

.fac-book-heart:before {
	content: "";
}

.fac-book-medical:before {
	content: "";
}

.fac-book-open:before {
	content: "";
}

.fac-book-reader:before {
	content: "";
}

.fac-book-spells:before {
	content: "";
}

.fac-book-user:before {
	content: "";
}

.fac-bookmark:before {
	content: "";
}

.fac-books:before {
	content: "";
}

.fac-books-medical:before {
	content: "";
}

.fac-boot:before {
	content: "";
}

.fac-booth-curtain:before {
	content: "";
}

.fac-bootstrap:before {
	content: "";
}

.fac-bow-arrow:before {
	content: "";
}

.fac-bowling-ball:before {
	content: "";
}

.fac-bowling-pins:before {
	content: "";
}

.fac-box:before {
	content: "";
}

.fac-box-alt:before {
	content: "";
}

.fac-box-ballot:before {
	content: "";
}

.fac-box-check:before {
	content: "";
}

.fac-box-fragile:before {
	content: "";
}

.fac-box-full:before {
	content: "";
}

.fac-box-heart:before {
	content: "";
}

.fac-box-open:before {
	content: "";
}

.fac-box-up:before {
	content: "";
}

.fac-box-usd:before {
	content: "";
}

.fac-boxes:before {
	content: "";
}

.fac-boxes-alt:before {
	content: "";
}

.fac-boxing-glove:before {
	content: "";
}

.fac-brackets:before {
	content: "";
}

.fac-brackets-curly:before {
	content: "";
}

.fac-braille:before {
	content: "";
}

.fac-brain:before {
	content: "";
}

.fac-bread-loaf:before {
	content: "";
}

.fac-bread-slice:before {
	content: "";
}

.fac-briefcase:before {
	content: "";
}

.fac-briefcase-medical:before {
	content: "";
}

.fac-broadcast-tower:before {
	content: "";
}

.fac-broom:before {
	content: "";
}

.fac-browser:before {
	content: "";
}

.fac-brush:before {
	content: "";
}

.fac-btc:before {
	content: "";
}

.fac-buffer:before {
	content: "";
}

.fac-bug:before {
	content: "";
}

.fac-building:before {
	content: "";
}

.fac-bullhorn:before {
	content: "";
}

.fac-bullseye:before {
	content: "";
}

.fac-bullseye-arrow:before {
	content: "";
}

.fac-bullseye-pointer:before {
	content: "";
}

.fac-burn:before {
	content: "";
}

.fac-buromobelexperte:before {
	content: "";
}

.fac-burrito:before {
	content: "";
}

.fac-bus:before {
	content: "";
}

.fac-bus-alt:before {
	content: "";
}

.fac-bus-school:before {
	content: "";
}

.fac-business-time:before {
	content: "";
}

.fac-buysellads:before {
	content: "";
}

.fac-cabinet-filing:before {
	content: "";
}

.fac-calculator:before {
	content: "";
}

.fac-calculator-alt:before {
	content: "";
}

.fac-calendar:before {
	content: "";
}

.fac-calendar-alt:before {
	content: "";
}

.fac-calendar-check:before {
	content: "";
}

.fac-calendar-day:before {
	content: "";
}

.fac-calendar-edit:before {
	content: "";
}

.fac-calendar-exclamation:before {
	content: "";
}

.fac-calendar-minus:before {
	content: "";
}

.fac-calendar-plus:before {
	content: "";
}

.fac-calendar-star:before {
	content: "";
}

.fac-calendar-times:before {
	content: "";
}

.fac-calendar-week:before {
	content: "";
}

.fac-camera:before {
	content: "";
}

.fac-camera-alt:before {
	content: "";
}

.fac-camera-retro:before {
	content: "";
}

.fac-campfire:before {
	content: "";
}

.fac-campground:before {
	content: "";
}

.fac-canadian-maple-leaf:before {
	content: "";
}

.fac-candle-holder:before {
	content: "";
}

.fac-candy-cane:before {
	content: "";
}

.fac-candy-corn:before {
	content: "";
}

.fac-cannabis:before {
	content: "";
}

.fac-capsules:before {
	content: "";
}

.fac-car:before {
	content: "";
}

.fac-car-alt:before {
	content: "";
}

.fac-car-battery:before {
	content: "";
}

.fac-car-bump:before {
	content: "";
}

.fac-car-crash:before {
	content: "";
}

.fac-car-garage:before {
	content: "";
}

.fac-car-mechanic:before {
	content: "";
}

.fac-car-side:before {
	content: "";
}

.fac-car-tilt:before {
	content: "";
}

.fac-car-wash:before {
	content: "";
}

.fac-caret-circle-down:before {
	content: "";
}

.fac-caret-circle-left:before {
	content: "";
}

.fac-caret-circle-right:before {
	content: "";
}

.fac-caret-circle-up:before {
	content: "";
}

.fac-caret-down:before {
	content: "";
}

.fac-caret-left:before {
	content: "";
}

.fac-caret-right:before {
	content: "";
}

.fac-caret-square-down:before {
	content: "";
}

.fac-caret-square-left:before {
	content: "";
}

.fac-caret-square-right:before {
	content: "";
}

.fac-caret-square-up:before {
	content: "";
}

.fac-caret-up:before {
	content: "";
}

.fac-carrot:before {
	content: "";
}

.fac-cart-arrow-down:before {
	content: "";
}

.fac-cart-plus:before {
	content: "";
}

.fac-cash-register:before {
	content: "";
}

.fac-cat:before {
	content: "";
}

.fac-cauldron:before {
	content: "";
}

.fac-cc-amazon-pay:before {
	content: "";
}

.fac-cc-amex:before {
	content: "";
}

.fac-cc-apple-pay:before {
	content: "";
}

.fac-cc-diners-club:before {
	content: "";
}

.fac-cc-discover:before {
	content: "";
}

.fac-cc-jcb:before {
	content: "";
}

.fac-cc-mastercard:before {
	content: "";
}

.fac-cc-paypal:before {
	content: "";
}

.fac-cc-stripe:before {
	content: "";
}

.fac-cc-visa:before {
	content: "";
}

.fac-centercode:before {
	content: "";
}

.fac-centos:before {
	content: "";
}

.fac-certificate:before {
	content: "";
}

.fac-chair:before {
	content: "";
}

.fac-chair-office:before {
	content: "";
}

.fac-chalkboard:before {
	content: "";
}

.fac-chalkboard-teacher:before {
	content: "";
}

.fac-charging-station:before {
	content: "";
}

.fac-chart-area:before {
	content: "";
}

.fac-chart-bar:before {
	content: "";
}

.fac-chart-line:before {
	content: "";
}

.fac-chart-line-down:before {
	content: "";
}

.fac-chart-network:before {
	content: "";
}

.fac-chart-pie:before {
	content: "";
}

.fac-chart-pie-alt:before {
	content: "";
}

.fac-chart-scatter:before {
	content: "";
}

.fac-check:before {
	content: "";
}

.fac-check-circle:before {
	content: "";
}

.fac-check-double:before {
	content: "";
}

.fac-check-square:before {
	content: "";
}

.fac-cheese:before {
	content: "";
}

.fac-cheese-swiss:before {
	content: "";
}

.fac-cheeseburger:before {
	content: "";
}

.fac-chess:before {
	content: "";
}

.fac-chess-bishop:before {
	content: "";
}

.fac-chess-bishop-alt:before {
	content: "";
}

.fac-chess-board:before {
	content: "";
}

.fac-chess-clock:before {
	content: "";
}

.fac-chess-clock-alt:before {
	content: "";
}

.fac-chess-king:before {
	content: "";
}

.fac-chess-king-alt:before {
	content: "";
}

.fac-chess-knight:before {
	content: "";
}

.fac-chess-knight-alt:before {
	content: "";
}

.fac-chess-pawn:before {
	content: "";
}

.fac-chess-pawn-alt:before {
	content: "";
}

.fac-chess-queen:before {
	content: "";
}

.fac-chess-queen-alt:before {
	content: "";
}

.fac-chess-rook:before {
	content: "";
}

.fac-chess-rook-alt:before {
	content: "";
}

.fac-chevron-circle-down:before {
	content: "";
}

.fac-chevron-circle-left:before {
	content: "";
}

.fac-chevron-circle-right:before {
	content: "";
}

.fac-chevron-circle-up:before {
	content: "";
}

.fac-chevron-double-down:before {
	content: "";
}

.fac-chevron-double-left:before {
	content: "";
}

.fac-chevron-double-right:before {
	content: "";
}

.fac-chevron-double-up:before {
	content: "";
}

.fac-chevron-down:before {
	content: "";
}

.fac-chevron-left:before {
	content: "";
}

.fac-chevron-right:before {
	content: "";
}

.fac-chevron-square-down:before {
	content: "";
}

.fac-chevron-square-left:before {
	content: "";
}

.fac-chevron-square-right:before {
	content: "";
}

.fac-chevron-square-up:before {
	content: "";
}

.fac-chevron-up:before {
	content: "";
}

.fac-child:before {
	content: "";
}

.fac-chimney:before {
	content: "";
}

.fac-chrome:before {
	content: "";
}

.fac-chromecast:before {
	content: "";
}

.fac-church:before {
	content: "";
}

.fac-circle:before {
	content: "";
}

.fac-circle-notch:before {
	content: "";
}

.fac-city:before {
	content: "";
}

.fac-claw-marks:before {
	content: "";
}

.fac-clinic-medical:before {
	content: "";
}

.fac-clipboard:before {
	content: "";
}

.fac-clipboard-check:before {
	content: "";
}

.fac-clipboard-list:before {
	content: "";
}

.fac-clipboard-list-check:before {
	content: "";
}

.fac-clipboard-prescription:before {
	content: "";
}

.fac-clipboard-user:before {
	content: "";
}

.fac-clock:before {
	content: "";
}

.fac-clone:before {
	content: "";
}

.fac-closed-captioning:before {
	content: "";
}

.fac-cloud:before {
	content: "";
}

.fac-cloud-download:before {
	content: "";
}

.fac-cloud-download-alt:before {
	content: "";
}

.fac-cloud-drizzle:before {
	content: "";
}

.fac-cloud-hail:before {
	content: "";
}

.fac-cloud-hail-mixed:before {
	content: "";
}

.fac-cloud-meatball:before {
	content: "";
}

.fac-cloud-moon:before {
	content: "";
}

.fac-cloud-moon-rain:before {
	content: "";
}

.fac-cloud-rain:before {
	content: "";
}

.fac-cloud-rainbow:before {
	content: "";
}

.fac-cloud-showers:before {
	content: "";
}

.fac-cloud-showers-heavy:before {
	content: "";
}

.fac-cloud-sleet:before {
	content: "";
}

.fac-cloud-snow:before {
	content: "";
}

.fac-cloud-sun:before {
	content: "";
}

.fac-cloud-sun-rain:before {
	content: "";
}

.fac-cloud-upload:before {
	content: "";
}

.fac-cloud-upload-alt:before {
	content: "";
}

.fac-clouds:before {
	content: "";
}

.fac-clouds-moon:before {
	content: "";
}

.fac-clouds-sun:before {
	content: "";
}

.fac-cloudscale:before {
	content: "";
}

.fac-cloudsmith:before {
	content: "";
}

.fac-cloudversify:before {
	content: "";
}

.fac-club:before {
	content: "";
}

.fac-cocktail:before {
	content: "";
}

.fac-code:before {
	content: "";
}

.fac-code-branch:before {
	content: "";
}

.fac-code-commit:before {
	content: "";
}

.fac-code-merge:before {
	content: "";
}

.fac-codepen:before {
	content: "";
}

.fac-codiepie:before {
	content: "";
}

.fac-coffee:before {
	content: "";
}

.fac-coffee-togo:before {
	content: "";
}

.fac-coffin:before {
	content: "";
}

.fac-cog:before {
	content: "";
}

.fac-cogs:before {
	content: "";
}

.fac-coins:before {
	content: "";
}

.fac-columns:before {
	content: "";
}

.fac-comment:before {
	content: "";
}

.fac-comment-alt:before {
	content: "";
}

.fac-comment-alt-check:before {
	content: "";
}

.fac-comment-alt-dollar:before {
	content: "";
}

.fac-comment-alt-dots:before {
	content: "";
}

.fac-comment-alt-edit:before {
	content: "";
}

.fac-comment-alt-exclamation:before {
	content: "";
}

.fac-comment-alt-lines:before {
	content: "";
}

.fac-comment-alt-medical:before {
	content: "";
}

.fac-comment-alt-minus:before {
	content: "";
}

.fac-comment-alt-plus:before {
	content: "";
}

.fac-comment-alt-slash:before {
	content: "";
}

.fac-comment-alt-smile:before {
	content: "";
}

.fac-comment-alt-times:before {
	content: "";
}

.fac-comment-check:before {
	content: "";
}

.fac-comment-dollar:before {
	content: "";
}

.fac-comment-dots:before {
	content: "";
}

.fac-comment-edit:before {
	content: "";
}

.fac-comment-exclamation:before {
	content: "";
}

.fac-comment-lines:before {
	content: "";
}

.fac-comment-medical:before {
	content: "";
}

.fac-comment-minus:before {
	content: "";
}

.fac-comment-plus:before {
	content: "";
}

.fac-comment-slash:before {
	content: "";
}

.fac-comment-smile:before {
	content: "";
}

.fac-comment-times:before {
	content: "";
}

.fac-comments:before {
	content: "";
}

.fac-comments-alt:before {
	content: "";
}

.fac-comments-alt-dollar:before {
	content: "";
}

.fac-comments-dollar:before {
	content: "";
}

.fac-compact-disc:before {
	content: "";
}

.fac-compass:before {
	content: "";
}

.fac-compass-slash:before {
	content: "";
}

.fac-compress:before {
	content: "";
}

.fac-compress-alt:before {
	content: "";
}

.fac-compress-arrows-alt:before {
	content: "";
}

.fac-compress-wide:before {
	content: "";
}

.fac-concierge-bell:before {
	content: "";
}

.fac-confluence:before {
	content: "";
}

.fac-connectdevelop:before {
	content: "";
}

.fac-container-storage:before {
	content: "";
}

.fac-contao:before {
	content: "";
}

.fac-conveyor-belt:before {
	content: "";
}

.fac-conveyor-belt-alt:before {
	content: "";
}

.fac-cookie:before {
	content: "";
}

.fac-cookie-bite:before {
	content: "";
}

.fac-copy:before {
	content: "";
}

.fac-copyright:before {
	content: "";
}

.fac-corn:before {
	content: "";
}

.fac-couch:before {
	content: "";
}

.fac-cow:before {
	content: "";
}

.fac-cpanel:before {
	content: "";
}

.fac-creative-commons:before {
	content: "";
}

.fac-creative-commons-by:before {
	content: "";
}

.fac-creative-commons-nc:before {
	content: "";
}

.fac-creative-commons-nc-eu:before {
	content: "";
}

.fac-creative-commons-nc-jp:before {
	content: "";
}

.fac-creative-commons-nd:before {
	content: "";
}

.fac-creative-commons-pd:before {
	content: "";
}

.fac-creative-commons-pd-alt:before {
	content: "";
}

.fac-creative-commons-remix:before {
	content: "";
}

.fac-creative-commons-sa:before {
	content: "";
}

.fac-creative-commons-sampling:before {
	content: "";
}

.fac-creative-commons-sampling-plus:before {
	content: "";
}

.fac-creative-commons-share:before {
	content: "";
}

.fac-creative-commons-zero:before {
	content: "";
}

.fac-credit-card:before {
	content: "";
}

.fac-credit-card-blank:before {
	content: "";
}

.fac-credit-card-front:before {
	content: "";
}

.fac-cricket:before {
	content: "";
}

.fac-critical-role:before {
	content: "";
}

.fac-croissant:before {
	content: "";
}

.fac-crop:before {
	content: "";
}

.fac-crop-alt:before {
	content: "";
}

.fac-cross:before {
	content: "";
}

.fac-crosshairs:before {
	content: "";
}

.fac-crow:before {
	content: "";
}

.fac-crown:before {
	content: "";
}

.fac-crutch:before {
	content: "";
}

.fac-crutches:before {
	content: "";
}

.fac-css3:before {
	content: "";
}

.fac-css3-alt:before {
	content: "";
}

.fac-cube:before {
	content: "";
}

.fac-cubes:before {
	content: "";
}

.fac-curling:before {
	content: "";
}

.fac-cut:before {
	content: "";
}

.fac-cuttlefish:before {
	content: "";
}

.fac-d-and-d:before {
	content: "";
}

.fac-d-and-d-beyond:before {
	content: "";
}

.fac-dagger:before {
	content: "";
}

.fac-dashcube:before {
	content: "";
}

.fac-database:before {
	content: "";
}

.fac-deaf:before {
	content: "";
}

.fac-debug:before {
	content: "";
}

.fac-deer:before {
	content: "";
}

.fac-deer-rudolph:before {
	content: "";
}

.fac-delicious:before {
	content: "";
}

.fac-democrat:before {
	content: "";
}

.fac-deploydog:before {
	content: "";
}

.fac-deskpro:before {
	content: "";
}

.fac-desktop:before {
	content: "";
}

.fac-desktop-alt:before {
	content: "";
}

.fac-dev:before {
	content: "";
}

.fac-deviantart:before {
	content: "";
}

.fac-dewpoint:before {
	content: "";
}

.fac-dharmachakra:before {
	content: "";
}

.fac-dhl:before {
	content: "";
}

.fac-diagnoses:before {
	content: "";
}

.fac-diamond:before {
	content: "";
}

.fac-diaspora:before {
	content: "";
}

.fac-dice:before {
	content: "";
}

.fac-dice-d10:before {
	content: "";
}

.fac-dice-d12:before {
	content: "";
}

.fac-dice-d20:before {
	content: "";
}

.fac-dice-d4:before {
	content: "";
}

.fac-dice-d6:before {
	content: "";
}

.fac-dice-d8:before {
	content: "";
}

.fac-dice-five:before {
	content: "";
}

.fac-dice-four:before {
	content: "";
}

.fac-dice-one:before {
	content: "";
}

.fac-dice-six:before {
	content: "";
}

.fac-dice-three:before {
	content: "";
}

.fac-dice-two:before {
	content: "";
}

.fac-digg:before {
	content: "";
}

.fac-digital-ocean:before {
	content: "";
}

.fac-digital-tachograph:before {
	content: "";
}

.fac-diploma:before {
	content: "";
}

.fac-directions:before {
	content: "";
}

.fac-discord:before {
	content: "";
}

.fac-discourse:before {
	content: "";
}

.fac-disease:before {
	content: "";
}

.fac-divide:before {
	content: "";
}

.fac-dizzy:before {
	content: "";
}

.fac-dna:before {
	content: "";
}

.fac-do-not-enter:before {
	content: "";
}

.fac-dochub:before {
	content: "";
}

.fac-docker:before {
	content: "";
}

.fac-dog:before {
	content: "";
}

.fac-dog-leashed:before {
	content: "";
}

.fac-dollar-sign:before {
	content: "";
}

.fac-dolly:before {
	content: "";
}

.fac-dolly-empty:before {
	content: "";
}

.fac-dolly-flatbed:before {
	content: "";
}

.fac-dolly-flatbed-alt:before {
	content: "";
}

.fac-dolly-flatbed-empty:before {
	content: "";
}

.fac-donate:before {
	content: "";
}

.fac-door-closed:before {
	content: "";
}

.fac-door-open:before {
	content: "";
}

.fac-dot-circle:before {
	content: "";
}

.fac-dove:before {
	content: "";
}

.fac-download:before {
	content: "";
}

.fac-draft2digital:before {
	content: "";
}

.fac-drafting-compass:before {
	content: "";
}

.fac-dragon:before {
	content: "";
}

.fac-draw-circle:before {
	content: "";
}

.fac-draw-polygon:before {
	content: "";
}

.fac-draw-square:before {
	content: "";
}

.fac-dreidel:before {
	content: "";
}

.fac-dribbble:before {
	content: "";
}

.fac-dribbble-square:before {
	content: "";
}

.fac-dropbox:before {
	content: "";
}

.fac-drum:before {
	content: "";
}

.fac-drum-steelpan:before {
	content: "";
}

.fac-drumstick:before {
	content: "";
}

.fac-drumstick-bite:before {
	content: "";
}

.fac-drupal:before {
	content: "";
}

.fac-duck:before {
	content: "";
}

.fac-dumbbell:before {
	content: "";
}

.fac-dumpster:before {
	content: "";
}

.fac-dumpster-fire:before {
	content: "";
}

.fac-dungeon:before {
	content: "";
}

.fac-dyalog:before {
	content: "";
}

.fac-ear:before {
	content: "";
}

.fac-ear-muffs:before {
	content: "";
}

.fac-earlybirds:before {
	content: "";
}

.fac-ebay:before {
	content: "";
}

.fac-eclipse:before {
	content: "";
}

.fac-eclipse-alt:before {
	content: "";
}

.fac-edge:before {
	content: "";
}

.fac-edit:before {
	content: "";
}

.fac-egg:before {
	content: "";
}

.fac-egg-fried:before {
	content: "";
}

.fac-eject:before {
	content: "";
}

.fac-elementor:before {
	content: "";
}

.fac-elephant:before {
	content: "";
}

.fac-ellipsis-h:before {
	content: "";
}

.fac-ellipsis-h-alt:before {
	content: "";
}

.fac-ellipsis-v:before {
	content: "";
}

.fac-ellipsis-v-alt:before {
	content: "";
}

.fac-ello:before {
	content: "";
}

.fac-ember:before {
	content: "";
}

.fac-empire:before {
	content: "";
}

.fac-empty-set:before {
	content: "";
}

.fac-engine-warning:before {
	content: "";
}

.fac-envelope:before {
	content: "";
}

.fac-envelope-open:before {
	content: "";
}

.fac-envelope-open-dollar:before {
	content: "";
}

.fac-envelope-open-text:before {
	content: "";
}

.fac-envelope-square:before {
	content: "";
}

.fac-envira:before {
	content: "";
}

.fac-equals:before {
	content: "";
}

.fac-eraser:before {
	content: "";
}

.fac-erlang:before {
	content: "";
}

.fac-ethereum:before {
	content: "";
}

.fac-ethernet:before {
	content: "";
}

.fac-etsy:before {
	content: "";
}

.fac-euro-sign:before {
	content: "";
}

.fac-evernote:before {
	content: "";
}

.fac-exchange:before {
	content: "";
}

.fac-exchange-alt:before {
	content: "";
}

.fac-exclamation:before {
	content: "";
}

.fac-exclamation-circle:before {
	content: "";
}

.fac-exclamation-square:before {
	content: "";
}

.fac-exclamation-triangle:before {
	content: "";
}

.fac-expand:before {
	content: "";
}

.fac-expand-alt:before {
	content: "";
}

.fac-expand-arrows:before {
	content: "";
}

.fac-expand-arrows-alt:before {
	content: "";
}

.fac-expand-wide:before {
	content: "";
}

.fac-expeditedssl:before {
	content: "";
}

.fac-external-link:before {
	content: "";
}

.fac-external-link-alt:before {
	content: "";
}

.fac-external-link-square:before {
	content: "";
}

.fac-external-link-square-alt:before {
	content: "";
}

.fac-eye:before {
	content: "";
}

.fac-eye-dropper:before {
	content: "";
}

.fac-eye-evil:before {
	content: "";
}

.fac-eye-slash:before {
	content: "";
}

.fac-facebook:before {
	content: "";
}

.fac-facebook-f:before {
	content: "";
}

.fac-facebook-messenger:before {
	content: "";
}

.fac-facebook-square:before {
	content: "";
}

.fac-fantasy-flight-games:before {
	content: "";
}

.fac-fast-backward:before {
	content: "";
}

.fac-fast-forward:before {
	content: "";
}

.fac-fax:before {
	content: "";
}

.fac-feather:before {
	content: "";
}

.fac-feather-alt:before {
	content: "";
}

.fac-fedex:before {
	content: "";
}

.fac-fedora:before {
	content: "";
}

.fac-female:before {
	content: "";
}

.fac-field-hockey:before {
	content: "";
}

.fac-fighter-jet:before {
	content: "";
}

.fac-figma:before {
	content: "";
}

.fac-file:before {
	content: "";
}

.fac-file-alt:before {
	content: "";
}

.fac-file-archive:before {
	content: "";
}

.fac-file-audio:before {
	content: "";
}

.fac-file-certificate:before {
	content: "";
}

.fac-file-chart-line:before {
	content: "";
}

.fac-file-chart-pie:before {
	content: "";
}

.fac-file-check:before {
	content: "";
}

.fac-file-code:before {
	content: "";
}

.fac-file-contract:before {
	content: "";
}

.fac-file-csv:before {
	content: "";
}

.fac-file-download:before {
	content: "";
}

.fac-file-edit:before {
	content: "";
}

.fac-file-excel:before {
	content: "";
}

.fac-file-exclamation:before {
	content: "";
}

.fac-file-export:before {
	content: "";
}

.fac-file-image:before {
	content: "";
}

.fac-file-import:before {
	content: "";
}

.fac-file-invoice:before {
	content: "";
}

.fac-file-invoice-dollar:before {
	content: "";
}

.fac-file-medical:before {
	content: "";
}

.fac-file-medical-alt:before {
	content: "";
}

.fac-file-minus:before {
	content: "";
}

.fac-file-pdf:before {
	content: "";
}

.fac-file-plus:before {
	content: "";
}

.fac-file-powerpoint:before {
	content: "";
}

.fac-file-prescription:before {
	content: "";
}

.fac-file-signature:before {
	content: "";
}

.fac-file-spreadsheet:before {
	content: "";
}

.fac-file-times:before {
	content: "";
}

.fac-file-upload:before {
	content: "";
}

.fac-file-user:before {
	content: "";
}

.fac-file-video:before {
	content: "";
}

.fac-file-word:before {
	content: "";
}

.fac-files-medical:before {
	content: "";
}

.fac-fill:before {
	content: "";
}

.fac-fill-drip:before {
	content: "";
}

.fac-film:before {
	content: "";
}

.fac-film-alt:before {
	content: "";
}

.fac-filter:before {
	content: "";
}

.fac-fingerprint:before {
	content: "";
}

.fac-fire:before {
	content: "";
}

.fac-fire-alt:before {
	content: "";
}

.fac-fire-extinguisher:before {
	content: "";
}

.fac-fire-smoke:before {
	content: "";
}

.fac-firefox:before {
	content: "";
}

.fac-fireplace:before {
	content: "";
}

.fac-first-aid:before {
	content: "";
}

.fac-first-order:before {
	content: "";
}

.fac-first-order-alt:before {
	content: "";
}

.fac-firstdraft:before {
	content: "";
}

.fac-fish:before {
	content: "";
}

.fac-fish-cooked:before {
	content: "";
}

.fac-fist-raised:before {
	content: "";
}

.fac-flag:before {
	content: "";
}

.fac-flag-alt:before {
	content: "";
}

.fac-flag-checkered:before {
	content: "";
}

.fac-flag-usa:before {
	content: "";
}

.fac-flame:before {
	content: "";
}

.fac-flask:before {
	content: "";
}

.fac-flask-poison:before {
	content: "";
}

.fac-flask-potion:before {
	content: "";
}

.fac-flickr:before {
	content: "";
}

.fac-flipboard:before {
	content: "";
}

.fac-flower:before {
	content: "";
}

.fac-flower-daffodil:before {
	content: "";
}

.fac-flower-tulip:before {
	content: "";
}

.fac-flushed:before {
	content: "";
}

.fac-fly:before {
	content: "";
}

.fac-fog:before {
	content: "";
}

.fac-folder:before {
	content: "";
}

.fac-folder-minus:before {
	content: "";
}

.fac-folder-open:before {
	content: "";
}

.fac-folder-plus:before {
	content: "";
}

.fac-folder-times:before {
	content: "";
}

.fac-folder-tree:before {
	content: "";
}

.fac-folders:before {
	content: "";
}

.fac-font:before {
	content: "";
}

.fac-font-awesome:before {
	content: "";
}

.fac-font-awesome-alt:before {
	content: "";
}

.fac-font-awesome-flag:before {
	content: "";
}

.fac-font-awesome-logo-full:before {
	content: "";
}

.fac-fonticons:before {
	content: "";
}

.fac-fonticons-fi:before {
	content: "";
}

.fac-football-ball:before {
	content: "";
}

.fac-football-helmet:before {
	content: "";
}

.fac-forklift:before {
	content: "";
}

.fac-fort-awesome:before {
	content: "";
}

.fac-fort-awesome-alt:before {
	content: "";
}

.fac-forumbee:before {
	content: "";
}

.fac-forward:before {
	content: "";
}

.fac-foursquare:before {
	content: "";
}

.fac-fragile:before {
	content: "";
}

.fac-free-code-camp:before {
	content: "";
}

.fac-freebsd:before {
	content: "";
}

.fac-french-fries:before {
	content: "";
}

.fac-frog:before {
	content: "";
}

.fac-frosty-head:before {
	content: "";
}

.fac-frown:before {
	content: "";
}

.fac-frown-open:before {
	content: "";
}

.fac-fulcrum:before {
	content: "";
}

.fac-function:before {
	content: "";
}

.fac-funnel-dollar:before {
	content: "";
}

.fac-futbol:before {
	content: "";
}

.fac-galactic-republic:before {
	content: "";
}

.fac-galactic-senate:before {
	content: "";
}

.fac-gamepad:before {
	content: "";
}

.fac-gas-pump:before {
	content: "";
}

.fac-gas-pump-slash:before {
	content: "";
}

.fac-gavel:before {
	content: "";
}

.fac-gem:before {
	content: "";
}

.fac-genderless:before {
	content: "";
}

.fac-get-pocket:before {
	content: "";
}

.fac-gg:before {
	content: "";
}

.fac-gg-circle:before {
	content: "";
}

.fac-ghost:before {
	content: "";
}

.fac-gift:before {
	content: "";
}

.fac-gift-card:before {
	content: "";
}

.fac-gifts:before {
	content: "";
}

.fac-gingerbread-man:before {
	content: "";
}

.fac-git:before {
	content: "";
}

.fac-git-square:before {
	content: "";
}

.fac-github:before {
	content: "";
}

.fac-github-alt:before {
	content: "";
}

.fac-github-square:before {
	content: "";
}

.fac-gitkraken:before {
	content: "";
}

.fac-gitlab:before {
	content: "";
}

.fac-gitter:before {
	content: "";
}

.fac-glass:before {
	content: "";
}

.fac-glass-champagne:before {
	content: "";
}

.fac-glass-cheers:before {
	content: "";
}

.fac-glass-martini:before {
	content: "";
}

.fac-glass-martini-alt:before {
	content: "";
}

.fac-glass-whiskey:before {
	content: "";
}

.fac-glass-whiskey-rocks:before {
	content: "";
}

.fac-glasses:before {
	content: "";
}

.fac-glasses-alt:before {
	content: "";
}

.fac-glide:before {
	content: "";
}

.fac-glide-g:before {
	content: "";
}

.fac-globe:before {
	content: "";
}

.fac-globe-africa:before {
	content: "";
}

.fac-globe-americas:before {
	content: "";
}

.fac-globe-asia:before {
	content: "";
}

.fac-globe-europe:before {
	content: "";
}

.fac-globe-snow:before {
	content: "";
}

.fac-globe-stand:before {
	content: "";
}

.fac-gofore:before {
	content: "";
}

.fac-golf-ball:before {
	content: "";
}

.fac-golf-club:before {
	content: "";
}

.fac-goodreads:before {
	content: "";
}

.fac-goodreads-g:before {
	content: "";
}

.fac-google:before {
	content: "";
}

.fac-google-drive:before {
	content: "";
}

.fac-google-play:before {
	content: "";
}

.fac-google-plus:before {
	content: "";
}

.fac-google-plus-g:before {
	content: "";
}

.fac-google-plus-square:before {
	content: "";
}

.fac-google-wallet:before {
	content: "";
}

.fac-gopuram:before {
	content: "";
}

.fac-graduation-cap:before {
	content: "";
}

.fac-gratipay:before {
	content: "";
}

.fac-grav:before {
	content: "";
}

.fac-greater-than:before {
	content: "";
}

.fac-greater-than-equal:before {
	content: "";
}

.fac-grimace:before {
	content: "";
}

.fac-grin:before {
	content: "";
}

.fac-grin-alt:before {
	content: "";
}

.fac-grin-beam:before {
	content: "";
}

.fac-grin-beam-sweat:before {
	content: "";
}

.fac-grin-hearts:before {
	content: "";
}

.fac-grin-squint:before {
	content: "";
}

.fac-grin-squint-tears:before {
	content: "";
}

.fac-grin-stars:before {
	content: "";
}

.fac-grin-tears:before {
	content: "";
}

.fac-grin-tongue:before {
	content: "";
}

.fac-grin-tongue-squint:before {
	content: "";
}

.fac-grin-tongue-wink:before {
	content: "";
}

.fac-grin-wink:before {
	content: "";
}

.fac-grip-horizontal:before {
	content: "";
}

.fac-grip-lines:before {
	content: "";
}

.fac-grip-lines-vertical:before {
	content: "";
}

.fac-grip-vertical:before {
	content: "";
}

.fac-gripfire:before {
	content: "";
}

.fac-grunt:before {
	content: "";
}

.fac-guitar:before {
	content: "";
}

.fac-gulp:before {
	content: "";
}

.fac-h-square:before {
	content: "";
}

.fac-h1:before {
	content: "";
}

.fac-h2:before {
	content: "";
}

.fac-h3:before {
	content: "";
}

.fac-hacker-news:before {
	content: "";
}

.fac-hacker-news-square:before {
	content: "";
}

.fac-hackerrank:before {
	content: "";
}

.fac-hamburger:before {
	content: "";
}

.fac-hammer:before {
	content: "";
}

.fac-hammer-war:before {
	content: "";
}

.fac-hamsa:before {
	content: "";
}

.fac-hand-heart:before {
	content: "";
}

.fac-hand-holding:before {
	content: "";
}

.fac-hand-holding-box:before {
	content: "";
}

.fac-hand-holding-heart:before {
	content: "";
}

.fac-hand-holding-magic:before {
	content: "";
}

.fac-hand-holding-seedling:before {
	content: "";
}

.fac-hand-holding-usd:before {
	content: "";
}

.fac-hand-holding-water:before {
	content: "";
}

.fac-hand-lizard:before {
	content: "";
}

.fac-hand-middle-finger:before {
	content: "";
}

.fac-hand-paper:before {
	content: "";
}

.fac-hand-peace:before {
	content: "";
}

.fac-hand-point-down:before {
	content: "";
}

.fac-hand-point-left:before {
	content: "";
}

.fac-hand-point-right:before {
	content: "";
}

.fac-hand-point-up:before {
	content: "";
}

.fac-hand-pointer:before {
	content: "";
}

.fac-hand-receiving:before {
	content: "";
}

.fac-hand-rock:before {
	content: "";
}

.fac-hand-scissors:before {
	content: "";
}

.fac-hand-spock:before {
	content: "";
}

.fac-hands:before {
	content: "";
}

.fac-hands-heart:before {
	content: "";
}

.fac-hands-helping:before {
	content: "";
}

.fac-hands-usd:before {
	content: "";
}

.fac-handshake:before {
	content: "";
}

.fac-handshake-alt:before {
	content: "";
}

.fac-hanukiah:before {
	content: "";
}

.fac-hard-hat:before {
	content: "";
}

.fac-hashtag:before {
	content: "";
}

.fac-hat-santa:before {
	content: "";
}

.fac-hat-winter:before {
	content: "";
}

.fac-hat-witch:before {
	content: "";
}

.fac-hat-wizard:before {
	content: "";
}

.fac-haykal:before {
	content: "";
}

.fac-hdd:before {
	content: "";
}

.fac-head-side:before {
	content: "";
}

.fac-head-side-brain:before {
	content: "";
}

.fac-head-side-medical:before {
	content: "";
}

.fac-head-vr:before {
	content: "";
}

.fac-heading:before {
	content: "";
}

.fac-headphones:before {
	content: "";
}

.fac-headphones-alt:before {
	content: "";
}

.fac-headset:before {
	content: "";
}

.fac-heart:before {
	content: "";
}

.fac-heart-broken:before {
	content: "";
}

.fac-heart-circle:before {
	content: "";
}

.fac-heart-rate:before {
	content: "";
}

.fac-heart-square:before {
	content: "";
}

.fac-heartbeat:before {
	content: "";
}

.fac-helicopter:before {
	content: "";
}

.fac-helmet-battle:before {
	content: "";
}

.fac-hexagon:before {
	content: "";
}

.fac-highlighter:before {
	content: "";
}

.fac-hiking:before {
	content: "";
}

.fac-hippo:before {
	content: "";
}

.fac-hips:before {
	content: "";
}

.fac-hire-a-helper:before {
	content: "";
}

.fac-history:before {
	content: "";
}

.fac-hockey-mask:before {
	content: "";
}

.fac-hockey-puck:before {
	content: "";
}

.fac-hockey-sticks:before {
	content: "";
}

.fac-holly-berry:before {
	content: "";
}

.fac-home:before {
	content: "";
}

.fac-home-alt:before {
	content: "";
}

.fac-home-heart:before {
	content: "";
}

.fac-home-lg:before {
	content: "";
}

.fac-home-lg-alt:before {
	content: "";
}

.fac-hood-cloak:before {
	content: "";
}

.fac-hooli:before {
	content: "";
}

.fac-hornbill:before {
	content: "";
}

.fac-horse:before {
	content: "";
}

.fac-horse-head:before {
	content: "";
}

.fac-hospital:before {
	content: "";
}

.fac-hospital-alt:before {
	content: "";
}

.fac-hospital-symbol:before {
	content: "";
}

.fac-hospital-user:before {
	content: "";
}

.fac-hospitals:before {
	content: "";
}

.fac-hot-tub:before {
	content: "";
}

.fac-hotdog:before {
	content: "";
}

.fac-hotel:before {
	content: "";
}

.fac-hotjar:before {
	content: "";
}

.fac-hourglass:before {
	content: "";
}

.fac-hourglass-end:before {
	content: "";
}

.fac-hourglass-half:before {
	content: "";
}

.fac-hourglass-start:before {
	content: "";
}

.fac-house-damage:before {
	content: "";
}

.fac-house-flood:before {
	content: "";
}

.fac-houzz:before {
	content: "";
}

.fac-hryvnia:before {
	content: "";
}

.fac-html5:before {
	content: "";
}

.fac-hubspot:before {
	content: "";
}

.fac-humidity:before {
	content: "";
}

.fac-hurricane:before {
	content: "";
}

.fac-i-cursor:before {
	content: "";
}

.fac-ice-cream:before {
	content: "";
}

.fac-ice-skate:before {
	content: "";
}

.fac-icicles:before {
	content: "";
}

.fac-id-badge:before {
	content: "";
}

.fac-id-card:before {
	content: "";
}

.fac-id-card-alt:before {
	content: "";
}

.fac-igloo:before {
	content: "";
}

.fac-image:before {
	content: "";
}

.fac-images:before {
	content: "";
}

.fac-imdb:before {
	content: "";
}

.fac-inbox:before {
	content: "";
}

.fac-inbox-in:before {
	content: "";
}

.fac-inbox-out:before {
	content: "";
}

.fac-indent:before {
	content: "";
}

.fac-industry:before {
	content: "";
}

.fac-industry-alt:before {
	content: "";
}

.fac-infinity:before {
	content: "";
}

.fac-info:before {
	content: "";
}

.fac-info-circle:before {
	content: "";
}

.fac-info-square:before {
	content: "";
}

.fac-inhaler:before {
	content: "";
}

.fac-instagram:before {
	content: "";
}

.fac-integral:before {
	content: "";
}

.fac-intercom:before {
	content: "";
}

.fac-internet-explorer:before {
	content: "";
}

.fac-intersection:before {
	content: "";
}

.fac-inventory:before {
	content: "";
}

.fac-invision:before {
	content: "";
}

.fac-ioxhost:before {
	content: "";
}

.fac-island-tropical:before {
	content: "";
}

.fac-italic:before {
	content: "";
}

.fac-itch-io:before {
	content: "";
}

.fac-itunes:before {
	content: "";
}

.fac-itunes-note:before {
	content: "";
}

.fac-jack-o-lantern:before {
	content: "";
}

.fac-java:before {
	content: "";
}

.fac-jedi:before {
	content: "";
}

.fac-jedi-order:before {
	content: "";
}

.fac-jenkins:before {
	content: "";
}

.fac-jira:before {
	content: "";
}

.fac-joget:before {
	content: "";
}

.fac-joint:before {
	content: "";
}

.fac-joomla:before {
	content: "";
}

.fac-journal-whills:before {
	content: "";
}

.fac-js:before {
	content: "";
}

.fac-js-square:before {
	content: "";
}

.fac-jsfiddle:before {
	content: "";
}

.fac-kaaba:before {
	content: "";
}

.fac-kaggle:before {
	content: "";
}

.fac-key:before {
	content: "";
}

.fac-key-skeleton:before {
	content: "";
}

.fac-keybase:before {
	content: "";
}

.fac-keyboard:before {
	content: "";
}

.fac-keycdn:before {
	content: "";
}

.fac-keynote:before {
	content: "";
}

.fac-khanda:before {
	content: "";
}

.fac-kickstarter:before {
	content: "";
}

.fac-kickstarter-k:before {
	content: "";
}

.fac-kidneys:before {
	content: "";
}

.fac-kiss:before {
	content: "";
}

.fac-kiss-beam:before {
	content: "";
}

.fac-kiss-wink-heart:before {
	content: "";
}

.fac-kite:before {
	content: "";
}

.fac-kiwi-bird:before {
	content: "";
}

.fac-knife-kitchen:before {
	content: "";
}

.fac-korvue:before {
	content: "";
}

.fac-lambda:before {
	content: "";
}

.fac-lamp:before {
	content: "";
}

.fac-landmark:before {
	content: "";
}

.fac-landmark-alt:before {
	content: "";
}

.fac-language:before {
	content: "";
}

.fac-laptop:before {
	content: "";
}

.fac-laptop-code:before {
	content: "";
}

.fac-laptop-medical:before {
	content: "";
}

.fac-laravel:before {
	content: "";
}

.fac-lastfm:before {
	content: "";
}

.fac-lastfm-square:before {
	content: "";
}

.fac-laugh:before {
	content: "";
}

.fac-laugh-beam:before {
	content: "";
}

.fac-laugh-squint:before {
	content: "";
}

.fac-laugh-wink:before {
	content: "";
}

.fac-layer-group:before {
	content: "";
}

.fac-layer-minus:before {
	content: "";
}

.fac-layer-plus:before {
	content: "";
}

.fac-leaf:before {
	content: "";
}

.fac-leaf-heart:before {
	content: "";
}

.fac-leaf-maple:before {
	content: "";
}

.fac-leaf-oak:before {
	content: "";
}

.fac-leanpub:before {
	content: "";
}

.fac-lemon:before {
	content: "";
}

.fac-less:before {
	content: "";
}

.fac-less-than:before {
	content: "";
}

.fac-less-than-equal:before {
	content: "";
}

.fac-level-down:before {
	content: "";
}

.fac-level-down-alt:before {
	content: "";
}

.fac-level-up:before {
	content: "";
}

.fac-level-up-alt:before {
	content: "";
}

.fac-life-ring:before {
	content: "";
}

.fac-lightbulb:before {
	content: "";
}

.fac-lightbulb-dollar:before {
	content: "";
}

.fac-lightbulb-exclamation:before {
	content: "";
}

.fac-lightbulb-on:before {
	content: "";
}

.fac-lightbulb-slash:before {
	content: "";
}

.fac-lights-holiday:before {
	content: "";
}

.fac-line:before {
	content: "";
}

.fac-link:before {
	content: "";
}

.fac-linkedin:before {
	content: "";
}

.fac-linkedin-in:before {
	content: "";
}

.fac-linode:before {
	content: "";
}

.fac-linux:before {
	content: "";
}

.fac-lips:before {
	content: "";
}

.fac-lira-sign:before {
	content: "";
}

.fac-list:before {
	content: "";
}

.fac-list-alt:before {
	content: "";
}

.fac-list-ol:before {
	content: "";
}

.fac-list-ul:before {
	content: "";
}

.fac-location:before {
	content: "";
}

.fac-location-arrow:before {
	content: "";
}

.fac-location-circle:before {
	content: "";
}

.fac-location-slash:before {
	content: "";
}

.fac-lock:before {
	content: "";
}

.fac-lock-alt:before {
	content: "";
}

.fac-lock-open:before {
	content: "";
}

.fac-lock-open-alt:before {
	content: "";
}

.fac-long-arrow-alt-down:before {
	content: "";
}

.fac-long-arrow-alt-left:before {
	content: "";
}

.fac-long-arrow-alt-right:before {
	content: "";
}

.fac-long-arrow-alt-up:before {
	content: "";
}

.fac-long-arrow-down:before {
	content: "";
}

.fac-long-arrow-left:before {
	content: "";
}

.fac-long-arrow-right:before {
	content: "";
}

.fac-long-arrow-up:before {
	content: "";
}

.fac-loveseat:before {
	content: "";
}

.fac-low-vision:before {
	content: "";
}

.fac-luchador:before {
	content: "";
}

.fac-luggage-cart:before {
	content: "";
}

.fac-lungs:before {
	content: "";
}

.fac-lyft:before {
	content: "";
}

.fac-mace:before {
	content: "";
}

.fac-magento:before {
	content: "";
}

.fac-magic:before {
	content: "";
}

.fac-magnet:before {
	content: "";
}

.fac-mail-bulk:before {
	content: "";
}

.fac-mailbox:before {
	content: "";
}

.fac-mailchimp:before {
	content: "";
}

.fac-male:before {
	content: "";
}

.fac-mandalorian:before {
	content: "";
}

.fac-mandolin:before {
	content: "";
}

.fac-map:before {
	content: "";
}

.fac-map-marked:before {
	content: "";
}

.fac-map-marked-alt:before {
	content: "";
}

.fac-map-marker:before {
	content: "";
}

.fac-map-marker-alt:before {
	content: "";
}

.fac-map-marker-alt-slash:before {
	content: "";
}

.fac-map-marker-check:before {
	content: "";
}

.fac-map-marker-edit:before {
	content: "";
}

.fac-map-marker-exclamation:before {
	content: "";
}

.fac-map-marker-minus:before {
	content: "";
}

.fac-map-marker-plus:before {
	content: "";
}

.fac-map-marker-question:before {
	content: "";
}

.fac-map-marker-slash:before {
	content: "";
}

.fac-map-marker-smile:before {
	content: "";
}

.fac-map-marker-times:before {
	content: "";
}

.fac-map-pin:before {
	content: "";
}

.fac-map-signs:before {
	content: "";
}

.fac-markdown:before {
	content: "";
}

.fac-marker:before {
	content: "";
}

.fac-mars:before {
	content: "";
}

.fac-mars-double:before {
	content: "";
}

.fac-mars-stroke:before {
	content: "";
}

.fac-mars-stroke-h:before {
	content: "";
}

.fac-mars-stroke-v:before {
	content: "";
}

.fac-mask:before {
	content: "";
}

.fac-mastodon:before {
	content: "";
}

.fac-maxcdn:before {
	content: "";
}

.fac-meat:before {
	content: "";
}

.fac-medal:before {
	content: "";
}

.fac-medapps:before {
	content: "";
}

.fac-medium:before {
	content: "";
}

.fac-medium-m:before {
	content: "";
}

.fac-medkit:before {
	content: "";
}

.fac-medrt:before {
	content: "";
}

.fac-meetup:before {
	content: "";
}

.fac-megaphone:before {
	content: "";
}

.fac-megaport:before {
	content: "";
}

.fac-meh:before {
	content: "";
}

.fac-meh-blank:before {
	content: "";
}

.fac-meh-rolling-eyes:before {
	content: "";
}

.fac-memory:before {
	content: "";
}

.fac-mendeley:before {
	content: "";
}

.fac-menorah:before {
	content: "";
}

.fac-mercury:before {
	content: "";
}

.fac-meteor:before {
	content: "";
}

.fac-microchip:before {
	content: "";
}

.fac-microphone:before {
	content: "";
}

.fac-microphone-alt:before {
	content: "";
}

.fac-microphone-alt-slash:before {
	content: "";
}

.fac-microphone-slash:before {
	content: "";
}

.fac-microscope:before {
	content: "";
}

.fac-microsoft:before {
	content: "";
}

.fac-mind-share:before {
	content: "";
}

.fac-minus:before {
	content: "";
}

.fac-minus-circle:before {
	content: "";
}

.fac-minus-hexagon:before {
	content: "";
}

.fac-minus-octagon:before {
	content: "";
}

.fac-minus-square:before {
	content: "";
}

.fac-mistletoe:before {
	content: "";
}

.fac-mitten:before {
	content: "";
}

.fac-mix:before {
	content: "";
}

.fac-mixcloud:before {
	content: "";
}

.fac-mizuni:before {
	content: "";
}

.fac-mobile:before {
	content: "";
}

.fac-mobile-alt:before {
	content: "";
}

.fac-mobile-android:before {
	content: "";
}

.fac-mobile-android-alt:before {
	content: "";
}

.fac-modx:before {
	content: "";
}

.fac-monero:before {
	content: "";
}

.fac-money-bill:before {
	content: "";
}

.fac-money-bill-alt:before {
	content: "";
}

.fac-money-bill-wave:before {
	content: "";
}

.fac-money-bill-wave-alt:before {
	content: "";
}

.fac-money-check:before {
	content: "";
}

.fac-money-check-alt:before {
	content: "";
}

.fac-monitor-heart-rate:before {
	content: "";
}

.fac-monkey:before {
	content: "";
}

.fac-monument:before {
	content: "";
}

.fac-moon:before {
	content: "";
}

.fac-moon-cloud:before {
	content: "";
}

.fac-moon-stars:before {
	content: "";
}

.fac-mortar-pestle:before {
	content: "";
}

.fac-mosque:before {
	content: "";
}

.fac-motorcycle:before {
	content: "";
}

.fac-mountain:before {
	content: "";
}

.fac-mountains:before {
	content: "";
}

.fac-mouse-pointer:before {
	content: "";
}

.fac-mug-hot:before {
	content: "";
}

.fac-mug-marshmallows:before {
	content: "";
}

.fac-music:before {
	content: "";
}

.fac-napster:before {
	content: "";
}

.fac-narwhal:before {
	content: "";
}

.fac-neos:before {
	content: "";
}

.fac-network-wired:before {
	content: "";
}

.fac-neuter:before {
	content: "";
}

.fac-newspaper:before {
	content: "";
}

.fac-nimblr:before {
	content: "";
}

.fac-nintendo-switch:before {
	content: "";
}

.fac-node:before {
	content: "";
}

.fac-node-js:before {
	content: "";
}

.fac-not-equal:before {
	content: "";
}

.fac-notes-medical:before {
	content: "";
}

.fac-npm:before {
	content: "";
}

.fac-ns8:before {
	content: "";
}

.fac-nutritionix:before {
	content: "";
}

.fac-object-group:before {
	content: "";
}

.fac-object-ungroup:before {
	content: "";
}

.fac-octagon:before {
	content: "";
}

.fac-odnoklassniki:before {
	content: "";
}

.fac-odnoklassniki-square:before {
	content: "";
}

.fac-oil-can:before {
	content: "";
}

.fac-oil-temp:before {
	content: "";
}

.fac-old-republic:before {
	content: "";
}

.fac-om:before {
	content: "";
}

.fac-omega:before {
	content: "";
}

.fac-opencart:before {
	content: "";
}

.fac-openid:before {
	content: "";
}

.fac-opera:before {
	content: "";
}

.fac-optin-monster:before {
	content: "";
}

.fac-ornament:before {
	content: "";
}

.fac-osi:before {
	content: "";
}

.fac-otter:before {
	content: "";
}

.fac-outdent:before {
	content: "";
}

.fac-page4:before {
	content: "";
}

.fac-pagelines:before {
	content: "";
}

.fac-pager:before {
	content: "";
}

.fac-paint-brush:before {
	content: "";
}

.fac-paint-brush-alt:before {
	content: "";
}

.fac-paint-roller:before {
	content: "";
}

.fac-palette:before {
	content: "";
}

.fac-palfed:before {
	content: "";
}

.fac-pallet:before {
	content: "";
}

.fac-pallet-alt:before {
	content: "";
}

.fac-paper-plane:before {
	content: "";
}

.fac-paperclip:before {
	content: "";
}

.fac-parachute-box:before {
	content: "";
}

.fac-paragraph:before {
	content: "";
}

.fac-parking:before {
	content: "";
}

.fac-parking-circle:before {
	content: "";
}

.fac-parking-circle-slash:before {
	content: "";
}

.fac-parking-slash:before {
	content: "";
}

.fac-passport:before {
	content: "";
}

.fac-pastafarianism:before {
	content: "";
}

.fac-paste:before {
	content: "";
}

.fac-patreon:before {
	content: "";
}

.fac-pause:before {
	content: "";
}

.fac-pause-circle:before {
	content: "";
}

.fac-paw:before {
	content: "";
}

.fac-paw-alt:before {
	content: "";
}

.fac-paw-claws:before {
	content: "";
}

.fac-paypal:before {
	content: "";
}

.fac-peace:before {
	content: "";
}

.fac-pegasus:before {
	content: "";
}

.fac-pen:before {
	content: "";
}

.fac-pen-alt:before {
	content: "";
}

.fac-pen-fancy:before {
	content: "";
}

.fac-pen-nib:before {
	content: "";
}

.fac-pen-square:before {
	content: "";
}

.fac-pencil:before {
	content: "";
}

.fac-pencil-alt:before {
	content: "";
}

.fac-pencil-paintbrush:before {
	content: "";
}

.fac-pencil-ruler:before {
	content: "";
}

.fac-pennant:before {
	content: "";
}

.fac-penny-arcade:before {
	content: "";
}

.fac-people-carry:before {
	content: "";
}

.fac-pepper-hot:before {
	content: "";
}

.fac-percent:before {
	content: "";
}

.fac-percentage:before {
	content: "";
}

.fac-periscope:before {
	content: "";
}

.fac-person-booth:before {
	content: "";
}

.fac-person-carry:before {
	content: "";
}

.fac-person-dolly:before {
	content: "";
}

.fac-person-dolly-empty:before {
	content: "";
}

.fac-person-sign:before {
	content: "";
}

.fac-phabricator:before {
	content: "";
}

.fac-phoenix-framework:before {
	content: "";
}

.fac-phoenix-squadron:before {
	content: "";
}

.fac-phone:before {
	content: "";
}

.fac-phone-office:before {
	content: "";
}

.fac-phone-plus:before {
	content: "";
}

.fac-phone-slash:before {
	content: "";
}

.fac-phone-square:before {
	content: "";
}

.fac-phone-volume:before {
	content: "";
}

.fac-php:before {
	content: "";
}

.fac-pi:before {
	content: "";
}

.fac-pie:before {
	content: "";
}

.fac-pied-piper:before {
	content: "";
}

.fac-pied-piper-alt:before {
	content: "";
}

.fac-pied-piper-hat:before {
	content: "";
}

.fac-pied-piper-pp:before {
	content: "";
}

.fac-pig:before {
	content: "";
}

.fac-piggy-bank:before {
	content: "";
}

.fac-pills:before {
	content: "";
}

.fac-pinterest:before {
	content: "";
}

.fac-pinterest-p:before {
	content: "";
}

.fac-pinterest-square:before {
	content: "";
}

.fac-pizza:before {
	content: "";
}

.fac-pizza-slice:before {
	content: "";
}

.fac-place-of-worship:before {
	content: "";
}

.fac-plane:before {
	content: "";
}

.fac-plane-alt:before {
	content: "";
}

.fac-plane-arrival:before {
	content: "";
}

.fac-plane-departure:before {
	content: "";
}

.fac-play:before {
	content: "";
}

.fac-play-circle:before {
	content: "";
}

.fac-playstation:before {
	content: "";
}

.fac-plug:before {
	content: "";
}

.fac-plus:before {
	content: "";
}

.fac-plus-circle:before {
	content: "";
}

.fac-plus-hexagon:before {
	content: "";
}

.fac-plus-octagon:before {
	content: "";
}

.fac-plus-square:before {
	content: "";
}

.fac-podcast:before {
	content: "";
}

.fac-podium:before {
	content: "";
}

.fac-podium-star:before {
	content: "";
}

.fac-poll:before {
	content: "";
}

.fac-poll-h:before {
	content: "";
}

.fac-poll-people:before {
	content: "";
}

.fac-poo:before {
	content: "";
}

.fac-poo-storm:before {
	content: "";
}

.fac-poop:before {
	content: "";
}

.fac-popcorn:before {
	content: "";
}

.fac-portrait:before {
	content: "";
}

.fac-pound-sign:before {
	content: "";
}

.fac-power-off:before {
	content: "";
}

.fac-pray:before {
	content: "";
}

.fac-praying-hands:before {
	content: "";
}

.fac-prescription:before {
	content: "";
}

.fac-prescription-bottle:before {
	content: "";
}

.fac-prescription-bottle-alt:before {
	content: "";
}

.fac-presentation:before {
	content: "";
}

.fac-print:before {
	content: "";
}

.fac-print-search:before {
	content: "";
}

.fac-print-slash:before {
	content: "";
}

.fac-procedures:before {
	content: "";
}

.fac-product-hunt:before {
	content: "";
}

.fac-project-diagram:before {
	content: "";
}

.fac-pumpkin:before {
	content: "";
}

.fac-pushed:before {
	content: "";
}

.fac-puzzle-piece:before {
	content: "";
}

.fac-python:before {
	content: "";
}

.fac-qq:before {
	content: "";
}

.fac-qrcode:before {
	content: "";
}

.fac-question:before {
	content: "";
}

.fac-question-circle:before {
	content: "";
}

.fac-question-square:before {
	content: "";
}

.fac-quidditch:before {
	content: "";
}

.fac-quinscape:before {
	content: "";
}

.fac-quora:before {
	content: "";
}

.fac-quote-left:before {
	content: "";
}

.fac-quote-right:before {
	content: "";
}

.fac-quran:before {
	content: "";
}

.fac-r-project:before {
	content: "";
}

.fac-rabbit:before {
	content: "";
}

.fac-rabbit-fast:before {
	content: "";
}

.fac-racquet:before {
	content: "";
}

.fac-radiation:before {
	content: "";
}

.fac-radiation-alt:before {
	content: "";
}

.fac-rainbow:before {
	content: "";
}

.fac-raindrops:before {
	content: "";
}

.fac-ram:before {
	content: "";
}

.fac-ramp-loading:before {
	content: "";
}

.fac-random:before {
	content: "";
}

.fac-raspberry-pi:before {
	content: "";
}

.fac-ravelry:before {
	content: "";
}

.fac-react:before {
	content: "";
}

.fac-reacteurope:before {
	content: "";
}

.fac-readme:before {
	content: "";
}

.fac-rebel:before {
	content: "";
}

.fac-receipt:before {
	content: "";
}

.fac-rectangle-landscape:before {
	content: "";
}

.fac-rectangle-portrait:before {
	content: "";
}

.fac-rectangle-wide:before {
	content: "";
}

.fac-recycle:before {
	content: "";
}

.fac-red-river:before {
	content: "";
}

.fac-reddit:before {
	content: "";
}

.fac-reddit-alien:before {
	content: "";
}

.fac-reddit-square:before {
	content: "";
}

.fac-redhat:before {
	content: "";
}

.fac-redo:before {
	content: "";
}

.fac-redo-alt:before {
	content: "";
}

.fac-registered:before {
	content: "";
}

.fac-renren:before {
	content: "";
}

.fac-repeat:before {
	content: "";
}

.fac-repeat-1:before {
	content: "";
}

.fac-repeat-1-alt:before {
	content: "";
}

.fac-repeat-alt:before {
	content: "";
}

.fac-reply:before {
	content: "";
}

.fac-reply-all:before {
	content: "";
}

.fac-replyd:before {
	content: "";
}

.fac-republican:before {
	content: "";
}

.fac-researchgate:before {
	content: "";
}

.fac-resolving:before {
	content: "";
}

.fac-restroom:before {
	content: "";
}

.fac-retweet:before {
	content: "";
}

.fac-retweet-alt:before {
	content: "";
}

.fac-rev:before {
	content: "";
}

.fac-ribbon:before {
	content: "";
}

.fac-ring:before {
	content: "";
}

.fac-rings-wedding:before {
	content: "";
}

.fac-road:before {
	content: "";
}

.fac-robot:before {
	content: "";
}

.fac-rocket:before {
	content: "";
}

.fac-rocketchat:before {
	content: "";
}

.fac-rockrms:before {
	content: "";
}

.fac-route:before {
	content: "";
}

.fac-route-highway:before {
	content: "";
}

.fac-route-interstate:before {
	content: "";
}

.fac-rss:before {
	content: "";
}

.fac-rss-square:before {
	content: "";
}

.fac-ruble-sign:before {
	content: "";
}

.fac-ruler:before {
	content: "";
}

.fac-ruler-combined:before {
	content: "";
}

.fac-ruler-horizontal:before {
	content: "";
}

.fac-ruler-triangle:before {
	content: "";
}

.fac-ruler-vertical:before {
	content: "";
}

.fac-running:before {
	content: "";
}

.fac-rupee-sign:before {
	content: "";
}

.fac-rv:before {
	content: "";
}

.fac-sack:before {
	content: "";
}

.fac-sack-dollar:before {
	content: "";
}

.fac-sad-cry:before {
	content: "";
}

.fac-sad-tear:before {
	content: "";
}

.fac-safari:before {
	content: "";
}

.fac-salad:before {
	content: "";
}

.fac-salesforce:before {
	content: "";
}

.fac-sandwich:before {
	content: "";
}

.fac-sass:before {
	content: "";
}

.fac-satellite:before {
	content: "";
}

.fac-satellite-dish:before {
	content: "";
}

.fac-sausage:before {
	content: "";
}

.fac-save:before {
	content: "";
}

.fac-scalpel:before {
	content: "";
}

.fac-scalpel-path:before {
	content: "";
}

.fac-scanner:before {
	content: "";
}

.fac-scanner-keyboard:before {
	content: "";
}

.fac-scanner-touchscreen:before {
	content: "";
}

.fac-scarecrow:before {
	content: "";
}

.fac-scarf:before {
	content: "";
}

.fac-schlix:before {
	content: "";
}

.fac-school:before {
	content: "";
}

.fac-screwdriver:before {
	content: "";
}

.fac-scribd:before {
	content: "";
}

.fac-scroll:before {
	content: "";
}

.fac-scroll-old:before {
	content: "";
}

.fac-scrubber:before {
	content: "";
}

.fac-scythe:before {
	content: "";
}

.fac-sd-card:before {
	content: "";
}

.fac-search:before {
	content: "";
}

.fac-search-dollar:before {
	content: "";
}

.fac-search-location:before {
	content: "";
}

.fac-search-minus:before {
	content: "";
}

.fac-search-plus:before {
	content: "";
}

.fac-searchengin:before {
	content: "";
}

.fac-seedling:before {
	content: "";
}

.fac-sellcast:before {
	content: "";
}

.fac-sellsy:before {
	content: "";
}

.fac-server:before {
	content: "";
}

.fac-servicestack:before {
	content: "";
}

.fac-shapes:before {
	content: "";
}

.fac-share:before {
	content: "";
}

.fac-share-all:before {
	content: "";
}

.fac-share-alt:before {
	content: "";
}

.fac-share-alt-square:before {
	content: "";
}

.fac-share-square:before {
	content: "";
}

.fac-sheep:before {
	content: "";
}

.fac-shekel-sign:before {
	content: "";
}

.fac-shield:before {
	content: "";
}

.fac-shield-alt:before {
	content: "";
}

.fac-shield-check:before {
	content: "";
}

.fac-shield-cross:before {
	content: "";
}

.fac-ship:before {
	content: "";
}

.fac-shipping-fast:before {
	content: "";
}

.fac-shipping-timed:before {
	content: "";
}

.fac-shirtsinbulk:before {
	content: "";
}

.fac-shish-kebab:before {
	content: "";
}

.fac-shoe-prints:before {
	content: "";
}

.fac-shopping-bag:before {
	content: "";
}

.fac-shopping-basket:before {
	content: "";
}

.fac-shopping-cart:before {
	content: "";
}

.fac-shopware:before {
	content: "";
}

.fac-shovel:before {
	content: "";
}

.fac-shovel-snow:before {
	content: "";
}

.fac-shower:before {
	content: "";
}

.fac-shredder:before {
	content: "";
}

.fac-shuttle-van:before {
	content: "";
}

.fac-shuttlecock:before {
	content: "";
}

.fac-sickle:before {
	content: "";
}

.fac-sigma:before {
	content: "";
}

.fac-sign:before {
	content: "";
}

.fac-sign-in:before {
	content: "";
}

.fac-sign-in-alt:before {
	content: "";
}

.fac-sign-language:before {
	content: "";
}

.fac-sign-out:before {
	content: "";
}

.fac-sign-out-alt:before {
	content: "";
}

.fac-signal:before {
	content: "";
}

.fac-signal-1:before {
	content: "";
}

.fac-signal-2:before {
	content: "";
}

.fac-signal-3:before {
	content: "";
}

.fac-signal-4:before {
	content: "";
}

.fac-signal-alt:before {
	content: "";
}

.fac-signal-alt-1:before {
	content: "";
}

.fac-signal-alt-2:before {
	content: "";
}

.fac-signal-alt-3:before {
	content: "";
}

.fac-signal-alt-slash:before {
	content: "";
}

.fac-signal-slash:before {
	content: "";
}

.fac-signature:before {
	content: "";
}

.fac-sim-card:before {
	content: "";
}

.fac-simplybuilt:before {
	content: "";
}

.fac-sistrix:before {
	content: "";
}

.fac-sitemap:before {
	content: "";
}

.fac-sith:before {
	content: "";
}

.fac-skating:before {
	content: "";
}

.fac-skeleton:before {
	content: "";
}

.fac-sketch:before {
	content: "";
}

.fac-ski-jump:before {
	content: "";
}

.fac-ski-lift:before {
	content: "";
}

.fac-skiing:before {
	content: "";
}

.fac-skiing-nordic:before {
	content: "";
}

.fac-skull:before {
	content: "";
}

.fac-skull-crossbones:before {
	content: "";
}

.fac-skyatlas:before {
	content: "";
}

.fac-skype:before {
	content: "";
}

.fac-slack:before {
	content: "";
}

.fac-slack-hash:before {
	content: "";
}

.fac-slash:before {
	content: "";
}

.fac-sledding:before {
	content: "";
}

.fac-sleigh:before {
	content: "";
}

.fac-sliders-h:before {
	content: "";
}

.fac-sliders-h-square:before {
	content: "";
}

.fac-sliders-v:before {
	content: "";
}

.fac-sliders-v-square:before {
	content: "";
}

.fac-slideshare:before {
	content: "";
}

.fac-smile:before {
	content: "";
}

.fac-smile-beam:before {
	content: "";
}

.fac-smile-plus:before {
	content: "";
}

.fac-smile-wink:before {
	content: "";
}

.fac-smog:before {
	content: "";
}

.fac-smoke:before {
	content: "";
}

.fac-smoking:before {
	content: "";
}

.fac-smoking-ban:before {
	content: "";
}

.fac-sms:before {
	content: "";
}

.fac-snake:before {
	content: "";
}

.fac-snapchat:before {
	content: "";
}

.fac-snapchat-ghost:before {
	content: "";
}

.fac-snapchat-square:before {
	content: "";
}

.fac-snow-blowing:before {
	content: "";
}

.fac-snowboarding:before {
	content: "";
}

.fac-snowflake:before {
	content: "";
}

.fac-snowflakes:before {
	content: "";
}

.fac-snowman:before {
	content: "";
}

.fac-snowmobile:before {
	content: "";
}

.fac-snowplow:before {
	content: "";
}

.fac-socks:before {
	content: "";
}

.fac-solar-panel:before {
	content: "";
}

.fac-sort:before {
	content: "";
}

.fac-sort-alpha-down:before {
	content: "";
}

.fac-sort-alpha-up:before {
	content: "";
}

.fac-sort-amount-down:before {
	content: "";
}

.fac-sort-amount-up:before {
	content: "";
}

.fac-sort-down:before {
	content: "";
}

.fac-sort-numeric-down:before {
	content: "";
}

.fac-sort-numeric-up:before {
	content: "";
}

.fac-sort-up:before {
	content: "";
}

.fac-soundcloud:before {
	content: "";
}

.fac-soup:before {
	content: "";
}

.fac-sourcetree:before {
	content: "";
}

.fac-spa:before {
	content: "";
}

.fac-space-shuttle:before {
	content: "";
}

.fac-spade:before {
	content: "";
}

.fac-speakap:before {
	content: "";
}

.fac-speaker-deck:before {
	content: "";
}

.fac-spider:before {
	content: "";
}

.fac-spider-black-widow:before {
	content: "";
}

.fac-spider-web:before {
	content: "";
}

.fac-spinner:before {
	content: "";
}

.fac-spinner-third:before {
	content: "";
}

.fac-splotch:before {
	content: "";
}

.fac-spotify:before {
	content: "";
}

.fac-spray-can:before {
	content: "";
}

.fac-square:before {
	content: "";
}

.fac-square-full:before {
	content: "";
}

.fac-square-root:before {
	content: "";
}

.fac-square-root-alt:before {
	content: "";
}

.fac-squarespace:before {
	content: "";
}

.fac-squirrel:before {
	content: "";
}

.fac-stack-exchange:before {
	content: "";
}

.fac-stack-overflow:before {
	content: "";
}

.fac-staff:before {
	content: "";
}

.fac-stamp:before {
	content: "";
}

.fac-star:before {
	content: "";
}

.fac-star-and-crescent:before {
	content: "";
}

.fac-star-christmas:before {
	content: "";
}

.fac-star-exclamation:before {
	content: "";
}

.fac-star-half:before {
	content: "";
}

.fac-star-half-alt:before {
	content: "";
}

.fac-star-of-david:before {
	content: "";
}

.fac-star-of-life:before {
	content: "";
}

.fac-stars:before {
	content: "";
}

.fac-staylinked:before {
	content: "";
}

.fac-steak:before {
	content: "";
}

.fac-steam:before {
	content: "";
}

.fac-steam-square:before {
	content: "";
}

.fac-steam-symbol:before {
	content: "";
}

.fac-steering-wheel:before {
	content: "";
}

.fac-step-backward:before {
	content: "";
}

.fac-step-forward:before {
	content: "";
}

.fac-stethoscope:before {
	content: "";
}

.fac-sticker-mule:before {
	content: "";
}

.fac-sticky-note:before {
	content: "";
}

.fac-stocking:before {
	content: "";
}

.fac-stomach:before {
	content: "";
}

.fac-stop:before {
	content: "";
}

.fac-stop-circle:before {
	content: "";
}

.fac-stopwatch:before {
	content: "";
}

.fac-store:before {
	content: "";
}

.fac-store-alt:before {
	content: "";
}

.fac-strava:before {
	content: "";
}

.fac-stream:before {
	content: "";
}

.fac-street-view:before {
	content: "";
}

.fac-stretcher:before {
	content: "";
}

.fac-strikethrough:before {
	content: "";
}

.fac-stripe:before {
	content: "";
}

.fac-stripe-s:before {
	content: "";
}

.fac-stroopwafel:before {
	content: "";
}

.fac-studiovinari:before {
	content: "";
}

.fac-stumbleupon:before {
	content: "";
}

.fac-stumbleupon-circle:before {
	content: "";
}

.fac-subscript:before {
	content: "";
}

.fac-subway:before {
	content: "";
}

.fac-suitcase:before {
	content: "";
}

.fac-suitcase-rolling:before {
	content: "";
}

.fac-sun:before {
	content: "";
}

.fac-sun-cloud:before {
	content: "";
}

.fac-sun-dust:before {
	content: "";
}

.fac-sun-haze:before {
	content: "";
}

.fac-sunrise:before {
	content: "";
}

.fac-sunset:before {
	content: "";
}

.fac-superpowers:before {
	content: "";
}

.fac-superscript:before {
	content: "";
}

.fac-supple:before {
	content: "";
}

.fac-surprise:before {
	content: "";
}

.fac-suse:before {
	content: "";
}

.fac-swatchbook:before {
	content: "";
}

.fac-swimmer:before {
	content: "";
}

.fac-swimming-pool:before {
	content: "";
}

.fac-sword:before {
	content: "";
}

.fac-swords:before {
	content: "";
}

.fac-symfony:before {
	content: "";
}

.fac-synagogue:before {
	content: "";
}

.fac-sync:before {
	content: "";
}

.fac-sync-alt:before {
	content: "";
}

.fac-syringe:before {
	content: "";
}

.fac-table:before {
	content: "";
}

.fac-table-tennis:before {
	content: "";
}

.fac-tablet:before {
	content: "";
}

.fac-tablet-alt:before {
	content: "";
}

.fac-tablet-android:before {
	content: "";
}

.fac-tablet-android-alt:before {
	content: "";
}

.fac-tablet-rugged:before {
	content: "";
}

.fac-tablets:before {
	content: "";
}

.fac-tachometer:before {
	content: "";
}

.fac-tachometer-alt:before {
	content: "";
}

.fac-tachometer-alt-average:before {
	content: "";
}

.fac-tachometer-alt-fast:before {
	content: "";
}

.fac-tachometer-alt-fastest:before {
	content: "";
}

.fac-tachometer-alt-slow:before {
	content: "";
}

.fac-tachometer-alt-slowest:before {
	content: "";
}

.fac-tachometer-average:before {
	content: "";
}

.fac-tachometer-fast:before {
	content: "";
}

.fac-tachometer-fastest:before {
	content: "";
}

.fac-tachometer-slow:before {
	content: "";
}

.fac-tachometer-slowest:before {
	content: "";
}

.fac-taco:before {
	content: "";
}

.fac-tag:before {
	content: "";
}

.fac-tags:before {
	content: "";
}

.fac-tally:before {
	content: "";
}

.fac-tanakh:before {
	content: "";
}

.fac-tape:before {
	content: "";
}

.fac-tasks:before {
	content: "";
}

.fac-tasks-alt:before {
	content: "";
}

.fac-taxi:before {
	content: "";
}

.fac-teamspeak:before {
	content: "";
}

.fac-teeth:before {
	content: "";
}

.fac-teeth-open:before {
	content: "";
}

.fac-telegram:before {
	content: "";
}

.fac-telegram-plane:before {
	content: "";
}

.fac-temperature-frigid:before {
	content: "";
}

.fac-temperature-high:before {
	content: "";
}

.fac-temperature-hot:before {
	content: "";
}

.fac-temperature-low:before {
	content: "";
}

.fac-tencent-weibo:before {
	content: "";
}

.fac-tenge:before {
	content: "";
}

.fac-tennis-ball:before {
	content: "";
}

.fac-terminal:before {
	content: "";
}

.fac-text-height:before {
	content: "";
}

.fac-text-width:before {
	content: "";
}

.fac-th:before {
	content: "";
}

.fac-th-large:before {
	content: "";
}

.fac-th-list:before {
	content: "";
}

.fac-the-red-yeti:before {
	content: "";
}

.fac-theater-masks:before {
	content: "";
}

.fac-themeco:before {
	content: "";
}

.fac-themeisle:before {
	content: "";
}

.fac-thermometer:before {
	content: "";
}

.fac-thermometer-empty:before {
	content: "";
}

.fac-thermometer-full:before {
	content: "";
}

.fac-thermometer-half:before {
	content: "";
}

.fac-thermometer-quarter:before {
	content: "";
}

.fac-thermometer-three-quarters:before {
	content: "";
}

.fac-theta:before {
	content: "";
}

.fac-think-peaks:before {
	content: "";
}

.fac-thumbs-down:before {
	content: "";
}

.fac-thumbs-up:before {
	content: "";
}

.fac-thumbtack:before {
	content: "";
}

.fac-thunderstorm:before {
	content: "";
}

.fac-thunderstorm-moon:before {
	content: "";
}

.fac-thunderstorm-sun:before {
	content: "";
}

.fac-ticket:before {
	content: "";
}

.fac-ticket-alt:before {
	content: "";
}

.fac-tilde:before {
	content: "";
}

.fac-times:before {
	content: "";
}

.fac-times-circle:before {
	content: "";
}

.fac-times-hexagon:before {
	content: "";
}

.fac-times-octagon:before {
	content: "";
}

.fac-times-square:before {
	content: "";
}

.fac-tint:before {
	content: "";
}

.fac-tint-slash:before {
	content: "";
}

.fac-tire:before {
	content: "";
}

.fac-tire-flat:before {
	content: "";
}

.fac-tire-pressure-warning:before {
	content: "";
}

.fac-tire-rugged:before {
	content: "";
}

.fac-tired:before {
	content: "";
}

.fac-toggle-off:before {
	content: "";
}

.fac-toggle-on:before {
	content: "";
}

.fac-toilet:before {
	content: "";
}

.fac-toilet-paper:before {
	content: "";
}

.fac-toilet-paper-alt:before {
	content: "";
}

.fac-tombstone:before {
	content: "";
}

.fac-tombstone-alt:before {
	content: "";
}

.fac-toolbox:before {
	content: "";
}

.fac-tools:before {
	content: "";
}

.fac-tooth:before {
	content: "";
}

.fac-toothbrush:before {
	content: "";
}

.fac-torah:before {
	content: "";
}

.fac-torii-gate:before {
	content: "";
}

.fac-tornado:before {
	content: "";
}

.fac-tractor:before {
	content: "";
}

.fac-trade-federation:before {
	content: "";
}

.fac-trademark:before {
	content: "";
}

.fac-traffic-cone:before {
	content: "";
}

.fac-traffic-light:before {
	content: "";
}

.fac-traffic-light-go:before {
	content: "";
}

.fac-traffic-light-slow:before {
	content: "";
}

.fac-traffic-light-stop:before {
	content: "";
}

.fac-train:before {
	content: "";
}

.fac-tram:before {
	content: "";
}

.fac-transgender:before {
	content: "";
}

.fac-transgender-alt:before {
	content: "";
}

.fac-trash:before {
	content: "";
}

.fac-trash-alt:before {
	content: "";
}

.fac-trash-restore:before {
	content: "";
}

.fac-trash-restore-alt:before {
	content: "";
}

.fac-treasure-chest:before {
	content: "";
}

.fac-tree:before {
	content: "";
}

.fac-tree-alt:before {
	content: "";
}

.fac-tree-christmas:before {
	content: "";
}

.fac-tree-decorated:before {
	content: "";
}

.fac-tree-large:before {
	content: "";
}

.fac-tree-palm:before {
	content: "";
}

.fac-trees:before {
	content: "";
}

.fac-trello:before {
	content: "";
}

.fac-triangle:before {
	content: "";
}

.fac-tripadvisor:before {
	content: "";
}

.fac-trophy:before {
	content: "";
}

.fac-trophy-alt:before {
	content: "";
}

.fac-truck:before {
	content: "";
}

.fac-truck-container:before {
	content: "";
}

.fac-truck-couch:before {
	content: "";
}

.fac-truck-loading:before {
	content: "";
}

.fac-truck-monster:before {
	content: "";
}

.fac-truck-moving:before {
	content: "";
}

.fac-truck-pickup:before {
	content: "";
}

.fac-truck-plow:before {
	content: "";
}

.fac-truck-ramp:before {
	content: "";
}

.fac-tshirt:before {
	content: "";
}

.fac-tty:before {
	content: "";
}

.fac-tumblr:before {
	content: "";
}

.fac-tumblr-square:before {
	content: "";
}

.fac-turkey:before {
	content: "";
}

.fac-turtle:before {
	content: "";
}

.fac-tv:before {
	content: "";
}

.fac-tv-retro:before {
	content: "";
}

.fac-twitch:before {
	content: "";
}

.fac-twitter:before {
	content: "";
}

.fac-twitter-square:before {
	content: "";
}

.fac-typo3:before {
	content: "";
}

.fac-uber:before {
	content: "";
}

.fac-ubuntu:before {
	content: "";
}

.fac-uikit:before {
	content: "";
}

.fac-umbrella:before {
	content: "";
}

.fac-umbrella-beach:before {
	content: "";
}

.fac-underline:before {
	content: "";
}

.fac-undo:before {
	content: "";
}

.fac-undo-alt:before {
	content: "";
}

.fac-unicorn:before {
	content: "";
}

.fac-union:before {
	content: "";
}

.fac-uniregistry:before {
	content: "";
}

.fac-universal-access:before {
	content: "";
}

.fac-university:before {
	content: "";
}

.fac-unlink:before {
	content: "";
}

.fac-unlock:before {
	content: "";
}

.fac-unlock-alt:before {
	content: "";
}

.fac-untappd:before {
	content: "";
}

.fac-upload:before {
	content: "";
}

.fac-ups:before {
	content: "";
}

.fac-usb:before {
	content: "";
}

.fac-usd-circle:before {
	content: "";
}

.fac-usd-square:before {
	content: "";
}

.fac-user:before {
	content: "";
}

.fac-user-alt:before {
	content: "";
}

.fac-user-alt-slash:before {
	content: "";
}

.fac-user-astronaut:before {
	content: "";
}

.fac-user-chart:before {
	content: "";
}

.fac-user-check:before {
	content: "";
}

.fac-user-circle:before {
	content: "";
}

.fac-user-clock:before {
	content: "";
}

.fac-user-cog:before {
	content: "";
}

.fac-user-crown:before {
	content: "";
}

.fac-user-edit:before {
	content: "";
}

.fac-user-friends:before {
	content: "";
}

.fac-user-graduate:before {
	content: "";
}

.fac-user-hard-hat:before {
	content: "";
}

.fac-user-headset:before {
	content: "";
}

.fac-user-injured:before {
	content: "";
}

.fac-user-lock:before {
	content: "";
}

.fac-user-md:before {
	content: "";
}

.fac-user-md-chat:before {
	content: "";
}

.fac-user-minus:before {
	content: "";
}

.fac-user-ninja:before {
	content: "";
}

.fac-user-nurse:before {
	content: "";
}

.fac-user-plus:before {
	content: "";
}

.fac-user-secret:before {
	content: "";
}

.fac-user-shield:before {
	content: "";
}

.fac-user-slash:before {
	content: "";
}

.fac-user-tag:before {
	content: "";
}

.fac-user-tie:before {
	content: "";
}

.fac-user-times:before {
	content: "";
}

.fac-users:before {
	content: "";
}

.fac-users-class:before {
	content: "";
}

.fac-users-cog:before {
	content: "";
}

.fac-users-crown:before {
	content: "";
}

.fac-users-medical:before {
	content: "";
}

.fac-usps:before {
	content: "";
}

.fac-ussunnah:before {
	content: "";
}

.fac-utensil-fork:before {
	content: "";
}

.fac-utensil-knife:before {
	content: "";
}

.fac-utensil-spoon:before {
	content: "";
}

.fac-utensils:before {
	content: "";
}

.fac-utensils-alt:before {
	content: "";
}

.fac-vaadin:before {
	content: "";
}

.fac-value-absolute:before {
	content: "";
}

.fac-vector-square:before {
	content: "";
}

.fac-venus:before {
	content: "";
}

.fac-venus-double:before {
	content: "";
}

.fac-venus-mars:before {
	content: "";
}

.fac-viacoin:before {
	content: "";
}

.fac-viadeo:before {
	content: "";
}

.fac-viadeo-square:before {
	content: "";
}

.fac-vial:before {
	content: "";
}

.fac-vials:before {
	content: "";
}

.fac-viber:before {
	content: "";
}

.fac-video:before {
	content: "";
}

.fac-video-plus:before {
	content: "";
}

.fac-video-slash:before {
	content: "";
}

.fac-vihara:before {
	content: "";
}

.fac-vimeo:before {
	content: "";
}

.fac-vimeo-square:before {
	content: "";
}

.fac-vimeo-v:before {
	content: "";
}

.fac-vine:before {
	content: "";
}

.fac-vk:before {
	content: "";
}

.fac-vnv:before {
	content: "";
}

.fac-volcano:before {
	content: "";
}

.fac-volleyball-ball:before {
	content: "";
}

.fac-volume:before {
	content: "";
}

.fac-volume-down:before {
	content: "";
}

.fac-volume-mute:before {
	content: "";
}

.fac-volume-off:before {
	content: "";
}

.fac-volume-slash:before {
	content: "";
}

.fac-volume-up:before {
	content: "";
}

.fac-vote-nay:before {
	content: "";
}

.fac-vote-yea:before {
	content: "";
}

.fac-vr-cardboard:before {
	content: "";
}

.fac-vuejs:before {
	content: "";
}

.fac-walker:before {
	content: "";
}

.fac-walking:before {
	content: "";
}

.fac-wallet:before {
	content: "";
}

.fac-wand:before {
	content: "";
}

.fac-wand-magic:before {
	content: "";
}

.fac-warehouse:before {
	content: "";
}

.fac-warehouse-alt:before {
	content: "";
}

.fac-watch:before {
	content: "";
}

.fac-watch-fitness:before {
	content: "";
}

.fac-water:before {
	content: "";
}

.fac-water-lower:before {
	content: "";
}

.fac-water-rise:before {
	content: "";
}

.fac-wave-square:before {
	content: "";
}

.fac-waze:before {
	content: "";
}

.fac-webcam:before {
	content: "";
}

.fac-webcam-slash:before {
	content: "";
}

.fac-weebly:before {
	content: "";
}

.fac-weibo:before {
	content: "";
}

.fac-weight:before {
	content: "";
}

.fac-weight-hanging:before {
	content: "";
}

.fac-weixin:before {
	content: "";
}

.fac-whale:before {
	content: "";
}

.fac-whatsapp:before {
	content: "";
}

.fac-whatsapp-square:before {
	content: "";
}

.fac-wheat:before {
	content: "";
}

.fac-wheelchair:before {
	content: "";
}

.fac-whistle:before {
	content: "";
}

.fac-whmcs:before {
	content: "";
}

.fac-wifi:before {
	content: "";
}

.fac-wifi-1:before {
	content: "";
}

.fac-wifi-2:before {
	content: "";
}

.fac-wifi-slash:before {
	content: "";
}

.fac-wikipedia-w:before {
	content: "";
}

.fac-wind:before {
	content: "";
}

.fac-wind-warning:before {
	content: "";
}

.fac-window:before {
	content: "";
}

.fac-window-alt:before {
	content: "";
}

.fac-window-close:before {
	content: "";
}

.fac-window-maximize:before {
	content: "";
}

.fac-window-minimize:before {
	content: "";
}

.fac-window-restore:before {
	content: "";
}

.fac-windows:before {
	content: "";
}

.fac-windsock:before {
	content: "";
}

.fac-wine-bottle:before {
	content: "";
}

.fac-wine-glass:before {
	content: "";
}

.fac-wine-glass-alt:before {
	content: "";
}

.fac-wix:before {
	content: "";
}

.fac-wizards-of-the-coast:before {
	content: "";
}

.fac-wolf-pack-battalion:before {
	content: "";
}

.fac-won-sign:before {
	content: "";
}

.fac-wordpress:before {
	content: "";
}

.fac-wordpress-simple:before {
	content: "";
}

.fac-wpbeginner:before {
	content: "";
}

.fac-wpexplorer:before {
	content: "";
}

.fac-wpforms:before {
	content: "";
}

.fac-wpressr:before {
	content: "";
}

.fac-wreath:before {
	content: "";
}

.fac-wrench:before {
	content: "";
}

.fac-x-ray:before {
	content: "";
}

.fac-xbox:before {
	content: "";
}

.fac-xing:before {
	content: "";
}

.fac-xing-square:before {
	content: "";
}

.fac-y-combinator:before {
	content: "";
}

.fac-yahoo:before {
	content: "";
}

.fac-yammer:before {
	content: "";
}

.fac-yandex:before {
	content: "";
}

.fac-yandex-international:before {
	content: "";
}

.fac-yarn:before {
	content: "";
}

.fac-yelp:before {
	content: "";
}

.fac-yen-sign:before {
	content: "";
}

.fac-yin-yang:before {
	content: "";
}

.fac-yoast:before {
	content: "";
}

.fac-youtube:before {
	content: "";
}

.fac-youtube-square:before {
	content: "";
}

.fac-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fal {
	font-weight: 300;
}

.fal, .far {
	font-family: "Font Awesome 5 Pro";
}

.far {
	font-weight: 400;
}

.fac, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.zmdi-hc-2x {
	font-size: 2em;
}

.zmdi-hc-3x {
	font-size: 3em;
}

.zmdi-hc-4x {
	font-size: 4em;
}

.zmdi-hc-5x {
	font-size: 5em;
}

.zmdi-hc-fw {
	width: 1.28571429em;
	text-align: center;
}

.zmdi-hc-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.zmdi-hc-ul>li {
	position: relative;
}

.zmdi-hc-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
	left: -1.85714286em;
}

.zmdi-hc-border {
	padding: .1em .25em;
	border: solid .1em #9e9e9e;
	border-radius: 2px;
}

.zmdi-hc-border-circle {
	padding: .1em .25em;
	border: solid .1em #9e9e9e;
	border-radius: 50%;
}

.zmdi.pull-left {
	float: left;
	margin-right: .15em;
}

.zmdi.pull-right {
	float: right;
	margin-left: .15em;
}

.zmdi-hc-spin {
	-webkit-animation: zmdi-spin 1.5s infinite linear;
	animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
	-webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
	animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes zmdi-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@keyframes zmdi-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

.zmdi-hc-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.zmdi-hc-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.zmdi-hc-stack-1x {
	line-height: inherit;
}

.zmdi-hc-stack-2x {
	font-size: 2em;
}

.zmdi-hc-inverse {
	color: #fff;
}

.zmdi-3d-rotation:before {
	content: "";
}

.zmdi-airplane-off:before {
	content: "";
}

.zmdi-airplane:before {
	content: "";
}

.zmdi-album:before {
	content: "";
}

.zmdi-archive:before {
	content: "";
}

.zmdi-assignment-account:before {
	content: "";
}

.zmdi-assignment-alert:before {
	content: "";
}

.zmdi-assignment-check:before {
	content: "";
}

.zmdi-assignment-o:before {
	content: "";
}

.zmdi-assignment-return:before {
	content: "";
}

.zmdi-assignment-returned:before {
	content: "";
}

.zmdi-assignment:before {
	content: "";
}

.zmdi-attachment-alt:before {
	content: "";
}

.zmdi-attachment:before {
	content: "";
}

.zmdi-audio:before {
	content: "";
}

.zmdi-badge-check:before {
	content: "";
}

.zmdi-balance-wallet:before {
	content: "";
}

.zmdi-balance:before {
	content: "";
}

.zmdi-battery-alert:before {
	content: "";
}

.zmdi-battery-flash:before {
	content: "";
}

.zmdi-battery-unknown:before {
	content: "";
}

.zmdi-battery:before {
	content: "";
}

.zmdi-bike:before {
	content: "";
}

.zmdi-block-alt:before {
	content: "";
}

.zmdi-block:before {
	content: "";
}

.zmdi-boat:before {
	content: "";
}

.zmdi-book-image:before {
	content: "";
}

.zmdi-book:before {
	content: "";
}

.zmdi-bookmark-outline:before {
	content: "";
}

.zmdi-bookmark:before {
	content: "";
}

.zmdi-brush:before {
	content: "";
}

.zmdi-bug:before {
	content: "";
}

.zmdi-bus:before {
	content: "";
}

.zmdi-cake:before {
	content: "";
}

.zmdi-car-taxi:before {
	content: "";
}

.zmdi-car-wash:before {
	content: "";
}

.zmdi-car:before {
	content: "";
}

.zmdi-card-giftcard:before {
	content: "";
}

.zmdi-card-membership:before {
	content: "";
}

.zmdi-card-travel:before {
	content: "";
}

.zmdi-card:before {
	content: "";
}

.zmdi-case-check:before {
	content: "";
}

.zmdi-case-download:before {
	content: "";
}

.zmdi-case-play:before {
	content: "";
}

.zmdi-case:before {
	content: "";
}

.zmdi-cast-connected:before {
	content: "";
}

.zmdi-cast:before {
	content: "";
}

.zmdi-chart-donut:before {
	content: "";
}

.zmdi-chart:before {
	content: "";
}

.zmdi-city-alt:before {
	content: "";
}

.zmdi-city:before {
	content: "";
}

.zmdi-close-circle-o:before {
	content: "";
}

.zmdi-close-circle:before {
	content: "";
}

.zmdi-close:before {
	content: "";
}

.zmdi-cocktail:before {
	content: "";
}

.zmdi-code-setting:before {
	content: "";
}

.zmdi-code-smartphone:before {
	content: "";
}

.zmdi-code:before {
	content: "";
}

.zmdi-coffee:before {
	content: "";
}

.zmdi-collection-bookmark:before {
	content: "";
}

.zmdi-collection-case-play:before {
	content: "";
}

.zmdi-collection-folder-image:before {
	content: "";
}

.zmdi-collection-image-o:before {
	content: "";
}

.zmdi-collection-image:before {
	content: "";
}

.zmdi-collection-item-1:before {
	content: "";
}

.zmdi-collection-item-2:before {
	content: "";
}

.zmdi-collection-item-3:before {
	content: "";
}

.zmdi-collection-item-4:before {
	content: "";
}

.zmdi-collection-item-5:before {
	content: "";
}

.zmdi-collection-item-6:before {
	content: "";
}

.zmdi-collection-item-7:before {
	content: "";
}

.zmdi-collection-item-8:before {
	content: "";
}

.zmdi-collection-item-9-plus:before {
	content: "";
}

.zmdi-collection-item-9:before {
	content: "";
}

.zmdi-collection-item:before {
	content: "";
}

.zmdi-collection-music:before {
	content: "";
}

.zmdi-collection-pdf:before {
	content: "";
}

.zmdi-collection-plus:before {
	content: "";
}

.zmdi-collection-speaker:before {
	content: "";
}

.zmdi-collection-text:before {
	content: "";
}

.zmdi-collection-video:before {
	content: "";
}

.zmdi-compass:before {
	content: "";
}

.zmdi-cutlery:before {
	content: "";
}

.zmdi-delete:before {
	content: "";
}

.zmdi-dialpad:before {
	content: "";
}

.zmdi-dns:before {
	content: "";
}

.zmdi-drink:before {
	content: "";
}

.zmdi-edit:before {
	content: "";
}

.zmdi-email-open:before {
	content: "";
}

.zmdi-email:before {
	content: "";
}

.zmdi-eye-off:before {
	content: "";
}

.zmdi-eye:before {
	content: "";
}

.zmdi-eyedropper:before {
	content: "";
}

.zmdi-favorite-outline:before {
	content: "";
}

.zmdi-favorite:before {
	content: "";
}

.zmdi-filter-list:before {
	content: "";
}

.zmdi-fire:before {
	content: "";
}

.zmdi-flag:before {
	content: "";
}

.zmdi-flare:before {
	content: "";
}

.zmdi-flash-auto:before {
	content: "";
}

.zmdi-flash-off:before {
	content: "";
}

.zmdi-flash:before {
	content: "";
}

.zmdi-flip:before {
	content: "";
}

.zmdi-flower-alt:before {
	content: "";
}

.zmdi-flower:before {
	content: "";
}

.zmdi-font:before {
	content: "";
}

.zmdi-fullscreen-alt:before {
	content: "";
}

.zmdi-fullscreen-exit:before {
	content: "";
}

.zmdi-fullscreen:before {
	content: "";
}

.zmdi-functions:before {
	content: "";
}

.zmdi-gas-station:before {
	content: "";
}

.zmdi-gesture:before {
	content: "";
}

.zmdi-globe-alt:before {
	content: "";
}

.zmdi-globe-lock:before {
	content: "";
}

.zmdi-globe:before {
	content: "";
}

.zmdi-graduation-cap:before {
	content: "";
}

.zmdi-home:before {
	content: "";
}

.zmdi-hospital-alt:before {
	content: "";
}

.zmdi-hospital:before {
	content: "";
}

.zmdi-hotel:before {
	content: "";
}

.zmdi-hourglass-alt:before {
	content: "";
}

.zmdi-hourglass-outline:before {
	content: "";
}

.zmdi-hourglass:before {
	content: "";
}

.zmdi-http:before {
	content: "";
}

.zmdi-image-alt:before {
	content: "";
}

.zmdi-image-o:before {
	content: "";
}

.zmdi-image:before {
	content: "";
}

.zmdi-inbox:before {
	content: "";
}

.zmdi-invert-colors-off:before {
	content: "";
}

.zmdi-invert-colors:before {
	content: "";
}

.zmdi-key:before {
	content: "";
}

.zmdi-label-alt-outline:before {
	content: "";
}

.zmdi-label-alt:before {
	content: "";
}

.zmdi-label-heart:before {
	content: "";
}

.zmdi-label:before {
	content: "";
}

.zmdi-labels:before {
	content: "";
}

.zmdi-lamp:before {
	content: "";
}

.zmdi-landscape:before {
	content: "";
}

.zmdi-layers-off:before {
	content: "";
}

.zmdi-layers:before {
	content: "";
}

.zmdi-library:before {
	content: "";
}

.zmdi-link:before {
	content: "";
}

.zmdi-lock-open:before {
	content: "";
}

.zmdi-lock-outline:before {
	content: "";
}

.zmdi-lock:before {
	content: "";
}

.zmdi-mail-reply-all:before {
	content: "";
}

.zmdi-mail-reply:before {
	content: "";
}

.zmdi-mail-send:before {
	content: "";
}

.zmdi-mall:before {
	content: "";
}

.zmdi-map:before {
	content: "";
}

.zmdi-menu:before {
	content: "";
}

.zmdi-money-box:before {
	content: "";
}

.zmdi-money-off:before {
	content: "";
}

.zmdi-money:before {
	content: "";
}

.zmdi-more-vert:before {
	content: "";
}

.zmdi-more:before {
	content: "";
}

.zmdi-movie-alt:before {
	content: "";
}

.zmdi-movie:before {
	content: "";
}

.zmdi-nature-people:before {
	content: "";
}

.zmdi-nature:before {
	content: "";
}

.zmdi-navigation:before {
	content: "";
}

.zmdi-open-in-browser:before {
	content: "";
}

.zmdi-open-in-new:before {
	content: "";
}

.zmdi-palette:before {
	content: "";
}

.zmdi-parking:before {
	content: "";
}

.zmdi-pin-account:before {
	content: "";
}

.zmdi-pin-assistant:before {
	content: "";
}

.zmdi-pin-drop:before {
	content: "";
}

.zmdi-pin-help:before {
	content: "";
}

.zmdi-pin-off:before {
	content: "";
}

.zmdi-pin:before {
	content: "";
}

.zmdi-pizza:before {
	content: "";
}

.zmdi-plaster:before {
	content: "";
}

.zmdi-power-setting:before {
	content: "";
}

.zmdi-power:before {
	content: "";
}

.zmdi-print:before {
	content: "";
}

.zmdi-puzzle-piece:before {
	content: "";
}

.zmdi-quote:before {
	content: "";
}

.zmdi-railway:before {
	content: "";
}

.zmdi-receipt:before {
	content: "";
}

.zmdi-refresh-alt:before {
	content: "";
}

.zmdi-refresh-sync-alert:before {
	content: "";
}

.zmdi-refresh-sync-off:before {
	content: "";
}

.zmdi-refresh-sync:before {
	content: "";
}

.zmdi-refresh:before {
	content: "";
}

.zmdi-roller:before {
	content: "";
}

.zmdi-ruler:before {
	content: "";
}

.zmdi-scissors:before {
	content: "";
}

.zmdi-screen-rotation-lock:before {
	content: "";
}

.zmdi-screen-rotation:before {
	content: "";
}

.zmdi-search-for:before {
	content: "";
}

.zmdi-search-in-file:before {
	content: "";
}

.zmdi-search-in-page:before {
	content: "";
}

.zmdi-search-replace:before {
	content: "";
}

.zmdi-search:before {
	content: "";
}

.zmdi-seat:before {
	content: "";
}

.zmdi-settings-square:before {
	content: "";
}

.zmdi-settings:before {
	content: "";
}

.zmdi-shield-check:before {
	content: "";
}

.zmdi-shield-security:before {
	content: "";
}

.zmdi-shopping-basket:before {
	content: "";
}

.zmdi-shopping-cart-plus:before {
	content: "";
}

.zmdi-shopping-cart:before {
	content: "";
}

.zmdi-sign-in:before {
	content: "";
}

.zmdi-sort-amount-asc:before {
	content: "";
}

.zmdi-sort-amount-desc:before {
	content: "";
}

.zmdi-sort-asc:before {
	content: "";
}

.zmdi-sort-desc:before {
	content: "";
}

.zmdi-spellcheck:before {
	content: "";
}

.zmdi-storage:before {
	content: "";
}

.zmdi-store-24:before {
	content: "";
}

.zmdi-store:before {
	content: "";
}

.zmdi-subway:before {
	content: "";
}

.zmdi-sun:before {
	content: "";
}

.zmdi-tab-unselected:before {
	content: "";
}

.zmdi-tab:before {
	content: "";
}

.zmdi-tag-close:before {
	content: "";
}

.zmdi-tag-more:before {
	content: "";
}

.zmdi-tag:before {
	content: "";
}

.zmdi-thumb-down:before {
	content: "";
}

.zmdi-thumb-up-down:before {
	content: "";
}

.zmdi-thumb-up:before {
	content: "";
}

.zmdi-ticket-star:before {
	content: "";
}

.zmdi-toll:before {
	content: "";
}

.zmdi-toys:before {
	content: "";
}

.zmdi-traffic:before {
	content: "";
}

.zmdi-translate:before {
	content: "";
}

.zmdi-triangle-down:before {
	content: "";
}

.zmdi-triangle-up:before {
	content: "";
}

.zmdi-truck:before {
	content: "";
}

.zmdi-turning-sign:before {
	content: "";
}

.zmdi-wallpaper:before {
	content: "";
}

.zmdi-washing-machine:before {
	content: "";
}

.zmdi-window-maximize:before {
	content: "";
}

.zmdi-window-minimize:before {
	content: "";
}

.zmdi-window-restore:before {
	content: "";
}

.zmdi-wrench:before {
	content: "";
}

.zmdi-zoom-in:before {
	content: "";
}

.zmdi-zoom-out:before {
	content: "";
}

.zmdi-alert-circle-o:before {
	content: "";
}

.zmdi-alert-circle:before {
	content: "";
}

.zmdi-alert-octagon:before {
	content: "";
}

.zmdi-alert-polygon:before {
	content: "";
}

.zmdi-alert-triangle:before {
	content: "";
}

.zmdi-help-outline:before {
	content: "";
}

.zmdi-help:before {
	content: "";
}

.zmdi-info-outline:before {
	content: "";
}

.zmdi-info:before {
	content: "";
}

.zmdi-notifications-active:before {
	content: "";
}

.zmdi-notifications-add:before {
	content: "";
}

.zmdi-notifications-none:before {
	content: "";
}

.zmdi-notifications-off:before {
	content: "";
}

.zmdi-notifications-paused:before {
	content: "";
}

.zmdi-notifications:before {
	content: "";
}

.zmdi-account-add:before {
	content: "";
}

.zmdi-account-box-mail:before {
	content: "";
}

.zmdi-account-box-o:before {
	content: "";
}

.zmdi-account-box-phone:before {
	content: "";
}

.zmdi-account-box:before {
	content: "";
}

.zmdi-account-calendar:before {
	content: "";
}

.zmdi-account-circle:before {
	content: "";
}

.zmdi-account-o:before {
	content: "";
}

.zmdi-account:before {
	content: "";
}

.zmdi-accounts-add:before {
	content: "";
}

.zmdi-accounts-alt:before {
	content: "";
}

.zmdi-accounts-list-alt:before {
	content: "";
}

.zmdi-accounts-list:before {
	content: "";
}

.zmdi-accounts-outline:before {
	content: "";
}

.zmdi-accounts:before {
	content: "";
}

.zmdi-face:before {
	content: "";
}

.zmdi-female:before {
	content: "";
}

.zmdi-male-alt:before {
	content: "";
}

.zmdi-male-female:before {
	content: "";
}

.zmdi-male:before {
	content: "";
}

.zmdi-mood-bad:before {
	content: "";
}

.zmdi-mood:before {
	content: "";
}

.zmdi-run:before {
	content: "";
}

.zmdi-walk:before {
	content: "";
}

.zmdi-cloud-box:before {
	content: "";
}

.zmdi-cloud-circle:before {
	content: "";
}

.zmdi-cloud-done:before {
	content: "";
}

.zmdi-cloud-download:before {
	content: "";
}

.zmdi-cloud-off:before {
	content: "";
}

.zmdi-cloud-outline-alt:before {
	content: "";
}

.zmdi-cloud-outline:before {
	content: "";
}

.zmdi-cloud-upload:before {
	content: "";
}

.zmdi-cloud:before {
	content: "";
}

.zmdi-download:before {
	content: "";
}

.zmdi-file-plus:before {
	content: "";
}

.zmdi-file-text:before {
	content: "";
}

.zmdi-file:before {
	content: "";
}

.zmdi-folder-outline:before {
	content: "";
}

.zmdi-folder-person:before {
	content: "";
}

.zmdi-folder-star-alt:before {
	content: "";
}

.zmdi-folder-star:before {
	content: "";
}

.zmdi-folder:before {
	content: "";
}

.zmdi-gif:before {
	content: "";
}

.zmdi-upload:before {
	content: "";
}

.zmdi-border-all:before {
	content: "";
}

.zmdi-border-bottom:before {
	content: "";
}

.zmdi-border-clear:before {
	content: "";
}

.zmdi-border-color:before {
	content: "";
}

.zmdi-border-horizontal:before {
	content: "";
}

.zmdi-border-inner:before {
	content: "";
}

.zmdi-border-left:before {
	content: "";
}

.zmdi-border-outer:before {
	content: "";
}

.zmdi-border-right:before {
	content: "";
}

.zmdi-border-style:before {
	content: "";
}

.zmdi-border-top:before {
	content: "";
}

.zmdi-border-vertical:before {
	content: "";
}

.zmdi-copy:before {
	content: "";
}

.zmdi-crop:before {
	content: "";
}

.zmdi-format-align-center:before {
	content: "";
}

.zmdi-format-align-justify:before {
	content: "";
}

.zmdi-format-align-left:before {
	content: "";
}

.zmdi-format-align-right:before {
	content: "";
}

.zmdi-format-bold:before {
	content: "";
}

.zmdi-format-clear-all:before {
	content: "";
}

.zmdi-format-clear:before {
	content: "";
}

.zmdi-format-color-fill:before {
	content: "";
}

.zmdi-format-color-reset:before {
	content: "";
}

.zmdi-format-color-text:before {
	content: "";
}

.zmdi-format-indent-decrease:before {
	content: "";
}

.zmdi-format-indent-increase:before {
	content: "";
}

.zmdi-format-italic:before {
	content: "";
}

.zmdi-format-line-spacing:before {
	content: "";
}

.zmdi-format-list-bulleted:before {
	content: "";
}

.zmdi-format-list-numbered:before {
	content: "";
}

.zmdi-format-ltr:before {
	content: "";
}

.zmdi-format-rtl:before {
	content: "";
}

.zmdi-format-size:before {
	content: "";
}

.zmdi-format-strikethrough-s:before {
	content: "";
}

.zmdi-format-strikethrough:before {
	content: "";
}

.zmdi-format-subject:before {
	content: "";
}

.zmdi-format-underlined:before {
	content: "";
}

.zmdi-format-valign-bottom:before {
	content: "";
}

.zmdi-format-valign-center:before {
	content: "";
}

.zmdi-format-valign-top:before {
	content: "";
}

.zmdi-redo:before {
	content: "";
}

.zmdi-select-all:before {
	content: "";
}

.zmdi-space-bar:before {
	content: "";
}

.zmdi-text-format:before {
	content: "";
}

.zmdi-transform:before {
	content: "";
}

.zmdi-undo:before {
	content: "";
}

.zmdi-wrap-text:before {
	content: "";
}

.zmdi-comment-alert:before {
	content: "";
}

.zmdi-comment-alt-text:before {
	content: "";
}

.zmdi-comment-alt:before {
	content: "";
}

.zmdi-comment-edit:before {
	content: "";
}

.zmdi-comment-image:before {
	content: "";
}

.zmdi-comment-list:before {
	content: "";
}

.zmdi-comment-more:before {
	content: "";
}

.zmdi-comment-outline:before {
	content: "";
}

.zmdi-comment-text-alt:before {
	content: "";
}

.zmdi-comment-text:before {
	content: "";
}

.zmdi-comment-video:before {
	content: "";
}

.zmdi-comment:before {
	content: "";
}

.zmdi-comments:before {
	content: "";
}

.zmdi-check-all:before {
	content: "";
}

.zmdi-check-circle-u:before {
	content: "";
}

.zmdi-check-circle:before {
	content: "";
}

.zmdi-check-square:before {
	content: "";
}

.zmdi-check:before {
	content: "";
}

.zmdi-circle-o:before {
	content: "";
}

.zmdi-circle:before {
	content: "";
}

.zmdi-dot-circle-alt:before {
	content: "";
}

.zmdi-dot-circle:before {
	content: "";
}

.zmdi-minus-circle-outline:before {
	content: "";
}

.zmdi-minus-circle:before {
	content: "";
}

.zmdi-minus-square:before {
	content: "";
}

.zmdi-minus:before {
	content: "";
}

.zmdi-plus-circle-o-duplicate:before {
	content: "";
}

.zmdi-plus-circle-o:before {
	content: "";
}

.zmdi-plus-circle:before {
	content: "";
}

.zmdi-plus-square:before {
	content: "";
}

.zmdi-plus:before {
	content: "";
}

.zmdi-square-o:before {
	content: "";
}

.zmdi-star-circle:before {
	content: "";
}

.zmdi-star-half:before {
	content: "";
}

.zmdi-star-outline:before {
	content: "";
}

.zmdi-star:before {
	content: "";
}

.zmdi-bluetooth-connected:before {
	content: "";
}

.zmdi-bluetooth-off:before {
	content: "";
}

.zmdi-bluetooth-search:before {
	content: "";
}

.zmdi-bluetooth-setting:before {
	content: "";
}

.zmdi-bluetooth:before {
	content: "";
}

.zmdi-camera-add:before {
	content: "";
}

.zmdi-camera-alt:before {
	content: "";
}

.zmdi-camera-bw:before {
	content: "";
}

.zmdi-camera-front:before {
	content: "";
}

.zmdi-camera-mic:before {
	content: "";
}

.zmdi-camera-party-mode:before {
	content: "";
}

.zmdi-camera-rear:before {
	content: "";
}

.zmdi-camera-roll:before {
	content: "";
}

.zmdi-camera-switch:before {
	content: "";
}

.zmdi-camera:before {
	content: "";
}

.zmdi-card-alert:before {
	content: "";
}

.zmdi-card-off:before {
	content: "";
}

.zmdi-card-sd:before {
	content: "";
}

.zmdi-card-sim:before {
	content: "";
}

.zmdi-desktop-mac:before {
	content: "";
}

.zmdi-desktop-windows:before {
	content: "";
}

.zmdi-device-hub:before {
	content: "";
}

.zmdi-devices-off:before {
	content: "";
}

.zmdi-devices:before {
	content: "";
}

.zmdi-dock:before {
	content: "";
}

.zmdi-floppy:before {
	content: "";
}

.zmdi-gamepad:before {
	content: "";
}

.zmdi-gps-dot:before {
	content: "";
}

.zmdi-gps-off:before {
	content: "";
}

.zmdi-gps:before {
	content: "";
}

.zmdi-headset-mic:before {
	content: "";
}

.zmdi-headset:before {
	content: "";
}

.zmdi-input-antenna:before {
	content: "";
}

.zmdi-input-composite:before {
	content: "";
}

.zmdi-input-hdmi:before {
	content: "";
}

.zmdi-input-power:before {
	content: "";
}

.zmdi-input-svideo:before {
	content: "";
}

.zmdi-keyboard-hide:before {
	content: "";
}

.zmdi-keyboard:before {
	content: "";
}

.zmdi-laptop-chromebook:before {
	content: "";
}

.zmdi-laptop-mac:before {
	content: "";
}

.zmdi-laptop:before {
	content: "";
}

.zmdi-mic-off:before {
	content: "";
}

.zmdi-mic-outline:before {
	content: "";
}

.zmdi-mic-setting:before {
	content: "";
}

.zmdi-mic:before {
	content: "";
}

.zmdi-mouse:before {
	content: "";
}

.zmdi-network-alert:before {
	content: "";
}

.zmdi-network-locked:before {
	content: "";
}

.zmdi-network-off:before {
	content: "";
}

.zmdi-network-outline:before {
	content: "";
}

.zmdi-network-setting:before {
	content: "";
}

.zmdi-network:before {
	content: "";
}

.zmdi-phone-bluetooth:before {
	content: "";
}

.zmdi-phone-end:before {
	content: "";
}

.zmdi-phone-forwarded:before {
	content: "";
}

.zmdi-phone-in-talk:before {
	content: "";
}

.zmdi-phone-locked:before {
	content: "";
}

.zmdi-phone-missed:before {
	content: "";
}

.zmdi-phone-msg:before {
	content: "";
}

.zmdi-phone-paused:before {
	content: "";
}

.zmdi-phone-ring:before {
	content: "";
}

.zmdi-phone-setting:before {
	content: "";
}

.zmdi-phone-sip:before {
	content: "";
}

.zmdi-phone:before {
	content: "";
}

.zmdi-portable-wifi-changes:before {
	content: "";
}

.zmdi-portable-wifi-off:before {
	content: "";
}

.zmdi-portable-wifi:before {
	content: "";
}

.zmdi-radio:before {
	content: "";
}

.zmdi-reader:before {
	content: "";
}

.zmdi-remote-control-alt:before {
	content: "";
}

.zmdi-remote-control:before {
	content: "";
}

.zmdi-router:before {
	content: "";
}

.zmdi-scanner:before {
	content: "";
}

.zmdi-smartphone-android:before {
	content: "";
}

.zmdi-smartphone-download:before {
	content: "";
}

.zmdi-smartphone-erase:before {
	content: "";
}

.zmdi-smartphone-info:before {
	content: "";
}

.zmdi-smartphone-iphone:before {
	content: "";
}

.zmdi-smartphone-landscape-lock:before {
	content: "";
}

.zmdi-smartphone-landscape:before {
	content: "";
}

.zmdi-smartphone-lock:before {
	content: "";
}

.zmdi-smartphone-portrait-lock:before {
	content: "";
}

.zmdi-smartphone-ring:before {
	content: "";
}

.zmdi-smartphone-setting:before {
	content: "";
}

.zmdi-smartphone-setup:before {
	content: "";
}

.zmdi-smartphone:before {
	content: "";
}

.zmdi-speaker:before {
	content: "";
}

.zmdi-tablet-android:before {
	content: "";
}

.zmdi-tablet-mac:before {
	content: "";
}

.zmdi-tablet:before {
	content: "";
}

.zmdi-tv-alt-play:before {
	content: "";
}

.zmdi-tv-list:before {
	content: "";
}

.zmdi-tv-play:before {
	content: "";
}

.zmdi-tv:before {
	content: "";
}

.zmdi-usb:before {
	content: "";
}

.zmdi-videocam-off:before {
	content: "";
}

.zmdi-videocam-switch:before {
	content: "";
}

.zmdi-videocam:before {
	content: "";
}

.zmdi-watch:before {
	content: "";
}

.zmdi-wifi-alt-2:before {
	content: "";
}

.zmdi-wifi-alt:before {
	content: "";
}

.zmdi-wifi-info:before {
	content: "";
}

.zmdi-wifi-lock:before {
	content: "";
}

.zmdi-wifi-off:before {
	content: "";
}

.zmdi-wifi-outline:before {
	content: "";
}

.zmdi-wifi:before {
	content: "";
}

.zmdi-arrow-left-bottom:before {
	content: "";
}

.zmdi-arrow-left:before {
	content: "";
}

.zmdi-arrow-merge:before {
	content: "";
}

.zmdi-arrow-missed:before {
	content: "";
}

.zmdi-arrow-right-top:before {
	content: "";
}

.zmdi-arrow-right:before {
	content: "";
}

.zmdi-arrow-split:before {
	content: "";
}

.zmdi-arrows:before {
	content: "";
}

.zmdi-caret-down-circle:before {
	content: "";
}

.zmdi-caret-down:before {
	content: "";
}

.zmdi-caret-left-circle:before {
	content: "";
}

.zmdi-caret-left:before {
	content: "";
}

.zmdi-caret-right-circle:before {
	content: "";
}

.zmdi-caret-right:before {
	content: "";
}

.zmdi-caret-up-circle:before {
	content: "";
}

.zmdi-caret-up:before {
	content: "";
}

.zmdi-chevron-down:before {
	content: "";
}

.zmdi-chevron-left:before {
	content: "";
}

.zmdi-chevron-right:before {
	content: "";
}

.zmdi-chevron-up:before {
	content: "";
}

.zmdi-forward:before {
	content: "";
}

.zmdi-long-arrow-down:before {
	content: "";
}

.zmdi-long-arrow-left:before {
	content: "";
}

.zmdi-long-arrow-return:before {
	content: "";
}

.zmdi-long-arrow-right:before {
	content: "";
}

.zmdi-long-arrow-tab:before {
	content: "";
}

.zmdi-long-arrow-up:before {
	content: "";
}

.zmdi-rotate-ccw:before {
	content: "";
}

.zmdi-rotate-cw:before {
	content: "";
}

.zmdi-rotate-left:before {
	content: "";
}

.zmdi-rotate-right:before {
	content: "";
}

.zmdi-square-down:before {
	content: "";
}

.zmdi-square-right:before {
	content: "";
}

.zmdi-swap-alt:before {
	content: "";
}

.zmdi-swap-vertical-circle:before {
	content: "";
}

.zmdi-swap-vertical:before {
	content: "";
}

.zmdi-swap:before {
	content: "";
}

.zmdi-trending-down:before {
	content: "";
}

.zmdi-trending-flat:before {
	content: "";
}

.zmdi-trending-up:before {
	content: "";
}

.zmdi-unfold-less:before {
	content: "";
}

.zmdi-unfold-more:before {
	content: "";
}

.zmdi-apps:before {
	content: "";
}

.zmdi-grid-off:before {
	content: "";
}

.zmdi-grid:before {
	content: "";
}

.zmdi-view-agenda:before {
	content: "";
}

.zmdi-view-array:before {
	content: "";
}

.zmdi-view-carousel:before {
	content: "";
}

.zmdi-view-column:before {
	content: "";
}

.zmdi-view-comfy:before {
	content: "";
}

.zmdi-view-compact:before {
	content: "";
}

.zmdi-view-dashboard:before {
	content: "";
}

.zmdi-view-day:before {
	content: "";
}

.zmdi-view-headline:before {
	content: "";
}

.zmdi-view-list-alt:before {
	content: "";
}

.zmdi-view-list:before {
	content: "";
}

.zmdi-view-module:before {
	content: "";
}

.zmdi-view-quilt:before {
	content: "";
}

.zmdi-view-stream:before {
	content: "";
}

.zmdi-view-subtitles:before {
	content: "";
}

.zmdi-view-toc:before {
	content: "";
}

.zmdi-view-web:before {
	content: "";
}

.zmdi-view-week:before {
	content: "";
}

.zmdi-widgets:before {
	content: "";
}

.zmdi-alarm-check:before {
	content: "";
}

.zmdi-alarm-off:before {
	content: "";
}

.zmdi-alarm-plus:before {
	content: "";
}

.zmdi-alarm-snooze:before {
	content: "";
}

.zmdi-alarm:before {
	content: "";
}

.zmdi-calendar-alt:before {
	content: "";
}

.zmdi-calendar-check:before {
	content: "";
}

.zmdi-calendar-close:before {
	content: "";
}

.zmdi-calendar-note:before {
	content: "";
}

.zmdi-calendar:before {
	content: "";
}

.zmdi-time-countdown:before {
	content: "";
}

.zmdi-time-interval:before {
	content: "";
}

.zmdi-time-restore-setting:before {
	content: "";
}

.zmdi-time-restore:before {
	content: "";
}

.zmdi-time:before {
	content: "";
}

.zmdi-timer-off:before {
	content: "";
}

.zmdi-timer:before {
	content: "";
}

.zmdi-android-alt:before {
	content: "";
}

.zmdi-android:before {
	content: "";
}

.zmdi-apple:before {
	content: "";
}

.zmdi-behance:before {
	content: "";
}

.zmdi-codepen:before {
	content: "";
}

.zmdi-dribbble:before {
	content: "";
}

.zmdi-dropbox:before {
	content: "";
}

.zmdi-evernote:before {
	content: "";
}

.zmdi-facebook-box:before {
	content: "";
}

.zmdi-facebook:before {
	content: "";
}

.zmdi-github-box:before {
	content: "";
}

.zmdi-github:before {
	content: "";
}

.zmdi-google-drive:before {
	content: "";
}

.zmdi-google-earth:before {
	content: "";
}

.zmdi-google-glass:before {
	content: "";
}

.zmdi-google-maps:before {
	content: "";
}

.zmdi-google-pages:before {
	content: "";
}

.zmdi-google-play:before {
	content: "";
}

.zmdi-google-plus-box:before {
	content: "";
}

.zmdi-google-plus:before {
	content: "";
}

.zmdi-google:before {
	content: "";
}

.zmdi-instagram:before {
	content: "";
}

.zmdi-language-css3:before {
	content: "";
}

.zmdi-language-html5:before {
	content: "";
}

.zmdi-language-javascript:before {
	content: "";
}

.zmdi-language-python-alt:before {
	content: "";
}

.zmdi-language-python:before {
	content: "";
}

.zmdi-lastfm:before {
	content: "";
}

.zmdi-linkedin-box:before {
	content: "";
}

.zmdi-paypal:before {
	content: "";
}

.zmdi-pinterest-box:before {
	content: "";
}

.zmdi-pocket:before {
	content: "";
}

.zmdi-polymer:before {
	content: "";
}

.zmdi-share:before {
	content: "";
}

.zmdi-stackoverflow:before {
	content: "";
}

.zmdi-steam-square:before {
	content: "";
}

.zmdi-steam:before {
	content: "";
}

.zmdi-twitter-box:before {
	content: "";
}

.zmdi-twitter:before {
	content: "";
}

.zmdi-vk:before {
	content: "";
}

.zmdi-wikipedia:before {
	content: "";
}

.zmdi-windows:before {
	content: "";
}

.zmdi-aspect-ratio-alt:before {
	content: "";
}

.zmdi-aspect-ratio:before {
	content: "";
}

.zmdi-blur-circular:before {
	content: "";
}

.zmdi-blur-linear:before {
	content: "";
}

.zmdi-blur-off:before {
	content: "";
}

.zmdi-blur:before {
	content: "";
}

.zmdi-brightness-2:before {
	content: "";
}

.zmdi-brightness-3:before {
	content: "";
}

.zmdi-brightness-4:before {
	content: "";
}

.zmdi-brightness-5:before {
	content: "";
}

.zmdi-brightness-6:before {
	content: "";
}

.zmdi-brightness-7:before {
	content: "";
}

.zmdi-brightness-auto:before {
	content: "";
}

.zmdi-brightness-setting:before {
	content: "";
}

.zmdi-broken-image:before {
	content: "";
}

.zmdi-center-focus-strong:before {
	content: "";
}

.zmdi-center-focus-weak:before {
	content: "";
}

.zmdi-compare:before {
	content: "";
}

.zmdi-crop-16-9:before {
	content: "";
}

.zmdi-crop-3-2:before {
	content: "";
}

.zmdi-crop-5-4:before {
	content: "";
}

.zmdi-crop-7-5:before {
	content: "";
}

.zmdi-crop-din:before {
	content: "";
}

.zmdi-crop-free:before {
	content: "";
}

.zmdi-crop-landscape:before {
	content: "";
}

.zmdi-crop-portrait:before {
	content: "";
}

.zmdi-crop-square:before {
	content: "";
}

.zmdi-exposure-alt:before {
	content: "";
}

.zmdi-exposure:before {
	content: "";
}

.zmdi-filter-b-and-w:before {
	content: "";
}

.zmdi-filter-center-focus:before {
	content: "";
}

.zmdi-filter-frames:before {
	content: "";
}

.zmdi-filter-tilt-shift:before {
	content: "";
}

.zmdi-gradient:before {
	content: "";
}

.zmdi-grain:before {
	content: "";
}

.zmdi-graphic-eq:before {
	content: "";
}

.zmdi-hdr-off:before {
	content: "";
}

.zmdi-hdr-strong:before {
	content: "";
}

.zmdi-hdr-weak:before {
	content: "";
}

.zmdi-hdr:before {
	content: "";
}

.zmdi-iridescent:before {
	content: "";
}

.zmdi-leak-off:before {
	content: "";
}

.zmdi-leak:before {
	content: "";
}

.zmdi-looks:before {
	content: "";
}

.zmdi-loupe:before {
	content: "";
}

.zmdi-panorama-horizontal:before {
	content: "";
}

.zmdi-panorama-vertical:before {
	content: "";
}

.zmdi-panorama-wide-angle:before {
	content: "";
}

.zmdi-photo-size-select-large:before {
	content: "";
}

.zmdi-photo-size-select-small:before {
	content: "";
}

.zmdi-picture-in-picture:before {
	content: "";
}

.zmdi-slideshow:before {
	content: "";
}

.zmdi-texture:before {
	content: "";
}

.zmdi-tonality:before {
	content: "";
}

.zmdi-vignette:before {
	content: "";
}

.zmdi-wb-auto:before {
	content: "";
}

.zmdi-eject-alt:before {
	content: "";
}

.zmdi-eject:before {
	content: "";
}

.zmdi-equalizer:before {
	content: "";
}

.zmdi-fast-forward:before {
	content: "";
}

.zmdi-fast-rewind:before {
	content: "";
}

.zmdi-forward-10:before {
	content: "";
}

.zmdi-forward-30:before {
	content: "";
}

.zmdi-forward-5:before {
	content: "";
}

.zmdi-hearing:before {
	content: "";
}

.zmdi-pause-circle-outline:before {
	content: "";
}

.zmdi-pause-circle:before {
	content: "";
}

.zmdi-pause:before {
	content: "";
}

.zmdi-play-circle-outline:before {
	content: "";
}

.zmdi-play-circle:before {
	content: "";
}

.zmdi-play:before {
	content: "";
}

.zmdi-playlist-audio:before {
	content: "";
}

.zmdi-playlist-plus:before {
	content: "";
}

.zmdi-repeat-one:before {
	content: "";
}

.zmdi-repeat:before {
	content: "";
}

.zmdi-replay-10:before {
	content: "";
}

.zmdi-replay-30:before {
	content: "";
}

.zmdi-replay-5:before {
	content: "";
}

.zmdi-replay:before {
	content: "";
}

.zmdi-shuffle:before {
	content: "";
}

.zmdi-skip-next:before {
	content: "";
}

.zmdi-skip-previous:before {
	content: "";
}

.zmdi-stop:before {
	content: "";
}

.zmdi-surround-sound:before {
	content: "";
}

.zmdi-tune:before {
	content: "";
}

.zmdi-volume-down:before {
	content: "";
}

.zmdi-volume-mute:before {
	content: "";
}

.zmdi-volume-off:before {
	content: "";
}

.zmdi-volume-up:before {
	content: "";
}

.zmdi-n-1-square:before {
	content: "";
}

.zmdi-n-2-square:before {
	content: "";
}

.zmdi-n-3-square:before {
	content: "";
}

.zmdi-n-4-square:before {
	content: "";
}

.zmdi-n-5-square:before {
	content: "";
}

.zmdi-n-6-square:before {
	content: "";
}

.zmdi-neg-1:before {
	content: "";
}

.zmdi-neg-2:before {
	content: "";
}

.zmdi-plus-1:before {
	content: "";
}

.zmdi-plus-2:before {
	content: "";
}

.zmdi-sec-10:before {
	content: "";
}

.zmdi-sec-3:before {
	content: "";
}

.zmdi-zero:before {
	content: "";
}

.zmdi-airline-seat-flat-angled:before {
	content: "";
}

.zmdi-airline-seat-flat:before {
	content: "";
}

.zmdi-airline-seat-individual-suite:before {
	content: "";
}

.zmdi-airline-seat-legroom-extra:before {
	content: "";
}

.zmdi-airline-seat-legroom-normal:before {
	content: "";
}

.zmdi-airline-seat-legroom-reduced:before {
	content: "";
}

.zmdi-airline-seat-recline-extra:before {
	content: "";
}

.zmdi-airline-seat-recline-normal:before {
	content: "";
}

.zmdi-airplay:before {
	content: "";
}

.zmdi-closed-caption:before {
	content: "";
}

.zmdi-confirmation-number:before {
	content: "";
}

.zmdi-developer-board:before {
	content: "";
}

.zmdi-disc-full:before {
	content: "";
}

.zmdi-explicit:before {
	content: "";
}

.zmdi-flight-land:before {
	content: "";
}

.zmdi-flight-takeoff:before {
	content: "";
}

.zmdi-flip-to-back:before {
	content: "";
}

.zmdi-flip-to-front:before {
	content: "";
}

.zmdi-group-work:before {
	content: "";
}

.zmdi-hd:before {
	content: "";
}

.zmdi-hq:before {
	content: "";
}

.zmdi-markunread-mailbox:before {
	content: "";
}

.zmdi-memory:before {
	content: "";
}

.zmdi-nfc:before {
	content: "";
}

.zmdi-play-for-work:before {
	content: "";
}

.zmdi-power-input:before {
	content: "";
}

.zmdi-present-to-all:before {
	content: "";
}

.zmdi-satellite:before {
	content: "";
}

.zmdi-tap-and-play:before {
	content: "";
}

.zmdi-vibration:before {
	content: "";
}

.zmdi-voicemail:before {
	content: "";
}

.zmdi-group:before {
	content: "";
}

.zmdi-rss:before {
	content: "";
}

.zmdi-shape:before {
	content: "";
}

.zmdi-spinner:before {
	content: "";
}

.zmdi-ungroup:before {
	content: "";
}

.zmdi-500px:before {
	content: "";
}

.zmdi-8tracks:before {
	content: "";
}

.zmdi-amazon:before {
	content: "";
}

.zmdi-blogger:before {
	content: "";
}

.zmdi-delicious:before {
	content: "";
}

.zmdi-disqus:before {
	content: "";
}

.zmdi-flattr:before {
	content: "";
}

.zmdi-flickr:before {
	content: "";
}

.zmdi-github-alt:before {
	content: "";
}

.zmdi-google-old:before {
	content: "";
}

.zmdi-linkedin:before {
	content: "";
}

.zmdi-odnoklassniki:before {
	content: "";
}

.zmdi-outlook:before {
	content: "";
}

.zmdi-paypal-alt:before {
	content: "";
}

.zmdi-pinterest:before {
	content: "";
}

.zmdi-playstation:before {
	content: "";
}

.zmdi-reddit:before {
	content: "";
}

.zmdi-skype:before {
	content: "";
}

.zmdi-slideshare:before {
	content: "";
}

.zmdi-soundcloud:before {
	content: "";
}

.zmdi-tumblr:before {
	content: "";
}

.zmdi-twitch:before {
	content: "";
}

.zmdi-vimeo:before {
	content: "";
}

.zmdi-whatsapp:before {
	content: "";
}

.zmdi-xbox:before {
	content: "";
}

.zmdi-yahoo:before {
	content: "";
}

.zmdi-youtube-play:before {
	content: "";
}

.zmdi-youtube:before {
	content: "";
}

.zmdi-3d-rotation:before {
	content: "";
}

.zmdi-airplane-off:before {
	content: "";
}

.zmdi-airplane:before {
	content: "";
}

.zmdi-album:before {
	content: "";
}

.zmdi-archive:before {
	content: "";
}

.zmdi-assignment-account:before {
	content: "";
}

.zmdi-assignment-alert:before {
	content: "";
}

.zmdi-assignment-check:before {
	content: "";
}

.zmdi-assignment-o:before {
	content: "";
}

.zmdi-assignment-return:before {
	content: "";
}

.zmdi-assignment-returned:before {
	content: "";
}

.zmdi-assignment:before {
	content: "";
}

.zmdi-attachment-alt:before {
	content: "";
}

.zmdi-attachment:before {
	content: "";
}

.zmdi-audio:before {
	content: "";
}

.zmdi-badge-check:before {
	content: "";
}

.zmdi-balance-wallet:before {
	content: "";
}

.zmdi-balance:before {
	content: "";
}

.zmdi-battery-alert:before {
	content: "";
}

.zmdi-battery-flash:before {
	content: "";
}

.zmdi-battery-unknown:before {
	content: "";
}

.zmdi-battery:before {
	content: "";
}

.zmdi-bike:before {
	content: "";
}

.zmdi-block-alt:before {
	content: "";
}

.zmdi-block:before {
	content: "";
}

.zmdi-boat:before {
	content: "";
}

.zmdi-book-image:before {
	content: "";
}

.zmdi-book:before {
	content: "";
}

.zmdi-bookmark-outline:before {
	content: "";
}

.zmdi-bookmark:before {
	content: "";
}

.zmdi-brush:before {
	content: "";
}

.zmdi-bug:before {
	content: "";
}

.zmdi-bus:before {
	content: "";
}

.zmdi-cake:before {
	content: "";
}

.zmdi-car-taxi:before {
	content: "";
}

.zmdi-car-wash:before {
	content: "";
}

.zmdi-car:before {
	content: "";
}

.zmdi-card-giftcard:before {
	content: "";
}

.zmdi-card-membership:before {
	content: "";
}

.zmdi-card-travel:before {
	content: "";
}

.zmdi-card:before {
	content: "";
}

.zmdi-case-check:before {
	content: "";
}

.zmdi-case-download:before {
	content: "";
}

.zmdi-case-play:before {
	content: "";
}

.zmdi-case:before {
	content: "";
}

.zmdi-cast-connected:before {
	content: "";
}

.zmdi-cast:before {
	content: "";
}

.zmdi-chart-donut:before {
	content: "";
}

.zmdi-chart:before {
	content: "";
}

.zmdi-city-alt:before {
	content: "";
}

.zmdi-city:before {
	content: "";
}

.zmdi-close-circle-o:before {
	content: "";
}

.zmdi-close-circle:before {
	content: "";
}

.zmdi-close:before {
	content: "";
}

.zmdi-cocktail:before {
	content: "";
}

.zmdi-code-setting:before {
	content: "";
}

.zmdi-code-smartphone:before {
	content: "";
}

.zmdi-code:before {
	content: "";
}

.zmdi-coffee:before {
	content: "";
}

.zmdi-collection-bookmark:before {
	content: "";
}

.zmdi-collection-case-play:before {
	content: "";
}

.zmdi-collection-folder-image:before {
	content: "";
}

.zmdi-collection-image-o:before {
	content: "";
}

.zmdi-collection-image:before {
	content: "";
}

.zmdi-collection-item-1:before {
	content: "";
}

.zmdi-collection-item-2:before {
	content: "";
}

.zmdi-collection-item-3:before {
	content: "";
}

.zmdi-collection-item-4:before {
	content: "";
}

.zmdi-collection-item-5:before {
	content: "";
}

.zmdi-collection-item-6:before {
	content: "";
}

.zmdi-collection-item-7:before {
	content: "";
}

.zmdi-collection-item-8:before {
	content: "";
}

.zmdi-collection-item-9-plus:before {
	content: "";
}

.zmdi-collection-item-9:before {
	content: "";
}

.zmdi-collection-item:before {
	content: "";
}

.zmdi-collection-music:before {
	content: "";
}

.zmdi-collection-pdf:before {
	content: "";
}

.zmdi-collection-plus:before {
	content: "";
}

.zmdi-collection-speaker:before {
	content: "";
}

.zmdi-collection-text:before {
	content: "";
}

.zmdi-collection-video:before {
	content: "";
}

.zmdi-compass:before {
	content: "";
}

.zmdi-cutlery:before {
	content: "";
}

.zmdi-delete:before {
	content: "";
}

.zmdi-dialpad:before {
	content: "";
}

.zmdi-dns:before {
	content: "";
}

.zmdi-drink:before {
	content: "";
}

.zmdi-edit:before {
	content: "";
}

.zmdi-email-open:before {
	content: "";
}

.zmdi-email:before {
	content: "";
}

.zmdi-eye-off:before {
	content: "";
}

.zmdi-eye:before {
	content: "";
}

.zmdi-eyedropper:before {
	content: "";
}

.zmdi-favorite-outline:before {
	content: "";
}

.zmdi-favorite:before {
	content: "";
}

.zmdi-filter-list:before {
	content: "";
}

.zmdi-fire:before {
	content: "";
}

.zmdi-flag:before {
	content: "";
}

.zmdi-flare:before {
	content: "";
}

.zmdi-flash-auto:before {
	content: "";
}

.zmdi-flash-off:before {
	content: "";
}

.zmdi-flash:before {
	content: "";
}

.zmdi-flip:before {
	content: "";
}

.zmdi-flower-alt:before {
	content: "";
}

.zmdi-flower:before {
	content: "";
}

.zmdi-font:before {
	content: "";
}

.zmdi-fullscreen-alt:before {
	content: "";
}

.zmdi-fullscreen-exit:before {
	content: "";
}

.zmdi-fullscreen:before {
	content: "";
}

.zmdi-functions:before {
	content: "";
}

.zmdi-gas-station:before {
	content: "";
}

.zmdi-gesture:before {
	content: "";
}

.zmdi-globe-alt:before {
	content: "";
}

.zmdi-globe-lock:before {
	content: "";
}

.zmdi-globe:before {
	content: "";
}

.zmdi-graduation-cap:before {
	content: "";
}

.zmdi-home:before {
	content: "";
}

.zmdi-hospital-alt:before {
	content: "";
}

.zmdi-hospital:before {
	content: "";
}

.zmdi-hotel:before {
	content: "";
}

.zmdi-hourglass-alt:before {
	content: "";
}

.zmdi-hourglass-outline:before {
	content: "";
}

.zmdi-hourglass:before {
	content: "";
}

.zmdi-http:before {
	content: "";
}

.zmdi-image-alt:before {
	content: "";
}

.zmdi-image-o:before {
	content: "";
}

.zmdi-image:before {
	content: "";
}

.zmdi-inbox:before {
	content: "";
}

.zmdi-invert-colors-off:before {
	content: "";
}

.zmdi-invert-colors:before {
	content: "";
}

.zmdi-key:before {
	content: "";
}

.zmdi-label-alt-outline:before {
	content: "";
}

.zmdi-label-alt:before {
	content: "";
}

.zmdi-label-heart:before {
	content: "";
}

.zmdi-label:before {
	content: "";
}

.zmdi-labels:before {
	content: "";
}

.zmdi-lamp:before {
	content: "";
}

.zmdi-landscape:before {
	content: "";
}

.zmdi-layers-off:before {
	content: "";
}

.zmdi-layers:before {
	content: "";
}

.zmdi-library:before {
	content: "";
}

.zmdi-link:before {
	content: "";
}

.zmdi-lock-open:before {
	content: "";
}

.zmdi-lock-outline:before {
	content: "";
}

.zmdi-lock:before {
	content: "";
}

.zmdi-mail-reply-all:before {
	content: "";
}

.zmdi-mail-reply:before {
	content: "";
}

.zmdi-mail-send:before {
	content: "";
}

.zmdi-mall:before {
	content: "";
}

.zmdi-map:before {
	content: "";
}

.zmdi-menu:before {
	content: "";
}

.zmdi-money-box:before {
	content: "";
}

.zmdi-money-off:before {
	content: "";
}

.zmdi-money:before {
	content: "";
}

.zmdi-more-vert:before {
	content: "";
}

.zmdi-more:before {
	content: "";
}

.zmdi-movie-alt:before {
	content: "";
}

.zmdi-movie:before {
	content: "";
}

.zmdi-nature-people:before {
	content: "";
}

.zmdi-nature:before {
	content: "";
}

.zmdi-navigation:before {
	content: "";
}

.zmdi-open-in-browser:before {
	content: "";
}

.zmdi-open-in-new:before {
	content: "";
}

.zmdi-palette:before {
	content: "";
}

.zmdi-parking:before {
	content: "";
}

.zmdi-pin-account:before {
	content: "";
}

.zmdi-pin-assistant:before {
	content: "";
}

.zmdi-pin-drop:before {
	content: "";
}

.zmdi-pin-help:before {
	content: "";
}

.zmdi-pin-off:before {
	content: "";
}

.zmdi-pin:before {
	content: "";
}

.zmdi-pizza:before {
	content: "";
}

.zmdi-plaster:before {
	content: "";
}

.zmdi-power-setting:before {
	content: "";
}

.zmdi-power:before {
	content: "";
}

.zmdi-print:before {
	content: "";
}

.zmdi-puzzle-piece:before {
	content: "";
}

.zmdi-quote:before {
	content: "";
}

.zmdi-railway:before {
	content: "";
}

.zmdi-receipt:before {
	content: "";
}

.zmdi-refresh-alt:before {
	content: "";
}

.zmdi-refresh-sync-alert:before {
	content: "";
}

.zmdi-refresh-sync-off:before {
	content: "";
}

.zmdi-refresh-sync:before {
	content: "";
}

.zmdi-refresh:before {
	content: "";
}

.zmdi-roller:before {
	content: "";
}

.zmdi-ruler:before {
	content: "";
}

.zmdi-scissors:before {
	content: "";
}

.zmdi-screen-rotation-lock:before {
	content: "";
}

.zmdi-screen-rotation:before {
	content: "";
}

.zmdi-search-for:before {
	content: "";
}

.zmdi-search-in-file:before {
	content: "";
}

.zmdi-search-in-page:before {
	content: "";
}

.zmdi-search-replace:before {
	content: "";
}

.zmdi-search:before {
	content: "";
}

.zmdi-seat:before {
	content: "";
}

.zmdi-settings-square:before {
	content: "";
}

.zmdi-settings:before {
	content: "";
}

.zmdi-shield-check:before {
	content: "";
}

.zmdi-shield-security:before {
	content: "";
}

.zmdi-shopping-basket:before {
	content: "";
}

.zmdi-shopping-cart-plus:before {
	content: "";
}

.zmdi-shopping-cart:before {
	content: "";
}

.zmdi-sign-in:before {
	content: "";
}

.zmdi-sort-amount-asc:before {
	content: "";
}

.zmdi-sort-amount-desc:before {
	content: "";
}

.zmdi-sort-asc:before {
	content: "";
}

.zmdi-sort-desc:before {
	content: "";
}

.zmdi-spellcheck:before {
	content: "";
}

.zmdi-storage:before {
	content: "";
}

.zmdi-store-24:before {
	content: "";
}

.zmdi-store:before {
	content: "";
}

.zmdi-subway:before {
	content: "";
}

.zmdi-sun:before {
	content: "";
}

.zmdi-tab-unselected:before {
	content: "";
}

.zmdi-tab:before {
	content: "";
}

.zmdi-tag-close:before {
	content: "";
}

.zmdi-tag-more:before {
	content: "";
}

.zmdi-tag:before {
	content: "";
}

.zmdi-thumb-down:before {
	content: "";
}

.zmdi-thumb-up-down:before {
	content: "";
}

.zmdi-thumb-up:before {
	content: "";
}

.zmdi-ticket-star:before {
	content: "";
}

.zmdi-toll:before {
	content: "";
}

.zmdi-toys:before {
	content: "";
}

.zmdi-traffic:before {
	content: "";
}

.zmdi-translate:before {
	content: "";
}

.zmdi-triangle-down:before {
	content: "";
}

.zmdi-triangle-up:before {
	content: "";
}

.zmdi-truck:before {
	content: "";
}

.zmdi-turning-sign:before {
	content: "";
}

.zmdi-wallpaper:before {
	content: "";
}

.zmdi-washing-machine:before {
	content: "";
}

.zmdi-window-maximize:before {
	content: "";
}

.zmdi-window-minimize:before {
	content: "";
}

.zmdi-window-restore:before {
	content: "";
}

.zmdi-wrench:before {
	content: "";
}

.zmdi-zoom-in:before {
	content: "";
}

.zmdi-zoom-out:before {
	content: "";
}

.zmdi-alert-circle-o:before {
	content: "";
}

.zmdi-alert-circle:before {
	content: "";
}

.zmdi-alert-octagon:before {
	content: "";
}

.zmdi-alert-polygon:before {
	content: "";
}

.zmdi-alert-triangle:before {
	content: "";
}

.zmdi-help-outline:before {
	content: "";
}

.zmdi-help:before {
	content: "";
}

.zmdi-info-outline:before {
	content: "";
}

.zmdi-info:before {
	content: "";
}

.zmdi-notifications-active:before {
	content: "";
}

.zmdi-notifications-add:before {
	content: "";
}

.zmdi-notifications-none:before {
	content: "";
}

.zmdi-notifications-off:before {
	content: "";
}

.zmdi-notifications-paused:before {
	content: "";
}

.zmdi-notifications:before {
	content: "";
}

.zmdi-account-add:before {
	content: "";
}

.zmdi-account-box-mail:before {
	content: "";
}

.zmdi-account-box-o:before {
	content: "";
}

.zmdi-account-box-phone:before {
	content: "";
}

.zmdi-account-box:before {
	content: "";
}

.zmdi-account-calendar:before {
	content: "";
}

.zmdi-account-circle:before {
	content: "";
}

.zmdi-account-o:before {
	content: "";
}

.zmdi-account:before {
	content: "";
}

.zmdi-accounts-add:before {
	content: "";
}

.zmdi-accounts-alt:before {
	content: "";
}

.zmdi-accounts-list-alt:before {
	content: "";
}

.zmdi-accounts-list:before {
	content: "";
}

.zmdi-accounts-outline:before {
	content: "";
}

.zmdi-accounts:before {
	content: "";
}

.zmdi-face:before {
	content: "";
}

.zmdi-female:before {
	content: "";
}

.zmdi-male-alt:before {
	content: "";
}

.zmdi-male-female:before {
	content: "";
}

.zmdi-male:before {
	content: "";
}

.zmdi-mood-bad:before {
	content: "";
}

.zmdi-mood:before {
	content: "";
}

.zmdi-run:before {
	content: "";
}

.zmdi-walk:before {
	content: "";
}

.zmdi-cloud-box:before {
	content: "";
}

.zmdi-cloud-circle:before {
	content: "";
}

.zmdi-cloud-done:before {
	content: "";
}

.zmdi-cloud-download:before {
	content: "";
}

.zmdi-cloud-off:before {
	content: "";
}

.zmdi-cloud-outline-alt:before {
	content: "";
}

.zmdi-cloud-outline:before {
	content: "";
}

.zmdi-cloud-upload:before {
	content: "";
}

.zmdi-cloud:before {
	content: "";
}

.zmdi-download:before {
	content: "";
}

.zmdi-file-plus:before {
	content: "";
}

.zmdi-file-text:before {
	content: "";
}

.zmdi-file:before {
	content: "";
}

.zmdi-folder-outline:before {
	content: "";
}

.zmdi-folder-person:before {
	content: "";
}

.zmdi-folder-star-alt:before {
	content: "";
}

.zmdi-folder-star:before {
	content: "";
}

.zmdi-folder:before {
	content: "";
}

.zmdi-gif:before {
	content: "";
}

.zmdi-upload:before {
	content: "";
}

.zmdi-border-all:before {
	content: "";
}

.zmdi-border-bottom:before {
	content: "";
}

.zmdi-border-clear:before {
	content: "";
}

.zmdi-border-color:before {
	content: "";
}

.zmdi-border-horizontal:before {
	content: "";
}

.zmdi-border-inner:before {
	content: "";
}

.zmdi-border-left:before {
	content: "";
}

.zmdi-border-outer:before {
	content: "";
}

.zmdi-border-right:before {
	content: "";
}

.zmdi-border-style:before {
	content: "";
}

.zmdi-border-top:before {
	content: "";
}

.zmdi-border-vertical:before {
	content: "";
}

.zmdi-copy:before {
	content: "";
}

.zmdi-crop:before {
	content: "";
}

.zmdi-format-align-center:before {
	content: "";
}

.zmdi-format-align-justify:before {
	content: "";
}

.zmdi-format-align-left:before {
	content: "";
}

.zmdi-format-align-right:before {
	content: "";
}

.zmdi-format-bold:before {
	content: "";
}

.zmdi-format-clear-all:before {
	content: "";
}

.zmdi-format-clear:before {
	content: "";
}

.zmdi-format-color-fill:before {
	content: "";
}

.zmdi-format-color-reset:before {
	content: "";
}

.zmdi-format-color-text:before {
	content: "";
}

.zmdi-format-indent-decrease:before {
	content: "";
}

.zmdi-format-indent-increase:before {
	content: "";
}

.zmdi-format-italic:before {
	content: "";
}

.zmdi-format-line-spacing:before {
	content: "";
}

.zmdi-format-list-bulleted:before {
	content: "";
}

.zmdi-format-list-numbered:before {
	content: "";
}

.zmdi-format-ltr:before {
	content: "";
}

.zmdi-format-rtl:before {
	content: "";
}

.zmdi-format-size:before {
	content: "";
}

.zmdi-format-strikethrough-s:before {
	content: "";
}

.zmdi-format-strikethrough:before {
	content: "";
}

.zmdi-format-subject:before {
	content: "";
}

.zmdi-format-underlined:before {
	content: "";
}

.zmdi-format-valign-bottom:before {
	content: "";
}

.zmdi-format-valign-center:before {
	content: "";
}

.zmdi-format-valign-top:before {
	content: "";
}

.zmdi-redo:before {
	content: "";
}

.zmdi-select-all:before {
	content: "";
}

.zmdi-space-bar:before {
	content: "";
}

.zmdi-text-format:before {
	content: "";
}

.zmdi-transform:before {
	content: "";
}

.zmdi-undo:before {
	content: "";
}

.zmdi-wrap-text:before {
	content: "";
}

.zmdi-comment-alert:before {
	content: "";
}

.zmdi-comment-alt-text:before {
	content: "";
}

.zmdi-comment-alt:before {
	content: "";
}

.zmdi-comment-edit:before {
	content: "";
}

.zmdi-comment-image:before {
	content: "";
}

.zmdi-comment-list:before {
	content: "";
}

.zmdi-comment-more:before {
	content: "";
}

.zmdi-comment-outline:before {
	content: "";
}

.zmdi-comment-text-alt:before {
	content: "";
}

.zmdi-comment-text:before {
	content: "";
}

.zmdi-comment-video:before {
	content: "";
}

.zmdi-comment:before {
	content: "";
}

.zmdi-comments:before {
	content: "";
}

.zmdi-check-all:before {
	content: "";
}

.zmdi-check-circle-u:before {
	content: "";
}

.zmdi-check-circle:before {
	content: "";
}

.zmdi-check-square:before {
	content: "";
}

.zmdi-check:before {
	content: "";
}

.zmdi-circle-o:before {
	content: "";
}

.zmdi-circle:before {
	content: "";
}

.zmdi-dot-circle-alt:before {
	content: "";
}

.zmdi-dot-circle:before {
	content: "";
}

.zmdi-minus-circle-outline:before {
	content: "";
}

.zmdi-minus-circle:before {
	content: "";
}

.zmdi-minus-square:before {
	content: "";
}

.zmdi-minus:before {
	content: "";
}

.zmdi-plus-circle-o-duplicate:before {
	content: "";
}

.zmdi-plus-circle-o:before {
	content: "";
}

.zmdi-plus-circle:before {
	content: "";
}

.zmdi-plus-square:before {
	content: "";
}

.zmdi-plus:before {
	content: "";
}

.zmdi-square-o:before {
	content: "";
}

.zmdi-star-circle:before {
	content: "";
}

.zmdi-star-half:before {
	content: "";
}

.zmdi-star-outline:before {
	content: "";
}

.zmdi-star:before {
	content: "";
}

.zmdi-bluetooth-connected:before {
	content: "";
}

.zmdi-bluetooth-off:before {
	content: "";
}

.zmdi-bluetooth-search:before {
	content: "";
}

.zmdi-bluetooth-setting:before {
	content: "";
}

.zmdi-bluetooth:before {
	content: "";
}

.zmdi-camera-add:before {
	content: "";
}

.zmdi-camera-alt:before {
	content: "";
}

.zmdi-camera-bw:before {
	content: "";
}

.zmdi-camera-front:before {
	content: "";
}

.zmdi-camera-mic:before {
	content: "";
}

.zmdi-camera-party-mode:before {
	content: "";
}

.zmdi-camera-rear:before {
	content: "";
}

.zmdi-camera-roll:before {
	content: "";
}

.zmdi-camera-switch:before {
	content: "";
}

.zmdi-camera:before {
	content: "";
}

.zmdi-card-alert:before {
	content: "";
}

.zmdi-card-off:before {
	content: "";
}

.zmdi-card-sd:before {
	content: "";
}

.zmdi-card-sim:before {
	content: "";
}

.zmdi-desktop-mac:before {
	content: "";
}

.zmdi-desktop-windows:before {
	content: "";
}

.zmdi-device-hub:before {
	content: "";
}

.zmdi-devices-off:before {
	content: "";
}

.zmdi-devices:before {
	content: "";
}

.zmdi-dock:before {
	content: "";
}

.zmdi-floppy:before {
	content: "";
}

.zmdi-gamepad:before {
	content: "";
}

.zmdi-gps-dot:before {
	content: "";
}

.zmdi-gps-off:before {
	content: "";
}

.zmdi-gps:before {
	content: "";
}

.zmdi-headset-mic:before {
	content: "";
}

.zmdi-headset:before {
	content: "";
}

.zmdi-input-antenna:before {
	content: "";
}

.zmdi-input-composite:before {
	content: "";
}

.zmdi-input-hdmi:before {
	content: "";
}

.zmdi-input-power:before {
	content: "";
}

.zmdi-input-svideo:before {
	content: "";
}

.zmdi-keyboard-hide:before {
	content: "";
}

.zmdi-keyboard:before {
	content: "";
}

.zmdi-laptop-chromebook:before {
	content: "";
}

.zmdi-laptop-mac:before {
	content: "";
}

.zmdi-laptop:before {
	content: "";
}

.zmdi-mic-off:before {
	content: "";
}

.zmdi-mic-outline:before {
	content: "";
}

.zmdi-mic-setting:before {
	content: "";
}

.zmdi-mic:before {
	content: "";
}

.zmdi-mouse:before {
	content: "";
}

.zmdi-network-alert:before {
	content: "";
}

.zmdi-network-locked:before {
	content: "";
}

.zmdi-network-off:before {
	content: "";
}

.zmdi-network-outline:before {
	content: "";
}

.zmdi-network-setting:before {
	content: "";
}

.zmdi-network:before {
	content: "";
}

.zmdi-phone-bluetooth:before {
	content: "";
}

.zmdi-phone-end:before {
	content: "";
}

.zmdi-phone-forwarded:before {
	content: "";
}

.zmdi-phone-in-talk:before {
	content: "";
}

.zmdi-phone-locked:before {
	content: "";
}

.zmdi-phone-missed:before {
	content: "";
}

.zmdi-phone-msg:before {
	content: "";
}

.zmdi-phone-paused:before {
	content: "";
}

.zmdi-phone-ring:before {
	content: "";
}

.zmdi-phone-setting:before {
	content: "";
}

.zmdi-phone-sip:before {
	content: "";
}

.zmdi-phone:before {
	content: "";
}

.zmdi-portable-wifi-changes:before {
	content: "";
}

.zmdi-portable-wifi-off:before {
	content: "";
}

.zmdi-portable-wifi:before {
	content: "";
}

.zmdi-radio:before {
	content: "";
}

.zmdi-reader:before {
	content: "";
}

.zmdi-remote-control-alt:before {
	content: "";
}

.zmdi-remote-control:before {
	content: "";
}

.zmdi-router:before {
	content: "";
}

.zmdi-scanner:before {
	content: "";
}

.zmdi-smartphone-android:before {
	content: "";
}

.zmdi-smartphone-download:before {
	content: "";
}

.zmdi-smartphone-erase:before {
	content: "";
}

.zmdi-smartphone-info:before {
	content: "";
}

.zmdi-smartphone-iphone:before {
	content: "";
}

.zmdi-smartphone-landscape-lock:before {
	content: "";
}

.zmdi-smartphone-landscape:before {
	content: "";
}

.zmdi-smartphone-lock:before {
	content: "";
}

.zmdi-smartphone-portrait-lock:before {
	content: "";
}

.zmdi-smartphone-ring:before {
	content: "";
}

.zmdi-smartphone-setting:before {
	content: "";
}

.zmdi-smartphone-setup:before {
	content: "";
}

.zmdi-smartphone:before {
	content: "";
}

.zmdi-speaker:before {
	content: "";
}

.zmdi-tablet-android:before {
	content: "";
}

.zmdi-tablet-mac:before {
	content: "";
}

.zmdi-tablet:before {
	content: "";
}

.zmdi-tv-alt-play:before {
	content: "";
}

.zmdi-tv-list:before {
	content: "";
}

.zmdi-tv-play:before {
	content: "";
}

.zmdi-tv:before {
	content: "";
}

.zmdi-usb:before {
	content: "";
}

.zmdi-videocam-off:before {
	content: "";
}

.zmdi-videocam-switch:before {
	content: "";
}

.zmdi-videocam:before {
	content: "";
}

.zmdi-watch:before {
	content: "";
}

.zmdi-wifi-alt-2:before {
	content: "";
}

.zmdi-wifi-alt:before {
	content: "";
}

.zmdi-wifi-info:before {
	content: "";
}

.zmdi-wifi-lock:before {
	content: "";
}

.zmdi-wifi-off:before {
	content: "";
}

.zmdi-wifi-outline:before {
	content: "";
}

.zmdi-wifi:before {
	content: "";
}

.zmdi-arrow-left-bottom:before {
	content: "";
}

.zmdi-arrow-left:before {
	content: "";
}

.zmdi-arrow-merge:before {
	content: "";
}

.zmdi-arrow-missed:before {
	content: "";
}

.zmdi-arrow-right-top:before {
	content: "";
}

.zmdi-arrow-right:before {
	content: "";
}

.zmdi-arrow-split:before {
	content: "";
}

.zmdi-arrows:before {
	content: "";
}

.zmdi-caret-down-circle:before {
	content: "";
}

.zmdi-caret-down:before {
	content: "";
}

.zmdi-caret-left-circle:before {
	content: "";
}

.zmdi-caret-left:before {
	content: "";
}

.zmdi-caret-right-circle:before {
	content: "";
}

.zmdi-caret-right:before {
	content: "";
}

.zmdi-caret-up-circle:before {
	content: "";
}

.zmdi-caret-up:before {
	content: "";
}

.zmdi-chevron-down:before {
	content: "";
}

.zmdi-chevron-left:before {
	content: "";
}

.zmdi-chevron-right:before {
	content: "";
}

.zmdi-chevron-up:before {
	content: "";
}

.zmdi-forward:before {
	content: "";
}

.zmdi-long-arrow-down:before {
	content: "";
}

.zmdi-long-arrow-left:before {
	content: "";
}

.zmdi-long-arrow-return:before {
	content: "";
}

.zmdi-long-arrow-right:before {
	content: "";
}

.zmdi-long-arrow-tab:before {
	content: "";
}

.zmdi-long-arrow-up:before {
	content: "";
}

.zmdi-rotate-ccw:before {
	content: "";
}

.zmdi-rotate-cw:before {
	content: "";
}

.zmdi-rotate-left:before {
	content: "";
}

.zmdi-rotate-right:before {
	content: "";
}

.zmdi-square-down:before {
	content: "";
}

.zmdi-square-right:before {
	content: "";
}

.zmdi-swap-alt:before {
	content: "";
}

.zmdi-swap-vertical-circle:before {
	content: "";
}

.zmdi-swap-vertical:before {
	content: "";
}

.zmdi-swap:before {
	content: "";
}

.zmdi-trending-down:before {
	content: "";
}

.zmdi-trending-flat:before {
	content: "";
}

.zmdi-trending-up:before {
	content: "";
}

.zmdi-unfold-less:before {
	content: "";
}

.zmdi-unfold-more:before {
	content: "";
}

.zmdi-apps:before {
	content: "";
}

.zmdi-grid-off:before {
	content: "";
}

.zmdi-grid:before {
	content: "";
}

.zmdi-view-agenda:before {
	content: "";
}

.zmdi-view-array:before {
	content: "";
}

.zmdi-view-carousel:before {
	content: "";
}

.zmdi-view-column:before {
	content: "";
}

.zmdi-view-comfy:before {
	content: "";
}

.zmdi-view-compact:before {
	content: "";
}

.zmdi-view-dashboard:before {
	content: "";
}

.zmdi-view-day:before {
	content: "";
}

.zmdi-view-headline:before {
	content: "";
}

.zmdi-view-list-alt:before {
	content: "";
}

.zmdi-view-list:before {
	content: "";
}

.zmdi-view-module:before {
	content: "";
}

.zmdi-view-quilt:before {
	content: "";
}

.zmdi-view-stream:before {
	content: "";
}

.zmdi-view-subtitles:before {
	content: "";
}

.zmdi-view-toc:before {
	content: "";
}

.zmdi-view-web:before {
	content: "";
}

.zmdi-view-week:before {
	content: "";
}

.zmdi-widgets:before {
	content: "";
}

.zmdi-alarm-check:before {
	content: "";
}

.zmdi-alarm-off:before {
	content: "";
}

.zmdi-alarm-plus:before {
	content: "";
}

.zmdi-alarm-snooze:before {
	content: "";
}

.zmdi-alarm:before {
	content: "";
}

.zmdi-calendar-alt:before {
	content: "";
}

.zmdi-calendar-check:before {
	content: "";
}

.zmdi-calendar-close:before {
	content: "";
}

.zmdi-calendar-note:before {
	content: "";
}

.zmdi-calendar:before {
	content: "";
}

.zmdi-time-countdown:before {
	content: "";
}

.zmdi-time-interval:before {
	content: "";
}

.zmdi-time-restore-setting:before {
	content: "";
}

.zmdi-time-restore:before {
	content: "";
}

.zmdi-time:before {
	content: "";
}

.zmdi-timer-off:before {
	content: "";
}

.zmdi-timer:before {
	content: "";
}

.zmdi-android-alt:before {
	content: "";
}

.zmdi-android:before {
	content: "";
}

.zmdi-apple:before {
	content: "";
}

.zmdi-behance:before {
	content: "";
}

.zmdi-codepen:before {
	content: "";
}

.zmdi-dribbble:before {
	content: "";
}

.zmdi-dropbox:before {
	content: "";
}

.zmdi-evernote:before {
	content: "";
}

.zmdi-facebook-box:before {
	content: "";
}

.zmdi-facebook:before {
	content: "";
}

.zmdi-github-box:before {
	content: "";
}

.zmdi-github:before {
	content: "";
}

.zmdi-google-drive:before {
	content: "";
}

.zmdi-google-earth:before {
	content: "";
}

.zmdi-google-glass:before {
	content: "";
}

.zmdi-google-maps:before {
	content: "";
}

.zmdi-google-pages:before {
	content: "";
}

.zmdi-google-play:before {
	content: "";
}

.zmdi-google-plus-box:before {
	content: "";
}

.zmdi-google-plus:before {
	content: "";
}

.zmdi-google:before {
	content: "";
}

.zmdi-instagram:before {
	content: "";
}

.zmdi-language-css3:before {
	content: "";
}

.zmdi-language-html5:before {
	content: "";
}

.zmdi-language-javascript:before {
	content: "";
}

.zmdi-language-python-alt:before {
	content: "";
}

.zmdi-language-python:before {
	content: "";
}

.zmdi-lastfm:before {
	content: "";
}

.zmdi-linkedin-box:before {
	content: "";
}

.zmdi-paypal:before {
	content: "";
}

.zmdi-pinterest-box:before {
	content: "";
}

.zmdi-pocket:before {
	content: "";
}

.zmdi-polymer:before {
	content: "";
}

.zmdi-share:before {
	content: "";
}

.zmdi-stackoverflow:before {
	content: "";
}

.zmdi-steam-square:before {
	content: "";
}

.zmdi-steam:before {
	content: "";
}

.zmdi-twitter-box:before {
	content: "";
}

.zmdi-twitter:before {
	content: "";
}

.zmdi-vk:before {
	content: "";
}

.zmdi-wikipedia:before {
	content: "";
}

.zmdi-windows:before {
	content: "";
}

.zmdi-aspect-ratio-alt:before {
	content: "";
}

.zmdi-aspect-ratio:before {
	content: "";
}

.zmdi-blur-circular:before {
	content: "";
}

.zmdi-blur-linear:before {
	content: "";
}

.zmdi-blur-off:before {
	content: "";
}

.zmdi-blur:before {
	content: "";
}

.zmdi-brightness-2:before {
	content: "";
}

.zmdi-brightness-3:before {
	content: "";
}

.zmdi-brightness-4:before {
	content: "";
}

.zmdi-brightness-5:before {
	content: "";
}

.zmdi-brightness-6:before {
	content: "";
}

.zmdi-brightness-7:before {
	content: "";
}

.zmdi-brightness-auto:before {
	content: "";
}

.zmdi-brightness-setting:before {
	content: "";
}

.zmdi-broken-image:before {
	content: "";
}

.zmdi-center-focus-strong:before {
	content: "";
}

.zmdi-center-focus-weak:before {
	content: "";
}

.zmdi-compare:before {
	content: "";
}

.zmdi-crop-16-9:before {
	content: "";
}

.zmdi-crop-3-2:before {
	content: "";
}

.zmdi-crop-5-4:before {
	content: "";
}

.zmdi-crop-7-5:before {
	content: "";
}

.zmdi-crop-din:before {
	content: "";
}

.zmdi-crop-free:before {
	content: "";
}

.zmdi-crop-landscape:before {
	content: "";
}

.zmdi-crop-portrait:before {
	content: "";
}

.zmdi-crop-square:before {
	content: "";
}

.zmdi-exposure-alt:before {
	content: "";
}

.zmdi-exposure:before {
	content: "";
}

.zmdi-filter-b-and-w:before {
	content: "";
}

.zmdi-filter-center-focus:before {
	content: "";
}

.zmdi-filter-frames:before {
	content: "";
}

.zmdi-filter-tilt-shift:before {
	content: "";
}

.zmdi-gradient:before {
	content: "";
}

.zmdi-grain:before {
	content: "";
}

.zmdi-graphic-eq:before {
	content: "";
}

.zmdi-hdr-off:before {
	content: "";
}

.zmdi-hdr-strong:before {
	content: "";
}

.zmdi-hdr-weak:before {
	content: "";
}

.zmdi-hdr:before {
	content: "";
}

.zmdi-iridescent:before {
	content: "";
}

.zmdi-leak-off:before {
	content: "";
}

.zmdi-leak:before {
	content: "";
}

.zmdi-looks:before {
	content: "";
}

.zmdi-loupe:before {
	content: "";
}

.zmdi-panorama-horizontal:before {
	content: "";
}

.zmdi-panorama-vertical:before {
	content: "";
}

.zmdi-panorama-wide-angle:before {
	content: "";
}

.zmdi-photo-size-select-large:before {
	content: "";
}

.zmdi-photo-size-select-small:before {
	content: "";
}

.zmdi-picture-in-picture:before {
	content: "";
}

.zmdi-slideshow:before {
	content: "";
}

.zmdi-texture:before {
	content: "";
}

.zmdi-tonality:before {
	content: "";
}

.zmdi-vignette:before {
	content: "";
}

.zmdi-wb-auto:before {
	content: "";
}

.zmdi-eject-alt:before {
	content: "";
}

.zmdi-eject:before {
	content: "";
}

.zmdi-equalizer:before {
	content: "";
}

.zmdi-fast-forward:before {
	content: "";
}

.zmdi-fast-rewind:before {
	content: "";
}

.zmdi-forward-10:before {
	content: "";
}

.zmdi-forward-30:before {
	content: "";
}

.zmdi-forward-5:before {
	content: "";
}

.zmdi-hearing:before {
	content: "";
}

.zmdi-pause-circle-outline:before {
	content: "";
}

.zmdi-pause-circle:before {
	content: "";
}

.zmdi-pause:before {
	content: "";
}

.zmdi-play-circle-outline:before {
	content: "";
}

.zmdi-play-circle:before {
	content: "";
}

.zmdi-play:before {
	content: "";
}

.zmdi-playlist-audio:before {
	content: "";
}

.zmdi-playlist-plus:before {
	content: "";
}

.zmdi-repeat-one:before {
	content: "";
}

.zmdi-repeat:before {
	content: "";
}

.zmdi-replay-10:before {
	content: "";
}

.zmdi-replay-30:before {
	content: "";
}

.zmdi-replay-5:before {
	content: "";
}

.zmdi-replay:before {
	content: "";
}

.zmdi-shuffle:before {
	content: "";
}

.zmdi-skip-next:before {
	content: "";
}

.zmdi-skip-previous:before {
	content: "";
}

.zmdi-stop:before {
	content: "";
}

.zmdi-surround-sound:before {
	content: "";
}

.zmdi-tune:before {
	content: "";
}

.zmdi-volume-down:before {
	content: "";
}

.zmdi-volume-mute:before {
	content: "";
}

.zmdi-volume-off:before {
	content: "";
}

.zmdi-volume-up:before {
	content: "";
}

.zmdi-n-1-square:before {
	content: "";
}

.zmdi-n-2-square:before {
	content: "";
}

.zmdi-n-3-square:before {
	content: "";
}

.zmdi-n-4-square:before {
	content: "";
}

.zmdi-n-5-square:before {
	content: "";
}

.zmdi-n-6-square:before {
	content: "";
}

.zmdi-neg-1:before {
	content: "";
}

.zmdi-neg-2:before {
	content: "";
}

.zmdi-plus-1:before {
	content: "";
}

.zmdi-plus-2:before {
	content: "";
}

.zmdi-sec-10:before {
	content: "";
}

.zmdi-sec-3:before {
	content: "";
}

.zmdi-zero:before {
	content: "";
}

.zmdi-airline-seat-flat-angled:before {
	content: "";
}

.zmdi-airline-seat-flat:before {
	content: "";
}

.zmdi-airline-seat-individual-suite:before {
	content: "";
}

.zmdi-airline-seat-legroom-extra:before {
	content: "";
}

.zmdi-airline-seat-legroom-normal:before {
	content: "";
}

.zmdi-airline-seat-legroom-reduced:before {
	content: "";
}

.zmdi-airline-seat-recline-extra:before {
	content: "";
}

.zmdi-airline-seat-recline-normal:before {
	content: "";
}

.zmdi-airplay:before {
	content: "";
}

.zmdi-closed-caption:before {
	content: "";
}

.zmdi-confirmation-number:before {
	content: "";
}

.zmdi-developer-board:before {
	content: "";
}

.zmdi-disc-full:before {
	content: "";
}

.zmdi-explicit:before {
	content: "";
}

.zmdi-flight-land:before {
	content: "";
}

.zmdi-flight-takeoff:before {
	content: "";
}

.zmdi-flip-to-back:before {
	content: "";
}

.zmdi-flip-to-front:before {
	content: "";
}

.zmdi-group-work:before {
	content: "";
}

.zmdi-hd:before {
	content: "";
}

.zmdi-hq:before {
	content: "";
}

.zmdi-markunread-mailbox:before {
	content: "";
}

.zmdi-memory:before {
	content: "";
}

.zmdi-nfc:before {
	content: "";
}

.zmdi-play-for-work:before {
	content: "";
}

.zmdi-power-input:before {
	content: "";
}

.zmdi-present-to-all:before {
	content: "";
}

.zmdi-satellite:before {
	content: "";
}

.zmdi-tap-and-play:before {
	content: "";
}

.zmdi-vibration:before {
	content: "";
}

.zmdi-voicemail:before {
	content: "";
}

.zmdi-group:before {
	content: "";
}

.zmdi-rss:before {
	content: "";
}

.zmdi-shape:before {
	content: "";
}

.zmdi-spinner:before {
	content: "";
}

.zmdi-ungroup:before {
	content: "";
}

.zmdi-500px:before {
	content: "";
}

.zmdi-8tracks:before {
	content: "";
}

.zmdi-amazon:before {
	content: "";
}

.zmdi-blogger:before {
	content: "";
}

.zmdi-delicious:before {
	content: "";
}

.zmdi-disqus:before {
	content: "";
}

.zmdi-flattr:before {
	content: "";
}

.zmdi-flickr:before {
	content: "";
}

.zmdi-github-alt:before {
	content: "";
}

.zmdi-google-old:before {
	content: "";
}

.zmdi-linkedin:before {
	content: "";
}

.zmdi-odnoklassniki:before {
	content: "";
}

.zmdi-outlook:before {
	content: "";
}

.zmdi-paypal-alt:before {
	content: "";
}

.zmdi-pinterest:before {
	content: "";
}

.zmdi-playstation:before {
	content: "";
}

.zmdi-reddit:before {
	content: "";
}

.zmdi-skype:before {
	content: "";
}

.zmdi-slideshare:before {
	content: "";
}

.zmdi-soundcloud:before {
	content: "";
}

.zmdi-tumblr:before {
	content: "";
}

.zmdi-twitch:before {
	content: "";
}

.zmdi-vimeo:before {
	content: "";
}

.zmdi-whatsapp:before {
	content: "";
}

.zmdi-xbox:before {
	content: "";
}

.zmdi-yahoo:before {
	content: "";
}

.zmdi-youtube-play:before {
	content: "";
}

.zmdi-youtube:before {
	content: "";
}

.zmdi-import-export:before {
	content: "";
}

.zmdi-swap-vertical-:before {
	content: "";
}

.zmdi-airplanemode-inactive:before {
	content: "";
}

.zmdi-airplanemode-active:before {
	content: "";
}

.zmdi-rate-review:before {
	content: "";
}

.zmdi-comment-sign:before {
	content: "";
}

.zmdi-network-warning:before {
	content: "";
}

.zmdi-shopping-cart-add:before {
	content: "";
}

.zmdi-file-add:before {
	content: "";
}

.zmdi-network-wifi-scan:before {
	content: "";
}

.zmdi-collection-add:before {
	content: "";
}

.zmdi-format-playlist-add:before {
	content: "";
}

.zmdi-format-queue-music:before {
	content: "";
}

.zmdi-plus-box:before {
	content: "";
}

.zmdi-tag-backspace:before {
	content: "";
}

.zmdi-alarm-add:before {
	content: "";
}

.zmdi-battery-charging:before {
	content: "";
}

.zmdi-daydream-setting:before {
	content: "";
}

.zmdi-more-horiz:before {
	content: "";
}

.zmdi-book-photo:before {
	content: "";
}

.zmdi-incandescent:before {
	content: "";
}

.zmdi-wb-iridescent:before {
	content: "";
}

.zmdi-calendar-remove:before {
	content: "";
}

.zmdi-refresh-sync-disabled:before {
	content: "";
}

.zmdi-refresh-sync-problem:before {
	content: "";
}

.zmdi-crop-original:before {
	content: "";
}

.zmdi-power-off:before {
	content: "";
}

.zmdi-power-off-setting:before {
	content: "";
}

.zmdi-leak-remove:before {
	content: "";
}

.zmdi-star-border:before {
	content: "";
}

.zmdi-brightness-low:before {
	content: "";
}

.zmdi-brightness-medium:before {
	content: "";
}

.zmdi-brightness-high:before {
	content: "";
}

.zmdi-smartphone-portrait:before {
	content: "";
}

.zmdi-live-tv:before {
	content: "";
}

.zmdi-format-textdirection-l-to-r:before {
	content: "";
}

.zmdi-format-textdirection-r-to-l:before {
	content: "";
}

.zmdi-arrow-back:before {
	content: "";
}

.zmdi-arrow-forward:before {
	content: "";
}

.zmdi-arrow-in:before {
	content: "";
}

.zmdi-arrow-out:before {
	content: "";
}

.zmdi-rotate-90-degrees-ccw:before {
	content: "";
}

.zmdi-adb:before {
	content: "";
}

.zmdi-network-wifi:before {
	content: "";
}

.zmdi-network-wifi-alt:before {
	content: "";
}

.zmdi-network-wifi-lock:before {
	content: "";
}

.zmdi-network-wifi-off:before {
	content: "";
}

.zmdi-network-wifi-outline:before {
	content: "";
}

.zmdi-network-wifi-info:before {
	content: "";
}

.zmdi-layers-clear:before {
	content: "";
}

.zmdi-colorize:before {
	content: "";
}

.zmdi-format-paint:before {
	content: "";
}

.zmdi-format-quote:before {
	content: "";
}

.zmdi-camera-monochrome-photos:before {
	content: "";
}

.zmdi-sort-by-alpha:before {
	content: "";
}

.zmdi-folder-shared:before {
	content: "";
}

.zmdi-folder-special:before {
	content: "";
}

.zmdi-comment-dots:before {
	content: "";
}

.zmdi-reorder:before {
	content: "";
}

.zmdi-dehaze:before {
	content: "";
}

.zmdi-sort:before {
	content: "";
}

.zmdi-pages:before {
	content: "";
}

.zmdi-stack-overflow:before {
	content: "";
}

.zmdi-calendar-account:before {
	content: "";
}

.zmdi-paste:before {
	content: "";
}

.zmdi-cut:before {
	content: "";
}

.zmdi-save:before {
	content: "";
}

.zmdi-smartphone-code:before {
	content: "";
}

.zmdi-directions-bike:before {
	content: "";
}

.zmdi-directions-boat:before {
	content: "";
}

.zmdi-directions-bus:before {
	content: "";
}

.zmdi-directions-car:before {
	content: "";
}

.zmdi-directions-railway:before {
	content: "";
}

.zmdi-directions-run:before {
	content: "";
}

.zmdi-directions-subway:before {
	content: "";
}

.zmdi-directions-walk:before {
	content: "";
}

.zmdi-local-hotel:before {
	content: "";
}

.zmdi-local-activity:before {
	content: "";
}

.zmdi-local-play:before {
	content: "";
}

.zmdi-local-airport:before {
	content: "";
}

.zmdi-local-atm:before {
	content: "";
}

.zmdi-local-bar:before {
	content: "";
}

.zmdi-local-cafe:before {
	content: "";
}

.zmdi-local-car-wash:before {
	content: "";
}

.zmdi-local-convenience-store:before {
	content: "";
}

.zmdi-local-dining:before {
	content: "";
}

.zmdi-local-drink:before {
	content: "";
}

.zmdi-local-florist:before {
	content: "";
}

.zmdi-local-gas-station:before {
	content: "";
}

.zmdi-local-grocery-store:before {
	content: "";
}

.zmdi-local-hospital:before {
	content: "";
}

.zmdi-local-laundry-service:before {
	content: "";
}

.zmdi-local-library:before {
	content: "";
}

.zmdi-local-mall:before {
	content: "";
}

.zmdi-local-movies:before {
	content: "";
}

.zmdi-local-offer:before {
	content: "";
}

.zmdi-local-parking:before {
	content: "";
}

.zmdi-local-parking:before {
	content: "";
}

.zmdi-local-pharmacy:before {
	content: "";
}

.zmdi-local-phone:before {
	content: "";
}

.zmdi-local-pizza:before {
	content: "";
}

.zmdi-local-post-office:before {
	content: "";
}

.zmdi-local-printshop:before {
	content: "";
}

.zmdi-local-see:before {
	content: "";
}

.zmdi-local-shipping:before {
	content: "";
}

.zmdi-local-store:before {
	content: "";
}

.zmdi-local-taxi:before {
	content: "";
}

.zmdi-local-wc:before {
	content: "";
}

.zmdi-my-location:before {
	content: "";
}

.zmdi-directions:before {
	content: "";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/source/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: inherit;
	font-style: normal;
}

.flaticon-backup:before {
	content: "";
}

.flaticon-cloud:before {
	content: "";
}

.flaticon-compressed:before {
	content: "";
}

.flaticon-analytics:before {
	content: "";
}

.flaticon-controls:before {
	content: "";
}

.flaticon-dictionary:before {
	content: "";
}

.flaticon-funnel:before {
	content: "";
}

.flaticon-presentation:before {
	content: "";
}

.flaticon-protection:before {
	content: "";
}

.flaticon-query:before {
	content: "";
}

.flaticon-download:before {
	content: "";
}

.flaticon-error:before {
	content: "";
}

.flaticon-file:before {
	content: "";
}

.flaticon-network:before {
	content: "";
}

.flaticon-server:before {
	content: "";
}

.flaticon-hosting:before {
	content: "";
}

.flaticon-network2:before {
	content: "";
}

.flaticon-optimization:before {
	content: "";
}

.flaticon-primary:before {
	content: "";
}

.flaticon-programming:before {
	content: "";
}

.flaticon-relational:before {
	content: "";
}

.flaticon-searching:before {
	content: "";
}

.flaticon-server2:before {
	content: "";
}

.flaticon-management:before {
	content: "";
}

.flaticon-software:before {
	content: "";
}

.flaticon-statistic:before {
	content: "";
}

.flaticon-technician:before {
	content: "";
}

.flaticon-transaction:before {
	content: "";
}

.flaticon-upload:before {
	content: "";
}

.flaticon-website:before {
	content: "";
}

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

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

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

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

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

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

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

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

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

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

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

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

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

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

.mfp-arrow-left {
	left: 0;
}

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

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

.mfp-arrow-right {
	right: 0;
}

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

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

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

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

@keyframes flash {
	0%, 50%, 100% {
		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 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

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

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

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

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

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

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

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

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

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

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

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

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

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

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

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

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

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

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

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

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) 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 {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

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

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

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

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

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

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* Custom Mixin */

/* Set Font Default */

/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* CMS Button */

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

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

@keyframes spin-rotate-left {
	to {
		transform: rotate(30deg);
	}
	
	from {
		transform: rotate(175deg);
	}
}

@-webkit-keyframes spin-rotate-left {
	to {
		transform: rotate(30deg);
	}
	
	from {
		transform: rotate(175deg);
	}
}

@keyframes spin-rotate-right {
	from {
		transform: rotate(-175deg);
	}
	
	to {
		transform: rotate(-30deg);
	}
}

@-webkit-keyframes spin-rotate-right {
	from {
		transform: rotate(-175deg);
	}
	
	to {
		transform: rotate(-30deg);
	}
}

@keyframes spin-rotate-all {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes spin-rotate-all {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(-360deg);
	}
}

@keyframes spin-fade-in-first {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes spin-fade-in-first {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes spin-fade-in-second {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes spin-fade-in-second {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes markerWave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .8;
	}
	
	20% {
		opacity: .8;
	}
	
	100% {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0;
	}
}

@keyframes markerWave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .8;
	}
	
	20% {
		opacity: .8;
	}
	
	100% {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0;
	}
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}
	
	100% {
		margin-top: 0;
	}
}

@-ms-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}
	
	100% {
		margin-top: 0;
	}
}

@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}
	
	100% {
		margin-top: 0;
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}
	
	100% {
		margin-top: 0;
	}
}

@-webkit-keyframes squares {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-moz-keyframes squares {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-o-keyframes squares {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@keyframes squares {
	/* Page Loading */
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@keyframes loading-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-run {
	0% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
	
	5%, 95% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
	
	10%, 59% {
		box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
	}
	
	20% {
		box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
	}
	
	38% {
		box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
	}
	
	100% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
}

@keyframes loading-run {
	0% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
	
	5%, 95% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
	
	10%, 59% {
		box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
	}
	
	20% {
		box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
	}
	
	38% {
		box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
	}
	
	100% {
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
	}
}

@-webkit-keyframes loading-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes icon-bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@-webkit-keyframes cms-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes cms-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

html {
	box-sizing: border-box;
}

a {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	color: #ff4c01;
}

a.text-link {
	border-bottom: 2px solid #da3832;
	padding-bottom: 2px;
	color: #da3832;
}

a.text-link:hover {
	border-color: transparent;
}

a, a:hover, a:focus, a:before, a:after {
	outline: none;
	text-decoration: none;
}

a:hover, a:focus {
	color: #da3832;
}

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

p {
	margin-bottom: 15px;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6875;
	color: #51668a;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-weight: normal;
	letter-spacing: 0;
}

.site {
	position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #202323;
	clear: both;
	line-height: 1.2;
	margin: 0 0 15px;
	font-weight: 700;
}

h1, .h1 {
	font-size: 52px;
}

h2, .h2 {
	font-size: 42px;
}

h3, .h3 {
	font-size: 38px;
}

h4, .h4 {
	font-size: 32px;
}

h5, .h5 {
	font-size: 26px;
}

h6, .h6 {
	font-size: 18px;
}

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

label {
	margin-bottom: 0;
}

table {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 32px;
	width: 100%;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

table th {
	color: #282828;
}

caption, td {
	font-weight: normal;
	text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 13px 8px;
}

th {
	font-weight: 600;
	border-top: 1px solid #ededed;
	padding: 10px;
	border-right: 1px solid #ededed;
}

td {
	border-top: 1px solid #ededed;
	padding: 10px;
	border-right: 1px solid #ededed;
}

dl {
	margin: 0 0 0 25px;
}

dl dt {
	font-weight: normal;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	color: #000;
}

dl dd {
	line-height: normal;
	margin-bottom: 20px;
}

dl dd a {
	color: #000;
}

dl dd a:hover {
	color: #da3832;
}

code, kbd {
	background-color: transparent;
	border-radius: 4px;
	color: inherit;
	font-size: 100%;
	padding: 2px 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

ins {
	color: #fff;
	border: none;
	padding: 2px;
	text-decoration: none;
	background-color: #da3832;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

ol {
	list-style: outside none decimal;
}

ul {
	padding: 0;
	margin: 0 0 15px;
}

ul li {
	list-style-position: inside;
}

dl + h2 + ul {
	padding-left: 35px;
}

dl + h2 + ul ul {
	padding-left: 35px;
}

dl + h2 + ul ul li {
	list-style: outside;
}

.post-password-form label {
	display: block;
	max-width: 60%;
}

.post-password-form input {
	margin: 10px 0;
}

@media screen and (max-width: 767px) {
	.post-password-form label {
		max-width: 60%;
	}
}

.wp-block-button {
	margin-bottom: 30px;
}

.entry-body .entry-content .wp-block-cover-text {
	color: rgba(255, 255, 255, .87);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 1.25;
}

body .wp-block-gallery {
	display: flex;
	margin-bottom: 25px;
}

body .wp-block-gallery .blocks-gallery-caption {
	font-size: 15px;
}

#tslOverlay {
	background-color: transparent !important;
}

#elementor-panel-get-pro-elements {
	display: none !important;
}

.elementor-icons-manager__tab__item {
	height: 80px !important;
}

#demo-option .fa {
	font-family: "FontAwesome";
}

.el-inline {
	display: inline-block;
	width: auto !important;
}

.icon-navigation.link-white {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.icon-navigation.link-white a {
	color: #da3832;
}

.icon-navigation.link-white a:hover {
	color: #fff;
}

.ct-arrow-right.fac-arrow-right {
	height: 20px;
	width: 20px;
	line-height: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #da3832;
	font-size: 12px;
	position: relative;
	position: relative;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	text-align: center;
	top: -1px;
}

.btn:hover .ct-arrow-right.fac-arrow-right, .btn:focus .ct-arrow-right.fac-arrow-right {
	color: #202323;
}

.btn.btn-secondary:hover .ct-arrow-right.fac-arrow-right, .btn.btn-secondary:focus .ct-arrow-right.fac-arrow-right {
	color: #da3832;
}

.ct-icon-navigation {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
}

.ct-icon-navigation:before, .ct-icon-navigation:after, .ct-icon-navigation span:before, .ct-icon-navigation span:after {
	content: "";
	background-color: #1b1a1a;
	position: absolute;
	height: 10px;
	width: 10px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.ct-icon-navigation:before {
	top: 0;
	left: 0;
}

.ct-icon-navigation:after {
	top: 0;
	right: 0;
}

.ct-icon-navigation span:before {
	right: 0;
	bottom: 0;
}

.ct-icon-navigation span:after {
	bottom: 0;
	left: 0;
}

.ct-icon-navigation:hover:before, .ct-icon-navigation:hover:after, .ct-icon-navigation:hover span:before, .ct-icon-navigation:hover span:after {
	background-color: #da3832;
}

.text-block {
	font-size: 15px;
	line-height: 23px;
}

.z-index1 {
	z-index: 1;
}

.z-index2 {
	z-index: 2;
}

.z-index3 {
	z-index: 3;
}

.d-table {
	display: table;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.br-1px {
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.br-2px {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.br-3px {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.br-4px {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.br-5px {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.br-6px {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.br-7px {
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.br-8px {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.br-9px {
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
}

.br-10px {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.z-index0 {
	z-index: 0;
	position: relative;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.screen-reader-text {
	display: none;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft, .alignright, .aligncenter {
	margin-top: 6px;
	margin-bottom: 45px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 35px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 35px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bg-overlay {
	position: relative;
}

.bg-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	display: block;
}

.el-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.box-white {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 29px;
}

.box-white .menu li {
	font-size: 18px;
	line-height: 29px;
	font-weight: 600;
}

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

.br-radius {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.cms-box {
	padding: 30px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
	-khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}

.site-overlay {
	position: fixed;
	z-index: -1;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	-khtml-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	-moz-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	-ms-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	-o-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
	cursor: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/pointer.png"), auto;
}

.site-overlay.open {
	z-index: 9990;
	opacity: 1;
	visibility: visible;
}

.cms-bgimage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.row-visible {
	overflow: visible !important;
}

.cms-icon-plus {
	height: 10px;
	width: 10px;
	position: relative;
	display: inline-block;
}

.cms-icon-plus:before, .cms-icon-plus:after {
	content: "";
	background-color: #da3832;
	position: absolute;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-icon-plus:before {
	width: 100%;
	height: 2px;
	top: 4px;
	left: 0;
}

.cms-icon-plus:after {
	width: 2px;
	height: 100%;
	left: 4px;
	top: 0;
}

.overlay-gradient {
	position: relative;
	overflow: hidden;
	display: block;
}

.overlay-gradient:before, .overlay-gradient:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.overlay-gradient:before {
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#202323), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, #202323, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, #202323, rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(bottom, #202323, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, #202323, rgba(0, 0, 0, 0));
	background-image: linear-gradient(bottom, #202323, rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#202323", endColorStr="rgba(0, 0, 0, 0)");
}

.overlay-gradient:after {
	background-color: #202323;
	opacity: .3;
	z-index: 1;
}

.a-dark {
	color: #282828;
}

.a-dark:hover, .a-dark:focus {
	color: #222;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.text-right, .align-right {
	text-align: right;
}

.text-left, .align-left {
	text-align: left;
}

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

.align-justified {
	width: 100%;
}

.h-main {
	font-weight: 700;
}

.border-shadow {
	-webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	-khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	-moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	-ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	-o-box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 0 rgba(0, 0, 0, .16);
	border: 2px solid #202323;
}

.l-spacing1 {
	letter-spacing: -.016em;
}

.highlight {
	color: #da3832;
}

.landing-shadow {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.style-none {
	list-style: none;
	margin: 0;
}

.line-gap {
	background-color: #ebebea;
	height: 1px;
	margin-left: 15px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: -o-calc(100% - 30px);
}

.z-index-1 {
	z-index: 1;
}

.cms-menu {
	margin: 0;
	list-style: none;
}

.cms-menu > li {
	display: inline-block;
}

.cms-menu > li > a {
	font-size: 14px;
	margin: 0 16px;
	position: relative;
}

.cms-menu > li > a:before {
	content: "";
	width: 1px;
	height: 13px;
	background-color: #e7e7e7;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -16px;
}

.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
	color: #da3832;
}

.cms-menu > li:last-child > a {
	margin-right: 0;
}

.cms-menu > li:last-child > a:before {
	display: none;
}

.cms-menu .sub-menu {
	display: none;
}

.cms-menu.footer-menu > li > a {
	margin: 0 12px;
	color: #8e8e8e;
}

.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
	color: #da3832;
}

.cms-menu.footer-menu > li:last-child > a {
	margin-right: 0;
}

@media screen and (min-width: 992px) {
	.text-left-lg {
		text-align: left !important;
	}
	
	.text-right-lg {
		text-align: right !important;
	}
}

@media screen and (max-width: 1199px) {
	.align-center-md {
		text-align: center;
	}
	
	.align-left-md {
		text-align: left;
	}
	
	.align-right-md {
		text-align: right;
	}
	
	.align-justified-md {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.text-center-md {
		text-align: center !important;
	}
	
	.text-left-md {
		text-align: left !important;
	}
	
	.text-right-md {
		text-align: right !important;
	}
	
	.align-center-sm {
		text-align: center;
	}
	
	.align-left-sm {
		text-align: left;
	}
	
	.align-right-sm {
		text-align: right;
	}
	
	.align-justified-sm {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.text-center-sm {
		text-align: center !important;
	}
	
	.text-left-sm {
		text-align: left !important;
	}
	
	.text-right-sm {
		text-align: right !important;
	}
	
	.align-center-xs {
		text-align: center;
	}
	
	.align-left-xs {
		text-align: left;
	}
	
	.align-right-xs {
		text-align: right;
	}
	
	.align-justified-xs {
		width: 100%;
	}
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-o-placeholder, textarea::-o-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input::-ms-placeholder, textarea::-ms-placeholder {
	color: inherit;
	opacity: 1;
	text-overflow: ellipsis;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
	background-color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e7ebef;
	color: inherit;
	padding: 8px 20px;
	line-height: normal;
	height: 55px;
	font-size: 14px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
	border-color: #da3832;
}

select {
	height: 51px;
}

textarea {
	line-height: normal;
	padding-top: 22px;
	padding-bottom: 14px;
	height: 120px;
}

.cms-select form {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.cms-select select {
	height: 39px;
	line-height: 37px;
	font-size: 15px;
	background-color: transparent;
	position: relative;
	z-index: 99;
	-webkit-appearance: none;
	-khtml-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.cms-select i {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
	border-color: #f13c3c !important;
}

.wpcf7-form .wpcf7-response-output {
	border: medium none;
	font-style: italic;
	padding: 0;
	margin: 20px 0 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	color: #f13c3c;
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

.wpcf7-form .wpcf7-menu {
	display: block;
}

.wpcf7-form .wpcf7-menu select {
	background-color: transparent;
	-webkit-appearance: none;
	-khtml-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	z-index: 99;
}

.wpcf7-form .wpcf7-menu select option {
	padding: 5px;
}

.select2 .select2-selection--single {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e7e8e9;
	height: 47px;
}

.select2 .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	line-height: 47px;
}

.select2 .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

#ui-datepicker-div {
	background-color: #fff;
	padding: 22px;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	position: absolute;
	top: -9999px;
	min-width: 300px;
	z-index: 10001 !important;
}

#ui-datepicker-div .ui-datepicker-header {
	position: relative;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	padding: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
	content: "";
	color: #040e24;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
	color: #da3832;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
	display: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
	left: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
	right: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
	content: "";
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	min-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #282828;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#ui-datepicker-div .ui-datepicker-calendar {
	margin: 0;
	width: 100%;
}

#ui-datepicker-div .ui-datepicker-calendar th {
	text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td {
	text-align: center;
	padding: 6px;
	color: rgba(0, 0, 0, .6);
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
	color: rgba(0, 0, 0, .2);
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
	color: #da3832;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
	color: #999;
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
	color: #da3832;
}

form .select2-container--default {
	width: 100% !important;
}

form .select2-container--default .select2-selection {
	border: 1px solid #e7e8e9;
	height: 47px;
}

form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 47px;
	padding-left: 15px;
}

form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 10px;
	top: 50%;
	color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 20px;
	color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: rgba(55, 55, 55, .87);
}

.select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9;
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px;
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: #da3832;
}

.cms-field-checkbox {
	position: relative;
	padding-left: 27px;
}

.cms-field-checkbox .icon-check {
	border: 2px solid #e7ebef;
	border-radius: 1px;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.cms-field-checkbox .icon-check:before {
	content: "";
	height: 7px;
	width: 7px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #da3832;
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
}

.cms-field-checkbox label {
	font-size: 14px;
}

.cms-field-checkbox input {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.cms-field-checkbox input:checked + .icon-check:before {
	opacity: 1;
}

.nice-select {
	background-color: #fff;
	border-color: #ebebeb;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.nice-select:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	text-align: center;
	color: #9b9b9b;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.nice-select span.current {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}

.nice-select .option {
	text-overflow: ellipsis;
	overflow: hidden;
}

.nice-select.open .list {
	padding: 5px;
	min-width: 185px;
	overflow: auto;
	width: 100%;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	max-height: 250px;
	overflow: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 5px;
	padding: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-o-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
	color: #666;
}

.nice-select .list .selected {
	color: #666;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	line-height: normal;
	list-style: none;
	outline: none;
	padding: 8px 24px;
	text-align: left;
	-webkit-transition: all .2s;
	-khtml-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f3f3f4;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.btn, button, .button, input[type="submit"] {
	background-color: #da3832;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	padding: 0 30px;
	line-height: 61px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	border: none;
}

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-color: #202323;
}

.cms-button-icon.cms-align-icon-left i {
	margin-left: 0;
	margin-right: 10px;
}

.btn i {
	margin-left: 8px;
	line-height: 1;
}

.btn i.fas {
	font-family: "Font Awesome 5 Pro";
}

.btn i.space-right {
	margin-left: 0;
	margin-right: 8px;
}

.btn .cms-align-icon-right {
	float: right;
}

.btn .cms-align-icon-right i {
	margin-left: 18px;
	margin-right: 0px;
}

.btn.btn-default {
	z-index: 1;
	overflow: hidden;
}

.btn.btn-default:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	height: calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	background-color: #202323;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	z-index: -1;
}

.btn.btn-default:hover, .btn.btn-default:focus {
	background-color: #da3832;
}

.btn.btn-default:hover:before, .btn.btn-default:focus:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn.btn-default.hover-white:before {
	background-color: #fff;
}

.btn.btn-default.hover-white:hover, .btn.btn-default.hover-white:focus {
	color: #202323;
}

.btn.btn-secondary {
	background-color: #202323;
	z-index: 1;
	overflow: hidden;
}

.btn.btn-secondary:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	height: calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	background-color: #da3832;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	z-index: -1;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
	background-color: #202323;
}

.btn.btn-secondary:hover:before, .btn.btn-secondary:focus:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn.btn-secondary.btn-hover-white:hover {
	color: #202323;
}

.btn.btn-secondary.btn-hover-white:before {
	background-color: #fff;
}

.btn.btn-small {
	line-height: 40px;
	font-size: 14px;
	padding: 0 15px;
}

.btn.btn-text {
	padding: 0;
	line-height: normal;
	background-color: transparent;
	border: none;
	color: #da3832;
	display: inline-flex;
	align-items: center;
}

.btn.btn-text .cms-button-icon {
	position: relative;
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #da3832;
	margin-right: 10px;
	overflow: hidden;
}

.btn.btn-text .cms-button-icon i {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.btn.btn-text .cms-button-icon.cms-align-icon-right {
	margin-right: 0;
	margin-left: 10px;
}

.btn.btn-text.icon-align-right {
	flex-direction: row-reverse;
}

.btn.btn-text:hover .cms-button-icon i {
	-o-animation: toRightFromLeft .3s forwards;
	-ms-animation: toRightFromLeft .3s forwards;
	-webkit-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards;
}

.btn.btn-text.icon-secondary .cms-button-icon i {
	color: #202323;
}

.btn.btn-text.text-white .cms-button-icon {
	border-color: #202323;
}

.btn.btn-outline {
	background-color: transparent;
	border: 2px solid #202323;
	color: #202323;
	line-height: 56px;
}

.btn.btn-outline:hover, .btn.btn-outline:focus {
	background-color: #da3832;
	color: #fff;
	border-color: #da3832;
}

.btn.btn-outline-white {
	background-color: transparent;
	border: 2px solid #fff;
	line-height: 56px;
}

.btn.btn-outline-white.icon-align-right {
	text-align: left;
}

.btn.btn-outline-white:hover {
	background-color: #fff;
	color: #202323;
	border-color: #fff;
}

.btn.btn-outline-more {
	line-height: 37px;
	background-color: transparent;
	border: 2px solid #0e2b5c;
	color: #0e2b5c;
	padding: 0 14px;
}

.btn.btn-outline-more i {
	margin-left: 10px;
	font-size: 14px;
}

.btn.btn-outline-more:hover, .btn.btn-outline-more:focus {
	background-color: #0e2b5c;
	color: #fff;
}

.btn.btn-white {
	background-color: #fff;
	color: #202323;
}

.btn.btn-white:hover, .btn.btn-white:focus {
	background-color: #da3832;
	color: #fff;
}

.btn-align-center {
	text-align: center;
}

.btn-align-right {
	text-align: right;
}

.btn-group .btn + .btn {
	margin-left: 30px;
}

.btn-block {
	display: block;
}

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

.btn-more {
	font-size: 15px;
	color: #0e2b5c;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.btn-more i {
	margin-left: 10px;
	font-size: 13px;
}

.btn-more:hover {
	color: #da3832;
}

.site-header {
	position: relative;
}

.site-header-hidden {
	background-color: #202323;
	padding: 10px 0;
	width: 100% !important;
}

@media screen and (max-width: 991px) {
	.site-header-hidden {
		display: none;
	}
}

.site-header-hidden .item--shorttext {
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
	padding-right: 20px;
}

.site-header-hidden .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	justify-content: center;
	padding: 0 30px;
	position: relative;
}

.site-header-hidden .row > div {
	padding: 0 9px;
}

.site-header-hidden .item--button .btn {
	line-height: 40px;
	font-size: 14px;
	color: #0d1741;
	background-color: #fff;
	padding: 0 15px;
}

.site-header-hidden .item--button .btn i {
	margin-left: 0;
	margin-right: 6px;
}

.site-header-hidden .item--button .btn:hover, .site-header-hidden .item--button .btn:focus {
	color: #fff;
	background-color: #da3832;
}

.site-header-hidden .item--hidden {
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.site-header-hidden .item--hidden:hover {
	color: #da3832;
}

#site-header-wrap {
	position: relative;
	z-index: 999;
}

#site-header-wrap .row {
	align-items: center;
}

#site-header-wrap .site-branding {
	margin: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
}

#site-header-wrap .site-branding img {
	max-height: 44px;
	max-width: inherit;
}

#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	-khtml-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: 0;
}

#site-header-wrap #site-header {
	position: relative;
}

#site-header-wrap #site-header.h-fixed {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	position: fixed;
}

#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
	opacity: 0;
}

#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
	opacity: 1;
}

#site-header-wrap .site-header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 15px;
}

#site-header-wrap .site-header-right .site-header-item + .site-header-item {
	margin-left: 15px;
}

#site-header-wrap .site-side-nav {
	margin: 0 15px;
	display: flex;
	align-items: center;
}

#site-header-wrap .site-side-nav span {
	width: 24px;
	height: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#site-header-wrap .site-side-nav span:before, #site-header-wrap .site-side-nav span:after {
	content: "";
	position: absolute;
	right: 0;
	background-color: #202323;
	height: 2px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#site-header-wrap .site-side-nav span:before {
	top: 0;
	width: 18px;
}

#site-header-wrap .site-side-nav span:after {
	bottom: 0;
	width: 100%;
}

#site-header-wrap .site-side-nav span:hover:before {
	width: 100%;
}

#site-header-wrap .site-login-button {
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	color: #0e2b5c;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#site-header-wrap .site-login-button:hover {
	color: #da3832;
}

#site-header-wrap .site-login-button i {
	margin-right: 10px;
	font-size: 16px;
}

#site-header-wrap .site-header-search {
	margin-left: 21px !important;
}

#site-header-wrap .site-header-search span {
	display: inline-block;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #0e2b5c;
	font-size: 15px;
	text-align: center;
}

#site-header-wrap .site-header-search span:hover {
	color: #da3832;
}

#site-header-wrap .site-header-lang.custom .wpml-ls-item-toggle {
	line-height: 50px;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click {
	width: inherit;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a {
	color: #51668a;
	font-size: 15px;
	font-weight: 700;
	background-color: transparent;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle {
	padding: 0 15px 0 0;
	border: none;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	margin-left: 7px;
	padding: 0;
	border: none;
	font-weight: normal;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions span.wpml-ls-native, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions span.wpml-ls-native {
	margin-left: 9px;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu {
	min-width: 85px;
	min-width: 235px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin-top: 25px;
	background-color: #fff;
	border: none;
	padding: 30px 40px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	-o-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
	left: auto;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a {
	border: none;
	padding: 10px 0;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover {
	color: #da3832;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu {
	opacity: 1;
	margin-top: 0px;
}

#site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-flag, #site-header-wrap .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	width: 35px;
	height: 23px;
}

#site-header-wrap .header-top-layout1 {
	border-bottom: 1px solid #e7ebef;
}

@media screen and (max-width: 991px) {
	#site-header-wrap .header-top-layout1 {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	#site-header-wrap .header-top-layout1 .container {
		max-width: 100%;
		padding: 0 50px;
	}
}

#site-header-wrap .header-top-layout1 .row > div {
	padding: 0 15px;
}

#site-header-wrap .header-top-layout1 .header-top-meta {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	color: #51668a;
}

#site-header-wrap .header-top-layout1 .header-top-meta a {
	color: inherit;
}

#site-header-wrap .header-top-layout1 .header-top-meta a:hover {
	color: #da3832;
}

#site-header-wrap .header-top-layout1 .header-top-meta i {
	margin-right: 6px;
}

#site-header-wrap .header-top-layout1 .header-top-meta i.fac-phone {
	-webkit-transform: scaleX(-1);
	-khtml-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

#site-header-wrap .header-top-layout1 .header-top-meta .header-top-item {
	margin-right: 30px;
}

#site-header-wrap .header-top-layout1 .header-top-social a {
	font-size: 16px;
	color: #0e2b5c;
	display: inline-block;
}

#site-header-wrap .header-top-layout1 .header-top-social a:hover {
	color: #da3832;
}

#site-header-wrap .header-top-layout1 .header-top-social a + a {
	margin-left: 30px;
}

@media screen and (min-width: 1200px) {
	#site-header-wrap .site-navigation {
		margin: 0 15px;
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: center;
	}
	
	#site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
		line-height: 80px;
	}
	
	#site-header-wrap.header-layout1 #site-header:not(.h-fixed) {
		-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
		-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
		-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
		-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
		-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
		box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	}
	
	#site-header-wrap.header-layout2 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-branding .logo-dark {
		opacity: 0;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-branding .logo-light {
		opacity: 1;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-side-nav span::before, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-side-nav span::after {
		background-color: #fff;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .primary-menu > li > a {
		color: #fff;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-login-button, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-search span {
		color: #fff;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-login-button:hover, #site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-search span:hover {
		color: #da3832;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-button .btn:before {
		background-color: #fff;
	}
	
	#site-header-wrap.header-layout2 #site-header:not(.h-fixed) .site-header-button .btn:hover {
		color: #202323;
	}
	
	#site-header-wrap.header-layout3 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	#site-header-wrap.header-layout3 .site-navigation {
		justify-content: flex-end;
	}
	
	#site-header-wrap.header-layout3 .site-header-right {
		margin-left: 0;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-branding .logo-dark {
		opacity: 0;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-branding .logo-light {
		opacity: 1;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-side-nav span::before, #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-side-nav span::after {
		background-color: #fff;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .primary-menu > li > a {
		color: #fff;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-login-button, #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-search span {
		color: #fff;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-login-button:hover, #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-search span:hover {
		color: #da3832;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-button .btn:before {
		background-color: #fff;
	}
	
	#site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-button .btn:hover {
		color: #202323;
	}
	
	#site-header-wrap.header-layout4 #site-header .container {
		max-width: 100%;
		padding: 0 0 0 50px;
	}
	
	#site-header-wrap.header-layout4 .site-navigation {
		justify-content: flex-end;
	}
	
	#site-header-wrap.header-layout4 .site-header-right {
		margin-left: 0;
	}
	
	#site-header-wrap.header-layout4 .site-header-right .h-btn-search {
		height: 80px;
		width: 80px;
		border-left: 1px solid #e7ebef;
		line-height: 80px;
	}
	
	#site-header-wrap.header-layout4 .primary-menu > li > a {
		line-height: 80px;
	}
}

@media screen and (max-width: 1199px) {
	#site-header-wrap {
		position: relative;
		-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		-khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		-ms-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		-o-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
		background-color: #fff;
	}
	
	#site-header-wrap.fixed-height {
		height: inherit !important;
	}
	
	#site-header-wrap .site-header-top, #site-header-wrap .site-header-right, #site-header-wrap .site-navigation-top {
		display: none;
	}
	
	#site-header-wrap .site-branding {
		min-height: 44px;
		margin: 10px 15px;
	}
	
	#site-header-wrap .site-branding a {
		opacity: 0;
		display: inline-block;
		line-height: 60px !important;
	}
	
	#site-header-wrap .site-branding a.logo-mobile {
		opacity: 1 !important;
	}
	
	#site-header-wrap .site-branding a.logo-dark {
		display: none;
	}
	
	#site-header-wrap #main-menu-mobile {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	#site-header-wrap #headroom {
		position: static !important;
	}
}

#site-header {
	-webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-moz-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-ms-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-o-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
}

#site-header.h-fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	-o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
	animation: .95s ease 0s normal forwards 1 running headerSlideDown;
}

.admin-bar #site-header-wrap #site-header.h-fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar #site-header-wrap #site-header.h-fixed {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar #site-header-wrap #site-header.h-fixed {
		top: 0;
	}
}

.cms-register-popup .user-press-forgot-pass, .cms-login-popup .user-press-forgot-pass {
	display: none;
}

.cms-register-popup .cms-modal-content, .cms-login-popup .cms-modal-content {
	max-width: 370px !important;
}

.cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
	background-color: #fff;
	padding: 30px 50px 40px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.cms-register-popup .cms-modal-content .cms-modal-holder:before, .cms-login-popup .cms-modal-content .cms-modal-holder:before {
	content: "";
	width: 4px;
	background-color: #da3832;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0;
}

.cms-register-popup .cms-modal-content .widget-title, .cms-login-popup .cms-modal-content .widget-title {
	font-size: 26px;
	margin-bottom: 13px;
}

.cms-register-popup .cms-modal-content .widget-desc, .cms-login-popup .cms-modal-content .widget-desc {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 15px;
}

.cms-register-popup .cms-modal-content .cms-modal-body, .cms-login-popup .cms-modal-content .cms-modal-body {
	padding: 0;
}

.cms-register-popup .cms-modal-content .wpcf7-not-valid-tip, .cms-login-popup .cms-modal-content .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 5px;
	position: absolute;
	top: -4px;
	right: 0;
}

.cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
}

.cms-register-popup .cms-modal-content .field-group .label, .cms-login-popup .cms-modal-content .field-group .label {
	font-size: 14px;
	font-weight: 700;
	color: #51668a;
	margin-bottom: 8px;
	display: block;
}

.cms-register-popup .cms-modal-content .field-group input, .cms-login-popup .cms-modal-content .field-group input {
	height: 60px;
}

.cms-register-popup .cms-modal-content .field-group + .field-group, .cms-login-popup .cms-modal-content .field-group + .field-group {
	margin-top: 22px;
}

.cms-register-popup .cms-modal-content .field-group .cms-field-checkbox input, .cms-login-popup .cms-modal-content .field-group .cms-field-checkbox input {
	height: 100%;
}

.cms-register-popup .cms-modal-content .field-group.field-check, .cms-login-popup .cms-modal-content .field-group.field-check {
	margin-top: 13px;
}

.cms-register-popup .cms-modal-content .fields-footer, .cms-login-popup .cms-modal-content .fields-footer {
	margin-top: 24px;
}

.cms-register-popup .cms-modal-content .field-forget a, .cms-login-popup .cms-modal-content .field-forget a {
	font-size: 14px;
	font-weight: 700;
	color: #0e2b5c;
}

.cms-register-popup .cms-modal-content .field-forget a:hover, .cms-login-popup .cms-modal-content .field-forget a:hover {
	color: #da3832;
}

.cms-register-popup .cms-modal-content .button, .cms-login-popup .cms-modal-content .button {
	line-height: 70px;
}

.cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
	padding-top: 19px;
	text-align: center;
}

.cms-register-popup .cms-modal-footer a, .cms-login-popup .cms-modal-footer a {
	color: #fff;
}

.cms-register-popup .cms-modal-footer span:not(.cms-button-icon), .cms-login-popup .cms-modal-footer span:not(.cms-button-icon) {
	color: #da3832;
	margin-left: 4px;
}

.cms-register-popup .cms-modal-footer .cms-button-icon, .cms-login-popup .cms-modal-footer .cms-button-icon {
	margin-left: 10px;
}

.cms-login-popup {}

.cms-login-popup .profile-content {
	text-align: center;
}

.cms-login-popup .user-avatar {
	text-align: center;
}

.cms-login-popup .user-name {
	color: #202323;
	font-weight: 700;
	font-size: 16px;
	margin: 15px 0 8px;
}

.cms-login-popup .user-press-logout {
	font-weight: 700;
}

ul.menu {
	list-style: none;
	margin: 0;
}

ul.menu ul {
	list-style: none;
	margin: 0;
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
	
	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.primary-menu.primary-menu-pages {
		margin-right: 23px;
	}
	
	.primary-menu li {
		position: relative;
		list-style: none;
	}
	
	.primary-menu li a {
		display: block;
		-webkit-transition: all 300ms linear 0ms !important;
		-khtml-transition: all 300ms linear 0ms !important;
		-moz-transition: all 300ms linear 0ms !important;
		-ms-transition: all 300ms linear 0ms !important;
		-o-transition: all 300ms linear 0ms !important;
		transition: all 300ms linear 0ms !important;
	}
	
	.primary-menu > li {
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin: 0 15px;
	}
	
	.primary-menu > li > a {
		font-size: 15px;
		color: #0e2b5c;
		font-weight: 700;
		line-height: 100px;
		position: relative;
		padding: 0;
	}
	
	.primary-menu > li > a:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: #da3832;
		height: 2px;
		transform-origin: right center;
		-webkit-transform-origin: right center;
		-webkit-transform: scale(0, 1);
		-khtml-transform: scale(0, 1);
		-moz-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		-o-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
		-khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
		-moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
		-ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
		-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
		transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	}
	
	.primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
		color: #da3832;
	}
	
	.primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
		transform-origin: left center;
		-webkit-transform-origin: left center;
		-webkit-transform: scale(1, 1);
		-khtml-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	
	.primary-menu > li.menu-item-has-children > a:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-khtml-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 15px;
	}
	
	.primary-menu > li > ul.back {
		right: 0 !important;
		left: auto !important;
	}
	
	.primary-menu > li > ul.back li > ul.back {
		right: 100% !important;
		left: auto !important;
	}
	
	.primary-menu > li > .sub-menu li > ul.back, .primary-menu > li > .children li > ul.back {
		right: 100% !important;
		left: auto !important;
	}
	
	.primary-menu .sub-menu, .primary-menu .children {
		list-style: none;
		margin: 0;
	}
	
	.primary-menu .sub-menu, .primary-menu .children {
		position: absolute;
		background: #fff;
		padding: 28px 0;
		top: 100%;
		left: 0;
		margin-top: 15px;
		min-width: 235px;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		-o-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		-webkit-border-radius: 0 0 2px 2px;
		-khtml-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		-ms-border-radius: 0 0 2px 2px;
		-o-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
		clip: rect(1px, 1px, 1px, 1px);
	}
	
	.primary-menu .sub-menu li, .primary-menu .children li {
		padding: 0 30px 0 40px;
	}
	
	.primary-menu .sub-menu li a, .primary-menu .children li a {
		color: #51668a;
		font-size: 14px;
		line-height: normal;
		padding: 9px 0;
		position: relative;
	}
	
	.primary-menu .sub-menu li a:before, .primary-menu .children li a:before {
		content: "";
		font-family: "Material-Design-Iconic-Font";
		position: absolute;
		left: -40px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		color: #da3832;
		font-weight: 400;
		font-size: 16px;
	}
	
	.primary-menu .sub-menu li.menu-item-has-children > a, .primary-menu .children li.menu-item-has-children > a {
		padding-right: 10px;
	}
	
	.primary-menu .sub-menu li.menu-item-has-children > a:after, .primary-menu .children li.menu-item-has-children > a:after {
		content: "";
		font-family: "Font Awesome 5 Pro";
		margin-left: 4px;
		font-weight: normal;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-khtml-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.primary-menu .sub-menu li:last-child > a, .primary-menu .children li:last-child > a {
		border-bottom: none;
	}
	
	.primary-menu .sub-menu li > a:hover, .primary-menu .children li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .children li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .children li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .children li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a, .primary-menu .children li.current-menu-ancestor > a {
		color: #da3832;
	}
	
	.primary-menu .sub-menu li > a:hover:before, .primary-menu .children li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .children li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .children li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .children li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before, .primary-menu .children li.current-menu-ancestor > a:before {
		opacity: 1;
		left: -23px;
	}
	
	.primary-menu .sub-menu .sub-menu, .primary-menu .children .sub-menu, .primary-menu .sub-menu .children, .primary-menu .children .children {
		top: 0;
		left: 100%;
	}
	
	.primary-menu li:hover, .primary-menu li.focus {
		overflow: visible;
	}
	
	.primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu, .primary-menu li:hover > .children, .primary-menu li.focus > .children {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		clip: inherit;
	}
	
	.primary-menu li.megamenu {
		position: static;
	}
	
	.primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
		padding: 0;
		background-color: transparent;
	}
	
	.primary-menu li.megamenu .sub-menu, .primary-menu li.megamenu .children {
		width: 100%;
		max-width: 1170px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	
	.primary-menu li.megamenu .sub-menu p, .primary-menu li.megamenu .children p {
		margin-bottom: 0;
	}
	
	.primary-menu li.megamenu .sub-menu li, .primary-menu li.megamenu .children li {
		padding: 0;
	}
	
	.primary-menu li.megamenu .sub-menu li > .container, .primary-menu li.megamenu .children li > .container {
		padding: 0;
	}
	
	.primary-menu li.megamenu .sub-menu .wpb_content_element, .primary-menu li.megamenu .children .wpb_content_element {
		margin-bottom: 0;
	}
	
	.primary-menu li.megamenu.remove-pos {
		position: relative;
	}
	
	.primary-menu li.megamenu.remove-pos > .sub-menu, .primary-menu li.megamenu.remove-pos > .children {
		max-width: inherit;
		width: auto;
		left: 0;
		right: auto;
	}
}

@media screen and (max-width: 1199px) {
	.site-navigation {
		background-color: #fff;
		border-top: 1px solid rgba(0, 0, 0, .08);
		position: absolute;
		z-index: 1001;
		z-index: -1;
		padding: 15px 20px;
		top: calc(100% + 30px);
		top: -webkit-calc(100% + 30px);
		top: -ms-calc(100% + 30px);
		top: -o-calc(100% + 30px);
		bottom: auto;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		max-height: 80vh;
		overflow: scroll;
	}
	
	.site-navigation.navigation-open {
		opacity: 1;
		visibility: visible;
		top: 100%;
		z-index: 999;
	}
	
	.primary-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.primary-menu li {
		position: relative;
		list-style: none;
	}
	
	.primary-menu li a {
		display: block;
		padding: 10px 0;
		font-size: 15px;
		color: #1b1a1a;
		font-weight: 700;
	}
	
	.primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
		color: #da3832;
	}
	
	.primary-menu li .link-icon {
		margin-right: 6px;
		font-size: 90%;
	}
	
	.primary-menu .sub-menu, .primary-menu .children {
		position: relative;
		padding-left: 20px;
		display: none;
	}
	
	.primary-menu .sub-menu .container, .primary-menu .children .container {
		padding: 0;
	}
	
	.primary-menu .sub-menu.submenu-open + .main-menu-toggle:before, .primary-menu .children.submenu-open + .main-menu-toggle:before {
		content: "";
	}
	
	.primary-menu li.focus > .sub-menu, .primary-menu li.focus > .children {
		visibility: visible;
		opacity: 1;
		max-height: none;
		overflow: visible;
	}
	
	.primary-menu-not-set {
		margin: 0;
		list-style: none;
	}
	
	.primary-menu-not-set a {
		display: block;
		padding: 10px 0;
		color: #000;
		font-weight: 600;
		font-size: 15px;
	}
	
	.primary-menu-not-set a:hover {
		color: #da3832;
	}
	
	#main-menu-mobile .btn-nav-mobile {
		color: #282828;
		display: inline-block;
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		vertical-align: middle;
		width: 30px;
		cursor: pointer;
		position: relative;
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}
	
	#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		content: "";
		background-color: #282828;
		display: block;
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 22px;
		top: 21px;
	}
	
	#main-menu-mobile .btn-nav-mobile:before {
		top: 9px;
	}
	
	#main-menu-mobile .btn-nav-mobile span {
		top: 15px;
	}
	
	#main-menu-mobile .btn-nav-mobile.opened:before {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#main-menu-mobile .btn-nav-mobile.opened:after {
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 15px;
	}
	
	#main-menu-mobile .btn-nav-mobile.opened span {
		display: none;
	}
	
	.main-menu-toggle {
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
		cursor: pointer;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 10px;
		width: 25px;
		background-color: #da3832;
		border-radius: 2px;
		color: #fff;
	}
	
	.main-menu-toggle:hover {
		background-color: #202323;
	}
	
	.main-menu-toggle:before {
		content: "";
		font-family: "Material-Design-Iconic-Font";
	}
	
	#site-header-wrap .mega-auto-width {
		display: block;
	}
	
	#site-header-wrap .mega-auto-width > .wpb_column {
		width: 100%;
	}
	
	#site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
		padding: 0 !important;
		border: none;
	}
	
	#site-header-wrap .vc_wp_custommenu {
		padding: 0;
		background-color: transparent;
	}
	
	.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
		padding: 0 !important;
		border: none !important;
		margin: 16px 0 !important;
	}
}

.comment-navigation, .posts-navigation, .post-navigation {}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

ul.back {
	right: 100%;
	left: auto !important;
}

.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
	width: 285px;
}

.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
	padding: 0 40px;
	border-right: 2px solid #eaeaea;
	margin: 28px 0;
}

.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
	border-right: none;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
	background-color: transparent;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin-top: -8px;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
	border: none;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
	background-color: transparent;
	font-size: 14px;
	color: #9b9b9b;
	font-weight: normal;
	padding: 8px 0 8px 22px;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
	color: #da3832;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
	font-weight: 500;
	font-size: 22px;
	color: #1b1a1a;
	display: block;
	padding-left: 0;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
	display: none;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
	color: #da3832;
}

.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
	padding-bottom: 0;
}

.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: inherit;
}

.cms-breadcrumb {
	margin: 3px 0 0;
	list-style: none;
	color: #f9f9f9;
}

.cms-breadcrumb li {
	display: inline-block;
	font-size: 14px;
	color: inherit;
}

.cms-breadcrumb li a, .cms-breadcrumb li span {
	color: inherit;
}

.cms-breadcrumb li a:after, .cms-breadcrumb li span:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin: 0 11px;
	color: inherit;
}

.cms-breadcrumb li a:hover, .cms-breadcrumb li span:hover {
	color: #da3832;
}

.cms-breadcrumb li a:hover:after, .cms-breadcrumb li span:hover:after {
	color: inherit;
}

.cms-breadcrumb li span:hover {
	color: #f9f9f9;
}

.cms-breadcrumb li:last-child a:after, .cms-breadcrumb li:last-child span:after {
	display: none;
}

.elementor-widget-cms_breadcrumb .cms-breadcrumb {
	margin-top: 0;
}

#pagetitle.layout1 {
	background-color: #1b1a1a;
	padding: 232px 0 144px;
	color: #fff;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	#pagetitle.layout1 {
		padding: 144px 0;
	}
}

#pagetitle.layout1:before, #pagetitle.layout1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pagetitle.layout1:before {
	z-index: -2;
	background-color: rgba(27, 26, 26, .35);
}

#pagetitle.layout1:after {
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, .55)), to(rgba(27, 26, 26, 0)));
	background-image: -webkit-linear-gradient(top, rgba(27, 26, 26, .55), rgba(27, 26, 26, 0));
	background-image: -moz-linear-gradient(top, rgba(27, 26, 26, .55), rgba(27, 26, 26, 0));
	background-image: -ms-linear-gradient(top, rgba(27, 26, 26, .55), rgba(27, 26, 26, 0));
	background-image: -o-linear-gradient(top, rgba(27, 26, 26, .55), rgba(27, 26, 26, 0));
	background-image: linear-gradient(top, rgba(27, 26, 26, .55), rgba(27, 26, 26, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 26, 26, 0.55)", endColorStr="rgba(27, 26, 26, 0)");
	height: 40%;
}

#pagetitle.layout1 .page-title {
	margin-bottom: 0;
	font-size: 75px;
	color: #fff;
	font-weight: 800;
}

@media screen and (max-width: 1199px) {
	#pagetitle.layout1 .page-title {
		font-size: 50px;
	}
}

#pagetitle.layout1.breadcrumb-hide {
	padding-bottom: 180px;
}

@media screen and (min-width: 1200px) {
	.site-h1 #pagetitle.layout1 {
		padding-top: 144px;
	}
}

#posttitle {
	padding: 32px 0;
	text-align: center;
}

#posttitle .cms-breadcrumb {
	margin: 0;
}

#posttitle .cms-breadcrumb li {
	color: #51668a;
}

#posttitle .cms-breadcrumb li a {
	color: #0e2b5c;
}

#posttitle .cms-breadcrumb li a:hover {
	color: #da3832;
}

#posttitle .cms-breadcrumb li span:hover {
	color: inherit;
}

#posttitle + #content {
	padding-top: 0 !important;
}

.post-type-archive-product #pagetitle {
	padding: 280px 0 180px;
	text-align: left;
}

.post-type-archive-product .cms-breadcrumb {
	display: none;
}

.ptitle-overlay {
	position: relative;
	z-index: 1;
}

.ptitle-overlay:before {
	content: "";
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(0, 0, 0, 0.45)", endColorStr="rgba(0, 0, 0, 0)");
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.format-gallery .entry-featured {
	position: relative;
	-webkit-border-radius: 20px 20px 0 0;
	-khtml-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.format-gallery .entry-featured img {
	-webkit-border-radius: 20px 20px 0 0;
	-khtml-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
	background: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	color: #000;
	font-size: 18px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
	background: #da3832;
	color: #fff;
}

.format-gallery .entry-featured .owl-next {
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.format-gallery .entry-featured .owl-prev {
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
	opacity: 1;
}

.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
	opacity: .76;
}

.posts-pagination .posts-page-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.posts-pagination .page-numbers {
	text-align: center;
	height: 50px;
	width: 50px;
	padding: 0;
	line-height: 46px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: inherit;
	color: #0e2b5c;
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 0;
	border: 2px solid #0e2b5c;
}

.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
	border-color: #da3832;
	background-color: #da3832;
	color: #fff;
}

.posts-pagination .page-numbers.next {
	margin-left: 10px;
	font-size: 14px;
}

.posts-pagination .page-numbers.prev {
	margin-right: 20px;
	font-size: 14px;
}

.entry-title a {
	color: inherit;
}

.entry-title a:hover {
	color: #da3832;
}

.entry-featured {
	position: relative;
	margin-bottom: 24px;
}

.entry-featured .post-image {
	position: relative;
}

.entry-featured .post-image a {
	width: 100%;
}

.entry-featured .post-image a, .entry-featured .post-image span {
	display: inline-block;
}

.entry-featured .post-image img {
	-webkit-border-radius: 2px 2px 2px 0;
	-khtml-border-radius: 2px 2px 2px 0;
	-moz-border-radius: 2px 2px 2px 0;
	-ms-border-radius: 2px 2px 2px 0;
	-o-border-radius: 2px 2px 2px 0;
	border-radius: 2px 2px 2px 0;
}

.redux-page .entry-featured .post-image img {
	width: 100%;
}

.entry-meta {
	margin: 0;
	list-style: none;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
}

.entry-meta li {
	margin-right: 20px;
}

.entry-meta li:last-child {
	margin-right: 0;
}

.entry-meta li.item-category {
	color: #da3832;
}

.entry-meta li.item-category a {
	color: inherit;
}

.entry-meta li.item-category a:hover {
	text-decoration: underline;
}

.entry-meta li.item-author {
	text-transform: capitalize;
}

.entry-meta li.item-author a {
	color: #0e2b5c;
}

.single-hentry .entry-title {
	font-size: 36px;
	line-height: 1.41667;
	margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
	.single-hentry .entry-title {
		font-size: 30px;
	}
}

.single-hentry .entry-meta {
	margin-bottom: 5px;
}

.single-hentry .entry-content p {
	margin-bottom: 26px;
}

.single-hentry .entry-content p:last-child {
	margin-bottom: 0;
}

.single-hentry .entry-readmore {
	padding-top: 31px;
}

.single-hentry .entry-featured + .entry-body {
	margin-top: -72px;
	position: relative;
	padding-left: 40px;
}

@media screen and (max-width: 1199px) {
	.single-hentry .entry-featured + .entry-body {
		padding-left: 30px;
	}
}

.single-hentry .entry-featured + .entry-body .entry-title {
	margin-top: 36px;
}

.single-hentry .entry-featured + .entry-body .entry-meta {
	padding: 14px 20px;
	margin-bottom: 0;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	display: inline-block;
}

.single-hentry .entry-featured + .entry-body .entry-meta li {
	display: inline-block;
}

.single-hentry.archive {
	margin-bottom: 60px;
}

.single-hentry.archive + .posts-pagination {
	margin-top: -10px;
}

.entry-socail-share {
	margin: 0 -10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.entry-socail-share a {
	margin: 0 10px;
	width: 33.33%;
	line-height: 54px;
	padding-left: 25px;
	text-align: left;
	font-size: 14px;
}

.entry-socail-share a i {
	margin-right: 25px;
	font-weight: 400;
	font-size: 16px;
}

@media screen and (max-width: 1199px) {
	.entry-socail-share a {
		padding-left: 20px;
	}
	
	.entry-socail-share a i {
		margin-right: 10px;
	}
}

@media screen and (max-width: 991px) {
	.entry-socail-share a {
		text-align: center;
	}
	
	.entry-socail-share a span {
		display: none;
	}
}

.entry-tags {
	color: #da3832;
	font-size: 14px;
}

.entry-tags label {
	font-size: 15px;
	font-weight: 700;
	color: #0b2653;
	margin-right: 8px;
}

.entry-tags a {
	color: inherit;
}

.entry-tags a:hover {
	text-decoration: underline;
}

.gap-el {
	display: flex;
	height: 2px;
	background-color: #eaeaea;
	width: 100%;
	margin-bottom: 40px;
}

.single-post .single-hentry .entry-title {
	margin-bottom: 32px;
}

.single-post .entry-content {
	margin-bottom: 42px;
}

.single-post .entry-socail-share {
	margin-bottom: 23px;
}

.single-post .entry-tags {
	margin-bottom: 32px;
}

.single-post .entry-navigation {
	margin-bottom: 40px;
}

.single-post .entry-navigation .nav-post-img {
	width: 90px;
	min-width: 90px;
	margin-right: 20px;
}

.single-post .entry-navigation .nav-post-img img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.single-post .entry-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.single-post .entry-navigation .nav-item {
	display: flex;
	flex-wrap: nowrap;
	width: 50%;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.single-post .entry-navigation .nav-item.nav-post-next {
		flex-direction: row-reverse;
		text-align: right;
	}
	
	.single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
		margin-right: 0;
		margin-left: 20px;
	}
}

@media screen and (max-width: 575px) {
	.single-post .entry-navigation .nav-item {
		width: 100%;
		align-items: flex-start;
	}
	
	.single-post .entry-navigation .nav-item + .nav-item {
		margin-top: 30px;
	}
}

.single-post .entry-navigation .nav-post-meta label {
	font-size: 13px;
	display: block;
	margin-top: -3px;
}

.single-post .entry-navigation .nav-post-meta a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #0b2653;
}

.single-post .entry-navigation .nav-post-meta a:hover {
	color: #da3832;
}

.single-post .entry-author-info {
	margin-bottom: 30px;
	background-color: #f4f4f4;
	padding: 40px 40px 36px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (max-width: 575px) {
	.single-post .entry-author-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.single-post .entry-author-info .author-name {
	font-size: 18px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 14px;
	color: #0b2653;
}

.single-post .entry-author-info .author-name a {
	color: inherit;
}

.single-post .entry-author-info .author-post {
	display: flex;
	flex-wrap: nowrap;
}

.single-post .entry-author-info .author-avatar {
	width: 70px;
	min-width: 70px;
	margin-right: 30px;
}

@media screen and (max-width: 575px) {
	.single-post .entry-author-info .author-avatar {
		width: 60px;
		min-width: 60px;
		margin-right: 20px;
	}
}

.single-post .entry-author-info .author-avatar img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
}

.single-post .entry-author-info .author-description {
	font-size: 15px;
	line-height: 23px;
}

.single-post .entry-author-info .author-description p {
	margin-bottom: 20px;
}

.single-post .entry-author-info .user-social {
	list-style: none;
	margin: 0;
}

.single-post .entry-author-info .user-social li {
	display: inline-block;
	margin-right: 16px;
}

.single-post .entry-author-info .user-social li a {
	font-size: 16px;
	color: #da3832;
	display: inline-block;
}

.single-post .entry-author-info .user-social li a:hover {
	-webkit-transform: translateY(-4px);
	-khtml-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.single-post .entry-content .page-links {
	margin-bottom: 30px;
}

.cms-related-post {
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 35px;
	margin-bottom: 37px;
}

.cms-related-post .item-featured img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-related-post .item-title {
	font-size: 16px;
	font-weight: 600;
	color: #282828;
	margin: 16px 0 0;
}

.cms-related-post .item-title a {
	color: inherit;
}

.cms-related-post .item-title a:hover {
	color: #da3832;
}

.no-results .search-form {
	position: relative;
}

.no-results .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #282828;
	background-color: transparent;
	padding: 0 20px;
	line-height: 55px;
}

img.image-space {
	margin-top: 9px;
	margin-bottom: 6px;
}

.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
	max-width: 800px;
	margin: auto;
}

body.search-results .single-hentry .entry-featured {
	margin-bottom: 0;
}

body.search-results .single-hentry .entry-body {
	padding: 32px 40px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .08);
}

@media screen and (max-width: 1199px) {
	body.search-results .single-hentry .entry-body {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 991px) {
	body.search-results .single-hentry .entry-body {
		padding: 30px 20px;
	}
}

.tax-case-study-category .entry-meta .item-category, .tax-case-study-category .entry-meta .item-comment {
	display: none;
}

.post-footer .post-footer-holder {
	border: 1px solid #e7ebef;
	margin-bottom: 50px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
}

.post-footer .post-footer-holder > div {
	width: 50%;
	padding: 23px 30px;
}

.post-footer .post-footer-holder > div + div {
	border-left: 1px solid #e7ebef;
}

@media screen and (max-width: 767px) {
	.post-footer .post-footer-holder > div + div {
		border-top: 1px solid #e7ebef;
		border-left: none;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.post-footer .post-footer-holder > div {
		width: 100%;
	}
}

.post-footer .post-footer-tag {
	font-size: 14px;
	color: #da3832;
}

.post-footer .post-footer-tag a {
	color: inherit;
}

.post-footer .post-footer-tag label {
	font-size: 16px;
	color: #0b2653;
	font-weight: 700;
	display: block;
	margin-bottom: 17px;
}

.post-footer .post-footer-social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.post-footer .post-footer-social-share a {
	width: 54px;
	height: 54px;
	background-color: #202323;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.post-footer .post-footer-social-share a:hover {
	background-color: #da3832;
}

.post-footer .post-footer-social-share a span {
	font-size: 14px;
	font-weight: 700;
	color: #f9f9f9;
	display: none;
}

.post-footer .post-footer-social-share a:hover {
	background-color: #da3832;
}

.post-footer .post-footer-social-share a + a {
	margin-left: 16px;
}

.post-footer .post-footer-navigation .nav-post-meta {
	max-width: 200px;
}

.post-footer .post-footer-navigation .nav-post-meta label {
	font-size: 13px;
	display: block;
	margin-top: -3px;
}

.post-footer .post-footer-navigation .nav-post-meta a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #0b2653;
}

.post-footer .post-footer-navigation .nav-post-meta a:hover {
	color: #da3832;
}

.post-footer .post-footer-navigation .nav-post-img {
	width: 90px;
	min-width: 90px;
	margin-right: 20px;
}

.post-footer .post-footer-navigation .nav-post-img img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.post-footer .post-footer-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
	position: relative;
}

.post-footer .post-footer-navigation .nav-item {
	display: flex;
	flex-wrap: nowrap;
	width: 50%;
	padding: 0 15px;
}

@media screen and (min-width: 576px) {
	.post-footer .post-footer-navigation .nav-item.nav-post-next {
		flex-direction: row-reverse;
		text-align: right;
	}
	
	.post-footer .post-footer-navigation .nav-item.nav-post-next .nav-post-img {
		margin-right: 0;
		margin-left: 20px;
	}
}

@media screen and (max-width: 575px) {
	.post-footer .post-footer-navigation .nav-item {
		width: 100%;
		align-items: flex-start;
	}
	
	.post-footer .post-footer-navigation .nav-item + .nav-post-archive + .nav-item {
		margin-top: 90px;
	}
}

.post-footer .post-footer-navigation .nav-post-archive {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-footer .post-footer-navigation .nav-post-archive a {
	font-size: 22px;
}

#secondary .widget {
	margin-bottom: 40px;
	background-color: #f4f4f4;
	padding: 33px 40px 40px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

#secondary .widget.widget_cms_recent_posts {
	padding-right: 26px;
}

@media screen and (max-width: 991px) {
	#secondary .widget.widget_cms_recent_posts {
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	#secondary .widget {
		padding: 24px 20px 30px;
	}
}

#secondary .widget:last-child {
	margin-bottom: 0;
}

#secondary .widget select {
	max-width: 100%;
}

.widget-title, .comments-title, .comment-reply-title {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 23px;
}

.comments-title, .comment-reply-title {
	margin-bottom: 25px;
	font-size: 22px;
}

ul.menu {
	list-style: none;
	margin: 0;
}

.search-form {
	position: relative;
}

.widget_nav_menu.column3 ul.menu {
	margin: 0 -15px;
	overflow: hidden;
}

.widget_nav_menu.column3 ul.menu li {
	width: 33.33%;
	padding: 0 15px;
	float: left;
}

@media screen and (max-width: 767px) {
	.widget_nav_menu.column3 ul.menu li {
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.widget_nav_menu.column3 ul.menu li {
		width: 100%;
	}
}

.widget_nav_menu.column2 ul.menu {
	margin: 0 -15px;
	overflow: hidden;
}

.widget_nav_menu.column2 ul.menu li {
	width: 50%;
	padding: 0 15px;
	float: left;
}

@media screen and (max-width: 575px) {
	.widget_nav_menu.column2 ul.menu li {
		width: 100%;
	}
}

.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
	list-style: none;
	margin-bottom: 0;
}

#content .widget_product_categories ul ul ul ul ul, #content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
	padding-left: 0;
}

#content .widget_product_categories .widget-title, #content .widget_categories .widget-title, #content .widget_nav_menu .widget-title, #content .widget_pages .widget-title, #content .widget_archive .widget-title, #content .widget_meta .widget-title {
	margin-bottom: 14px;
}

#content .widget_product_categories ul li + li, #content .widget_categories ul li + li, #content .widget_nav_menu ul li + li, #content .widget_pages ul li + li, #content .widget_archive ul li + li, #content .widget_meta ul li + li {
	margin-top: 9px;
}

#content .widget_product_categories ul li a, #content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
	font-size: 15px;
	color: #0b2653;
	font-weight: 700;
}

#content .widget_product_categories ul li a:hover, #content .widget_categories ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
	color: #da3832;
}

#content .widget_product_categories ul li .sub-menu, #content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_product_categories ul li .children, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
	padding-left: 12px;
}

#content .widget_product_categories ul li .count, #content .widget_categories ul li .count, #content .widget_nav_menu ul li .count, #content .widget_pages ul li .count, #content .widget_archive ul li .count, #content .widget_meta ul li .count {
	float: right;
	display: inline-block;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #da3832;
	font-size: 13px;
	font-weight: 400;
	margin-top: 1px;
}

#content .widget_product_categories .current-cat > a, #content .widget_categories .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_product_categories .current-cat-parent > a, #content .widget_categories .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_product_categories .current-cat-ancestor > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
	color: #da3832;
}

#content .widget_product_categories .nice-select ul li, #content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
	font-size: 14px;
	line-height: normal;
}

.widget_recent_entries a, .widget_recent_comments a {
	color: #282828;
}

.widget_recent_entries a:hover, .widget_recent_comments a:hover {
	color: #da3832;
}

.widget_recent_entries li, .widget_recent_comments li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

.widget_recent_comments .recentcomments > a {
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	color: #1b1a1a;
	display: block;
}

.widget_recent_comments .recentcomments > a:hover {
	color: #da3832;
}

.widget_recent_comments .recentcomments > a:before {
	content: "\A";
	white-space: pre;
}

.widget_rss ul {
	list-style: none;
	padding: 0;
}

.widget_rss li {
	margin-bottom: 16px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	font-weight: 700;
	display: inline-block;
}

.widget_rss .rss-date {
	font-size: .875em;
	font-style: italic;
	display: block;
}

.widget_rss cite {
	font-weight: 700;
	font-size: .875em;
}

.widget_calendar th, .widget_calendar td {
	text-align: center;
}

.widget_calendar table > caption {
	padding-bottom: 0;
	text-align: center;
	color: inherit;
}

.widget_ef_recent_posts li {
	padding-bottom: 14px;
}

.widget_ef_recent_posts li:last-child {
	padding-bottom: 0;
}

.widget_ef_recent_posts .entry-posted-in a {
	font-size: 15px;
	font-weight: 500;
	color: rgba(0, 0, 0, .66);
}

.widget_ef_recent_posts .entry-posted-in a:hover {
	color: #da3832;
}

.widget_ef_recent_posts .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin-top: 4px;
}

.widget_ef_recent_posts .entry-title a {
	color: #000;
}

.widget_ef_recent_posts .entry-title a:hover {
	color: #da3832;
}

.widget_ef_recent_posts .entry-title + .entry-meta {
	margin-top: 15px;
}

.cms-social {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.cms-social li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.cms-social a {
	font-size: 17px;
	height: 44px;
	width: 44px;
	border: 2px solid #253b61;
	-webkit-border-radius: 44px;
	-khtml-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
	border-radius: 44px;
	color: #da3832;
	text-align: center;
	display: inline-block;
	position: relative;
}

.cms-social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cms-social a:hover {
	color: #fff;
	background-color: #da3832;
	border-color: #da3832;
}

.widget_cms_check_availability {
	background-color: #fff;
	border: 1px solid #e5e5e5 !important;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 55px !important;
	padding: 30px !important;
}

.widget_cms_check_availability .select2-selection__arrow {
	display: none !important;
}

.widget_newsletterwidget {
	background-color: #111;
	padding: 32px 40px 40px 40px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.widget_newsletterwidget {
		background-color: #000;
	}
}

@media screen and (max-width: 1199px) {
	.widget_newsletterwidget {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.widget_newsletterwidget .description {
	padding-bottom: 23px;
	color: #fff;
	font-weight: 700;
}

.widget_newsletterwidget .tnp-widget {
	position: relative;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email {
	margin-bottom: 0;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
	height: 54px;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	background-color: transparent;
	background-color: transparent;
	border: 2px solid #2f2e2e;
	font-size: 13px;
	color: #9b9b9b;
	font-style: normal;
	padding: 0 28px;
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
	border-color: #da3832;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button {
	margin: 0;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
	content: "";
	font-size: 12px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background-color: #da3832;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 Pro";
	text-align: center;
}

.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
	top: 0;
	right: 0;
	opacity: 0;
	padding: 0;
	height: 54px;
	width: 54px;
	position: absolute;
}

.widget_cms_recent_posts .entry-media {
	width: 80px;
	min-width: 80px;
	margin-right: 22px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.widget_cms_recent_posts .entry-media {
		width: 60px;
		min-width: 60px;
		margin-right: 16px;
	}
}

.widget_cms_recent_posts .entry-title {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 23px;
}

.widget_cms_recent_posts .entry-date {
	font-size: 13px;
	margin-bottom: 2px;
}

.widget_cms_recent_posts .entry-content {
	margin-top: -5px;
}

.widget_cms_recent_posts .post-item {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 21px;
}

.widget_cms_recent_posts .post-item:last-child {
	margin-bottom: 0;
}

.tagcloud a {
	color: #0e2b5c;
	display: inline-block;
	font-size: 12px !important;
	line-height: 28px;
	padding: 0 12px;
	margin-bottom: 10px;
	margin-right: 6px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #0e2b5c;
}

.tagcloud a:hover {
	color: #fff;
	background-color: #da3832;
	border-color: #da3832;
}

.widget_tag_cloud .widget-title {
	margin-bottom: 26px;
}

.widget_search {
	position: relative;
}

.widget_search .search-field {
	padding-right: 70px;
}

.widget_search .search-submit {
	border: none;
	background-color: transparent;
	padding: 0;
	height: 56px;
	line-height: 56px;
	width: 50px;
	font-size: 16px;
	color: #0e2b5c;
	position: absolute;
	top: 0;
	right: 0;
}

#sb_instagram .sbi_item img {
	-webkit-border-radius: 1px !important;
	-khtml-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	-ms-border-radius: 1px !important;
	-o-border-radius: 1px !important;
	border-radius: 1px !important;
}

#sb_instagram .sbi_item .sbi_photo {
	position: relative;
	opacity: 1 !important;
}

#sb_instagram .sbi_item .sbi_photo:before {
	content: "";
	color: #fff;
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	z-index: 2;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#sb_instagram .sbi_item .sbi_photo:after {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	content: "";
	background-color: #da3832;
	opacity: .95;
	opacity: 0;
	z-index: 1;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
	opacity: 1;
}

#sb_instagram #sbi_load {
	padding-top: 0 !important;
}

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

.calendar_wrap table td {
	padding: 8px;
	font-size: 14px;
}

.elementor-widget-wrap > .btn-inline.elementor-widget {
	display: inline-block;
	width: auto;
}

.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
	margin-right: 40px;
	margin-bottom: 30px;
}

.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
	float: left;
	width: auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gallery {
	margin: -16px -12px 43px -12px;
	display: flex;
	flex-wrap: wrap;
}

.gallery .gallery-item {
	padding: 0 12px;
	margin-top: 24px;
	margin-bottom: 0;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery {
	margin: -10px -5px 0 -5px;
}

.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
	padding: 0 5px;
	margin-top: 10px !important;
	margin-bottom: 0;
}

.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding: .8075em 0;
	font-size: .875em;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-caption {
	display: block;
}

.comments-area {
	margin-top: 62px;
}

.comments-area .comment-list {
	list-style: none;
	margin: 0;
}

.comments-area .comment-list > .comment .comment-body {
	border-top: 2px solid #e7ebef;
	margin-top: 24px;
	padding-top: 30px;
}

.comments-area .comment-list > .comment:first-child > .comment-body {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.comments-area .comment-list > .comment > .children {
	list-style: none;
	margin: 0;
	padding-left: 90px;
}

@media screen and (max-width: 767px) {
	.comments-area .comment-list > .comment > .children {
		padding-left: 0;
	}
}

.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
	border-top: 2px solid #e7ebef;
	margin-top: 24px;
	padding-top: 30px;
}

.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
	border-top: none;
	margin-top: 0;
}

.comments-area .comment-list .children {
	list-style: none;
}

.comments-area .comment-list .comment-body + .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-inner {
	display: flex;
	flex-wrap: nowrap;
}

.comments-area .comment-inner img.avatar {
	width: 60px;
	min-width: 60px;
	max-height: 60px;
	margin-right: 30px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.comments-area .comment-inner .comment-content {
	margin-top: -3px;
}

.comments-area .comment-inner .comment-content .comment-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
}

.comments-area .comment-inner .comment-content .comment-title a {
	color: inherit;
}

.comments-area .comment-inner .comment-content .comment-title a:hover {
	color: #da3832;
}

.comments-area .comment-inner .comment-content .comment-meta {
	font-size: 12px;
	margin-bottom: 9px;
}

.comments-area .comment-inner .comment-content .comment-text {
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 23px;
}

.comments-area .comment-inner .comment-content .comment-text img {
	margin: 15px 0;
}

.comments-area .comment-inner .comment-content .comment-text p:last-child {
	margin-bottom: 0;
}

.comments-area .comment-inner .comment-content .comment-reply {
	font-size: 14px;
	font-weight: 700;
	color: #0e2b5c;
}

.comments-area .comment-inner .comment-content .comment-reply a {
	color: inherit;
}

.comments-area .comment-inner .comment-content .comment-reply a:hover {
	color: #da3832;
}

.comments-area .comment-list-wrap {
	margin-bottom: 55px;
}

.comments-area #commentform input, .comments-area #commentform textarea {
	margin-bottom: 20px;
}

.comments-area #commentform .submit {
	margin-bottom: 0;
	background-color: #da3832;
	border-color: #da3832;
	line-height: 70px;
	padding: 0 30px;
}

.comments-area #commentform .submit:hover {
	background-color: #202323;
	border-color: #202323;
	color: #fff;
}

.comments-area #commentform .form-submit {
	margin-bottom: 0;
}

.comments-area .comment-content a {
	word-wrap: break-word;
}

.comments-area .bypostauthor {
	display: block;
}

.comments-area .logged-in-as {
	color: inherit;
}

.comments-area .logged-in-as a {
	color: inherit;
}

.comments-area .logged-in-as a:hover {
	color: #da3832;
}

.comment-form-cookies-consent {
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 22px;
}

.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 5px;
}

.comment-form-cookies-consent label:before {
	content: "";
	border: 1px solid #cfcfcf;
	background-color: #ececed;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	z-index: 1;
}

.comment-form-cookies-consent label:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	z-index: 2;
	font-size: 8px;
	color: #da3832;
	opacity: 0;
	line-height: 12px;
	text-align: center;
}

.comment-form-cookies-consent input {
	z-index: 99;
	opacity: 0;
}

.comment-form-cookies-consent input:checked + label:before {
	border-color: #da3832;
	background-color: #fff;
}

.comment-form-cookies-consent input:checked + label:after {
	opacity: 1;
}

.comment-form > .row {
	margin: 0 -10px;
}

.comment-form > .row .col-lg-4 {
	padding: 0 10px;
}

.comment-respond .comment-reply-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.comment-respond .comment-reply-title small a {
	border-radius: 2px;
	background-color: #da3832;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	margin-left: 8px;
}

.comment-respond .comment-reply-title small a:hover {
	background-color: #202323;
}

.comment-form-comment {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 24px;
	right: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #da3832;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.scroll-top {
		bottom: 0;
		right: 0;
	}
}

.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
	color: #fff;
	background-color: #c02823;
}

.scroll-top.on {
	bottom: 44px;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.scroll-top.on {
		bottom: 0;
		right: 0;
		-webkit-border-radius: 2px 0 0;
		-khtml-border-radius: 2px 0 0;
		-moz-border-radius: 2px 0 0;
		-ms-border-radius: 2px 0 0;
		-o-border-radius: 2px 0 0;
		border-radius: 2px 0 0;
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 16px;
	}
}

.logo-footer img {
	max-height: 59px;
}

.item-featured img {
	width: 100%;
	-webkit-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
	-khtml-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
	-moz-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
	-ms-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
	-o-transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: all .4s cubic-bezier(.39, .575, .565, 1) 0s;
}

.cms-grid .item-title a {
	color: inherit;
}

.cms-grid .item-title a:hover {
	color: #da3832;
}

.cms-grid .grid-sizer {
	visibility: hidden;
}

.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
	position: relative;
}

.cms-grid .grid-item.cms-animated .grid-item-inner {
	animation: .65s ease 0s normal forwards 1 running moveUp;
	-webkit-animation: .65s ease 0s normal forwards 1 running moveUp;
	-webkit-transform: translateY(200px);
	-khtml-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
}

.cms-grid .cms-load-more {
	margin-top: 35px;
}

.cms-grid .cms-load-more i {
	margin-left: 0;
	margin-right: 0;
}

.cms-grid .cms-load-more i.fa-refresh {
	margin-right: 8px;
}

.cms-grid .cms-load-more .btn-secondary {
	padding-left: 40px;
	padding-right: 40px;
}

.cms-grid .cms-grid-pagination {
	margin-top: 20px;
}

.cms-grid .item-featured a {
	display: block;
}

.cms-grid .btn-loadmore i {
	margin-left: 0;
	margin-right: 0;
}

.cms-grid .btn-loadmore i.fa-refresh {
	margin-right: 8px;
}

.grid-filter-wrap {
	margin-bottom: 23px;
}

.grid-filter-wrap span {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	margin: 10px 15px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	text-transform: capitalize;
	color: #51668a;
	position: relative;
}

.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
	color: #0e2b5c;
}

.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
	min-width: 160px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 21px;
	display: inline-block;
	width: inherit;
	border: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	-o-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
	font-size: 15px;
}

.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
	content: "";
	right: 15px;
	font-size: 15px;
}

.select-order-wrap {
	margin-left: 15px;
}

.item-order {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.owl-dots {
	text-align: center;
	margin-top: 44px;
	line-height: 1;
	height: 12px;
}

.owl-dots .owl-dot {
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	border: 3px solid #1b1a1a;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
	vertical-align: top;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: relative;
}

.owl-dots .owl-dot.active {
	border-color: #da3832;
}

.cms-slick-carousel .slick-arrow, .cms-nav-carousel .slick-arrow {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #1b1a1a;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	z-index: 99;
}

.cms-slick-carousel .slick-arrow:hover, .cms-nav-carousel .slick-arrow:hover {
	background-color: #da3832;
}

.cms-slick-carousel .slick-arrow.slick-disabled, .cms-nav-carousel .slick-arrow.slick-disabled {
	opacity: .5;
}

.cms-slick-carousel .slick-prev, .cms-nav-carousel .slick-prev {
	left: 0;
}

.cms-slick-carousel .slick-next, .cms-nav-carousel .slick-next {
	right: 0;
	left: auto;
}

.cms-nav-carousel .slick-arrow {
	position: static;
}

.cms-nav-carousel .slick-arrow + .slick-arrow {
	margin-left: 6px;
}

.slick-slider .slick-slide {
	outline: none;
}

.slick-dots {
	margin: 25px 0 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li {
	display: flex;
	margin: 0 5px 0 5px;
	height: 5px;
}

.slick-dots li button {
	height: 5px;
	width: 16px;
	text-indent: -9999px;
	padding: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #a8b2c4;
	border: none;
	position: relative;
	z-index: 1;
}

.slick-dots li button:before, .slick-dots li button:after {
	display: none;
}

.slick-dots li.slick-active button {
	border-color: #da3832;
	background-color: #da3832;
	width: 26px;
}

#cms-loadding {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	top: 0;
	left: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

#cms-loadding .loading-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 70px;
	text-align: center;
}

#cms-loadding .loading-spinner > div {
	width: 18px;
	height: 18px;
	background-color: #da3832;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: cms-bouncedelay 1.4s infinite ease-in-out both;
	animation: cms-bouncedelay 1.4s infinite ease-in-out both;
}

#cms-loadding .loading-spinner .cms-bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

#cms-loadding .loading-spinner .cms-bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.nav-tabs.cms-tabs {
	border: none;
	margin-bottom: 10px;
}

.nav-tabs.cms-tabs .nav-item {
	margin: 0 0 10px 26px;
}

.nav-tabs.cms-tabs .nav-item:first-child {
	margin-left: 0;
}

.nav-tabs.cms-tabs .nav-item a {
	margin: 0;
	border: none;
	padding: 0;
	font-size: 13px;
	color: rgba(40, 40, 40, .33);
}

.nav-tabs.cms-tabs .nav-item a.active {
	color: #282828;
}

.entry-footer .entry-edit-link {
	display: none;
}

.cms-modal {
	-webkit-transition: all 360ms linear 0ms;
	-khtml-transition: all 360ms linear 0ms;
	-moz-transition: all 360ms linear 0ms;
	-ms-transition: all 360ms linear 0ms;
	-o-transition: all 360ms linear 0ms;
	transition: all 360ms linear 0ms;
	background-color: rgba(27, 26, 26, .85);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(.5);
	-khtml-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}

.cms-modal .cms-modal-content {
	padding: 40px 0;
	max-width: 470px;
	margin: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
}

.cms-modal.open {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.cms-modal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.cms-modal-search {
	background-color: #fff;
}

.cms-modal-search .cms-modal-close {
	top: 40px;
	right: 40px;
	margin: auto;
	height: 66px;
	width: 66px;
	background-color: #da3832;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-modal-search .cms-modal-close:hover {
	background-color: #202323;
}

.cms-modal-search .cms-modal-close:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.cms-modal-search .cms-modal-close i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cms-modal-search .cms-modal-content {
	max-width: 770px;
}

.cms-modal-search .search-form-popup {
	position: relative;
}

.cms-modal-search .search-field {
	border: none;
	background-color: transparent;
	color: #51668a;
	font-size: 35px;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	height: 86px;
	border-bottom: 2px solid #eaeaea;
	padding-left: 50px;
}

.cms-modal-search .search-field:focus {
	border-color: #eaeaea;
}

.cms-modal-search .search-submit {
	font-size: 26px;
	background-color: transparent;
	border: none;
	padding: 0;
	width: auto;
	height: 86px;
	color: #0e2b5c;
	line-height: 86px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.cms-hidden-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 26, 26, .5);
	cursor: pointer;
	z-index: 9998;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-hidden-sidebar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 410px;
	padding: 95px 70px 50px 70px;
	background-color: #091d3e;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-transition: all 360ms linear 0ms;
	-khtml-transition: all 360ms linear 0ms;
	-moz-transition: all 360ms linear 0ms;
	-ms-transition: all 360ms linear 0ms;
	-o-transition: all 360ms linear 0ms;
	transition: all 360ms linear 0ms;
	-webkit-transform: translateX(-100%);
	-khtml-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 9999;
}

.cms-hidden-sidebar.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-khtml-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.cms-hidden-sidebar.open + .cms-hidden-overlay {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.cms-hidden-sidebar {
		width: 320px;
		padding: 95px 30px 50px 30px;
	}
}

.cms-hidden-sidebar .cms-hidden-close {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: 24px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 360ms linear 0ms;
	-khtml-transition: all 360ms linear 0ms;
	-moz-transition: all 360ms linear 0ms;
	-ms-transition: all 360ms linear 0ms;
	-o-transition: all 360ms linear 0ms;
	transition: all 360ms linear 0ms;
}

.cms-hidden-sidebar .cms-hidden-close:hover {
	color: #da3832;
}

.cms-hidden-sidebar .widget {
	margin-bottom: 45px;
	color: #f9f9f9;
	font-size: 15px;
	line-height: 25px;
}

.cms-hidden-sidebar .widget h1, .cms-hidden-sidebar .widget h2, .cms-hidden-sidebar .widget h3, .cms-hidden-sidebar .widget h4, .cms-hidden-sidebar .widget h5, .cms-hidden-sidebar .widget h6 {
	color: #fff;
}

.cms-hidden-sidebar .widget h6 {
	margin-bottom: 9px;
}

.cms-hidden-sidebar .widget.wg-logo {
	margin-bottom: 22px;
}

.cms-hidden-sidebar .widget.wg-logo img {
	max-height: 44px;
}

.cms-hidden-sidebar .widget.wg-contact-item {
	margin-bottom: 27px;
}

.cms-hidden-sidebar .widget.wg-about-text {
	margin-bottom: 132px;
}

.cms-hidden-sidebar .widget-title {
	color: #fff;
	margin-bottom: 14px;
	font-size: 15px;
}

.cms-hidden-sidebar .widget-title:after {
	background-color: #fff;
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
	border-color: #535353;
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
	color: #fff;
}

.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
	background-color: transparent;
	border-color: #373737;
}

.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
	background-color: #da3832;
	border-color: #da3832;
}

body.error404 .site-content {
	padding: 0 !important;
}

body.error404 .error-404 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 110px 0px;
	text-align: center;
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/bg-404.jpg");
	height: 100vh;
}

body.error404 .error-404.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 767px) {
	body.error404 .error-404 {
		height: auto;
	}
}

body.error404 .error-404:before {
	background-color: rgba(27, 26, 26, .8);
}

body.error404 .error-404 header h1 {
	font-size: 250px;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	body.error404 .error-404 header h1 {
		font-size: 200px;
	}
}

@media screen and (max-width: 767px) {
	body.error404 .error-404 header h1 {
		font-size: 120px;
	}
}

body.error404 .error-404 .page-content {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 34px;
}

body.error404 .error-404-inner {
	position: relative;
	z-index: 99;
	max-width: 690px;
	margin: auto;
	padding: 0 15px;
}

.hide-nav .cms-slick-carousel .slick-arrow {
	opacity: 0;
	visibility: hidden;
}

body img.mfp-img {
	padding: 0 !important;
}

body .mfp-fade.mfp-bg.mfp-ready {
	opacity: .9;
}

body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
	line-height: 40px;
	padding: 0;
	right: 0;
	text-align: center;
	top: -44px;
	width: 40px;
	-webkit-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

body .mfp-bottom-bar {
	margin-top: 0;
}

.mfp-wrap .mfp-container .mfp-arrow {
	background-color: #da3832;
	width: 60px;
	height: 120px;
	opacity: 1;
}

.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
	border: none;
}

.mfp-wrap .mfp-container .mfp-arrow:before {
	font-family: "Material-Design-Iconic-Font";
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	left: 50%;
	width: auto;
	height: auto;
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
	content: "";
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
	content: "";
}

@media screen and (min-width: 1200px) {
	.mfp-wrap .mfp-container {
		padding: 0 120px;
	}
}

.revslider-initialised {
	margin-bottom: 0 !important;
}

.revslider-initialised .rev-btn i.space-left {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 900;
}

.revslider-initialised .cms-video-button {
	z-index: 99;
}

@media screen and (max-width: 767px) {
	.revslider-initialised .cms-video-player .btn-video-wrap .btn-video-text {
		display: none;
	}
}

.revslider-initialised .slider-list i {
	margin-right: 16px;
	color: #da3832;
}

@media screen and (min-width: 1200px) {
	.revslider-initialised .slider-list i {
		font-size: 20px;
		position: relative;
		bottom: -2px;
	}
}

@media screen and (max-width: 767px) {
	.revslider-initialised .slider-list i {
		display: none;
	}
}

.revslider-initialised .tp-leftarrow.custom, .revslider-initialised .tp-rightarrow.custom {
	width: 14px !important;
	height: 46px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: .5 !important;
}

.revslider-initialised .tp-leftarrow.custom:before, .revslider-initialised .tp-rightarrow.custom:before {
	display: none !important;
}

.revslider-initialised .tp-leftarrow.custom:hover, .revslider-initialised .tp-rightarrow.custom:hover {
	opacity: 1 !important;
}

@media screen and (max-width: 1199px) {
	.revslider-initialised .tp-leftarrow.custom, .revslider-initialised .tp-rightarrow.custom {
		display: none !important;
	}
}

.revslider-initialised .tp-leftarrow.custom {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/arrow-left-light.png") !important;
}

.revslider-initialised .tp-leftarrow.custom.nitro-lazy {
	background-image: none !important;
}

.revslider-initialised .tp-rightarrow.custom {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/arrow-right-light.png") !important;
}

.revslider-initialised .tp-rightarrow.custom.nitro-lazy {
	background-image: none !important;
}

.revslider-initialised .tp-bullets.custom .tp-bullet {
	height: 5px;
	width: 16px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.revslider-initialised .tp-bullets.custom .tp-bullet:before, .revslider-initialised .tp-bullets.custom .tp-bullet:after {
	display: none;
}

.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
	background-color: #fff;
	-webkit-transform: scaleX(1.6);
	-khtml-transform: scaleX(1.6);
	-moz-transform: scaleX(1.6);
	-ms-transform: scaleX(1.6);
	-o-transform: scaleX(1.6);
	transform: scaleX(1.6);
}

@media screen and (max-width: 991px) {
	.revslider-initialised .tp-bullets.custom .tp-bullet {
		display: none;
	}
}

.revslider-initialised .icon-space-left {
	margin-left: 8px;
	font-size: 12px;
}

.revslider-initialised i.space-right {
	margin-right: 10px;
}

.revslider-initialised .icon-slider {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.revslider-initialised .btn-video-slider {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.revslider-initialised .btn-video-slider i {
	height: 60px;
	width: 60px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	background-color: #da3832;
	text-align: center;
	margin-right: 28px;
	position: relative;
	z-index: 1;
}

.revslider-initialised .btn-video-slider i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.revslider-initialised .btn-video-slider i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #da3832;
	-webkit-transform: scale(1.3);
	-khtml-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	z-index: -1;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.revslider-initialised .btn-video-slider span {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.revslider-initialised .btn-video-slider:hover i:after {
	-webkit-transform: scale(.8);
	-khtml-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.revslider-initialised .btn-video-slider.btn-video-white i {
	color: #1a1a1a;
	background-color: #fff;
}

.revslider-initialised .btn-video-slider.btn-video-white i:after {
	border-color: #fff;
}

@media screen and (max-width: 767px) {
	.cms-heading-wrapper .custom-heading br {
		display: none;
	}
}

.cms-heading-wrapper .custom-subheading {
	font-size: 16px;
	color: #da3832;
	font-weight: 700;
}

.cms-heading-wrapper .custom-heading-description p {
	margin-bottom: 26px;
}

.cms-heading-wrapper .custom-heading-description p:last-child {
	margin-bottom: 0;
}

.cms-heading-wrapper h3.custom-heading {
	font-size: 37px;
	line-height: 1.459;
}

.cms-heading-wrapper .custom-heading a {
	color: inherit !important;
}

.cms-heading-wrapper .custom-heading a:hover {
	color: #da3832 !important;
}

.cms-heading-wrapper .custom-heading u {
	border-bottom: 4px solid #da3832;
	text-decoration: none;
}

.line-white .cms-heading-wrapper .custom-heading u {
	border-color: #fff;
}

.cms-newsletter1 .tnp-form {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.cms-newsletter1 .tnp-field {
	margin-right: 20px;
	flex-grow: 1;
}

.cms-newsletter1 .tnp-field:last-child {
	margin-right: 0;
	flex-grow: inherit;
}

.cms-newsletter1 .tnp-email {
	height: 50px;
	background-color: #061b49;
	color: #51668a;
	border-color: #061b49;
}

.cms-newsletter1 .tnp-button {
	padding: 0 27px;
	line-height: 50px;
}

.cms-newsletter1 .tnp-button:hover {
	background-color: #fff;
	color: #202323;
}

.cms-menu-item {
	list-style: none;
	margin: 0;
}

.cms-menu-item li + li {
	margin-top: 5px;
}

.cms-menu-item a {
	font-size: 14px;
	color: inherit;
	position: relative;
}

.cms-menu-item a:before {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	color: inherit;
	font-weight: 400;
	font-size: 16px;
}

.cms-menu-item a:hover {
	color: #da3832;
}

.cms-menu-item a:hover:before {
	opacity: 1;
	left: -18px;
}

.cms-blog-grid-layout1 .item-featured, .cms-post-carousel-layout1 .item-featured {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 24px;
}

.cms-blog-grid-layout1 .item-featured img, .cms-post-carousel-layout1 .item-featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-blog-grid-layout1 .item-title, .cms-post-carousel-layout1 .item-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 17px;
}

.cms-blog-grid-layout1 .item-title a, .cms-post-carousel-layout1 .item-title a {
	color: inherit;
}

.cms-blog-grid-layout1 .item-title a:hover, .cms-post-carousel-layout1 .item-title a:hover {
	color: #da3832;
}

.cms-blog-grid-layout1 .item-meta, .cms-post-carousel-layout1 .item-meta {
	list-style: none;
	margin-bottom: 5px;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
}

.cms-blog-grid-layout1 .item-meta li, .cms-post-carousel-layout1 .item-meta li {
	margin-right: 20px;
}

.cms-blog-grid-layout1 .item-meta .item-category, .cms-post-carousel-layout1 .item-meta .item-category {
	color: #da3832;
}

.cms-blog-grid-layout1 .item-content, .cms-post-carousel-layout1 .item-content {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

.cms-blog-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
	margin-bottom: 43px;
}

.cms-blog-grid-layout1 .grid-item-inner:hover .item-featured img, .cms-post-carousel-layout1 .grid-item-inner:hover .item-featured img {
	-webkit-transform: rotate(4deg) scale(1.2);
	-khtml-transform: rotate(4deg) scale(1.2);
	-moz-transform: rotate(4deg) scale(1.2);
	-ms-transform: rotate(4deg) scale(1.2);
	-o-transform: rotate(4deg) scale(1.2);
	transform: rotate(4deg) scale(1.2);
}

.cms-blog-grid-layout1 .cms-grid-pagination, .cms-post-carousel-layout1 .cms-grid-pagination {
	margin-top: 0;
}

.cms-contact-form-layout1 label {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
}

.cms-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit) {
	height: 60px;
	padding-left: 22px;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-textarea {
	height: 120px;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit {
	line-height: 70px;
	opacity: 1;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #da3832;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance {
	padding-left: 0;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label {
	margin-bottom: 0;
	font-weight: 400;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label {
	position: relative;
	padding-left: 27px;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label:before {
	content: "";
	height: 17px;
	width: 17px;
	border: 2px solid #e7ebef;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label:after {
	content: "";
	width: 7px;
	height: 7px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #da3832;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label input {
	z-index: 99;
	opacity: 0;
	height: 17px;
	width: 17px;
	border: 2px solid #e7ebef;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}

.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-acceptance label input:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}

.cms-contact-form-layout1 .wpcf7-form-control-wrap {
	margin-bottom: 23px;
}

.cms-contact-form-layout1 .wpcf7-form-control-wrap.ct-checkbox {
	margin-bottom: 26px;
	margin-top: -13px;
}

.cms-case-study-grid1 .entry-featured, .cms-case-study-carousel1 .entry-featured {
	margin-bottom: 24px;
	position: relative;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.cms-case-study-grid1 .entry-featured img, .cms-case-study-carousel1 .entry-featured img {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-case-study-grid1 .item-category, .cms-case-study-carousel1 .item-category {
	font-size: 14px;
	color: #da3832;
	margin-bottom: 7px;
}

.cms-case-study-grid1 .item-category a, .cms-case-study-carousel1 .item-category a {
	color: inherit;
}

.cms-case-study-grid1 .entry-title, .cms-case-study-carousel1 .entry-title {
	font-size: 20px;
	line-height: 29px;
}

.cms-case-study-grid1 .entry-content, .cms-case-study-carousel1 .entry-content {
	font-size: 14px;
	line-height: 24px;
	padding-right: 11%;
	margin-bottom: 23px;
}

@media screen and (max-width: 1199px) {
	.cms-case-study-grid1 .entry-content, .cms-case-study-carousel1 .entry-content {
		padding-left: 0;
	}
}

.cms-case-study-grid1 .entry-body, .cms-case-study-carousel1 .entry-body {
	padding-left: 40px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
	.cms-case-study-grid1 .entry-body, .cms-case-study-carousel1 .entry-body {
		padding-left: 30px;
	}
}

.cms-case-study-grid1 .grid-item-inner:hover .entry-featured img, .cms-case-study-carousel1 .grid-item-inner:hover .entry-featured img {
	-webkit-transform: scale(1.12);
	-khtml-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.cms-case-study-grid1 .cms-grid-pagination, .cms-case-study-carousel1 .cms-grid-pagination {
	margin-top: 0;
}

.cms-case-study-grid1.style2 .item--meta-wrap, .cms-case-study-carousel1.style2 .item--meta-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column-reverse;
}

.cms-case-study-grid1.style2 .item--meta-wrap .entry-title, .cms-case-study-carousel1.style2 .item--meta-wrap .entry-title {
	margin-bottom: 6px;
}

.cms-case-study-grid1.style2 .item--meta-wrap .item-category, .cms-case-study-carousel1.style2 .item--meta-wrap .item-category {
	margin-bottom: 0;
}

.cms-case-study-grid1.style2 .entry-body, .cms-case-study-carousel1.style2 .entry-body {
	margin-bottom: 45px;
}

.cms-case-study-grid2, .cms-case-study-carousel2 {
	text-align: center;
}

.cms-case-study-grid2 .item-icon, .cms-case-study-carousel2 .item-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 23px rgba(40, 40, 40, .12);
	margin: 0 auto 22px auto;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.cms-case-study-grid2 .item-icon img, .cms-case-study-carousel2 .item-icon img {
	max-height: 50px;
}

.cms-case-study-grid2 .item-icon *, .cms-case-study-carousel2 .item-icon * {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cms-case-study-grid2 .entry-title, .cms-case-study-carousel2 .entry-title {
	font-size: 20px;
	line-height: 29px;
	padding: 0 5%;
}

@media screen and (max-width: 1199px) {
	.cms-case-study-grid2 .entry-title, .cms-case-study-carousel2 .entry-title {
		padding: 0;
	}
}

.cms-case-study-grid2 .entry-content, .cms-case-study-carousel2 .entry-content {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 23px;
}

.cms-case-study-grid2 .entry-featured, .cms-case-study-carousel2 .entry-featured {
	margin-top: 30px;
	margin-bottom: -70px;
}

.cms-case-study-grid2 .entry-featured img, .cms-case-study-carousel2 .entry-featured img {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.cms-case-study-grid2 .grid-item-inner, .cms-case-study-carousel2 .grid-item-inner {
	margin-bottom: 90px;
	background-color: rgba(218, 56, 50, .24);
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 40px 40px 30px 40px;
}

@media screen and (max-width: 1199px) {
	.cms-case-study-grid2 .grid-item-inner, .cms-case-study-carousel2 .grid-item-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-case-study-grid2 .grid-item-inner:hover .item-icon, .cms-case-study-carousel2 .grid-item-inner:hover .item-icon {
	animation: icon-bounce 800ms ease-out infinite;
	-webkit-animation: icon-bounce 800ms ease-out infinite;
}

.cms-case-study-grid2 .cms-grid-pagination, .cms-case-study-carousel2 .cms-grid-pagination {
	margin-top: 0;
}

.cms-case-study-carousel2 .grid-item-inner {
	margin-bottom: 40px;
}

.cms-case-study-carousel2 .slick-dots {
	margin-top: 55px;
	justify-content: flex-end;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.cms-case-study-carousel2 .slick-dots {
		margin-top: 25px;
		justify-content: center;
	}
}

.ct-divider1 {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	color: #0e2b5c;
}

.ct-divider1:before {
	content: "";
	background-color: #0e2b5c;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.single-image-box .cms-single-image {
	width: 120px;
	height: 120px;
	line-height: 120px;
	-webkit-box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 32px rgba(40, 40, 40, .12);
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	margin: auto;
}

.cms-case-study-details {
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid #e7ebef;
	border-bottom: 1px solid #e7ebef;
}

.cms-case-study-details .item--details {
	width: 25%;
	border-top: 1px solid #e7ebef;
	border-left: 1px solid #e7ebef;
	padding: 22px 34px 29px;
}

@media screen and (max-width: 1199px) {
	.cms-case-study-details .item--details {
		width: 50%;
		padding: 22px 30px;
	}
}

@media screen and (max-width: 767px) {
	.cms-case-study-details .item--details {
		width: 100%;
	}
}

.cms-case-study-details .item--label {
	font-size: 16px;
	font-weight: 700;
	color: #0b2653;
	margin-bottom: 17px;
}

.cms-case-study-details .item--content {
	font-size: 14px;
	line-height: 24px;
}

.cms-case-study-details .item--content .btn {
	line-height: 59px;
	margin-top: 23px;
}

.cms-case-study-details .item--content .btn i {
	margin-left: 16px;
}

.cms-gallery-carousel1 img {
	width: 100%;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-gallery-carousel1 .slick-arrow {
	width: 34px;
	height: 46px;
	text-indent: -9999px;
	background-color: transparent !important;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: center;
}

.cms-gallery-carousel1 .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.cms-gallery-carousel1 .slick-arrow:before {
	display: none;
}

.cms-gallery-carousel1 .slick-arrow.slick-prev {
	left: 30px;
}

@media screen and (min-width: 1200px) {
	.cms-gallery-carousel1 .slick-arrow.slick-prev {
		left: 7.6%;
	}
}

.cms-gallery-carousel1 .slick-arrow.slick-next {
	right: 30px;
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/arrow-right-light.png");
}

.cms-gallery-carousel1 .slick-arrow.slick-next.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width: 1200px) {
	.cms-gallery-carousel1 .slick-arrow.slick-next {
		right: 7.6%;
	}
}

.cms-gallery-carousel1 .cms-slick-carousel[data-dots="true"] .slick-arrow {
	margin-top: -20px;
}

.cms-gallery-carousel1 .slick-dots {
	margin-top: 30px;
}

.cms-list {
	margin-bottom: 0;
	list-style: none;
}

.cms-list.style1 {
	font-size: 15px;
	font-weight: 700;
	color: #0e2b5c;
}

.cms-list.style1 li + li {
	margin-top: 11px;
}

.cms-list.style1 i {
	font-size: 13px;
	margin-right: 11px;
	color: #da3832;
}

.cms-list.style2 {
	font-size: 15px;
	font-weight: 700;
	color: #0e2b5c;
}

.cms-list.style2 i {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	border: 2px solid #da3832;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	margin-right: 16px;
}

.cms-list.style2 a {
	color: inherit;
}

.cms-list.style2 li + li {
	margin-top: 10px;
}

.cms-how-it-work {
	overflow: hidden;
}

.cms-how-it-work .item--order {
	font-size: 26px;
	font-weight: 700;
	color: #da3832;
	width: 18%;
	margin-top: -6px;
	position: relative;
}

.cms-how-it-work .item--order:before {
	content: "";
	height: 2px;
	background-color: #da3832;
	position: absolute;
	top: 6px;
	left: 0;
	right: 30px;
}

.cms-how-it-work .item--title {
	margin-bottom: 0;
	font-size: 26px;
	color: #fff;
	position: relative;
}

.cms-how-it-work .item--title:before {
	content: "";
	height: 2px;
	background-color: #253b61;
	position: absolute;
	width: 2000px;
	left: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.cms-how-it-work .item--title:before {
		display: none;
	}
}

.cms-how-it-work .item--title, .cms-how-it-work .item--content {
	width: 41%;
}

.cms-how-it-work .item--wrap {
	display: flex;
	flex-wrap: wrap;
}

.cms-how-it-work .item--wrap * {
	padding-top: 66px;
	padding-bottom: 61px;
}

@media screen and (max-width: 767px) {
	.cms-how-it-work .item--wrap * {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.cms-how-it-work .item--wrap .item--order {
		padding: 60px 0 10px;
	}
	
	.cms-how-it-work .item--wrap .item--title {
		padding: 0 0 18px;
	}
	
	.cms-how-it-work .item--wrap .item--content {
		padding: 0 0 40px;
	}
}

.btn-video {
	text-align: center;
	height: 60px;
	width: 60px;
	min-width: 60px;
	background-color: #da3832;
	background-image: none;
	z-index: 1;
	font-size: 15px;
	color: #fff;
	border: none;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

.btn-video.nitro-lazy {
	background-image: none !important;
}

.btn-video.layout2 {
	width: 80px;
	height: 80px;
	min-width: 80px;
}

.btn-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-video .line-video-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}

.btn-video .line-video-animation.line-video-2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.btn-video .line-video-animation.line-video-3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

.btn-video:hover {
	color: #fff;
}

.btn-video:hover .line-video-animation {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.cms-video-player {
	position: relative;
	line-height: 1;
}

.cms-video-player .cms-video-bg-image {
	height: 300px;
}

.cms-video-player img, .cms-video-player .cms-video-bg-image {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
}

.cms-video-player img + .btn-video-wrap, .cms-video-player .cms-video-bg-image + .btn-video-wrap {
	position: absolute;
	top: 40px;
	left: 40px;
}

.cms-video-player .btn-video-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.cms-video-player .btn-video-wrap .btn-video-text {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-left: 30px;
}

@media screen and (max-width: 1199px) {
	.cms-video-player .btn-video-wrap .btn-video-text {
		margin-left: 20px;
	}
}

.cms-video-player.style1 {
	z-index: 1;
}

.cms-video-player.style1 .video-overlay {
	background-color: rgba(27, 26, 26, .05);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.cms-video-player.style1 img, .cms-video-player.style1 .cms-video-bg-image {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-video-player.style1 img + .btn-video-wrap + .video-overlay {
	display: block;
}

.cms-video-player.style1 .btn-video {
	background-color: #fff;
	color: #202323;
}

.cms-fancy-box-carousel1 {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 60px 45px 62px 50px;
	position: relative;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
}

@media screen and (max-width: 767px) {
	.cms-fancy-box-carousel1 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-fancy-box-carousel1:before {
	content: "";
	position: absolute;
	top: 60px;
	bottom: 60px;
	right: 0;
	width: 2px;
	background-color: #da3832;
}

.cms-fancy-box-carousel1 .item--icon {
	line-height: 1;
	margin-bottom: 31px;
}

.cms-fancy-box-carousel1 .item--icon i {
	font-size: 80px;
	color: #da3832;
}

.cms-fancy-box-carousel1 .item--title {
	margin-bottom: 0;
	font-family: inherit;
	font-size: 17px;
	line-height: 25px;
}

.cms-fancy-box-carousel1 .slick-dots {
	margin-top: 23px;
	justify-content: flex-start;
	padding-left: 12px;
}

.cms-fancy-box-wrapper {
	position: relative;
}

.cms-fancy-box-wrapper .cms-fancy-box-image {
	padding-right: 100px;
}

@media screen and (max-width: 767px) {
	.cms-fancy-box-wrapper .cms-fancy-box-image {
		padding-right: 0;
	}
}

.cms-fancy-box-wrapper .cms-fancy-box-image img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (max-width: 767px) {
	.cms-fancy-box-wrapper .cms-fancy-box-image img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.cms-fancy-box-wrapper .cms-fancy-box-image + .cms-fancy-box-carousel1 {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 300px;
}

@media screen and (max-width: 767px) {
	.cms-fancy-box-wrapper .cms-fancy-box-image + .cms-fancy-box-carousel1 {
		position: static;
		max-width: 100%;
		-webkit-transform: translate(0, 0%);
		-khtml-transform: translate(0, 0%);
		-moz-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		-o-transform: translate(0, 0%);
		transform: translate(0, 0%);
	}
}

.cms-service-grid1 .item--featured, .cms-service-carousel1 .item--featured {
	position: absolute;
	top: -30px;
	left: -30px;
	right: -30px;
	bottom: -30px;
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-service-grid1 .item--featured:before, .cms-service-carousel1 .item--featured:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(218, 56, 50, .85);
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-service-grid1 .item-icon, .cms-service-carousel1 .item-icon {
	line-height: 1;
	margin-bottom: 30px;
}

.cms-service-grid1 .item-icon i, .cms-service-carousel1 .item-icon i {
	font-size: 80px;
	color: #da3832;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-service-grid1 .item-title, .cms-service-carousel1 .item-title {
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 32px;
	max-width: 75%;
}

@media screen and (max-width: 767px) {
	.cms-service-grid1 .item-title, .cms-service-carousel1 .item-title {
		max-width: 100%;
	}
}

.cms-service-grid1 .item-title a, .cms-service-carousel1 .item-title a {
	color: inherit;
}

.cms-service-grid1 .item-title a:hover, .cms-service-carousel1 .item-title a:hover {
	color: inherit;
}

.cms-service-grid1 .item-content, .cms-service-carousel1 .item-content {
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin-bottom: 24px;
}

.cms-service-grid1 .cms-text-more:before, .cms-service-carousel1 .cms-text-more:before {
	background-color: #fff;
}

.cms-service-grid1 .grid-item-inner, .cms-service-carousel1 .grid-item-inner {
	position: relative;
	border: 1px solid #e6e9ed;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	padding: 60px 40px;
	margin-bottom: 40px;
	z-index: 1;
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid1 .grid-item-inner, .cms-service-carousel1 .grid-item-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-service-grid1 .grid-item-inner:hover .item-icon i, .cms-service-carousel1 .grid-item-inner:hover .item-icon i, .cms-service-grid1 .grid-item-inner:hover .item-title a, .cms-service-carousel1 .grid-item-inner:hover .item-title a {
	color: #fff;
}

.cms-service-grid1 .grid-item-inner:hover .item--featured, .cms-service-carousel1 .grid-item-inner:hover .item--featured {
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	opacity: 1;
}

.cms-service-grid1 .grid-item-inner:hover .item-content, .cms-service-carousel1 .grid-item-inner:hover .item-content {
	color: #f9f9f9;
}

.cms-service-grid1 .grid-item-inner:hover .cms-text-more, .cms-service-carousel1 .grid-item-inner:hover .cms-text-more {
	color: #fff;
}

.cms-service-carousel1 .grid-item-inner {
	padding-top: 55px;
	padding-bottom: 55px;
}

.cms-service-carousel1 .slick-dots {
	justify-content: flex-start;
	padding: 0 15px;
}

@media screen and (min-width: 1200px) {
	.el-offset-right .cms-service-carousel1 {
		margin-right: -210px;
	}
	
	.el-offset-right .cms-service-carousel1 .item-content {
		max-width: 290px;
	}
	
	.el-offset-right .cms-service-carousel1 .item-title {
		max-width: 240px;
	}
	
	.el-offset-right .cms-testimonial-carousel2 {
		margin-right: -210px;
	}
}

.cms-service-grid2 .item--featured {
	position: relative;
	margin-top: -65px;
	margin-bottom: 33px;
}

.cms-service-grid2 .item--featured img {
	width: 100%;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.cms-service-grid2 .item-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	padding: 0 16%;
}

@media screen and (max-width: 991px) {
	.cms-service-grid2 .item-title {
		padding: 0;
	}
}

.cms-service-grid2 .item-content {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 17px;
}

.cms-service-grid2 .item-readmore .btn {
	line-height: 41px;
	padding: 0 15px;
	background-color: transparent;
	color: #202323;
}

.cms-service-grid2 .item-readmore .btn i {
	font-size: 13px;
}

.cms-service-grid2 .grid-item-inner {
	background-color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	padding: 25px 30px;
	margin-bottom: 90px;
	text-align: center;
}

.cms-service-grid2 .grid-item-inner:hover .item-readmore .btn {
	background-color: #202323;
	color: #fff;
}

.cms-service-grid2 .grid-item-inner.item--last {
	margin-top: -40px;
	text-align: left;
	padding: 50px 60px 60px;
	z-index: 1;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid2 .grid-item-inner.item--last {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-service-grid2 .grid-item-inner.item--last:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	z-index: -2;
	background-color: rgba(218, 56, 50, .85);
}

.cms-service-grid2 .grid-item-inner.item--last:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#da3832), to(rgba(218, 56, 50, 0)));
	background-image: -webkit-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -moz-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -ms-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -o-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#da3832", endColorStr="rgba(218, 56, 50, 0)");
	z-index: -1;
}

.cms-service-grid2 .grid-item-inner.item--last .last-item--title {
	font-size: 34px;
	line-height: 1.264;
	color: #fff;
	margin-bottom: 25px;
}

.cms-service-grid2 .grid-item-inner.item--last .last-item--desc {
	font-size: 14px;
	line-height: 24px;
	color: #f9f9f9;
	margin-bottom: 136px;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid2 .grid-item-inner.item--last .last-item--desc {
		margin-bottom: 124px;
	}
}

.cms-service-grid2 .grid-item-inner.item--last .last-item--button a {
	text-align: left;
	padding: 5px 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cms-service-grid2 .grid-item-inner.item--last .last-item--button a span {
	flex-grow: 1;
}

.cms-service-grid3 .item-icon {
	line-height: 1;
	margin-bottom: 30px;
}

.cms-service-grid3 .item-icon i {
	font-size: 80px;
	color: #da3832;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-service-grid3 .item-title {
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 32px;
	max-width: 75%;
}

@media screen and (max-width: 767px) {
	.cms-service-grid3 .item-title {
		max-width: 100%;
	}
}

.cms-service-grid3 .item-content {
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin-bottom: 24px;
}

.cms-service-grid3 .grid-item-inner {
	position: relative;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	padding: 40px 40px 33px;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid3 .grid-item-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-service-grid3 .grid-item-inner:hover, .cms-service-grid3 .grid-item-inner.active {
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	z-index: 1;
}

.cms-service-grid3 .grid-item-inner.item--last {
	text-align: left;
	margin-top: 40px;
	margin-bottom: -75px;
	padding: 50px 60px 60px;
	z-index: 1;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid3 .grid-item-inner.item--last {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cms-service-grid3 .grid-item-inner.item--last:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	z-index: -2;
	background-color: rgba(218, 56, 50, .85);
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
}

.cms-service-grid3 .grid-item-inner.item--last:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#da3832), to(rgba(218, 56, 50, 0)));
	background-image: -webkit-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -moz-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -ms-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: -o-linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	background-image: linear-gradient(bottom, #da3832, rgba(218, 56, 50, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#da3832", endColorStr="rgba(218, 56, 50, 0)");
	z-index: -1;
}

.cms-service-grid3 .grid-item-inner.item--last .last-item--title {
	font-size: 34px;
	line-height: 1.264;
	color: #fff;
	margin-bottom: 25px;
}

.cms-service-grid3 .grid-item-inner.item--last .last-item--desc {
	font-size: 14px;
	line-height: 24px;
	color: #f9f9f9;
	margin-bottom: 162px;
}

@media screen and (max-width: 1199px) {
	.cms-service-grid3 .grid-item-inner.item--last .last-item--desc {
		margin-bottom: 124px;
	}
}

.cms-service-grid3 .grid-item-inner.item--last .last-item--button a {
	text-align: left;
	padding: 5px 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cms-service-grid3 .grid-item-inner.item--last .last-item--button a span {
	flex-grow: 1;
}

.cms-text-more {
	font-size: 15px;
	font-weight: 700;
	color: #202323;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.cms-text-more:before {
	content: "";
	background-color: #da3832;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -14px;
	opacity: 0;
}

.cms-text-more i {
	font-size: 13px;
	margin-left: 10px;
}

.cms-text-more:hover {
	color: #da3832;
	padding-left: 30px;
}

.cms-text-more:hover:before {
	left: 0;
	opacity: 1;
}

.cms-fancy-box-grid1 {
	position: relative;
	border-left: 1px solid #2d375b;
}

.cms-fancy-box-grid1 .item--icon {
	line-height: 1;
	margin-bottom: 23px;
}

.cms-fancy-box-grid1 .item--icon i {
	font-size: 47px;
	color: #da3832;
	display: inline-block;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-fancy-box-grid1 .item--title {
	margin-bottom: 0;
	color: #fff;
	font-size: 19px;
	line-height: 1.474;
	padding-right: 10px;
}

@media screen and (max-width: 1199px) {
	.cms-fancy-box-grid1 .item--title {
		font-size: 17px;
	}
}

@media screen and (max-width: 991px) {
	.cms-fancy-box-grid1 .item--title {
		margin-bottom: 18px;
	}
}

.cms-fancy-box-grid1 .item--link a {
	height: 26px;
	display: inline-block;
	width: 26px;
	border: 2px solid #2d375b;
	border-radius: 26px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.cms-fancy-box-grid1 .item--link a:hover {
	background-color: #da3832;
	border-color: #da3832;
}

.cms-fancy-box-grid1 .item--meta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.cms-fancy-box-grid1 .item--meta {
		display: block;
	}
}

.cms-fancy-box-grid1 .item--inner {
	border: 1px solid #2d375b;
	border-left: none;
	margin-top: -1px;
	margin-left: -1px;
	padding: 35px 40px;
}

@media screen and (max-width: 1199px) {
	.cms-fancy-box-grid1 .item--inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cms-fancy-box-grid1 .item--inner:hover .item--icon i {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.cms-fancy-box-grid1 .cms-grid-inner {
	margin: 0;
}

.cms-fancy-box-grid1 .cms-grid-inner > div {
	padding: 0;
}

.cms-fancy-box-grid1.style2 .item--meta {
	margin-top: 70px;
}

.cms-fancy-box-grid2 {
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
}

.cms-fancy-box-grid2 .item--icon {
	line-height: 1;
}

.cms-fancy-box-grid2 .item--icon i {
	font-size: 47px;
	color: #da3832;
	display: inline-block;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin-bottom: 23px;
}

.cms-fancy-box-grid2 .item--link a {
	height: 26px;
	display: inline-block;
	width: 26px;
	border: 2px solid #da3832;
	border-radius: 26px;
	line-height: 22px;
	font-size: 12px;
	color: #202323;
	text-align: center;
}

.cms-fancy-box-grid2 .item--link a:hover {
	background-color: #da3832;
	border-color: #da3832;
	color: #fff;
}

.cms-fancy-box-grid2 .item--title {
	font-size: 19px;
	margin-bottom: 19px;
}

.cms-fancy-box-grid2 .item--desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 13px;
}

.cms-fancy-box-grid2 .item--inner {
	padding: 36px 25px 40px 40px;
	border-left: 2px solid #e7ebef;
	margin-left: -2px;
}

@media screen and (max-width: 1199px) {
	.cms-fancy-box-grid2 .item--inner {
		padding-left: 30px;
		padding-right: 20px;
	}
}

.cms-fancy-box-grid2 .row {
	margin: 0;
}

.cms-fancy-box-grid2 .grid-item {
	padding: 0;
}

.cms-testimonial-carousel1 .testimonial-image img {
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-testimonial-carousel1 .testimonial-title {
	font-size: 17px;
	margin-bottom: 0;
}

.cms-testimonial-carousel1 .testimonial-position {
	font-size: 13px;
	line-height: 1;
	display: block;
	margin-top: 10px;
}

.cms-testimonial-carousel1 .testimonial-desc {
	font-size: 31px;
	line-height: 1.516;
	color: #0b2653;
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .testimonial-desc {
		font-size: 20px;
	}
}

.cms-testimonial-carousel1 .cms-slick-carousel {
	padding: 0 120px;
}

@media screen and (max-width: 1199px) {
	.cms-testimonial-carousel1 .cms-slick-carousel {
		padding: 0 0 0 80px;
	}
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .cms-slick-carousel {
		padding: 0;
	}
}

.cms-testimonial-carousel1 .cms-slick-primary {
	position: relative;
	z-index: 1;
}

.cms-testimonial-carousel1 .cms-slick-primary svg {
	position: absolute;
	top: -35px;
	left: -47px;
	fill: #da3832;
	height: 52px;
	-webkit-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
}

@media screen and (max-width: 1199px) {
	.cms-testimonial-carousel1 .cms-slick-primary svg {
		height: 42px;
		top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .cms-slick-primary svg {
		top: 0;
		left: -47px;
		opacity: .5;
	}
}

.cms-testimonial-carousel1 .testimonial-meta {
	text-align: center;
	margin-top: 100px;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap {
	display: inline-block;
	position: relative;
	padding: 0 54px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-khtml-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: -124px;
	z-index: 99;
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .cms-slick-nav-wrap {
		padding: 0 44px;
		width: 100%;
	}
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow:hover {
	color: #da3832;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow i {
	font-size: 12px;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow.cms-slick-nav-left {
	left: 0;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow.cms-slick-nav-left i {
	margin-right: 10px;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow.cms-slick-nav-right {
	right: 0;
}

.cms-testimonial-carousel1 .cms-slick-nav-wrap .cms-slick-nav-arrow.cms-slick-nav-right i {
	margin-left: 10px;
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-arrow {
	display: none !important;
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-slide {
	padding: 0;
	margin: 0 12px;
	width: 40px !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .cms-slick-nav .slick-slide {
		margin: 0 6px;
		width: 30px !important;
	}
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-slide .testimonial-image:before {
	content: "";
	height: 54px;
	width: 54px;
	background-color: #fff;
	border: 2px solid #da3832;
	-webkit-border-radius: 54px;
	-khtml-border-radius: 54px;
	-moz-border-radius: 54px;
	-ms-border-radius: 54px;
	-o-border-radius: 54px;
	border-radius: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel1 .cms-slick-nav .slick-slide .testimonial-image:before {
		width: 38px;
		height: 38px;
	}
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-list {
	padding: 10px 15px !important;
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-track {
	-webkit-transform: translate(-50%, 0) !important;
	-khtml-transform: translate(-50%, 0) !important;
	-moz-transform: translate(-50%, 0) !important;
	-ms-transform: translate(-50%, 0) !important;
	-o-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
	display: inline-block;
	position: relative;
	left: 50%;
	width: auto !important;
}

.cms-testimonial-carousel1 .cms-slick-nav .slick-current .testimonial-image:before {
	opacity: 1;
}

.cms-testimonial-carousel1 .cms-widget-title {
	font-size: 17px;
	text-align: center;
	color: #da3832;
	font-weight: 700;
	margin-bottom: 20px;
}

.cms-testimonial-carousel2 .testimonial-image {
	width: 64px;
	min-width: 64px;
	margin-right: 38px;
}

@media screen and (max-width: 1199px) {
	.cms-testimonial-carousel2 .testimonial-image {
		margin-right: 20px;
	}
}

.cms-testimonial-carousel2 .testimonial-image img {
	max-width: 64px;
	border-radius: 64px;
	border: 2px solid #da3832;
	padding: 5px;
	width: 100%;
}

.cms-testimonial-carousel2 .testimonial-star {
	line-height: 1;
	font-size: 14px;
	color: #da3832;
	margin-bottom: 23px;
}

.cms-testimonial-carousel2 .testimonial-star i {
	margin-right: 4px;
}

.cms-testimonial-carousel2 .testimonial-title {
	font-size: 17px;
	font-family: inherit;
	margin-bottom: 4px;
}

.cms-testimonial-carousel2 .testimonial-position {
	font-size: 13px;
}

.cms-testimonial-carousel2 .testimonial-desc {
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 18px;
}

.cms-testimonial-carousel2 .testimonial-icon {
	background-image: url("https://cdn-dgldodd.nitrocdn.com/cCTmGgqVeDYTDOILoFIceThUCeIBNxeL/assets/images/optimized/rev-b1f48b6/webtech.institute/wp-content/themes/mintech/assets/images/testimonial-icon.png");
	width: 58px;
	height: 52px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.cms-testimonial-carousel2 .testimonial-icon.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel2 .testimonial-icon {
		bottom: 30px;
		right: 30px;
	}
}

.cms-testimonial-carousel2 .testimonial-inner {
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	padding: 60px 48px 54px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
	.cms-testimonial-carousel2 .testimonial-inner {
		padding: 40px 20px 40px 30px;
	}
}

@media screen and (max-width: 767px) {
	.cms-testimonial-carousel2 .testimonial-inner {
		padding-left: 20px;
	}
}

.cms-testimonial-carousel2 .testimonial-inner:before {
	content: "";
	position: absolute;
	border-width: 10px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	bottom: -20px;
	left: 150px;
}

.cms-testimonial-carousel2 .slick-dots {
	justify-content: flex-start;
	padding: 0 15px;
	margin-top: 20px;
}

.cms-client1 .client-image {
	text-align: center;
}

.cms-client1 .client-image img {
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	position: relative;
}

.cms-client1 .client-image img:nth-child(1) {
	opacity: .5;
}

.cms-client1 .client-image img:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -150%);
	-khtml-transform: translate(-50%, -150%);
	-moz-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	-o-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}

.cms-client1 .client-image a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	-o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
	position: relative;
	overflow: hidden;
}

.cms-client1 .client-image a:hover img:nth-child(1) {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.cms-client1 .client-image a:hover img:nth-child(2) {
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cms-client1 .slick-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cms-client1 .cms-clients-list-inner {
	margin: 0 -25px;
}

.cms-client1 .cms-clients-list-inner .slick-slide {
	padding: 0 25px;
}

.cms-fancy-box-layout1 {
	background-color: #f9f9f9;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 50px 30px 33px 30px;
	text-align: center;
	position: relative;
}

.cms-fancy-box-layout1 .item--icon {
	line-height: 1;
	margin-bottom: 32px;
	display: inline-block;
	-webkit-transition: all 340ms linear 0ms;
	-khtml-transition: all 340ms linear 0ms;
	-moz-transition: all 340ms linear 0ms;
	-ms-transition: all 340ms linear 0ms;
	-o-transition: all 340ms linear 0ms;
	transition: all 340ms linear 0ms;
}

.cms-fancy-box-layout1 .item--icon i {
	font-size: 64px;
	color: #da3832;
}

.cms-fancy-box-layout1 .item--title {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 16px;
}

.cms-fancy-box-layout1 .item--description {
	font-size: 14px;
	line-height: 24px;
}

.cms-fancy-box-layout1:hover .item--icon {
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.cms-fancy-box-layout1 .is-stick {
	width: 16px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 40px;
	background-color: #da3832;
}

.cms-fancy-box-layout1 .is-stick:before, .cms-fancy-box-layout1 .is-stick:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	bottom: -8px;
}

.cms-fancy-box-layout1 .is-stick:before {
	left: 0;
	border-color: #da3832 transparent transparent #da3832;
}

.cms-fancy-box-layout1 .is-stick:after {
	right: 0;
	border-color: #da3832 #da3832 transparent transparent;
}

.cms-navigation-menu1 .sub-menu {
	display: none;
}

.cms-navigation-menu1.style1 li, .cms-navigation-menu1.style2 li {
	margin: 0 12px;
	display: inline-block;
}

.cms-navigation-menu1.style1 li a, .cms-navigation-menu1.style2 li a {
	display: block;
	font-size: 15px;
	line-height: 61px;
	font-weight: 700;
	color: #51668a;
	position: relative;
}

@media screen and (max-width: 767px) {
	.cms-navigation-menu1.style1 li a, .cms-navigation-menu1.style2 li a {
		line-height: 42px;
	}
}

.cms-navigation-menu1.style1 li a:before, .cms-navigation-menu1.style2 li a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	margin: auto;
	background: #da3832;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.cms-navigation-menu1.style1 li:hover > a, .cms-navigation-menu1.style2 li:hover > a, .cms-navigation-menu1.style1 li.current-menu-item > a, .cms-navigation-menu1.style2 li.current-menu-item > a, .cms-navigation-menu1.style1 li > a.active, .cms-navigation-menu1.style2 li > a.active, .cms-navigation-menu1.style1 li > a.cms-onepage-active, .cms-navigation-menu1.style2 li > a.cms-onepage-active {
	color: #0e2b5c;
}

.cms-navigation-menu1.style1 li:hover > a:before, .cms-navigation-menu1.style2 li:hover > a:before, .cms-navigation-menu1.style1 li.current-menu-item > a:before, .cms-navigation-menu1.style2 li.current-menu-item > a:before, .cms-navigation-menu1.style1 li > a.active:before, .cms-navigation-menu1.style2 li > a.active:before, .cms-navigation-menu1.style1 li > a.cms-onepage-active:before, .cms-navigation-menu1.style2 li > a.cms-onepage-active:before {
	opacity: 1;
	width: 100%;
}

.cms-navigation-menu1.style2 {
	background-color: #202323;
}

.cms-navigation-menu1.style2 li a {
	color: #fff;
}

.cms-navigation-menu1.style2 li a:before {
	bottom: 0;
}

.cms-navigation-menu1.style2 li:hover > a, .cms-navigation-menu1.style2 li.current-menu-item > a, .cms-navigation-menu1.style2 li > a.active, .cms-navigation-menu1.style2 li > a.cms-onepage-active {
	color: #da3832;
}

@media screen and (min-width: 1200px) {
	.cms-navigation-menu1.is-sticky {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		z-index: 998;
		background-color: #202323;
		-webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		animation: .95s ease 0s normal forwards 1 running headerSlideDown;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
		-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
		-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
		-o-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
		box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	}
	
	.cms-navigation-menu1.is-sticky li a {
		color: #fff;
	}
	
	.cms-navigation-menu1.is-sticky li a:before {
		bottom: 0;
	}
	
	.cms-navigation-menu1.is-sticky li:hover > a, .cms-navigation-menu1.is-sticky li.current-menu-item > a, .cms-navigation-menu1.is-sticky li > a.active, .cms-navigation-menu1.is-sticky li > a.cms-onepage-active {
		color: #da3832;
	}
}

.cms-navigation-menu1.style3 li a {
	color: #51668a;
	font-size: 14px;
	line-height: normal;
	padding: 9px 0;
	position: relative;
}

.cms-navigation-menu1.style3 li:hover > a, .cms-navigation-menu1.style3 li.current_page_item > a, .cms-navigation-menu1.style3 li.current-menu-item > a, .cms-navigation-menu1.style3 li.current_page_ancestor > a, .cms-navigation-menu1.style3 li.current-menu-ancestor > a {
	color: #da3832;
}

.cms-navigation-wrap.style3 {
	height: auto !important;
}

@media screen and (max-width: 1199px) {
	.cms-navigation-wrap {
		height: auto !important;
	}
}

.admin-bar .cms-navigation-menu1.is-sticky {
	top: 112px;
}

.cms-history-carousel1 {
	margin-left: -10px;
}

.cms-history-carousel1 .item--title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 28px;
	padding-top: 30px;
	position: relative;
}

.cms-history-carousel1 .item--title:before {
	content: "";
	width: 17px;
	height: 17px;
	background: #da3832;
	border: 5px solid #0d1741;
	position: absolute;
	top: -9px;
	left: 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.cms-history-carousel1 .item--description {
	font-size: 15px;
	line-height: 25px;
}

.cms-history-carousel1 .item--description p {
	margin-bottom: 25px;
}

.cms-history-carousel1 .item--description p:last-child {
	margin-bottom: 0;
}

.cms-history-carousel1 .item--inner {
	padding: 0 25px;
	margin-top: 10px;
}

@media screen and (min-width: 1200px) {
	.cms-history-carousel1 {
		width: calc(100% + 120px);
		width: -webkit-calc(100% + 120px);
	}
}

.cms-history-wrap {
	position: relative;
}

.cms-history-wrap:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 9px;
	background-color: #2d375b;
}

.cms-history-wrap .cms-slick-carousel {
	position: static;
}

.cms-history-wrap .slick-arrow {
	display: block;
	height: 40px;
	width: 40px;
	border: 1px solid #2d375b;
	border-radius: 40px;
	line-height: 38px;
	background-color: #0d1741;
	top: 9px;
}

.cms-history-wrap .slick-arrow.slick-prev {
	left: 90px;
}

@media screen and (max-width: 575px) {
	.cms-history-wrap .slick-arrow.slick-prev {
		left: 110px;
	}
}

.cms-history-wrap .slick-arrow.slick-next {
	right: 90px;
}

@media screen and (max-width: 575px) {
	.cms-history-wrap .slick-arrow.slick-next {
		right: 110px;
	}
}

.cms-history-wrap .slick-arrow:hover {
	border-color: #da3832;
}

.cms-counter-layout1 .cms-counter-number-wrapper {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	color: #0e2b5c;
	margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
	.cms-counter-layout1 .cms-counter-number-wrapper {
		font-size: 50px;
	}
}

.cms-counter-layout1 .cms-counter-title {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (max-width: 991px) {
	.cms-counter-layout1 .cms-counter-title {
		font-size: 14px;
	}
}

.cms-banner-box-layout1 {
	position: relative;
	padding-left: 50px;
	padding-bottom: 50px;
}

.cms-banner-box-layout1 img {
	width: 100%;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-banner-box-layout1 .cms-banner-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 43px 50px;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	max-width: 360px;
}

.cms-banner-box-layout1 .btn .cms-button-icon {
	margin-left: 10px;
	padding-right: 0;
}

.cms-banner-box-layout1 .cms-banner-desc {
	font-size: 17px;
	line-height: 28px;
	color: #0e2b5c;
	font-weight: 700;
	margin-bottom: 23px;
}

.cms-pricing-layout1 .pricing-price {
	font-size: 60px;
	font-weight: 500;
	color: #0b2653;
	line-height: 1;
}

.cms-pricing-layout1 .pricing-price span {
	font-size: 45px;
}

.cms-pricing-layout1 .pricing-time {
	font-weight: 700;
	font-size: 15px;
	margin-left: 4px;
}

.cms-pricing-layout1 .pricing-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 22px;
}

.cms-pricing-layout1 .pricing-title {
	font-size: 16px;
	color: #da3832;
	border-bottom: 2px solid #e7ebef;
	margin-bottom: 32px;
	padding-bottom: 56px;
	font-family: inherit;
}

.cms-pricing-layout1 .pricing-desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 34px;
}

.cms-pricing-layout1 .cms-pricing-feature {
	margin-bottom: 50px;
	list-style: none;
	font-size: 15px;
	font-weight: 700;
}

.cms-pricing-layout1 .cms-pricing-feature i {
	height: 26px;
	width: 26px;
	min-width: 26px;
	color: #0e2b5c;
	font-size: 12px;
	line-height: 22px;
	border: 2px solid #da3832;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

.cms-pricing-layout1 .cms-pricing-feature li {
	display: flex;
	align-items: center;
}

.cms-pricing-layout1 .cms-pricing-feature li + li {
	margin-top: 10px;
}

.cms-pricing-layout1 .pricing-button .btn {
	padding: 0 30px;
	text-align: left;
	line-height: 70px;
	display: flex;
	align-items: center;
}

.cms-pricing-layout1 .pricing-button .btn span {
	flex-grow: 1;
}

.cms-pricing-layout1 .pricing-button .btn i {
	font-size: 13px;
}

.cms-pricing-layout1 .cms-pricing-inner {
	background-color: #fff;
	padding: 52px 50px 60px;
	-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	-o-box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
}

@media screen and (max-width: 1199px) {
	.cms-pricing-layout1 .cms-pricing-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 991px) {
	.cms-pricing-layout1 .cms-pricing-inner {
		padding: 40px 20px;
	}
}

.cms-accordion .cms-ac-content {
	display: none;
}

.cms-accordion.layout1 .cms-ac-title {
	font-size: 18px;
	line-height: normal;
	color: #0b2653;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}

.cms-accordion.layout1 .cms-ac-title:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-accordion.layout1 .cms-ac-title.active {
	color: #da3832;
}

.cms-accordion.layout1 .cms-ac-title.active:before {
	content: "";
	color: #da3832;
}

.cms-accordion.layout1 .cms-ac-content {
	font-size: 15px;
	line-height: 24px;
	margin-top: 12px;
}

.cms-accordion.layout1 .cms-accordion-item {
	border: 2px solid #e7ebef;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	padding: 25px 24px 25px 30px;
}

.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
	margin-top: 30px;
}

@media screen and (max-width: 1199px) {
	.cms-accordion.layout1 .cms-accordion-item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cms-accordion.layout1 .cms-accordion-item.active {
	border-color: #da3832;
}

.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
	color: #da3832;
}

.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title:before {
	background-color: #da3832;
	color: #fff;
}

.cms-team-grid1 .item--image {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.cms-team-grid1 .item--image img {
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.cms-team-grid1 .item--image .item--social {
	position: absolute;
	bottom: -130px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-khtml-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #da3832;
	padding: 11px 4px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	white-space: nowrap;
}

.cms-team-grid1 .item--image .item--social a {
	color: #fff;
	font-size: 16px;
	margin: 0 17px;
	display: inline-block;
}

.cms-team-grid1 .item--title {
	font-size: 21px;
	margin-bottom: 6px;
}

.cms-team-grid1 .item--title a {
	color: inherit;
}

.cms-team-grid1 .item--title a:hover {
	color: #da3832;
}

.cms-team-grid1 .item--position {
	font-size: 14px;
}

.cms-team-grid1 .item--inner {
	text-align: center;
	margin-bottom: 52px;
}

.cms-team-grid1 .item--inner:hover .item--image:before {
	opacity: 1;
}

.cms-team-grid1 .item--inner:hover .item--social {
	opacity: 1;
	bottom: 30px;
}

.cms-career-layout1 {
	background-color: #fff;
}

.cms-career-layout1 .item-time {
	font-size: 13px;
	color: #fff;
	background-color: #da3832;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 27px;
	margin-right: 16px;
}

.cms-career-layout1 .item-address {
	font-size: 13px;
}

.cms-career-layout1 .item--meta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
	.cms-career-layout1 .item--meta {
		justify-content: center;
	}
}

.cms-career-layout1 .item--title {
	margin-bottom: 0;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.cms-career-layout1 .item--title {
		margin-bottom: 12px;
	}
}

.cms-career-layout1 .item-desc {
	font-size: 15px;
	line-height: 25px;
	width: 45.5%;
}

@media screen and (max-width: 991px) {
	.cms-career-layout1 .item-desc {
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}
}

.cms-career-layout1 .item-button {
	width: 22.5%;
	text-align: right;
}

@media screen and (max-width: 991px) {
	.cms-career-layout1 .item-button {
		width: 100%;
		text-align: center;
	}
}

.cms-career-layout1 .item-button a {
	padding: 0 48px;
}

.cms-career-layout1 .item-holder {
	width: 32%;
}

@media screen and (max-width: 991px) {
	.cms-career-layout1 .item-holder {
		width: 100%;
		text-align: center;
	}
}

.cms-career-layout1 .item--inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.cms-career-layout1 .item--inner > div {
	padding-left: 15px;
	padding-right: 15px;
}

.cms-career-layout1 .cms-career-item {
	padding: 32px 38px;
}

.cms-career-layout1 .cms-career-item:nth-child(odd) {
	background-color: #f9f9f9;
}

@media screen and (min-width: 1200px) {
	.custom-grid .cms-service-grid1 .grid-item.col-xl-4:nth-child(2) {
		margin-top: 40px;
	}
	
	.custom-grid .cms-service-grid1 .grid-item.col-xl-4:nth-child(3) {
		margin-top: 80px;
	}
	
	.custom-grid-bg .cms-service-grid3 .item--last .item--holder:before {
		content: "";
		position: absolute;
		bottom: 0;
		height: 130px;
		background-color: #f9f9f9;
		width: 10000px;
		left: 100%;
	}
	
	.section-align-top > .elementor-container > .elementor-row {
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.section-align-top .column-sticky {
		position: sticky;
		top: 150px;
	}
}

.swadmb-options {}

.swadmb-options .fa-shopping-bag:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.swadmb-options .fa-long-arrow-left:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.sidebar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}

@media screen and (max-width: 991px) {
	.sidebar-sticky {
		top: 0;
	}
}

.admin-bar .sidebar-sticky {
	top: 60px;
}

@media screen and (max-width: 991px) {
	.admin-bar .sidebar-sticky {
		top: 0;
	}
}

.header-sticky .sidebar-sticky {
	top: 110px;
}

@media screen and (max-width: 991px) {
	.header-sticky .sidebar-sticky {
		top: 0;
	}
}

.admin-bar.header-sticky .sidebar-sticky {
	top: 140px;
}

@media screen and (max-width: 991px) {
	.admin-bar.header-sticky .sidebar-sticky {
		top: 0;
	}
}

.entry-content .page-links {
	clear: left;
	padding-top: 10px;
}

.entry-content .page-links span {
	text-align: center;
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	color: #fff;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	background-color: #da3832;
	font-size: 14px;
	font-weight: 500;
	margin: 0 3px;
	-webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-moz-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-ms-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	-o-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
}

.entry-content .page-links a span {
	background-color: #e0e3e8;
	color: #000;
}

.entry-content .page-links a span:hover {
	background-color: #da3832;
	color: #fff;
}

.entry-content .page-links .post-page-numbers {
	margin: 0 3px;
}

.entry-content .page-links .post-page-numbers span {
	margin: 0;
}

@media screen and (min-width: 1400px) {
	body .container {
		max-width: 1200px;
		width: 100%;
	}
	
	body #primary.content-has-sidebar {
		-ms-flex: 0 0 68.3%;
		flex: 0 0 68.3%;
		max-width: 68.3%;
	}
	
	body #primary.content-has-sidebar.float-left + #secondary {
		padding-left: 35px;
	}
	
	body #primary.content-has-sidebar.float-right + #secondary {
		padding-right: 35px;
	}
	
	body #secondary.widget-has-sidebar {
		-ms-flex: 0 0 31.7%;
		flex: 0 0 31.7%;
		max-width: 31.7%;
	}
}

@media screen and (max-width: 1199px) {
	body .container {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#primary + #secondary {
		margin-top: 60px;
	}
}

.site-content {
	padding: 130px 0 110px;
	position: relative;
}

@media screen and (max-width: 991px) {
	.site-content {
		overflow: hidden;
	}
}

.layout-container {
	background-color: #fcfcfc;
	padding-bottom: 55px;
}

.widget .widget-content ul:not(.entry-meta) {
	margin: 0;
	list-style: none;
}

.page-template-default .entry-footer {
	text-align: center;
}

.page-template-default .entry-footer i {
	padding-right: 8px;
}

@media screen and (min-width: 992px) {
	.content-has-sidebar.float-right {
		order: 2;
		-webkit-order: 2;
		-ms-order: 2;
	}
	
	.content-has-sidebar.float-right + #secondary {
		order: 1;
		-webkit-order: 1;
		-ms-order: 1;
	}
}

.cms-widget-cart-sidebar {
	-webkit-transition: transform .4s ease 0s;
	-khtml-transition: transform .4s ease 0s;
	-moz-transition: transform .4s ease 0s;
	-ms-transition: transform .4s ease 0s;
	-o-transition: transform .4s ease 0s;
	transition: transform .4s ease 0s;
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	padding-top: 30px;
	padding-bottom: 137px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	-o-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
	z-index: 9999;
	width: 320px;
	overflow: hidden;
}

.cms-widget-cart-sidebar .widget_shopping_title {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 18px;
	padding-bottom: 14px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.cms-widget-cart-sidebar .cms-close {
	background-color: #202323;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.cms-widget-cart-sidebar .cms-close:hover {
	background-color: #da3832;
}

.cms-widget-cart-sidebar .widget_shopping_cart {
	padding: 30px 45px 0 30px;
	height: 100%;
	overflow-y: scroll;
	width: 350px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
	padding: 20px 15px 15px 0;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
	border: none;
	padding-bottom: 0;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
	font-size: 16px;
	margin-top: 40px;
	padding: 0 !important;
	text-align: center;
	display: block;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	margin-top: 20px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
	font-size: 60px;
	color: #0d2335;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
	line-height: 50px;
	width: 100%;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
	color: #fff;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
	width: 45px;
	min-width: 45px;
	margin-right: 15px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
	display: inline-block;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
	margin: 0;
	width: inherit;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
	padding-right: 12px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 3px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
	color: inherit;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
	color: #555;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
	font-size: 14px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	line-height: 17px;
	color: #da3832;
	font-size: 18px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
	vertical-align: middle;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
	opacity: 1;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: #fff;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 15px;
	padding-bottom: 0;
	color: #111;
	font-weight: 700;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	width: 100%;
	line-height: 45px;
}

.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn + .btn {
	margin-top: 10px;
}

.cms-widget-cart-wrap.open .cms-widget-cart-overlay {
	-webkit-transform: scaleX(1);
	-khtml-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.cms-widget-cart-wrap.open .cms-widget-cart-sidebar {
	-webkit-transform: translateX(0px);
	-khtml-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

@media screen and (min-width: 992px) {
	.admin-bar .widget-cart-sidebar {
		top: 32px;
		padding-bottom: 167px;
	}
	
	.admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
		bottom: 32px;
	}
}

.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
	text-align: center;
}

body.woocommerce #primary.content-has-sidebar.float-left + #secondary {
	padding-left: 15px;
}

.woocommerce .pswp--open {
	display: none !important;
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search {
	position: relative;
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #da3832;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 20px;
}

.woocommerce #secondary .widget_product_search button {
	border: none;
	background-color: transparent;
	padding: 0;
	height: 51px;
	line-height: 51px;
	width: 50px;
	font-size: 14px;
	color: #da3832;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 99;
}

body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
	padding: 0;
	background-color: transparent;
	margin-bottom: 48px;
}

body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 769px) {
	body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
		width: 100% !important;
	}
}

body.woocommerce form .form-row, body.woocommerce-page form .form-row {
	padding: 0 0 10px;
}

body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
	margin-right: 15px;
}

body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
	background-color: #da3832;
	font-size: 14px;
	border: none;
	color: #fff;
	text-transform: capitalize;
	padding: 0 34px;
	line-height: 52px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
}

body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-color: #202323;
}

body.woocommerce button, body.woocommerce-page button {
	z-index: 1;
	overflow: hidden;
}

body.woocommerce button:before, body.woocommerce-page button:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202323;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	z-index: -1;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

body.woocommerce button:hover, body.woocommerce-page button:hover, body.woocommerce button:focus, body.woocommerce-page button:focus {
	background-color: #da3832;
}

body.woocommerce button:hover:before, body.woocommerce-page button:hover:before, body.woocommerce button:focus:before, body.woocommerce-page button:focus:before {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-khtml-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
	border-color: #da3832;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
	color: #da3832;
}

.woocommerce .quantity {
	position: relative;
	display: inline-block;
}

.woocommerce .quantity .qty {
	padding: 0 24px 0 0;
	border: 2px solid #1b1a1a;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #282828;
	color: #1b1a1a;
	-moz-appearance: textfield;
	height: 52px;
	width: 76px;
	font-size: 20px;
	font-weight: 700;
}

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

.woocommerce .quantity-icon i {
	right: 0;
	width: 26px;
	height: 27px;
	border: 2px solid #1b1a1a;
	color: #1b1a1a;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	cursor: pointer;
}

.woocommerce .quantity-icon i.quantity-down {
	bottom: 0;
}

.woocommerce .quantity-icon i.quantity-up {
	top: 0;
}

.woocommerce table.shop_table {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.woocommerce table.shop_table td {
	padding: 12px 15px;
}

.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
	width: 50px;
}

.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
	width: 100% !important;
}

.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
	border: 1px solid #eaeaea;
	height: 55px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 53px;
	padding-left: 20px;
	color: #9b9b9b;
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
	right: 20px;
	top: 50%;
	color: #9b9b9b;
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-khtml-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 20px;
	color: #747da1;
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
	color: #747da1;
}

.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
	border-color: #e7e8e9;
}

.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
	border: 1px solid #e7e8e9;
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
	background-color: #da3832;
}

.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #f7f7f7;
}

@media screen and (min-width: 992px) {
	.woocommerce #primary.content-has-sidebar {
		flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		-o-flex: 0 0 75%;
		max-width: 75%;
	}
	
	.woocommerce #secondary.widget-has-sidebar {
		flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		-o-flex: 0 0 25%;
		max-width: 25%;
	}
}

#shop-newsletter {
	text-align: center;
	padding: 40px 30px 30px 30px;
	color: rgba(255, 255, 255, .87);
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	margin-top: 60px;
}

#shop-newsletter h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 13px;
}

#shop-newsletter .shop-newsletter-introduction {
	color: #fff;
	text-transform: uppercase;
}

#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
	max-width: 590px;
	margin: auto;
}

#shop-newsletter .ct-newsletter-inner {
	margin-top: 33px;
	margin-bottom: 18px;
}

#shop-newsletter .ct-newsletter-inner .tnp-email {
	background-color: #fff;
	color: rgba(0, 0, 0, .33);
}

#shop-newsletter .ct-newsletter-inner .tnp-field-button {
	position: absolute;
	top: 0;
	right: 0;
}

.woocommerce #secondary .widget_price_filter .widget-title {
	margin-bottom: 22px;
}

.woocommerce #secondary .widget_price_filter .widget-content-inner {
	padding-top: 30px;
}

.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
	height: 4px;
	background-color: #eee;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #da3832;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
	height: 10px;
	width: 10px;
	background-color: #da3832;
	top: -3px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
	margin-left: -2px;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	padding-top: 25px;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
	text-align: left;
	font-size: 14px;
	line-height: 1;
	flex-grow: 1;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
	float: none;
	max-width: 110px;
	border: none;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	color: #1b1a1a;
	line-height: 1;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button:hover {
	color: #da3832;
}

body .widget_products ul.product_list_widget li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	padding: 0;
}

body .widget_products ul.product_list_widget li:last-child {
	margin-bottom: 0;
}

body .widget_products ul.product_list_widget li .product-title {
	font-size: 15px;
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 0px;
}

body .widget_products ul.product_list_widget li .product-title a {
	color: inherit;
}

body .widget_products ul.product_list_widget li .product-title a:hover {
	color: #da3832;
}

body .widget_products ul.product_list_widget li .amount {
	font-size: 13px;
	color: #9b9b9b;
}

body .widget_products ul.product_list_widget li del {
	color: #da3832;
}

body .widget_products ul.product_list_widget li del .amount {
	color: inherit;
}

body .widget_products ul.product_list_widget li .star-rating-wrap {
	margin-bottom: 6px !important;
	display: none;
}

body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
	display: none;
}

body .widget_products ul.product_list_widget li .wg-product-image {
	width: 50px;
	margin-right: 15px;
	min-width: 50px;
}

body .widget_products ul.product_list_widget li .wg-product-image img {
	float: none;
	width: 100%;
	margin: 0;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.widget_rating_filter .wc-layered-nav-rating a {
	font-size: 0px;
	display: block;
	padding-left: 28px !important;
	position: relative;
}

.widget_rating_filter .wc-layered-nav-rating a:before {
	content: "";
	height: 18px;
	width: 18px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	-khtml-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	-moz-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	-ms-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	-o-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
	font-size: 18px;
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
	border-color: #da3832;
	background-color: #da3832;
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
	border-color: #da3832;
	background-color: #da3832;
}

#shop-topbar {
	border-bottom: 1px solid #e5e5e5;
	background-color: #f7f7f7;
}

#shop-topbar .shop-topbar-item {
	margin: 11px 0;
	position: relative;
	padding-left: 76px;
	color: #000;
	font-size: 16px;
	min-height: 56px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

#shop-topbar .shop-topbar-item i {
	height: 56px;
	width: 56px;
	-webkit-border-radius: 56px;
	-khtml-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	border: 1px solid #e5e5e5;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

#shop-topbar .shop-topbar-item span {
	font-weight: 500;
}

#shop-breadcrumb {
	padding: 23px 0;
}

#shop-breadcrumb ul {
	list-style: none;
	margin: 0;
}

#shop-breadcrumb ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #da3832;
	margin: 10px 0;
	padding: 0 12px;
	position: relative;
}

#shop-breadcrumb ul li::after {
	content: "/";
	color: #e9e9e9;
	position: absolute;
	top: 0;
	right: -4px;
}

#shop-breadcrumb ul li:first-child {
	padding-left: 0;
}

#shop-breadcrumb ul li:last-child:after {
	display: none;
}

#shop-breadcrumb ul li a {
	color: #282828;
}

#shop-breadcrumb ul li a:hover {
	color: #da3832;
}

.woocommerce .star-rating-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.woocommerce .star-rating-wrap .star-rating {
	margin: 0;
}

.woocommerce .star-rating-wrap .count-rating {
	font-size: 14px;
	margin-left: 8px;
	color: #808a98;
}

.woocommerce .woocommerce-product-category {
	display: none;
}

.woocommerce .woocommerce-product-category a {
	font-size: 12px;
	color: #9b9b9b;
	margin-bottom: 8px;
	display: inline-block;
}

.woocommerce .woocommerce-product-category a:hover {
	color: #da3832;
}

.woocommerce span.onsale {
	height: 45px;
	width: 45px;
	min-width: inherit;
	min-height: inherit;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 45px;
	background-color: #202323;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	margin: 0 !important;
	top: 14px !important;
	left: 29px !important;
	right: auto !important;
	font-weight: normal;
	z-index: 1;
}

.woocommerce .star-rating {
	margin: 0;
	letter-spacing: .2em;
	width: 90px;
	height: 18px;
}

.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
}

.woocommerce .star-rating span::before {
	color: #ffab00;
}

.woocommerce .star-rating:before {
	color: #d4d4d4;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.woocommerce ul.products li.product {
	margin-bottom: 47px;
	margin-right: 0;
	padding: 0 15px;
}

.woocommerce ul.products li.product.last {
	margin-right: 0;
}

@media screen and (min-width: 992px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 33.33%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.woocommerce ul.products li.product {
		width: 50% !important;
	}
}

@media screen and (max-width: 575px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
		width: 33.33%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
		width: 50%;
	}
}

.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
	font-size: 22px;
	font-family: inherit;
}

.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
	color: inherit;
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
	color: #da3832;
}

.woocommerce ul.products li.product .price {
	font-size: 19px;
	color: #da3832;
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce ul.products li.product .price del {
	color: #c4c9dc;
}

.woocommerce ul.products li.product .price ins {
	color: #202323;
	font-weight: inherit;
}

.woocommerce .woocommerce-topbar {
	display: flex;
	display: none;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 20px;
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
	margin: 15px 30px 15px 0px;
	flex-grow: 1;
	color: #222;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
	min-width: 220px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	font-size: 12px;
	color: #9b9b9b;
	text-transform: none;
	padding: 0 8px;
	height: 30px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
	right: 8px;
	color: #9b9b9b;
	font-size: 14px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
	color: #9b9b9b;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
	line-height: 30px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
	position: relative;
	overflow: hidden;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
	width: auto;
	display: inline-block;
	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 30px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
	line-height: 50px;
	background-color: #da3832;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0 40px;
	margin: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
	display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
	opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
	letter-spacing: 0;
	top: 0;
	right: 12px;
}

@media screen and (max-width: 1199px) {
	.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
		padding-left: 32px;
		padding-right: 32px;
		line-height: 48px;
		letter-spacing: .05em;
	}
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
	opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
	padding: 24px 0 0;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
		display: block;
	}
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
	line-height: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
	float: none;
	margin: 0 auto 8px auto;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
	font-size: 14px;
	color: rgba(0, 0, 0, .5);
	margin-left: 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
	padding: 0px !important;
	margin-bottom: 13px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
	color: inherit;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
	color: #da3832;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
	color: rgba(51, 51, 51, .66);
	font-size: 14px;
	margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
	margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
	width: auto !important;
	margin: 0 !important;
}

.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
	display: none !important;
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
	display: none !important;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 0;
	margin-bottom: -20px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	border: none;
	margin: 0 0 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
	text-align: center;
	height: 50px;
	width: 50px;
	padding: 0;
	line-height: 48px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: inherit;
	color: #222;
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px 0 0;
	border: 1px solid #e9e9e9;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
	font-size: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
	margin-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
	font-size: 16px;
	content: "";
	font-family: "Material-Design-Iconic-Font";
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
	margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
	font-size: 16px;
	content: "";
	font-family: "Material-Design-Iconic-Font";
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
	background-color: #da3832;
	color: #fff;
	border-color: #da3832;
}

.single-product #shop-breadcrumb {
	padding-bottom: 46px;
}

.single-product #shop-newsletter {
	margin-top: 30px;
}

.single-product section.related h2 {
	font-size: 24px;
	margin-bottom: 35px;
}

.single-product section.related ul.products {
	margin-bottom: 0;
}

.single-product section.related ul.products li.product {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
	.single-product section.related ul.products.columns-4 {
		margin-top: -40px;
	}
	
	.single-product section.related ul.products.columns-4 li.product {
		width: 50%;
		margin-top: 50px;
	}
}

@media screen and (max-width: 575px) {
	.single-product section.related ul.products.columns-4 li.product {
		width: 100%;
	}
}

.single-product #primary div.product .woocommerce-product-details__short-description {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 9px;
}

.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.single-product #primary div.product form.cart {
	padding-top: 24px;
	padding-bottom: 22px;
	margin: 0;
}

.single-product #primary div.product form.cart label {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	font-weight: 700;
	color: #232323;
}

@media screen and (max-width: 767px) {
	.single-product #primary div.product form.cart label {
		font-size: 15px;
		line-height: normal;
	}
}

.single-product #primary div.product form.cart .reset_variations {
	display: none !important;
}

.single-product #primary div.product form.cart .variations {
	margin-bottom: 10px;
}

.single-product #primary div.product form.cart .variations td {
	padding-bottom: 20px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
	background-color: #f3f3f3;
	border: none;
	line-height: 40px;
	color: #1b1a1a;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease 0s;
	-khtml-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
	font-size: 14px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: #da3832;
	color: #fff;
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0 5px 5px 0;
	opacity: .5;
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
	border: 2px solid rgba(0, 0, 0, .2);
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
	opacity: 1;
}

.single-product #primary div.product form.cart:not(.grouped_form) {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
	margin-top: 0;
	background-color: #202323;
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:before {
	background-color: #da3832;
}

.single-product #primary div.product .woocommerce-gallery span.onsale {
	display: none;
}

.single-product #primary div.product .woocommerce-product-gallery {
	width: 100% !important;
	margin-bottom: 32px;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	right: 20px;
	top: 20px;
	display: none;
}

@media screen and (min-width: 1200px) {
	.single-product #primary div.product .woocommerce-product-gallery {
		padding-right: 15px;
	}
	
	.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		right: 35px;
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

@media screen and (max-width: 575px) {
	.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
		margin-top: 10px;
		margin-left: -5px;
		margin-right: -5px;
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
	padding: 0 15px;
}

@media screen and (max-width: 575px) {
	.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
		padding: 0 5px;
	}
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
	opacity: 1;
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
	outline: 5px solid rgba(0, 0, 0, .1);
	outline-offset: -9px;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
}

.single-product #primary div.product .entry-summary {
	width: 100% !important;
	margin-bottom: 69px;
	padding-top: 32px;
}

@media screen and (min-width: 768px) {
	.single-product #primary div.product .entry-summary {
		position: sticky;
		top: 62px;
	}
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating {
	margin-bottom: 5px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-price {
	margin-bottom: 22px;
}

.single-product #primary div.product .entry-summary .entry-title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}

.single-product #primary div.product .entry-summary .price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 0;
	color: #9b9b9b;
	align-items: center;
}

.single-product #primary div.product .entry-summary .price .amount {
	font-size: 19px;
	color: #da3832;
	font-weight: 700;
}

.single-product #primary div.product .entry-summary .price ins {
	margin-right: 22px;
}

.single-product #primary div.product .entry-summary .price del {
	color: #da3832;
}

.single-product #primary div.product .entry-summary .price del .amount {
	color: inherit;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
	font-size: 30px;
	margin-bottom: 11px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
	font-size: 14px;
	line-height: 23px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #9b9b9b;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta > div {
	margin-bottom: 10px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
	color: inherit;
	font-size: inherit;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
	color: #da3832;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
	color: #282828;
	font-size: 16px;
	padding-right: 10px;
	min-width: 120px;
	font-weight: 700;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
	display: block;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
	margin-bottom: 0;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
	font-size: 16px;
	font-weight: 700;
	color: #282829;
	margin-right: 15px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin: 0 9px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
	color: #da3832;
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button {
	clear: left;
	margin-top: 30px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
	flex-grow: 1;
}

.single-product #primary div.product .woocommerce-tabs {
	margin: 50px auto 64px auto;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
	justify-content: center;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 0 8px 15px 8px;
	padding: 0;
	border: none;
	background-color: transparent;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
	background-color: #da3832;
	line-height: 52px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
	display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid #dee2e6;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-bottom: 1px solid #dee2e6;
	font-family: inherit;
	color: #1b1a1a;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
	border-left: 1px solid #dee2e6;
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
	font-size: 18px;
	line-height: 34px;
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
	font-weight: 600;
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
	margin: 0;
	width: 100%;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
	margin-bottom: 15px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
	font-size: 15px;
	line-height: 26px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
	margin-bottom: 15px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
	margin-bottom: 10px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
	margin-bottom: 8px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 18px;
	margin-bottom: 22px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
	display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
	padding-top: 15px;
	height: 120px;
	padding-bottom: 22px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
	padding: 30px;
	border: 1px solid #e9e9e9;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
	padding: 0;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #eee;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
	position: absolute;
	right: 10px;
	top: 0;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
	display: none;
}

@media screen and (max-width: 991px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
		position: static;
		margin-bottom: 6px;
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
	position: relative;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
	padding: 0;
	width: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
}

@media screen and (max-width: 575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
		width: 40px;
		border: none;
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0 0 0 100px;
}

@media screen and (max-width: 767px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
		float: none;
	}
}

@media screen and (max-width: 575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
		padding-left: 60px;
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
	font-size: 16px;
}

@media screen and (max-width: 575px) {
	.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
		display: block;
	}
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
	display: block;
	font-size: 14px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
	color: #282828;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
	display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin: 0 4px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
	margin: 0;
}

.single-product #primary div.product .woocommerce-sg-product-navigation {
	text-align: center;
	margin-bottom: 57px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
	display: inline-block;
	position: relative;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #222;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 3px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
	background-color: #da3832;
}

.single-product #primary div.product .quantity {
	margin-right: 15px;
}

.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
	display: block;
	font-weight: 600;
	font-size: 15px;
}

.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
	color: #da3832;
	margin-left: 7px;
}

.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
	color: #202323;
}

.single-product #primary div.product .product_meta .posted_in {
	display: none;
}

@media screen and (min-width: 768px) {
	.single-product.header-sticky #primary div.product .entry-summary {
		top: 120px;
	}
	
	.single-product.header-sticky.admin-bar #primary div.product .entry-summary {
		top: 150px;
	}
}

body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
	padding: 0 20px !important;
	color: #fff !important;
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
	width: 180px !important;
	height: 54px;
	padding: 0 25px;
	font-size: 16px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
	border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #da3832;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
	text-align: left;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
	color: #1b1a1a;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
	color: #da3832;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
	color: #1b1a1a;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
	color: #1b1a1a;
	background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
	text-align: center !important;
	min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
	position: relative;
	min-width: 50px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
	font-size: 0px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
	content: "";
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: #da3832;
	color: #fff;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: auto;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
	color: #fff;
	background-color: rgba(218, 56, 50, .85);
}

@media screen and (max-width: 769px) {
	body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
		min-height: 57px;
	}
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
	margin-bottom: 40px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 769px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
		background-color: #fff !important;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
	background-color: #fff;
	padding: 40px 50px;
	-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	-khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	-o-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	width: 33.33%;
}

@media screen and (max-width: 991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 991px) {
	body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
		padding: 30px;
		width: 100%;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
	font-size: 24px;
	border-bottom: 1px solid rgba(96, 101, 104, .15);
	margin-bottom: 20px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
	vertical-align: middle !important;
	border: none !important;
	color: inherit;
	font-weight: normal;
	padding: 12px 10px 12px 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
	border-left: 1px solid #ebebeb;
}

body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-wishlist .cart-collaterals .cart_totals td {
	border: none !important;
	padding: 12px 10px;
	text-align: right;
}

body.woocommerce-cart .cart-collaterals .cart_totals strong, body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
	color: #222;
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table, body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
	border: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: #da3832;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	content: "";
	margin-left: 9px;
	font-family: "Material-Design-Iconic-Font";
	position: relative;
	top: 1px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: #da3832;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	width: 100%;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce-checkout form.checkout_coupon {
	border: 1px solid #eee;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #f7f8fa;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 30px;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.woocommerce-checkout #customer_details {
	margin: 0 -15px;
	width: inherit;
}

.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
	width: 50%;
	flex: inherit;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.woocommerce-checkout #customer_details {
		margin: 0;
	}
	
	.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
		width: 100%;
	}
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
	font-size: 28px;
	text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	font-size: 18px;
	font-weight: 600;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 28px;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-khtml-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: #da3832;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin-left: 14px;
	font-weight: normal;
}

.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
	display: none !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 24px;
	text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
	color: #1b1a1a;
	vertical-align: middle !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
	border-left: 1px solid #ebebeb;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid #ebebeb;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
	font-weight: 600;
	color: #1b1a1a;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 60px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	background-color: #f7f8fa;
	border: 1px solid #eee;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
	margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
	padding: 20px;
	margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	background-color: #da3832;
	float: none;
	margin-top: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
	background-color: #202323;
}

.woocommerce-checkout #payment label {
	font-size: 16px;
	color: rgba(0, 0, 0, .87);
	font-weight: 600;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 10px 0;
	color: #747da1;
	position: relative;
	display: block;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
	color: #da3832;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	font-family: "\'Font Awesome 5 Pro\'";
	color: #da3832;
	margin-left: -16px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
	color: inherit;
	padding-left: 26px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
	margin-left: 0;
	opacity: 1;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
	margin-bottom: 30px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
	flex: inherit;
	max-width: inherit;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
	width: 100%;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-account .site-content #primary .woocommerce-form {
	background-color: #f7f8fa;
	border: 1px solid #eee;
	padding: 30px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	max-width: 670px;
	margin: 0px auto 30px auto;
}

.woocommerce-account .site-content #primary .woocommerce-form label {
	font-weight: 500;
	margin-bottom: 2px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
	margin-right: 16px;
	height: auto;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
	margin-bottom: 0;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
	color: #da3832;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
	color: #202323;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
	padding: 0;
	line-height: 50px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
	font-size: 15px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	position: relative;
	top: -1px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
	height: 42px;
}

.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
	text-align: center;
	font-size: 24px;
}

.woocommerce-account .site-content #primary #customer_login {
	margin: 0 -15px;
	width: inherit;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-account .site-content #primary #customer_login h2 {
	font-size: 24px;
}

.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
	width: 50%;
	flex: inherit;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.woocommerce-account .site-content #primary #customer_login {
		margin: 0;
	}
	
	.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
		width: 100%;
		padding: 0;
	}
}

.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
	background-color: transparent;
	padding: 8px 0;
}

body #yith-wcwl-popup-message {
	margin-left: -108px;
	display: none;
	bottom: 30px;
	top: auto;
	right: 30px;
	left: auto;
	background-color: #da3832;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding: 0 20px;
}

.woocommerce-wishlist tfoot td {
	display: none;
}

.woocommerce-wishlist .product-stock-status {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
	color: #202323 !important;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
	text-align: center !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
	text-align: center !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
	padding: 0 20px;
	background-color: #da3832;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	display: inline-block !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
	background-color: #202323;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
	padding-right: 30px;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
	top: 0;
	right: 8px;
}

@media screen and (max-width: 767px) {
	.woocommerce-wishlist #yith-wcwl-form {
		overflow-x: scroll;
	}
	
	.woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
		min-width: 767px;
	}
}

.woocommerce-grouped-product-list {
	border: none;
}

.cms-carousel-inner {
	margin: 0 -15px;
}

.slick-slide {
	padding: 0 15px;
}

#elementor-panel-get-pro-elements {
	display: none !important;
}

.elementor-icons-manager__tab__item {
	height: 80px !important;
}

.elementor-element .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
	max-width: 1190px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
	max-width: 1200px;
}

.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
	margin: 0 -10px;
}

.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
	margin: 0 -15px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
	margin: 0 auto;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
	margin: 0 -10px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
	margin: 0 auto;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
	margin: 0 -15px;
}

.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-khtml-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	margin: 0;
}

.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
	display: none;
}

@media screen and (min-width: 1400px) {
	.elementor-section-full_width .elementor-inner-section > .elementor-container {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-khtml-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 1199px) {
	.col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
		padding-left: 0 !important;
	}
	
	.col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
		padding-right: 0 !important;
	}
	
	.col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.site-footer-custom {
		overflow: hidden;
	}
}

.elementor-editor-active #site-header-wrap {
	display: none;
}

.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
	position: static !important;
}

.elementor-editor-active .site-footer-custom {
	display: none;
}

.elementor-editor-active .cms-navigation-menu1.is-sticky {
	position: static;
}
