.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.editor-block-list__layout .reusable-block-edit-panel {
	align-items: center;
	background: #f8f9f9;
	color: #555d66;
	display: flex;
	flex-wrap: wrap;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	position: relative;
	top: -14px;
	margin: 0 -14px;
	padding: 8px 14px;
	position: relative;
	z-index: 7
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
	margin: 0 -14px;
	padding: 8px 14px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
	margin: 0 5px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
	margin-right: auto
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
	margin-right: 8px;
	white-space: nowrap;
	font-weight: 600
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
	flex: 1 1 100%;
	font-size: 14px;
	height: 30px;
	margin: 4px 0 8px
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
	flex-shrink: 0
}

@media (min-width:960px) {
	.editor-block-list__layout .reusable-block-edit-panel {
		flex-wrap: nowrap
	}
	.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
		margin: 0
	}
	.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
		margin: 0 0 0 5px
	}
}

.editor-block-list__layout .reusable-block-indicator {
	background: #fff;
	border-left: 1px dashed #e2e4e7;
	color: #555d66;
	border-bottom: 1px dashed #e2e4e7;
	top: -14px;
	height: 30px;
	padding: 4px;
	position: absolute;
	z-index: 1;
	width: 30px;
	right: -14px
}

.wp-block-button {
	color: #fff;
	margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
	text-align: center
}

.wp-block-button.alignright {
	text-align: right
}

.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
	color: inherit
}

.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.is-style-outline {
	color: #32373c
}

.is-style-outline .wp-block-button__link {
	background: 0 0;
	border: 2px solid currentcolor
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-columns {
	display: flex;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-column {
	flex: 1;
	margin-bottom: 1em;
	flex-basis: 100%;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (min-width:600px) {
	.wp-block-column {
		flex-basis: 50%;
		flex-grow: 0
	}
}

@media (min-width:600px) {
	.wp-block-column:nth-child(odd) {
		margin-right: 32px
	}
	.wp-block-column:nth-child(even) {
		margin-left: 32px
	}
	.wp-block-column:not(:first-child) {
		margin-left: 32px
	}
	.wp-block-column:not(:last-child) {
		margin-right: 32px
	}
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: center center;
	min-height: 430px;
	width: 100%;
	margin: 0 0 1.5em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
	color: #fff;
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 610px;
	padding: 14px;
	text-align: center
}

.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 305px;
	width: 100%
}

.wp-block-cover-image::after,
.wp-block-cover::after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-cover-image::after,
	.wp-block-cover::after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
	max-width: 360px;
	width: 100%
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
	padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
	padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
	padding-top: 200%
}

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: 13px;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 5px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 60%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/ 2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
	margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2)/ 3);
		margin-right: 16px
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3)/ 4);
		margin-right: 16px
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4)/ 5);
		margin-right: 16px
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5)/ 6);
		margin-right: 16px
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 16px * 6)/ 7);
		margin-right: 16px
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 16px * 7)/ 8);
		margin-right: 16px
	}
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
	width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 305px;
	width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-image {
	max-width: 100%;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0
}

.wp-block-image img {
	max-width: 100%
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	display: table;
	margin-left: 0;
	margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-image .alignright {
	float: right;
	margin-left: 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.wp-block-latest-comments__comment {
	font-size: 15px;
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 36px;
	list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
	color: #8f98a1;
	display: block;
	font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc((100% / 2) - 16px)
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc((100% / 3) - 16px)
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc((100% / 4) - 16px)
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc((100% / 5) - 16px)
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc((100% / 6) - 16px)
	}
}

.wp-block-latest-posts__post-date {
	display: block;
	color: #6c7781;
	font-size: 13px
}

.wp-block-media-text {
	display: grid
}

.wp-block-media-text {
	grid-template-rows: auto;
	align-items: center;
	grid-template-areas: "media-text-media media-text-content";
	grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-areas: "media-text-content media-text-media";
	grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
	grid-area: media-text-media;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	word-break: break-word;
	grid-area: media-text-content;
	padding: 0 8% 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important;
		grid-template-areas: "media-text-media" "media-text-content"
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
		grid-template-areas: "media-text-content" "media-text-media"
	}
}

p.is-small-text {
	font-size: 14px
}

p.is-regular-text {
	font-size: 16px
}

p.is-large-text {
	font-size: 36px
}

p.is-larger-text {
	font-size: 48px
}

p.has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-drop-cap:not(:focus)::after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px
}

p.has-background {
	padding: 20px 30px
}

p.has-text-color a {
	color: inherit
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px
}

.wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: right
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: 0 0;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: #191e23;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-table.has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes td {
	border-color: transparent
}

.wp-block-text-columns {
	display: flex
}

.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: calc(100% / 2)
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: calc(100% / 3)
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: calc(100% / 4)
}

pre.wp-block-verse {
	white-space: nowrap;
	overflow: auto
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

.wp-block-video video {
	max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: #555d66;
	text-align: center;
	font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
	background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
	background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
	background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
	background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
	background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
	color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
	color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
	color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
	color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
	color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
	color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
	color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
	color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
	color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
	color: #313131
}

.has-small-font-size {
	font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 16px
}

.has-medium-font-size {
	font-size: 20px
}

.has-large-font-size {
	font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 42px
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url(../../fonts/MyriadPro-Regular.otf) format('opentype'), url(../../fonts/MyriadPro-Regular.woff) format('woff'), url(../../fonts/MyriadPro-Regular.ttf) format('truetype'), url('../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url(../fonts/MyriadPro-Bold.otf) format('opentype'), url(../fonts/MyriadPro-Bold.woff) format('woff'), url(../fonts/MyriadPro-Bold.ttf) format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: 400;
	font-style: normal
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

;
.clearfix {
	*zoom: 1
}

.apsc-each-profile {
	font-family: 'MyriadPro-Regular'
}

.apsc-theme-1 .apsc-each-profile {
	float: left;
	min-height: 80px;
	text-align: center;
	width: 80px;
	margin: 5px
}

.apsc-each-profile a {
	font-weight: 400;
	color: white!important;
	text-decoration: none
}

.apsc-each-profile a:hover {
	color: white!important;
	text-decoration: none!important
}

.apsc-theme-1 .apsc-each-profile a {
	padding: 9px;
	display: block;
	color: #fff;
	position: relative;
	border-radius: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.entry-content .apsc-each-profile a {
	border: none
}

.site-footer .widget .apsc-each-profile a {
	color: #fff;
	text-decoration: none
}

.social-icon {
	display: block
}

.apsc-theme-1 .media-name {
	display: none
}

.apsc-theme-1 .apsc-count {
	font-size: 16px;
	display: block;
	line-height: 15px;
	padding: 2px 0 0
}

.entry-content .apsc-each-profile a,
.entry-content .apsc-each-profile a:hover,
.entry-content .apsc-each-profile a:focus {
	color: #fff;
	text-decoration: none
}

.apsc-theme-1 .apsc-each-profile a:before {
	background: radial-gradient(ellipse at center center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
	width: 90%;
	z-index: -1
}

.apsc-theme-1 .apsc-each-profile a:hover:before {
	opacity: 1;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px)
}

.apsc-theme-1 .apsc-each-profile a:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px)
}

.apsc-theme-1 .social-icon .fa {
	font-size: 45px
}

.apsc-facebook-icon {
	background-color: #3b5998
}

.apsc-twitter-icon {
	background-color: #1dcaff
}

.apsc-youtube-icon {
	background-color: #e52d27
}

.apsc-soundcloud-icon {
	background-color: #f80
}

.apsc-dribble-icon {
	background-color: #ea4c89
}

.apsc-comment-icon {
	background-color: #464646
}

.apsc-edit-icon {
	background-color: #837d7d
}

.apsc-google-plus-icon {
	background-color: #dd4b39
}

.apsc-instagram-icon {
	background-color: #3f729b
}

.apsc-theme-1 .apsc-media-type {
	display: none
}

.apsc-theme-2 .apsc-each-profile {
	float: left;
	min-height: 83px;
	text-align: center;
	width: 80px;
	margin: 5px
}

.apsc-theme-2 .apsc-each-profile a {
	display: block;
	color: #fff;
	position: relative;
	border-radius: 5px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out
}

.apsc-theme-2 .apsc-inner-block {
	padding: 8px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21);
	-moz-box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21);
	box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21)
}

.apsc-theme-2 .apsc-each-profile a:hover {
	transform: scale(1.1) rotate(5deg);
	-webkit-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg)
}

.apsc-theme-2 .apsc-count {
	font-size: 14px;
	display: block;
	line-height: 14px;
	padding: 1px 0
}

.apsc-theme-2 .social-icon .fa {
	font-size: 36px
}

.apsc-theme-2 .media-name {
	display: none
}

.apsc-theme-2 .apsc-media-type {
	display: block;
	font-size: 11px;
	line-height: 11px
}

.apsc-theme-3 .apsc-each-profile {
	float: left;
	margin: 5px
}

.apsc-theme-3 .social-icon {
	display: table-cell;
	min-width: 97px;
	padding: 0 0 0 4px;
	vertical-align: middle;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.apsc-theme-3 .apsc-each-profile a {
	border-radius: 4px;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 1px;
	position: relative;
	text-shadow: none
}

.apsc-theme-3 .apsc-count {
	background-color: #fff
}

.apsc-theme-3 .social-icon .fa {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle
}

.apsc-theme-3 .media-name {
	display: table-cell;
	font-size: 14px;
	padding: 0 13px 0 5px;
	text-transform: capitalize;
	vertical-align: middle;
	min-width: 77px
}

.apsc-theme-3 .apsc-count {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #666;
	display: table-cell;
	font-size: 16px;
	min-width: 52px;
	padding: 3px 10px;
	text-align: center;
	position: relative;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.apsc-theme-3 .apsc-count:before {
	border-bottom: 4px solid transparent;
	border-right: 4px solid #fff;
	border-top: 4px solid transparent;
	content: "";
	left: -4px;
	margin-top: -3px;
	position: absolute;
	top: 50%
}

.apsc-theme-3 .apsc-each-profile a:hover .social-icon {
	background-color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.apsc-theme-3 .apsc-each-profile a:hover .apsc-count {
	color: #fff
}

.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after {
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	border-top: 4px solid transparent;
	content: "";
	margin-top: -3px;
	position: absolute;
	right: -4px;
	top: 50%;
	z-index: 2
}

.apsc-theme-3 .apsc-media-type {
	display: none
}

.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon {
	color: #e52d27
}

.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .apsc-count {
	background-color: #e52d27
}

.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon {
	color: #f80
}

.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .apsc-count {
	background-color: #f80
}

.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon {
	color: #ea4c89
}

.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .apsc-count {
	background-color: #ea4c89
}

.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .social-icon {
	color: #464646
}

.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .apsc-count {
	background-color: #464646
}

.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon {
	color: #1dcaff
}

.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .apsc-count {
	background-color: #1dcaff
}

.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon {
	color: #3f729b
}

.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .apsc-count {
	background-color: #3f729b
}

.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon {
	color: #3b5998
}

.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .apsc-count {
	background-color: #3b5998
}

.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .social-icon {
	color: #dd4b39
}

.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .apsc-count {
	background-color: #dd4b39
}

.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .social-icon {
	color: #837d7d
}

.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .apsc-count {
	background-color: #837d7d
}

.apsc-theme-4 .apsc-each-profile {
	float: left;
	margin: 5px
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.apsc-theme-4 .apsc-each-profile a {
	padding: 2px 9px 2px 6px;
	display: block;
	color: #fff;
	position: relative;
	border-radius: 4px
}

.apsc-theme-4 .apsc-each-profile a .fa {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.apsc-theme-4 .apsc-each-profile a:hover .fa {
	transform: scale(1.3) translateZ(0);
	-webkit-transform: scale(1.3) translateZ(0);
	-ms-transform: scale(1.3) translateZ(0)
}

.apsc-theme-4 .social-icon .fa {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle
}

.apsc-theme-4 .media-name {
	display: inline-block;
	font-size: 14px;
	padding: 0 6px 0 5px;
	text-transform: capitalize
}

.apsc-theme-4 .apsc-count {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	position: relative;
	font-family: 'MyriadPro-Bold';
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.apsc-theme-4 .apsc-media-type {
	display: none
}

.apsc-theme-5 .apsc-each-profile {
	min-height: 60px;
	text-align: center;
	width: 60px;
	margin: 5px
}

.apsc-theme-5 .apsc-each-profile a {
	padding: 6px;
	display: block;
	color: #fff;
	position: relative;
	border-radius: 5px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out
}

.entry-content .apsc-each-profile a {
	border: none
}

.social-icon {
	display: block
}

.apsc-theme-5 .apsc-count {
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding: 3px 0 0
}

.apsc-theme-5 .social-icon .fa {
	font-size: 34px
}

.apsc-theme-5 .social-icon {
	height: 34px
}

.apsc-theme-5 .media-name {
	display: none
}

.apsc-theme-5 .apsc-media-type {
	display: none
}

.apsc-theme-5 .apsc-each-profile a:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8)
}

@media screen and (max-width:479px) {
	.apsc-theme-4 .apsc-each-profile a,
	.apsc-theme-3 .apsc-each-profile a {
		display: inline-block
	}
	.apsc-theme-4 .apsc-each-profile,
	.apsc-theme-3 .apsc-each-profile {
		float: none
	}
}

.footer-width-fixer {
	width: 100%
}

.ekit-hf-template-genesis.ekit-hf-header .site-header .wrap,
.ekit-hf-template-genesis.ekit-hf-footer .site-footer .wrap,
.ekit-hf-template-generatepress.ekit-hf-header .site-header .inside-header {
	width: 100%;
	padding: 0;
	max-width: 100%
}

.ekit-hf-template-generatepress.ekit-hf-header .site-header,
.ekit-hf-template-generatepress.ekit-hf-footer .site-footer {
	width: 100%;
	padding: 0;
	max-width: 100%;
	background-color: transparent!important
}

.bhf-hidden {
	display: none
}

.ekit-hf-header #masthead {
	z-index: 30;
	position: relative
}

@font-face {
	font-family: eicons;
	src: url(../fonts/eicons.eot?4.2.0);
	src: url(../fonts/eicons.eot?4.2.0#iefix) format("embedded-opentype"), url(../fonts/eicons.woff2?4.2.0) format("woff2"), url(../fonts/eicons.woff?4.2.0) format("woff"), url(../fonts/eicons.ttf?4.2.0) format("truetype"), url(../fonts/eicons.svg?4.2.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear
}

.eicon-elementor:before {
	content: '\e800'
}

.eicon-elementor-square:before {
	content: '\e801'
}

.eicon-pojome:before {
	content: '\e802'
}

.eicon-plus:before {
	content: '\e803'
}

.eicon-menu-bar:before {
	content: '\e804'
}

.eicon-apps:before {
	content: '\e805'
}

.eicon-accordion:before {
	content: '\e806'
}

.eicon-alert:before {
	content: '\e807'
}

.eicon-animation-text:before {
	content: '\e808'
}

.eicon-animation:before {
	content: '\e809'
}

.eicon-banner:before {
	content: '\e810'
}

.eicon-blockquote:before {
	content: '\e811'
}

.eicon-button:before {
	content: '\e812'
}

.eicon-call-to-action:before {
	content: '\e813'
}

.eicon-captcha:before {
	content: '\e814'
}

.eicon-carousel:before {
	content: '\e815'
}

.eicon-checkbox:before {
	content: '\e816'
}

.eicon-columns:before {
	content: '\e817'
}

.eicon-countdown:before {
	content: '\e818'
}

.eicon-counter:before {
	content: '\e819'
}

.eicon-date:before {
	content: '\e820'
}

.eicon-divider-shape:before {
	content: '\e821'
}

.eicon-divider:before {
	content: '\e822'
}

.eicon-download-button:before {
	content: '\e823'
}

.eicon-dual-button:before {
	content: '\e824'
}

.eicon-email-field:before {
	content: '\e825'
}

.eicon-facebook-comments:before {
	content: '\e826'
}

.eicon-facebook-like-box:before {
	content: '\e827'
}

.eicon-form-horizontal:before {
	content: '\e828'
}

.eicon-form-vertical:before {
	content: '\e829'
}

.eicon-gallery-grid:before {
	content: '\e830'
}

.eicon-gallery-group:before {
	content: '\e831'
}

.eicon-gallery-justified:before {
	content: '\e832'
}

.eicon-gallery-masonry:before {
	content: '\e833'
}

.eicon-icon-box:before {
	content: '\e834'
}

.eicon-image-before-after:before {
	content: '\e835'
}

.eicon-image-box:before {
	content: '\e836'
}

.eicon-image-hotspot:before {
	content: '\e837'
}

.eicon-image-rollover:before {
	content: '\e838'
}

.eicon-info-box:before {
	content: '\e839'
}

.eicon-inner-section:before {
	content: '\e840'
}

.eicon-mailchimp:before {
	content: '\e841'
}

.eicon-menu-card:before {
	content: '\e842'
}

.eicon-navigation-horizontal:before {
	content: '\e843'
}

.eicon-nav-menu:before {
	content: '\e844'
}

.eicon-navigation-vertical:before {
	content: '\e845'
}

.eicon-number-field:before {
	content: '\e846'
}

.eicon-parallax:before {
	content: '\e847'
}

.eicon-php7:before {
	content: '\e848'
}

.eicon-post-list:before {
	content: '\e849'
}

.eicon-post-slider:before {
	content: '\e850'
}

.eicon-post:before {
	content: '\e851'
}

.eicon-posts-carousel:before {
	content: '\e852'
}

.eicon-posts-grid:before {
	content: '\e853'
}

.eicon-posts-group:before {
	content: '\e854'
}

.eicon-posts-justified:before {
	content: '\e855'
}

.eicon-posts-masonry:before {
	content: '\e856'
}

.eicon-posts-ticker:before {
	content: '\e857'
}

.eicon-price-list:before {
	content: '\e858'
}

.eicon-price-table:before {
	content: '\e859'
}

.eicon-radio:before {
	content: '\e860'
}

.eicon-rtl:before {
	content: '\e861'
}

.eicon-scroll:before {
	content: '\e862'
}

.eicon-search:before {
	content: '\e863'
}

.eicon-select:before {
	content: '\e864'
}

.eicon-share:before {
	content: '\e865'
}

.eicon-sidebar:before {
	content: '\e866'
}

.eicon-skill-bar:before {
	content: '\e867'
}

.eicon-slider-3d:before {
	content: '\e868'
}

.eicon-slider-album:before {
	content: '\e869'
}

.eicon-slider-device:before {
	content: '\e870'
}

.eicon-slider-full-screen:before {
	content: '\e871'
}

.eicon-slider-push:before {
	content: '\e872'
}

.eicon-slider-vertical:before {
	content: '\e873'
}

.eicon-slider-video:before {
	content: '\e874'
}

.eicon-slideshow:before {
	content: '\e875'
}

.eicon-social-icons:before {
	content: '\e876'
}

.eicon-spacer:before {
	content: '\e877'
}

.eicon-table:before {
	content: '\e878'
}

.eicon-tabs:before {
	content: '\e879'
}

.eicon-tel-field:before {
	content: '\e880'
}

.eicon-text-area:before {
	content: '\e881'
}

.eicon-text-field:before {
	content: '\e882'
}

.eicon-thumbnails-down:before {
	content: '\e883'
}

.eicon-thumbnails-half:before {
	content: '\e884'
}

.eicon-thumbnails-right:before {
	content: '\e885'
}

.eicon-time-line:before {
	content: '\e886'
}

.eicon-toggle:before {
	content: '\e887'
}

.eicon-url:before {
	content: '\e888'
}

.eicon-type-tool:before {
	content: '\e889'
}

.eicon-wordpress:before {
	content: '\e890'
}

.eicon-align-left:before {
	content: '\e891'
}

.eicon-anchor:before {
	content: '\e892'
}

.eicon-bullet-list:before {
	content: '\e893'
}

.eicon-coding:before {
	content: '\e894'
}

.eicon-favorite:before {
	content: '\e895'
}

.eicon-google-maps:before {
	content: '\e896'
}

.eicon-image:before {
	content: '\e897'
}

.eicon-photo-library:before {
	content: '\e898'
}

.eicon-woocommerce:before {
	content: '\e899'
}

.eicon-youtube:before {
	content: '\e900'
}

.eicon-flip-box:before {
	content: '\e901'
}

.eicon-settings:before {
	content: '\e902'
}

.eicon-headphones:before {
	content: '\e903'
}

.eicon-testimonial:before {
	content: '\e904'
}

.eicon-counter-circle:before {
	content: '\e905'
}

.eicon-person:before {
	content: '\e906'
}

.eicon-chevron-right:before {
	content: '\e907'
}

.eicon-chevron-left:before {
	content: '\e908'
}

.eicon-close:before {
	content: '\e909'
}

.eicon-file-download:before {
	content: '\e910'
}

.eicon-save:before {
	content: '\e911'
}

.eicon-zoom-in:before {
	content: '\e912'
}

.eicon-shortcode:before {
	content: '\e913'
}

.eicon-nerd:before {
	content: '\e914'
}

.eicon-device-desktop:before {
	content: '\e915'
}

.eicon-device-tablet:before {
	content: '\e916'
}

.eicon-device-mobile:before {
	content: '\e917'
}

.eicon-document-file:before {
	content: '\e918'
}

.eicon-folder:before {
	content: '\e919'
}

.eicon-hypster:before {
	content: '\e920'
}

.eicon-h-align-left:before {
	content: '\e921'
}

.eicon-h-align-right:before {
	content: '\e922'
}

.eicon-h-align-center:before {
	content: '\e923'
}

.eicon-h-align-stretch:before {
	content: '\e924'
}

.eicon-v-align-top:before {
	content: '\e925'
}

.eicon-v-align-bottom:before {
	content: '\e926'
}

.eicon-v-align-middle:before {
	content: '\e927'
}

.eicon-v-align-stretch:before {
	content: '\e928'
}

.eicon-pro-icon:before {
	content: '\e929'
}

.eicon-mail:before {
	content: '\e930'
}

.eicon-lock-user:before {
	content: '\e931'
}

.eicon-testimonial-carousel:before {
	content: '\e932'
}

.eicon-media-carousel:before {
	content: '\e933'
}

.eicon-section:before {
	content: '\e934'
}

.eicon-column:before {
	content: '\e935'
}

.eicon-edit:before {
	content: '\e936'
}

.eicon-clone:before {
	content: '\e937'
}

.eicon-trash:before {
	content: '\e938'
}

.eicon-play:before {
	content: '\e939'
}

.eicon-angle-right:before {
	content: '\e940'
}

.eicon-angle-left:before {
	content: '\e941'
}

.eicon-animated-headline:before {
	content: '\e942'
}

.eicon-menu-toggle:before {
	content: '\e943'
}

.eicon-fb-embed:before {
	content: '\e944'
}

.eicon-fb-feed:before {
	content: '\e945'
}

.eicon-twitter-embed:before {
	content: '\e946'
}

.eicon-twitter-feed:before {
	content: '\e947'
}

.eicon-sync:before {
	content: '\e948'
}

.eicon-import-export:before {
	content: '\e949'
}

.eicon-check-circle:before {
	content: '\e950'
}

.eicon-library-save:before {
	content: '\e951'
}

.eicon-library-download:before {
	content: '\e952'
}

.eicon-insert:before {
	content: '\e953'
}

.eicon-preview:before {
	content: '\e954'
}

.eicon-sort-down:before {
	content: '\e955'
}

.eicon-sort-up:before {
	content: '\e956'
}

.eicon-heading:before {
	content: '\e957'
}

.eicon-logo:before {
	content: '\e958'
}

.eicon-meta-data:before {
	content: '\e959'
}

.eicon-post-content:before {
	content: '\e960'
}

.eicon-post-excerpt:before {
	content: '\e961'
}

.eicon-post-navigation:before {
	content: '\e962'
}

.eicon-yoast:before {
	content: '\e963'
}

.eicon-nerd-chuckle:before {
	content: '\e964'
}

.eicon-nerd-wink:before {
	content: '\e965'
}

.eicon-comments:before {
	content: '\e966'
}

.eicon-download-circle-o:before {
	content: '\e967'
}

.eicon-library-upload:before {
	content: '\e968'
}

.eicon-save-o:before {
	content: '\e969'
}

.eicon-upload-circle-o:before {
	content: '\e970'
}

.eicon-ellipsis-h:before {
	content: '\e971'
}

.eicon-ellipsis-v:before {
	content: '\e972'
}

.eicon-arrow-left:before {
	content: '\e973'
}

.eicon-arrow-right:before {
	content: '\e974'
}

.eicon-arrow-up:before {
	content: '\e975'
}

.eicon-arrow-down:before {
	content: '\e976'
}

.eicon-play-o:before {
	content: '\e977'
}

.eicon-archive-posts:before {
	content: '\e978'
}

.eicon-archive-title:before {
	content: '\e979'
}

.eicon-featured-image:before {
	content: '\e980'
}

.eicon-post-info:before {
	content: '\e981'
}

.eicon-post-title:before {
	content: '\e982'
}

.eicon-site-logo:before {
	content: '\e983'
}

.eicon-site-search:before {
	content: '\e984'
}

.eicon-site-title:before {
	content: '\e985'
}

.eicon-plus-square:before {
	content: '\e986'
}

.eicon-minus-square:before {
	content: '\e987'
}

.eicon-cloud-check:before {
	content: '\e988'
}

.eicon-drag-n-drop:before {
	content: '\e989'
}

.eicon-home-heart:before {
	content: '\e990'
}

.eicon-handle:before {
	content: '\e991'
}

.eicon-cart:before {
	content: '\e992'
}

.eicon-product-add-to-cart:before {
	content: '\e993'
}

.eicon-product-breadcrumbs:before {
	content: '\e994'
}

.eicon-product-categories:before {
	content: '\e995'
}

.eicon-product-description:before {
	content: '\e996'
}

.eicon-product-images:before {
	content: '\e997'
}

.eicon-product-info:before {
	content: '\e998'
}

.eicon-product-meta:before {
	content: '\e999'
}

.eicon-product-pages:before {
	content: '\e1000'
}

.eicon-product-price:before {
	content: '\e1001'
}

.eicon-product-rating:before {
	content: '\e1002'
}

.eicon-product-related:before {
	content: '\e1003'
}

.eicon-product-stock:before {
	content: '\e1004'
}

.eicon-product-tabs:before {
	content: '\e1005'
}

.eicon-product-title:before {
	content: '\e1006'
}

.eicon-product-upsell:before {
	content: '\e1007'
}

.eicon-products:before {
	content: '\e1008'
}

.eicon-bag-light:before {
	content: '\e1009'
}

.eicon-bag-medium:before {
	content: '\e1010'
}

.eicon-bag-solid:before {
	content: '\e1011'
}

.eicon-basket-light:before {
	content: '\e1012'
}

.eicon-basket-medium:before {
	content: '\e1013'
}

.eicon-basket-solid:before {
	content: '\e1014'
}

.eicon-cart-light:before {
	content: '\e1015'
}

.eicon-cart-medium:before {
	content: '\e1016'
}

.eicon-cart-solid:before {
	content: '\e1017'
}

.eicon-exchange:before {
	content: '\e1018'
}

.eicon-eye:before {
	content: '\e1019'
}

.eicon-laptop:before {
	content: '\e1020'
}

.eicon-collapse:before {
	content: '\e1021'
}

.eicon-expand:before {
	content: '\e1022'
}

.eicon-navigator:before {
	content: '\e1023'
}

.eicon-plug:before {
	content: '\e1024'
}

.eicon-dashboard:before {
	content: '\e1025'
}

.eicon-font:before {
	content: '\e1026'
}

.eicon-info:before {
	content: '\e1027'
}

.eicon-integration:before {
	content: '\e1028'
}

.eicon-plus-circle:before {
	content: '\e1029'
}

.eicon-rating:before {
	content: '\e1030'
}

.eicon-review:before {
	content: '\e1031'
}

.eicon-tools:before {
	content: '\e1032'
}

.eicon-loading:before {
	content: '\e1033'
}

.eicon-sitemap:before {
	content: '\e1034'
}

.eicon-click:before {
	content: '\e1035'
}

.eicon-clock:before {
	content: '\e1036'
}

.eicon-library-open:before {
	content: '\e1037'
}

.eicon-warning:before {
	content: '\e1038'
}

.eicon-flow:before {
	content: '\e1039'
}

.eicon-editor-link:before {
	content: '\e500'
}

.eicon-editor-unlink:before {
	content: '\e501'
}

.eicon-editor-external-link:before {
	content: '\e502'
}

.eicon-editor-close:before {
	content: '\e503'
}

.eicon-editor-list-ol:before {
	content: '\e504'
}

.eicon-editor-list-ul:before {
	content: '\e505'
}

.eicon-editor-bold:before {
	content: '\e506'
}

.eicon-editor-italic:before {
	content: '\e507'
}

.eicon-editor-underline:before {
	content: '\e508'
}

.eicon-editor-paragraph:before {
	content: '\e509'
}

.eicon-editor-h1:before {
	content: '\e510'
}

.eicon-editor-h2:before {
	content: '\e511'
}

.eicon-editor-h3:before {
	content: '\e512'
}

.eicon-editor-h4:before {
	content: '\e513'
}

.eicon-editor-h5:before {
	content: '\e514'
}

.eicon-editor-h6:before {
	content: '\e515'
}

.eicon-editor-quote:before {
	content: '\e516'
}

.eicon-editor-code:before {
	content: '\e517'
}

.eicon-times:before {
	content: '\e909'
}

.eicon-floppy-o:before {
	content: '\e911'
}

@font-face {
	font-family: 'FontAwesome';
	src: url(../../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
	src: url('../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

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

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

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

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

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

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

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

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

.flash {
	animation-name: flash
}

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

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from,
	to {
		transform: scale3d(1, 1, 1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

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

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

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

.tada {
	animation-name: tada
}

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

.wobble {
	animation-name: wobble
}

@keyframes jello {
	11.1%,
	from,
	to {
		transform: none
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

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

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

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

.fadeIn {
	animation-name: fadeIn
}

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

.fadeInDown {
	animation-name: fadeInDown
}

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

.fadeInLeft {
	animation-name: fadeInLeft
}

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

.fadeInRight {
	animation-name: fadeInRight
}

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

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		transform: none;
		opacity: 1
	}
}

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

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

.rotateIn {
	animation-name: rotateIn
}

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

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

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

.rotateInDownRight {
	animation-name: rotateInDownRight
}

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

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

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

.rotateInUpRight {
	animation-name: rotateInUpRight
}

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

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

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

.slideInDown {
	animation-name: slideInDown
}

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

.slideInLeft {
	animation-name: slideInLeft
}

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

.slideInRight {
	animation-name: slideInRight
}

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

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}
	75% {
		transform: scale(.9)
	}
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8)
	}
	100% {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}
	50% {
		transform: translateY(-4px)
	}
	100% {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}
	50% {
		transform: translateY(4px)
	}
	100% {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}
	33.3% {
		transform: translateY(-6px)
	}
	49.95% {
		transform: translateY(4px)
	}
	66.6% {
		transform: translateY(-2px)
	}
	83.25% {
		transform: translateY(1px)
	}
	100% {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}
	33.3% {
		transform: translateX(-6px)
	}
	49.95% {
		transform: translateX(4px)
	}
	66.6% {
		transform: translateX(-2px)
	}
	83.25% {
		transform: translateX(1px)
	}
	100% {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}
	33.3% {
		transform: translate(-6px, -6px)
	}
	49.95% {
		transform: translate(4px, 4px)
	}
	66.6% {
		transform: translate(-2px, -2px)
	}
	83.25% {
		transform: translate(1px, 1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}
	33.3% {
		transform: translate(-6px, 6px)
	}
	49.95% {
		transform: translate(4px, -4px)
	}
	66.6% {
		transform: translate(-2px, 2px)
	}
	83.25% {
		transform: translate(1px, -1px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}
	33.3% {
		transform: skew(10deg)
	}
	49.95% {
		transform: skew(-6deg)
	}
	66.6% {
		transform: skew(4deg)
	}
	83.25% {
		transform: skew(-2deg)
	}
	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}
	100% {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}
	20% {
		transform: translateX(-3px) rotate(-2deg)
	}
	30% {
		transform: translateX(3px) rotate(2deg)
	}
	40% {
		transform: translateX(-3px) rotate(-2deg)
	}
	50% {
		transform: translateX(2px) rotate(1deg)
	}
	60% {
		transform: translateX(-2px) rotate(-1deg)
	}
	70% {
		transform: translateX(2px) rotate(1deg)
	}
	80% {
		transform: translateX(-2px) rotate(-1deg)
	}
	90% {
		transform: translateX(1px) rotate(0)
	}
	100% {
		transform: translateX(-1px) rotate(0)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
	margin: auto;
	width: 375px
}

.dialog-type-lightbox .dialog-header {
	font-size: 15px;
	color: #495157;
	padding: 20px 0;
	font-weight: 500
}

.dialog-type-lightbox .dialog-message {
	padding: 0 20px 20px;
	min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
	border-top: 1px solid #e6e9ec;
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
	width: 50%;
	border: none;
	background: none;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:first-child {
	color: #6d7882;
	border-right: 1px solid #e6e9ec
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
	background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
	color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
	color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
	background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
	border: 0
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 15px;
	line-height: 1
}

.dialog-close-button:not(:hover) {
	opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%
}

.dialog-prevent-scroll {
	overflow: hidden
}

@media (max-width:767px) {
	.dialog-close-button {
		top: 15px;
		right: 15px
	}
	body.admin-bar .dialog-close-button {
		top: 40px
	}
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.elementor-fit-aspect-ratio video {
	width: 100%
}

.flatpickr-calendar {
	width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
	width: 280px
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	background-color: #f1f3f5;
	width: 100%
}

@media (max-width:1439px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 990px
	}
}

@media (min-width:1440px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1200px
	}
}

.elementor-templates-modal .dialog-header {
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper {
	display: none
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow: auto;
	padding: 25px 30px 30px
}

.elementor-templates-modal .dialog-content {
	height: 100%
}

.elementor-templates-modal .dialog-loading {
	display: none
}

.elementor-templates-modal__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px
}

.elementor-templates-modal__header__logo {
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer
}

.elementor-templates-modal__header__logo-area {
	text-align: left;
	padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
	padding: 4px 7px 6px;
	background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
	background-image: -o-linear-gradient(225deg, #f2295b, #434363);
	background-image: linear-gradient(-135deg, #f2295b, #434363);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
	padding-top: 2px
}

.elementor-templates-modal__header__logo i {
	color: #fff;
	font-size: 10px
}

.elementor-templates-modal__header__items-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
	font-size: 20px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
	color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
	width: 45px;
	border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
	font-size: 18px
}

.elementor-templates-modal__header__close--skip {
	padding: 10px;
	padding-left: 20px;
	margin-right: 10px;
	color: #fff;
	background-color: #a4afb7;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
	font-size: inherit;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
	color: #fff
}

.elementor-hidden {
	display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual
}

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

.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-custom-embed {
	line-height: 0
}

.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.elementor .elementor-background-video {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-center .elementor-button {
	width: auto
}

.elementor-align-right {
	text-align: right
}

.elementor-align-right .elementor-button {
	width: auto
}

.elementor-align-left {
	text-align: left
}

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: FontAwesome;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\f1ce"
}

.elementor-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93%, .9);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.elementor-tag {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center
	}
	.elementor-tablet-align-center .elementor-button {
		width: auto
	}
	.elementor-tablet-align-right {
		text-align: right
	}
	.elementor-tablet-align-right .elementor-button {
		width: auto
	}
	.elementor-tablet-align-left {
		text-align: left
	}
	.elementor-tablet-align-left .elementor-button {
		width: auto
	}
	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}
	.elementor-mobile-align-center .elementor-button {
		width: auto
	}
	.elementor-mobile-align-right {
		text-align: right
	}
	.elementor-mobile-align-right .elementor-button {
		width: auto
	}
	.elementor-mobile-align-left {
		text-align: left
	}
	.elementor-mobile-align-left .elementor-button {
		width: auto
	}
	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e801";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}
	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-column-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-wrap,
.elementor-widget-wrap {
	width: 100%;
	position: relative
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {
	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}
	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}
	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}
	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}
	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}
	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}
	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}
	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}
	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}
	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}
	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}
	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}
	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}
	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}
	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}
	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}
	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}
	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}
	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}
	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}
	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}
	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}
	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}
	.elementor-column.elementor-xs-20 {
		width: 20%
	}
	.elementor-column.elementor-xs-25 {
		width: 25%
	}
	.elementor-column.elementor-xs-30 {
		width: 30%
	}
	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}
	.elementor-column.elementor-xs-40 {
		width: 40%
	}
	.elementor-column.elementor-xs-50 {
		width: 50%
	}
	.elementor-column.elementor-xs-60 {
		width: 60%
	}
	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}
	.elementor-column.elementor-xs-70 {
		width: 70%
	}
	.elementor-column.elementor-xs-75 {
		width: 75%
	}
	.elementor-column.elementor-xs-80 {
		width: 80%
	}
	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}
	.elementor-column.elementor-xs-90 {
		width: 90%
	}
	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}
	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}
	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}
	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}
	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}
	.elementor-column.elementor-sm-20 {
		width: 20%
	}
	.elementor-column.elementor-sm-25 {
		width: 25%
	}
	.elementor-column.elementor-sm-30 {
		width: 30%
	}
	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}
	.elementor-column.elementor-sm-40 {
		width: 40%
	}
	.elementor-column.elementor-sm-50 {
		width: 50%
	}
	.elementor-column.elementor-sm-60 {
		width: 60%
	}
	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}
	.elementor-column.elementor-sm-70 {
		width: 70%
	}
	.elementor-column.elementor-sm-75 {
		width: 75%
	}
	.elementor-column.elementor-sm-80 {
		width: 80%
	}
	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}
	.elementor-column.elementor-sm-90 {
		width: 90%
	}
	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}
	.elementor-column.elementor-md-11 {
		width: 11.111%
	}
	.elementor-column.elementor-md-12 {
		width: 12.5%
	}
	.elementor-column.elementor-md-14 {
		width: 14.285%
	}
	.elementor-column.elementor-md-16 {
		width: 16.666%
	}
	.elementor-column.elementor-md-20 {
		width: 20%
	}
	.elementor-column.elementor-md-25 {
		width: 25%
	}
	.elementor-column.elementor-md-30 {
		width: 30%
	}
	.elementor-column.elementor-md-33 {
		width: 33.333%
	}
	.elementor-column.elementor-md-40 {
		width: 40%
	}
	.elementor-column.elementor-md-50 {
		width: 50%
	}
	.elementor-column.elementor-md-60 {
		width: 60%
	}
	.elementor-column.elementor-md-66 {
		width: 66.666%
	}
	.elementor-column.elementor-md-70 {
		width: 70%
	}
	.elementor-column.elementor-md-75 {
		width: 75%
	}
	.elementor-column.elementor-md-80 {
		width: 80%
	}
	.elementor-column.elementor-md-83 {
		width: 83.333%
	}
	.elementor-column.elementor-md-90 {
		width: 90%
	}
	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid .elementor-grid-item {
	word-break: break-word;
	min-width: 0
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr);
	display: grid
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr);
	display: grid
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr);
	display: grid
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr);
	display: grid
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr);
	display: grid
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr);
	display: grid
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr);
	display: grid
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr);
	display: grid
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr);
	display: grid
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr);
	display: grid
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr);
	display: grid
}

.elementor-grid-0 .elementor-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr);
	display: grid
}

@media (max-width:1024px) {
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.elementor-grid-tablet-0 .elementor-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.elementor-grid-mobile-0 .elementor-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}

@media (min-width:1025px) {
	head:after {
		content: "desktop"
	}
}

@media (min-width:768px) and (max-width:1024px) {
	head:after {
		content: "tablet"
	}
}

@media (max-width:767px) {
	head:after {
		content: "mobile"
	}
}

.elementor-form-fields-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #818a91;
	background-color: transparent;
	color: #373a3c;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder,
.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline
}

.elementor-field-label {
	cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em
}

.elementor-field-textual {
	line-height: 1.4
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-sm {
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-tablet-button-align-stretch .elementor-field-type-submit button {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-mobile-button-align-stretch .elementor-field-type-submit button {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1
}

.elementor-message:before {
	content: "\f00c";
	display: inline-block;
	font-family: fontawesome;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px
}

.elementor-message.elementor-message-danger {
	color: #d9534f
}

.elementor-message.elementor-message-danger:before {
	content: "\f00d"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: 0 none
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-form .elementor-button .elementor-align-icon-right {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.elementor-form .elementor-button .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px
}

.elementor-element .elementor-widget-container {
	-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
	text-align: left
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none
}

.elementor-accordion .elementor-tab-title {
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: block
}

.elementor-accordion .elementor-tab-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}
	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}
	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.elementor-alert {
	padding: 15px;
	border-left: 5px solid transparent;
	position: relative;
	text-align: left
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700
}

.elementor-alert .elementor-alert-description {
	font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px;
	font-size: 20px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: none;
	cursor: pointer
}

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

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

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

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

@media (max-width:767px) {
	.elementor-alert {
		padding: 10px
	}
	.elementor-alert button.elementor-alert-dismiss {
		right: 7px;
		top: 7px
	}
}

.elementor-tab-title a {
	color: inherit
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-button.elementor-size-sm {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
	float: right;
	margin-left: 5px
}

.elementor-button .elementor-align-icon-left {
	float: left;
	margin-right: 5px
}

.elementor-button .elementor-button-text {
	display: inline-block
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 69px;
	font-weight: 600;
	color: #222;
	line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
	text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
	text-align: left
}

.elementor-counter .elementor-counter-title {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	color: #666;
	line-height: 2.5
}

.elementor-widget-divider .elementor-divider {
	line-height: 0;
	font-size: 0
}

.elementor-widget-divider .elementor-divider-separator {
	display: inline-block
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0
}

@media (min-width:768px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%
	}
	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}
	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%
	}
	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%
	}
	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%
	}
	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%
	}
	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%
	}
	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%
	}
	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%
	}
}

@media (min-width:480px) and (max-width:767px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 50%
	}
}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 100%
	}
}

.elementor-widget-google_maps iframe {
	height: 300px
}

.elementor-widget-heading .elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
	color: inherit;
	font-size: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #818a91
}

.elementor-icon i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent
}

.elementor-shape-circle .elementor-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

@media (min-width:768px) {
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
		margin: auto
	}
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px
	}
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
	width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto
	}
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

.elementor-widget-image {
	text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
	display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image .elementor-image img {
	vertical-align: middle;
	display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
	width: 100%
}

@media (min-width:768px) {
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto
	}
	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 15px
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0
}

.elementor-image-carousel-wrapper .slick-image-stretch .slick-slide .slick-slide-image {
	width: 100%
}

.elementor-image-gallery figure img {
	display: block
}

.elementor-image-gallery figure figcaption {
	width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-container .swiper-slide figure img {
	width: 100%
}

body.elementor-page .elementor-widget-menu-anchor {
	margin-bottom: 0
}

.elementor-widget-progress {
	text-align: left
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #eee;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-progress-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out
}

.elementor-progress-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 15px
}

.elementor-progress-percentage {
	padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #d9534f
}

.elementor-progress .elementor-title {
	display: block
}

@media (max-width:767px) {
	.elementor-progress-wrapper {
		height: 25px;
		line-height: 25px
	}
	.elementor-progress-text {
		padding-left: 10px
	}
}

.elementor-social-icons-wrapper {
	font-size: 0
}

.elementor-social-icon {
	font-size: 25px;
	text-align: center;
	padding: .5em;
	margin-right: 5px;
	cursor: pointer
}

.elementor-social-icon i {
	color: #fff
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-android {
	background-color: #a4c639
}

.elementor-social-icon-apple {
	background-color: #999
}

.elementor-social-icon-behance {
	background-color: #1769ff
}

.elementor-social-icon-bitbucket {
	background-color: #205081
}

.elementor-social-icon-codepen {
	background-color: #000
}

.elementor-social-icon-delicious {
	background-color: #39f
}

.elementor-social-icon-deviantart {
	background-color: #05cc47
}

.elementor-social-icon-digg {
	background-color: #005be2
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89
}

.elementor-social-icon-envelope {
	background-color: #ea4335
}

.elementor-social-icon-facebook {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-freecodecamp {
	background-color: #006400
}

.elementor-social-icon-github {
	background-color: #333
}

.elementor-social-icon-gitlab {
	background-color: #e24329
}

.elementor-social-icon-globe {
	background-color: #818a91
}

.elementor-social-icon-google-plus {
	background-color: #dd4b39
}

.elementor-social-icon-houzz {
	background-color: #7ac142
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2
}

.elementor-social-icon-link {
	background-color: #818a91
}

.elementor-social-icon-linkedin {
	background-color: #0077b5
}

.elementor-social-icon-medium {
	background-color: #00ab6b
}

.elementor-social-icon-meetup {
	background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c
}

.elementor-social-icon-pinterest {
	background-color: #bd081c
}

.elementor-social-icon-product-hunt {
	background-color: #da552f
}

.elementor-social-icon-reddit {
	background-color: #ff4500
}

.elementor-social-icon-rss {
	background-color: #f26522
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50
}

.elementor-social-icon-skype {
	background-color: #00aff0
}

.elementor-social-icon-slideshare {
	background-color: #0077b5
}

.elementor-social-icon-snapchat {
	background-color: #fffc00
}

.elementor-social-icon-soundcloud {
	background-color: #f80
}

.elementor-social-icon-spotify {
	background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}

.elementor-social-icon-steam {
	background-color: #00adee
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
	background-color: #589442
}

.elementor-social-icon-tumblr {
	background-color: #35465c
}

.elementor-social-icon-twitch {
	background-color: #6441a5
}

.elementor-social-icon-twitter {
	background-color: #1da1f2
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-vk {
	background-color: #45668e
}

.elementor-social-icon-weibo {
	background-color: #df2029
}

.elementor-social-icon-weixin {
	background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
	background-color: #25d366
}

.elementor-social-icon-wordpress {
	background-color: #21759b
}

.elementor-social-icon-xing {
	background-color: #026466
}

.elementor-social-icon-yelp {
	background-color: #af0606
}

.elementor-social-icon-youtube {
	background-color: #cd201f
}

.elementor-social-icon-500px {
	background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-star-rating {
	color: #ccd6df;
	font-family: FontAwesome;
	display: inline-block
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default
}

.elementor-star-rating i:before {
	content: "\f005";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0
}

.elementor-star-rating .elementor-star-empty:before {
	content: none
}

.elementor-star-rating .elementor-star-1:before {
	width: 10%
}

.elementor-star-rating .elementor-star-2:before {
	width: 20%
}

.elementor-star-rating .elementor-star-3:before {
	width: 30%
}

.elementor-star-rating .elementor-star-4:before {
	width: 40%
}

.elementor-star-rating .elementor-star-5:before {
	width: 50%
}

.elementor-star-rating .elementor-star-6:before {
	width: 60%
}

.elementor-star-rating .elementor-star-7:before {
	width: 70%
}

.elementor-star-rating .elementor-star-8:before {
	width: 80%
}

.elementor-star-rating .elementor-star-9:before {
	width: 90%
}

.elementor-star-rating__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-star-rating__title {
	margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-right: auto
}

.last-star {
	letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
	font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 25%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	height: 999em;
	width: 0;
	right: 0;
	border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
	top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	bottom: 0;
	height: 0;
	width: 999em;
	border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px none #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
	text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
	cursor: pointer;
	outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	position: relative;
	padding: 20px 25px;
	font-weight: 700;
	line-height: 1;
	border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: block;
	content: "";
	position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
	padding: 10px;
	cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 20px;
	display: none
}

@media (max-width:767px) {
	.elementor-tabs .elementor-tab-content,
	.elementor-tabs .elementor-tab-title {
		border-style: solid;
		border-bottom-style: none
	}
	.elementor-tabs .elementor-tabs-wrapper {
		display: none
	}
	.elementor-tabs .elementor-tabs-content-wrapper {
		border-bottom-style: solid
	}
	.elementor-tabs .elementor-tab-content {
		padding: 10px
	}
}

@media (min-width:768px) {
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-style: solid;
		border-left-style: none
	}
	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: solid;
		border-top-style: none
	}
	.elementor-tabs .elementor-tab-mobile-title {
		display: none
	}
}

.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1.3em;
	margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5;
	color: inherit
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	color: inherit
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
	text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
	text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #818a91;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #818a91;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

.elementor-toggle {
	text-align: left
}

.elementor-toggle .elementor-tab-title {
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	float: right;
	text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: left;
	text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
	display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
	border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
	display: block
}

.elementor-toggle .elementor-tab-content {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none
}

@media (max-width:767px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px
	}
	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px
	}
}

.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	display: block;
	width: 100%
}

.elementor-widget-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.elementor-slick-slider .slick-loading .slick-list {
	background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
	content: "\f1ce";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-size: 25px;
	color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
	opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
	opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
	font-family: FontAwesome;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
	left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
	left: auto;
	right: -25px
}

.elementor-slick-slider .slick-prev:before {
	content: "\f104"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
	content: "\f105"
}

.elementor-slick-slider .slick-next {
	right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
	left: -25px;
	right: auto
}

.elementor-slick-slider .slick-next:before {
	content: "\f105"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
	content: "\f104"
}

.elementor-slick-slider .slick-dotted.slick-slider {
	margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
	outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
	opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
	font-family: FontAwesome;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\f111";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: auto;
	right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
	right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
	left: 20px;
	right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
	bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
	margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
	z-index: 1
}

.elementor-slick-slider .slick-slide img {
	margin: auto
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

.swiper-pagination-fraction {
	color: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	-webkit-animation-duration: .4s;
	animation-duration: .4s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: 25px;
	padding: 5px;
	z-index: 2;
	line-height: 1
}

@media (max-width:767px) {
	.elementor-lightbox .dialog-lightbox-close-button {
		padding: 0
	}
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: hsla(0, 0%, 93%, .9);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: #fff
}

.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 70px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 40px
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

.elementor-lightbox .elementor-swiper-button-prev {
	left: 35px
}

.elementor-lightbox .elementor-swiper-button-next {
	right: 35px
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button-prev {
		left: 10px
	}
	.elementor-lightbox .elementor-swiper-button-next {
		right: 10px
	}
}

.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s
}

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

.animated.animated-fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

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

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.elementor-shape svg {
	display: block;
	width: -webkit-calc(100% + 1.3px);
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #55595c;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
	display: none
}

.elementor-post__thumbnail__link {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#elementor .elementor-element ul.elementor-icon-list-items,
#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

@media (max-width:767px) {
	.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop {
		display: none
	}
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color: #6ec1e4
}

.elementor-widget-heading .elementor-heading-title {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-image .widget-image-caption {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-text-editor {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #6ec1e4
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: #6ec1e4;
	border-color: #6ec1e4
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	background-color: #61ce70
}

.elementor-widget-divider .elementor-divider-separator {
	border-top-color: #7a7a7a
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
	background-color: #6ec1e4
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
	color: #6ec1e4;
	border-color: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
	background-color: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
	color: #6ec1e4;
	border-color: #6ec1e4
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-star-rating .elementor-star-rating__title {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
	font-family: "Roboto", Sans-serif;
	font-weight: 500
}

.elementor-widget-image-carousel .elementor-image-carousel-caption {
	font-family: "Roboto", Sans-serif;
	font-weight: 500
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: #7a7a7a
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: #6ec1e4
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: #54595f
}

.elementor-widget-icon-list .elementor-icon-list-item {
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-counter .elementor-counter-number-wrapper {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-counter .elementor-counter-title {
	color: #54595f;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: #6ec1e4
}

.elementor-widget-progress .elementor-title {
	color: #6ec1e4;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-content {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-name {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-testimonial .elementor-testimonial-job {
	color: #54595f;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-tabs .elementor-tab-title {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
	color: #61ce70
}

.elementor-widget-tabs .elementor-tab-content {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
	color: #61ce70
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
	color: #6ec1e4;
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
	color: #61ce70
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	color: #7a7a7a;
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-alert .elementor-alert-title {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-alert .elementor-alert-description {
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-ekit-page-list .elementor-icon-list-item:not(:last-child):after {
	border-color: #7a7a7a
}

.elementor-widget-ekit-page-list .elementor-icon-list-icon i {
	color: #6ec1e4
}

.elementor-widget-ekit-page-list .elementor-icon-list-text {
	color: #54595f
}

.elementor-widget-ekit-page-list .elementor-icon-list-item {
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-ekit-post-list .elementor-icon-list-item:not(:last-child):after {
	border-color: #7a7a7a
}

.elementor-widget-ekit-post-list .elementor-icon-list-icon i {
	color: #6ec1e4
}

.elementor-widget-ekit-post-list .elementor-icon-list-text {
	color: #54595f
}

.elementor-widget-ekit-post-list .elementor-icon-list-item {
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-ekit-category-list .elementor-icon-list-item:not(:last-child):after {
	border-color: #7a7a7a
}

.elementor-widget-ekit-category-list .elementor-icon-list-icon i {
	color: #6ec1e4
}

.elementor-widget-ekit-category-list .elementor-icon-list-text {
	color: #54595f
}

.elementor-widget-ekit-category-list .elementor-icon-list-item {
	font-family: "Arimo", Sans-serif;
	font-weight: 400
}

.elementor-widget-vinazine-home-featured-slider .hero-title {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-vinazine-featured-post .post-title {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-vinazine-video-post-slider .vinkmag-video-slider-item h3 {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-vinazine-video-popup .featurd-video-icon {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-widget-vinazine-nav-search .nav-search-button {
	font-family: "Heebo", Sans-serif;
	font-weight: 500
}

.elementor-1212 .elementor-element.elementor-element-583bf08 {
	padding: 30px 0 15px 0
}

.elementor-1212 .elementor-element.elementor-element-9cb8796>.elementor-element-populated {
	padding: 0 2.5px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-4a4eaaa .featured-post .item,
.item.ts-grid-features-box {
	min-height: 500px
}

.elementor-1212 .elementor-element.elementor-element-4a4eaaa .post-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2em
}

.elementor-1212 .elementor-element.elementor-element-3ba2402>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 5px
}

.elementor-1212 .elementor-element.elementor-element-3ba2402>.elementor-element-populated {
	padding: 0 15px 0 2.5px
}

.elementor-1212 .elementor-element.elementor-element-0cc0cbc .featured-post .item {
	min-height: 245px
}

.elementor-1212 .elementor-element.elementor-element-0cc0cbc>.elementor-widget-container {
	margin: 0 0 0 0
}

.elementor-1212 .elementor-element.elementor-element-9ea1edf .featured-post .item {
	min-height: 250px
}

.elementor-1212 .elementor-element.elementor-element-a099186>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-b0059c8>.elementor-widget-container {
	padding: 0 0 10px 0
}

.elementor-1212 .elementor-element.elementor-element-47395d8 .post-video .item {
	min-height: 340px
}

.elementor-1212 .elementor-element.elementor-element-ecb344c>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 0
}

.elementor-1212 .elementor-element.elementor-element-ecb344c>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-9faba1c>.elementor-widget-container {
	padding: 30px 0 0 0;
	background-color: #fff
}

.elementor-1212 .elementor-element.elementor-element-27ced53>.elementor-widget-container {
	margin: -10px 0 30px 0;
	padding: 0 0 25px 10px;
	background-color: #fff
}

.elementor-1212 .elementor-element.elementor-element-b607460>.elementor-widget-container {
	margin: 0 0 30px 0
}

.elementor-1212 .elementor-element.elementor-element-4fae3da>.elementor-widget-container {
	margin: 0 0 30px 0
}

.elementor-1212 .elementor-element.elementor-element-42d5ee5 {
	padding: 15px 0 30px 0
}

.elementor-1212 .elementor-element.elementor-element-8e8d265>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-397ff2f .title-text,
.elementor-1212 .elementor-element.elementor-element-397ff2f .title-before,
.elementor-1212 .elementor-element.elementor-element-397ff2f .title-after,
.elementor-1212 .elementor-element.elementor-element-397ff2f .ts-title-item .topic-list,
.elementor-1212 .elementor-element.elementor-element-397ff2f .owl-dots .owl-dot span {
	background-color: #fff
}

.elementor-1212 .elementor-element.elementor-element-a6452ea {
	padding: 15px 0 30px 0
}

.elementor-1212 .elementor-element.elementor-element-a00a5e3>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-c1691e9>.elementor-widget-container {
	padding: 0 0 10px 0
}

.elementor-1212 .elementor-element.elementor-element-d1924a2 {
	padding: 0 0 0 0
}

.elementor-1212 .elementor-element.elementor-element-45a4d32>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 30px
}

.elementor-1212 .elementor-element.elementor-element-45a4d32>.elementor-element-populated {
	padding: 0 15px 0 0
}

.elementor-1212 .elementor-element.elementor-element-371b9b8>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 30px
}

.elementor-1212 .elementor-element.elementor-element-371b9b8>.elementor-element-populated {
	padding: 0 0 0 15px
}

.elementor-1212 .elementor-element.elementor-element-74636d6>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 30px
}

.elementor-1212 .elementor-element.elementor-element-74636d6>.elementor-element-populated {
	margin: 0 0 0 0;
	padding: 0 15px 0 15px
}

.elementor-1212 .elementor-element.elementor-element-7a755e6>.elementor-widget-container {
	padding: 0 0 0 0
}

.elementor-1212 .elementor-element.elementor-element-587a535>.elementor-widget-container {
	padding: 0 0 0 0
}

.elementor-1212 .elementor-element.elementor-element-eae86d2>.elementor-widget-container {
	padding: 25px 10px 25px 30px;
	background-color: #fff
}

@media(min-width:768px) {
	.elementor-1212 .elementor-element.elementor-element-a099186 {
		width: 74.666%
	}
	.elementor-1212 .elementor-element.elementor-element-ecb344c {
		width: 25%
	}
	.elementor-1212 .elementor-element.elementor-element-a00a5e3 {
		width: 74.666%
	}
	.elementor-1212 .elementor-element.elementor-element-74636d6 {
		width: 25%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-1212 .elementor-element.elementor-element-9cb8796 {
		width: 100%
	}
	.elementor-1212 .elementor-element.elementor-element-3ba2402 {
		width: 100%
	}
	.elementor-1212 .elementor-element.elementor-element-a099186 {
		width: 100%
	}
	.elementor-1212 .elementor-element.elementor-element-ecb344c {
		width: 100%
	}
	.elementor-1212 .elementor-element.elementor-element-a00a5e3 {
		width: 100%
	}
	.elementor-1212 .elementor-element.elementor-element-74636d6 {
		width: 100%
	}
}

@media(max-width:1024px) {
	.elementor-1212 .elementor-element.elementor-element-9cb8796>.elementor-element-populated {
		padding: 0 15px 15px 15px
	}
	.elementor-1212 .elementor-element.elementor-element-4a4eaaa .featured-post .item,
	.item.ts-grid-features-box {
		min-height: 400px
	}
	.elementor-1212 .elementor-element.elementor-element-3ba2402>.elementor-element-populated {
		padding: 15px 15px 15px 15px
	}
	.elementor-1212 .elementor-element.elementor-element-0cc0cbc .featured-post .item {
		min-height: 315px
	}
	.elementor-1212 .elementor-element.elementor-element-0cc0cbc .grid-item {
		margin: 0 0 30px 0
	}
	.elementor-1212 .elementor-element.elementor-element-9ea1edf .featured-post .item {
		min-height: 315px
	}
	.elementor-1212 .elementor-element.elementor-element-5a14c52 {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-47395d8 .post-video .item {
		min-height: 340px
	}
	.elementor-1212 .elementor-element.elementor-element-ecb344c>.elementor-element-populated {
		padding: 30px 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-7de12f8>.elementor-widget-container {
		padding: 0 0 20px 0
	}
	.elementor-1212 .elementor-element.elementor-element-74636d6>.elementor-element-populated {
		padding: 30px 15px 0 15px
	}
}

@media(max-width:767px) {
	.elementor-1212 .elementor-element.elementor-element-583bf08 {
		padding: 30px 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-9cb8796>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-4a4eaaa .featured-post .item,
	.item.ts-grid-features-box {
		min-height: 300px
	}
	.elementor-1212 .elementor-element.elementor-element-4a4eaaa .post-title {
		font-size: 24px
	}
	.elementor-1212 .elementor-element.elementor-element-3ba2402>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-0cc0cbc .featured-post .item {
		min-height: 250px
	}
	.elementor-1212 .elementor-element.elementor-element-9ea1edf .featured-post .item {
		min-height: 250px
	}
	.elementor-1212 .elementor-element.elementor-element-5a14c52 {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-a099186>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-47395d8 .post-video .item {
		min-height: 250px
	}
	.elementor-1212 .elementor-element.elementor-element-ecb344c>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-7de12f8>.elementor-widget-container {
		padding: 0 0 30px 0
	}
	.elementor-1212 .elementor-element.elementor-element-42d5ee5 {
		padding: 0 0 30px 0
	}
	.elementor-1212 .elementor-element.elementor-element-a6452ea {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-a00a5e3>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-c1691e9>.elementor-widget-container {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-45a4d32>.elementor-element-populated {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-371b9b8>.elementor-element-populated {
		padding: 0 0 0 0
	}
	.elementor-1212 .elementor-element.elementor-element-74636d6>.elementor-element-populated {
		padding: 0 15px 0 15px
	}
	.elementor-1212 .elementor-element.elementor-element-eae86d2>.elementor-widget-container {
		margin: 0 0 30px 0
	}
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 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
}

*,
::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;
	-webkit-text-decoration: underline dotted;
	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
}

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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;
	cursor: pointer
}

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: .5rem
}

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

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

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

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

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

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

.figure {
	display: inline-block
}

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

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

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

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

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

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

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.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: -webkit-box;
	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%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

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

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

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

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

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

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

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

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-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%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-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%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-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%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-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%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-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 #dee2e6
}

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

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

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

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

.table-bordered {
	border: 1px solid #dee2e6
}

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

.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: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

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

.table-success,
.table-success>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: #dee2e6
}

.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:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

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

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

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

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

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

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
	color: #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: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

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

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

.form-control::placeholder {
	color: #6c757d;
	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;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	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
}

.form-control-plaintext {
	display: block;
	width: 100%;
	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>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control: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-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control: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: -webkit-box;
	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;
	padding-left: 1.25rem
}

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

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

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

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

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

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, .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 {
	border-color: #28a745;
	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
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

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

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

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

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, .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 {
	border-color: #dc3545;
	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
}

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

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

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

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

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

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 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: color .15s ease-in-out, 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) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

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 {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .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 {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	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 {
	color: #212529;
	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: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .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 {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	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 {
	color: #212529;
	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: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .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 {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .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
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .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
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .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
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-outline-warning:hover {
	color: #212529;
	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: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .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
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .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
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .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 {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

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

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

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

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 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-color: transparent;
	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: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

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

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

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.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: 1
}

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

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

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

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

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

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

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.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 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

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

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

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

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

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

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	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='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' 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:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	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-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: -webkit-box;
	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: #6c757d
}

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

.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 #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	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: #dee2e6 #dee2e6 #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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

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

.navbar-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%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.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:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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: -webkit-box!important;
		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:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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: -webkit-box!important;
		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:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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: -webkit-box!important;
		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:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-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: -webkit-box!important;
		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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-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: -webkit-box!important;
	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='http://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-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='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

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

.card-subtitle {
	margin-top: -.375rem;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

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

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 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-header,
	.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer,
	.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-header,
	.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer,
	.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-header,
	.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer,
	.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-footer,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.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;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.breadcrumb {
	display: -webkit-box;
	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: #6c757d;
	content: "/"
}

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

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

.breadcrumb-item.active {
	color: #6c757d
}

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

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

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.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: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.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: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.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: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	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: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	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 {
	padding-right: 4rem
}

.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: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

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

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

.list-group-item-action {
	width: 100%;
	color: #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 {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	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
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.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
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

button.close {
	padding: 0;
	background-color: transparent;
	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-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.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-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

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

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	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: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.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: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	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: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
	right: 1px;
	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;
	-webkit-box-align: center;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-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='http://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-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='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-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-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,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
	border: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
	border-radius: .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: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive 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 {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
	-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 {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-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 {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-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 {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-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 {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-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: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62!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: #6c757d!important
}

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

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		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
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.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
	}
}

.wooshop .page-title {
	display: none
}

.woocommerce .woocommerce-ordering select {
	border: 1px solid #efefef
}

input:focus,
textarea:focus,
select:focus {
	outline-offset: 0;
	outline: -webkit-focus-ring-color auto 0
}

.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
	margin-top: 20px;
	margin-bottom: 50px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0 0 10px;
	line-height: 1.4
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
	margin-top: 0;
	position: absolute;
	top: 30%;
	left: 22%;
	padding: 7px 13px;
	color: #fff;
	border-radius: 0;
	transition: 400ms;
	font-weight: 400;
	opacity: 0;
	line-height: 1.4
}

.woocommerce ul.products li.product .added_to_cart {
	right: 0;
	left: auto
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
	opacity: 1
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	transition: 400ms
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 20px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 12px 20px;
	background: #f2f2f2
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	margin: 0 2px 0 0
}

.woocommerce nav.woocommerce-pagination ul {
	border: none
}

button:focus {
	outline: -webkit-focus-ring-color auto 0
}

.woocommerce div.product form.cart .button {
	border-radius: 0;
	padding: 14px 20px;
	font-weight: 400
}

.woocommerce .quantity .qty {
	width: 80px;
	height: 44px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400
}

.woo-xs-content {
	padding: 10px 0
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	flex: 48%;
	max-width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	flex: 48%;
	max-width: 48%
}

.woocommerce form .form-row label {
	width: 100%
}

.woocommerce-input-wrapper {
	width: 100%
}

.woocommerce form .form-row input.input-text {
	height: 45px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	border: 3px solid #e2e2e2;
	color: #807f79
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #e2e2e2;
	line-height: .8;
	list-style: outside none none;
	padding: 0 20px;
	position: relative;
	width: 100%
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
	padding: 0
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 20px 0
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
	border: 0
}

.woocommerce .my_account_orders.account-orders-table>thead tr th {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #afafaf;
	text-transform: uppercase
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin-bottom: 0
}

.woocommerce-customer-details address {
	line-height: 35px
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #e8e8e8
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #ececec;
	background-color: #f9f9f9
}

.woocommerce-checkout .single-post-wrapper p span {
	background: #fff;
	padding: 0
}

.woocommerce .product {
	border: 1px solid #EDEDED;
	padding: 20px 20px 10px 20px!important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	background: #fff
}

.woo-xs-content article {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	background: #fff;
	padding: 20px 20px 10px 20px!important
}

.sidebar-woo {
	margin-top: 30px;
	margin-bottom: 30px
}

@charset "UTF-8";
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

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

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

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

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

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

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

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

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'icomoon';
	src: url(../../fonts/icomoon.eot?ksklqv);
	src: url('../../fonts/icomoon.eot?ksklqv#iefix') format('embedded-opentype'), url(../../fonts/icomoon.ttf?ksklqv) format('truetype'), url(../../fonts/icomoon.woff?ksklqv) format('woff'), url('../fonts/../icomoon.svg?ksklqv#icomoon') format('svg');
	font-weight: 400;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-add:before {
	content: "\e900"
}

.icon-arrow-left:before {
	content: "\e901"
}

.icon-arrow-right:before {
	content: "\e902"
}

.icon-desert:before {
	content: "\e903"
}

.icon-drinks:before {
	content: "\e904"
}

.icon-fastfood:before {
	content: "\e905"
}

.icon-fire:before {
	content: "\e906"
}

.icon-home:before {
	content: "\e907"
}

.icon-kids:before {
	content: "\e908"
}

.icon-paly-button-1:before {
	content: "\e909"
}

.icon-paly-button-2:before {
	content: "\e90a"
}

.icon-recepies:before {
	content: "\e90b"
}

.icon-search:before {
	content: "\e90c"
}

.icon-weather:before {
	content: "\e90d"
}

.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;
	touch-action: manipulation;
	-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-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.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 {
	-ms-touch-action: none;
	touch-action: none;
	-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 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@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 {
	-webkit-transform-style: preserve-3d;
	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(/demo/wp-content/themes/vinazine/assets/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-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%
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.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;
	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;
	box-shadow: none;
	touch-action: manipulation
}

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

.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 {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	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 {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	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;
	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;
		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
	}
}

:root {
	font-size: 16px
}

body {
	color: #232323;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 24px;
	font-family: "Arimo", sans-serif;
	background: #e9edf2
}

.body-color {
	background: #f0f1f4
}

p {
	margin-bottom: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-container .navbar .nav-item a,
.post-cat,
.post-list-item .nav-tabs li a,
.ts-social-list li b,
.widgets.ts-social-list-item ul li a b,
.footer-social li a,
.ts-cat-title span,
.view-link-btn span {
	font-family: "Heebo", sans-serif
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 28px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0 solid
}

a {
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms
}

a:hover {
	color: #d72924
}

.btn {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 13px 37px;
	border-radius: 0;
	font-weight: 600
}

.btn.btn-primary {
	background: #d72924
}

.btn:hover {
	background: #222
}

.read-more-btn {
	font-size: 11px;
	font-weight: 500;
	color: #888;
	text-transform: uppercase;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px 20px
}

.older-post-btn .read-more-btn {
	background: #fff;
	color: #232323;
	border: none
}

.view-link-btn,
.view-link-btns {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	text-align: center;
	margin: auto;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%)
}

.view-link-btn span,
.view-link-btns span {
	background: #fff;
	height: 48px;
	line-height: 48px;
	padding: 2px 20px;
	min-width: 140px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	color: #222;
	font-weight: 500
}

button:focus,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none!important
}

section,
.section {
	padding: 15px 0
}

.section-bg {
	background: #f7f7f7
}

.hidden {
	display: none!important
}

.pl-0 {
	padding-left: 0
}

.pl-10 {
	padding-left: 10px
}

.pr-0 {
	padding-right: 0
}

.pb-0 {
	padding-bottom: 0
}

.pt-0 {
	padding-top: 0
}

.p-0 {
	padding: 0
}

.pr-10 {
	padding-right: 10px
}

.p-30 {
	padding: 30px 0
}

.p-50 {
	padding: 50px 0
}

.p-60 {
	padding: 60px 0
}

.pt-110 {
	padding-top: 110px
}

.p-10 {
	padding: 0 10px
}

.plr-30 {
	padding: 0 30px
}

.plr-1 {
	padding: 0 5px
}

.plr-10 {
	padding: 0 10px
}

.p-100 {
	padding: 100px 0
}

.mt-15 {
	margin-top: 15px
}

.mt-50 {
	margin-top: 50px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px!important
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-80 {
	margin-bottom: 80px
}

.mr--20 {
	margin-right: -20px
}

.gap-30 {
	height: 30px
}

.post-cat {
	background: #007dff
}

.green-color {
	color: #4ab106
}

.blue-color {
	color: #007dff
}

.blue-dark-color {
	color: #005689
}

.bl-light-color {
	color: #007dff
}

.pink-color {
	color: #ff5575
}

.yellow-color {
	color: #ffaf31
}

.purple-color {
	color: #6200ee!important
}

.ts-green-bg {
	background: #4ab106
}

.ts-blue-bg {
	background: #007dff
}

.ts-blue-dark-bg {
	background: #005689
}

.ts-blue-light-bg {
	background: #007dff
}

.ts-pink-bg {
	background: #ff5575
}

.ts-yellow-bg {
	background: #ffaf31
}

.ts-orange-bg {
	background: #ff6e0d
}

.ts-purple-bg {
	background: #6200ee
}

.ts-white-bg {
	background: #fff
}

.ts-blue-light-heighlight {
	background: #007dff
}

.ts-facebook a i {
	background: #3b5999
}

.ts-google-plus a i {
	background: #dd4b39
}

.ts-twitter a i {
	background: #55acee
}

.ts-pinterest a i {
	background: #bd081c
}

.ts-linkedin a i {
	background: #007bb6
}

.ts-youtube a i {
	background: #f33220
}

.ts-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	color: #151515
}

.ts-title .title-before {
	position: absolute;
	left: -30px;
	top: 0;
	width: 3px;
	height: 100%;
	content: '';
	background: #d72924
}

.ts-title.white {
	color: #fff
}

.ts-title.block-title-style2 .view-all-link {
	min-width: 55px;
	margin-left: 10px
}

.ts-title.title-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0!important
}

.ts-title.title-bg .title-text {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	background: #d72924;
	color: #fff;
	line-height: 26px;
	padding: 0 5px;
	padding: 2px 15px;
	display: inline-block;
	z-index: 1;
	white-space: nowrap;
	margin-right: 20px
}

.ts-title.title-bg .title-after {
	width: 100%;
	height: 1px;
	background: #d72924
}

.ts-title.block-title-style3,
.ts-title.block-title-style5 {
	margin-left: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ts-title.block-title-style3 .title-text,
.ts-title.block-title-style5 .title-text {
	white-space: nowrap;
	margin-right: 20px
}

.ts-title.block-title-style3 .title-after,
.ts-title.block-title-style5 .title-after {
	width: 100%;
	height: 1px;
	background: #d72924
}

.ts-title.block-title-style3 .title-text {
	background: transparent!important
}

.ts-title.block-title-style7 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.ts-title.block-title-style7 .title-text {
	margin-right: 0
}

.ts-title.block-title-style7 .view-all-link {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1
}

.title-area .block-title-style1,
.title-area .block-title-style5,
.grid-no-shadow .block-title-style1,
.grid-no-shadow .block-title-style5 {
	margin-left: 30px!important
}

.ts-grid-box.ts-col-box .block-title-style1,
.widgets-populer-post .block-title-style1 {
	margin-left: 15px
}

.most-populer-item .block-title-style2,
.most-populer-item .block-title-style3,
.most-populer-item .block-title-style5,
.has-block-title-style5 .block-title-style2,
.has-block-title-style5 .block-title-style3,
.has-block-title-style5 .block-title-style5,
.has-block-title-style2 .block-title-style2,
.has-block-title-style2 .block-title-style3,
.has-block-title-style2 .block-title-style5,
.has-block-title-style3 .block-title-style2,
.has-block-title-style3 .block-title-style3,
.has-block-title-style3 .block-title-style5,
.ts-grid-box-heighlight .block-title-style2,
.ts-grid-box-heighlight .block-title-style3,
.ts-grid-box-heighlight .block-title-style5 {
	padding-right: 50px
}

.post-title {
	font-size: 15px;
	font-weight: 500;
	color: #151515;
	margin-bottom: 5px;
	line-height: 20px
}

.post-title.lg {
	font-size: 36px;
	margin-bottom: 17px;
	word-break: break-word;
	line-height: 40px
}

.post-title.ex-lg {
	font-weight: 700;
	font-size: 44px;
	color: #212121;
	margin-bottom: 15px
}

.post-title.md {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px
}

.post-title.md-title {
	font-size: 24px;
	margin-bottom: 10px
}

.post-title.large {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 36px
}

.post-title a {
	color: #222
}

.post-title a:hover {
	color: #d72924
}

.section-bg .ts-cat-title span:before {
	background: #f7f7f7
}

.border-top {
	border-top: 1px solid #e9e9e9
}

.border-top.bar1 {
	border-color: #4d4d70
}

#featured-slider .owl-nav {
	position: absolute;
	right: 0;
	top: 0
}

#featured-slider .owl-nav .owl-prev:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 15px;
	background: #406a91;
	content: '';
	margin: auto
}

#featured-slider .owl-nav .owl-prev,
#featured-slider .owl-nav .owl-next {
	font-size: 14px;
	background: #00386c;
	color: #fff;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	margin: 0
}

.post-meta-info {
	margin-bottom: 10px;
	padding-left: 0
}

.post-meta-info li {
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	font-weight: 600;
	color: #5c5c5c
}

.post-meta-info li i {
	margin-right: 6px;
	font-size: 15px
}

.post-meta-info li a {
	color: #5c5c5c;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.post-meta-info li a:hover {
	color: #d72924
}

.post-meta-info li a.post-cat {
	margin-left: 0;
	color: #fff
}

.post-meta-info li.author {
	padding-left: 0
}

.post-meta-info li.author img {
	position: relative;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	margin-right: 6px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%
}

.post-meta-info li.author a {
	color: #232323
}

.post-meta-info li:last-child {
	margin-right: 0
}

.post-meta-info li.active {
	color: #d72924;
	font-weight: 600
}

.post-meta-info .share-post {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d72924;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
	cursor: pointer
}

.post-meta-info .share-post i {
	margin-right: 0
}

.post-meta-info .social-share-post .social-list {
	position: absolute;
	right: 40px;
	top: 0;
	padding: 0;
	z-index: 1;
	background: #f7f7f7;
	min-width: 235px;
	padding: 12px 18px;
	display: none;
	text-align: center
}

.post-meta-info .social-share-post .social-list li:last-child {
	margin-right: 0
}

.post-meta-info .social-share-post:hover .social-list {
	display: block
}

blockquote {
	font-weight: 400;
	font-style: italic;
	color: #232323;
	border-left: 4px solid #d72924;
	line-height: 36px;
	padding: 0 0 0 75px;
	position: relative;
	z-index: 1;
	padding: 0 30px 0 1em;
	margin: 30px 0;
	position: relative
}

blockquote cite {
	font-weight: 700;
	position: relative;
	font-size: 16px;
	display: block
}

table,
iframe {
	border: 1px solid #f1f1f1;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}

iframe {
	border: none
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	border-top: 1px solid #e7e7e7
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 5px 0
}

select {
	width: 100%
}

select.postform {
	height: 40px
}

div#calendar_wrap caption {
	margin: 10px
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
	border: 1px solid #e7e7e7
}

dt {
	font-weight: 700;
	margin: 6px
}

.meta-featured-post {
	display: none
}

.grid-no-desc .post-content p {
	display: none
}

.grid-md .post-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px
}

.grid-md .ts-overlay-style .overlay-post-content .post-title {
	margin-bottom: 10px
}

.entry-header .entry-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px
}

.entry-header .entry-title a {
	color: #222
}

.post-meta {
	color: #a9a9a9;
	font-size: 14px;
	padding: 20px 0 15px
}

.post-meta span {
	padding-right: 5px;
	margin-right: 5px
}

.post-meta span i {
	margin-right: 5px;
	color: #007dff
}

.post-meta a {
	color: #a9a9a9
}

.post-password-form input[type="password"] {
	padding: 4px 15px;
	margin-right: 10px
}

.post-password-form input[type="submit"] {
	padding: 5px 15px;
	background: #d72924;
	color: #fff;
	border: none;
	cursor: pointer
}

img,
figure {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px
}

.wp-block-gallery img {
	margin: 0
}

.wp-caption img[class*="wp-image-"] {
	display: block
}

.wp-caption {
	margin-bottom: 8px;
	max-width: 100%;
	border-radius: 0;
	padding: 0;
	clear: both
}

.wp-caption.aligncenter {
	margin-bottom: 10px
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 4px;
	font-style: italic;
	color: #a9a9a9;
	margin-bottom: 0
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

p {
	margin: 0 0 15px
}

.owl-nav {
	position: absolute;
	right: 0;
	top: -50px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	margin: 0 0 0 20px;
	display: inline-block;
	position: relative
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
	font-size: 20px;
	line-height: 27px
}

.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i {
	color: #d72924
}

.owl-nav .owl-prev:before {
	position: absolute;
	right: -11px;
	top: 0;
	width: 1px;
	height: 15px;
	background: #ddd;
	content: '';
	bottom: 0;
	margin: auto;
	display: block;
	text-align: center
}

.owl-dots {
	position: absolute;
	right: 0;
	top: -49px;
	z-index: 1
}

.owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d72924;
	display: inline-block;
	opacity: 1;
	margin: 0 3px;
	opacity: .5
}

.owl-dots .owl-dot.active span {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: relative;
	top: 2px;
	opacity: 1
}

#more-news-slider .owl-dots .owl-dot span {
	background: #fff
}

.not-found {
	text-align: center;
	clear: both
}

.not-found h1.error-title {
	font-size: 36px;
	font-weight: 800
}

.not-found .search-forms {
	margin-top: 50px;
	margin-bottom: 40px
}

.not-found .search-forms .form-control {
	height: 40px;
	outline: none
}

.not-found .search-forms .form-control:focus {
	border-color: #d72924;
	-webkit-box-shadow: none;
	box-shadow: none
}

.modal-searchPanel .xs-search-group {
	position: relative
}

.modal-searchPanel .xs-search-group input:not([type="submit"]) {
	height: 70px;
	background-color: transparent;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 0 30px
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
	color: #fff
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
	color: #fff
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
	color: #fff
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
	color: #fff
}

.modal-searchPanel .xs-search-group .search-button {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: 70px;
	border-radius: 0 50px 50px 0
}

.mfp-bg.xs-promo-popup {
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out
	}
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%)
	}
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out
	}
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0)
	}
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0)
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

.xs-promo-popup .modal-content {
	background-color: transparent;
	padding: 0;
	border: 0
}

.xs-promo-popup .mfp-close {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	-o-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	transform: translateY(-500px)
}

.xs-promo-popup.mfp-ready .mfp-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.ts-search-form .form-control {
	height: 60px;
	border-radius: 36px!important
}

.ts-search-form .vinkmag-serach {
	position: relative;
	overflow: hidden
}

.ts-search-form .vinkmag-serach:before {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	content: "\f002";
	font-family: 'Fontawesome';
	font-size: 20px;
	background: red;
	z-index: 333;
	padding: 18px 33px;
	margin: auto;
	color: #fff;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	cursor: pointer
}

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	-o-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	transform: translateY(-500px)
}

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.no-author .post-meta-info .author {
	display: none
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999999999;
	overflow: hidden;
	background-color: #d72924;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out
}

#preloader.loaded {
	top: -200%
}

#preloader.loaded .preloader-cancel-btn-wraper {
	bottom: 200%
}

.preloader-cancel-btn-wraper {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 30px;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
	border-radius: 36px;
	font-size: 11px;
	padding: 13px 23px;
	background: #9a2521
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.double-bounce1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFF;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFF;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.ts-top-nav {
	padding-left: 0
}

.ts-top-nav li {
	display: inline-block;
	margin-right: 16px
}

.ts-top-nav li a {
	font-size: 12px;
	color: #151515;
	line-height: 40px;
	padding: 0;
	font-weight: 600
}

.ts-top-nav li a:hover {
	color: #d72924
}

.ts-top-nav li:last-of-type {
	margin-right: 0
}

.ts-top-nav li .dropdown-toggle::after {
	border: 0
}

.ts-top-nav li .dropdown-menu {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 0;
	font-size: 13px;
	border-top: solid 1px #f0f0f0;
	min-width: 160px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	width: 100%
}

.ts-top-nav li .dropdown-menu>li {
	margin: 0;
	display: block
}

.ts-top-nav li .dropdown-menu>li.dropdown>a:before {
	content: '\f0da';
	font-size: 10px;
	font-family: 'Fontawesome';
	position: absolute;
	right: 8px;
	top: 5px
}

.ts-top-nav li .dropdown-menu .dropdown-item.active,
.ts-top-nav li .dropdown-menu .dropdown-item:hover,
.ts-top-nav li .dropdown-menu .dropdown-item:focus {
	color: #d72924
}

.top-social li {
	display: inline-block;
	line-height: 41px
}

.top-social li a {
	color: #151515;
	font-size: 14px;
	padding: 0 7px
}

.top-social li a:hover {
	color: #232323
}

.top-social li.ts-date {
	padding: 0 14px;
	margin-left: 19px;
	background: #d72924;
	color: #fff;
	font-weight: 600
}

.top-social li.ts-subscribe {
	padding: 0 30px;
	margin-left: 19px;
	background: #d72924;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

.top-social li.ts-subscribe a {
	color: #fff
}

.top-bar {
	background: #fff;
	padding: 0;
	border-top: 0!important
}

.top-bar dl,
.top-bar ol,
.top-bar ul {
	margin-bottom: 0
}

.top-bar .ts-temperature {
	display: inline-block;
	padding-right: 30px;
	position: relative
}

.top-bar .ts-temperature:before {
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 20px;
	content: '';
	background: #e9e9e9
}

.top-bar .ts-temperature i {
	color: #ffaf31
}

.top-bar .ts-temperature span b {
	font-weight: 400;
	position: relative;
	top: -4px
}

.top-bar .ts-top-nav {
	display: inline-block
}

.top-bar.v2 {
	background: #c2211c
}

.top-bar.v2 .ts-breaking-news {
	margin-bottom: 0;
	background: transparent;
	padding: 0
}

.top-bar.v2 .ts-breaking-news .breaking-title {
	color: #fff
}

.top-bar.v2 .ts-breaking-news p a {
	color: #fff
}

.top-bar.v2 .top-social li a {
	color: #fff
}

.top-bar.v3 .ts-date {
	display: inline-block;
	padding-right: 50px;
	font-size: 14px;
	color: #8a8a8a
}

.top-bar.v3 .ts-temperature {
	border-right: none;
	padding-right: 0
}

.top-bar .ts-date {
	font-size: 13px;
	color: #606060
}

.top-bar .ts-date-item {
	background: #d72924;
	display: inline-block;
	line-height: 42px;
	padding: 0 14px;
	color: #fff
}

.top-bar.top-bg {
	background: #f4f4f4
}

.top-bar .top-nav li {
	display: inline-block
}

.top-bar .top-nav li a {
	font-size: 13px;
	color: #606060;
	line-height: 26px;
	line-height: 34px;
	margin-left: 35px
}

.top-bar.bg-blue-dark {
	background: #004e7c
}

.top-bar.bg-blue-dark .ts-date {
	color: #fff
}

.top-bar.bg-blue-dark .ts-top-nav li a {
	color: #dde7ee
}

.top-bar.v4 {
	background: #2c2c2c
}

.top-bar.v4 .ts-breaking-news {
	margin-bottom: 0;
	background: transparent;
	padding: 8px 20px 8px 0
}

.top-bar.v4 .ts-breaking-news .breaking-post-content p a {
	color: #fff
}

.top-bar.v5 .ts-breaking-news {
	padding: 7px 20px 7px 0;
	margin-bottom: 0
}

.top-bar.bg-dark-item .ts-top-nav li a,
.top-bar.bg-dark-item .top-social li a {
	color: #fff
}

.logo {
	padding: 0 10px
}

.vinkmag-date .ts-date-item {
	background: #d72924;
	display: inline-block;
	line-height: 42px;
	padding: 0 14px;
	color: #fff
}

.top-bar.transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 2
}

.top-bar.transparent #breaking_slider .owl-nav {
	top: 0;
	right: -46px
}

.top-bar.transparent #breaking_slider .owl-nav .owl-prev,
.top-bar.transparent #breaking_slider .owl-nav .owl-next {
	color: #fff;
	background: #111c20
}

.top-bar.transparent .ts-breaking-news {
	background: transparent;
	padding: 8px 20px 8px 0
}

.top-bar.transparent .ts-breaking-news .breaking-news-content {
	width: 85%
}

.top-bar.transparent .ts-breaking-news p a {
	color: #fff
}

#breaking_slider1 {
	max-height: 30px;
	overflow: hidden
}

.header-white {
	background-color: #fff
}

.header-middle {
	padding: 20px 0
}

.header-middle .banner-img {
	text-align: center
}

.header-middle.v2 {
	background: #d72924;
	padding: 14px 0;
	margin-bottom: 5px
}

.header-middle.v2 .logo a {
	text-align: left
}

.header-middle.v3 {
	padding: 25px 0
}

.header-middle.v4 {
	padding: 38px 0
}

.header-middle.v8 {
	margin-bottom: 0
}

.banner-img img {
	max-width: 100%
}

.bg-blue {
	background: #005689
}

.currency-list-item ul li {
	display: inline-block;
	border-right: 1px solid #1a6795;
	padding-right: 10px
}

.currency-list-item ul li .currency-item {
	display: inline-block;
	padding: 0 14px
}

.currency-list-item ul li .currency-item label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .7px;
	text-transform: uppercase
}

.currency-list-item ul li .currency-item span {
	font-size: 12px
}

.currency-list-item ul li .currency-item.right {
	text-align: right
}

.currency-list-item ul li:nth-child(odd) .currency-item span {
	color: #ff433d
}

.currency-list-item ul li:nth-child(even) .currency-item span {
	color: #11e260
}

.currency-list-item ul li:last-child {
	padding-right: 0;
	border-right: none
}

.currency-list-item ul li:last-child .currency-item.right {
	padding-right: 0
}

ul.right-menu.align-to-right {
	margin-bottom: 0;
	list-style: none;
	padding: 0
}

.header-nav-item {
	padding-left: 5px
}

.breaking-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #d72924;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 26px;
	padding-right: 10px
}

.breaking-title i {
	font-size: 15px;
	margin-right: 6px
}

.mobile-logo {
	display: none
}

.ts-breaking-news {
	background: #fff;
	padding: 12px 20px;
	margin-bottom: 5px
}

.ts-breaking-news p {
	margin-bottom: 0!important
}

.ts-breaking-news p a {
	font-size: 13px;
	line-height: 26px;
	color: #5c5c5c;
	font-weight: 600
}

.ts-breaking-news .breaking-news-content {
	width: 80%
}

.ts-breaking-news.breaking-sliders-item {
	background: transparent;
	padding: 0 50px 0 0
}

.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev {
	color: #fff;
	background: #d72924;
	font-size: 12px
}

.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next i,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev i {
	font-size: 14px
}

.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next:hover i,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev:hover i {
	color: #fff
}

#breaking_slider .owl-nav,
.vinkmag-breaking-slider .owl-nav {
	position: absolute;
	right: -49px;
	top: 1px
}

#breaking_slider .owl-nav .owl-prev,
#breaking_slider .owl-nav .owl-next,
.vinkmag-breaking-slider .owl-nav .owl-prev,
.vinkmag-breaking-slider .owl-nav .owl-next {
	width: 24px;
	background: #f0f1f4;
	color: #222;
	line-height: 19px;
	margin-left: 5px;
	height: 24px;
	font-size: 16px
}

#breaking_slider .owl-nav .owl-prev:before,
#breaking_slider .owl-nav .owl-next:before,
.vinkmag-breaking-slider .owl-nav .owl-prev:before,
.vinkmag-breaking-slider .owl-nav .owl-next:before {
	display: none
}

#breaking_slider .owl-nav .owl-prev:hover,
#breaking_slider .owl-nav .owl-next:hover,
.vinkmag-breaking-slider .owl-nav .owl-prev:hover,
.vinkmag-breaking-slider .owl-nav .owl-next:hover {
	background: #d72924;
	color: #fff
}

.header-default {
	position: relative
}

.logo {
	background: #d72924;
	height: 115px
}

.logo a {
	display: block;
	text-align: center;
	line-height: 115px
}

.logo img {
	max-width: 100%
}

.nav-header {
	padding: 0;
	margin: 0;
	width: 0
}

.navigation {
	height: 60px;
	display: block
}

.nav-menu>li>a {
	height: 60px;
	padding: 22px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #232323;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.nav-menu>li>a .submenu-indicator {
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	margin-top: 0
}

.nav-menu>li>a .submenu-indicator:before {
	content: '\f0d7';
	font-size: 14px;
	font-family: 'FontAwesome'
}

.nav-menu>li>a .submenu-indicator .submenu-indicator-chevron {
	display: none
}

.nav-menu>li>a:hover {
	background: #d72924;
	color: #fff!important
}

.nav-menu>li .nav-dropdown li a {
	font-weight: 700;
	height: 50px;
	padding: 16px 20px
}

.nav-menu>li.focus>a {
	color: #d72924
}

.nav-menu>li.active>a {
	background: #d72924;
	color: #fff
}

.nav-menu>li.active>a .submenu-indicator-chevron {
	border-color: transparent #fff #fff transparent
}

.nav-menu>li .nav-dropdown {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.nav-menu>li .nav-dropdown li a {
	font-size: 14px;
	color: #232323;
	border: none;
	padding: 14px 16px;
	font-weight: 400
}

.nav-menu>li .nav-dropdown li a:hover {
	color: #d72924
}

.nav-menu>li .nav-dropdown li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85%;
	right: 0;
	margin: auto;
	height: 1px;
	background: #eae8e8;
	content: ''
}

.nav-menu>li .nav-dropdown li:last-child a:before {
	display: none
}

.nav-menu .megamenu-panel {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.nav-menu .megamenu-lists .megamenu-list>li>a {
	font-size: 14px;
	color: #232323
}

.nav-menu .megamenu-lists .megamenu-list>li>a:hover {
	color: #d72924;
	background: transparent
}

.nav-menu .megamenu-tabs-nav {
	background: #f0f1f4
}

.nav-menu .megamenu-tabs-nav>li>a {
	font-size: 14px;
	color: #232323;
	border: none;
	padding: 14px 16px 14px 30px
}

.nav-menu .megamenu-tabs-nav>li>a:hover {
	color: #d72924;
	background: #f0f1f4
}

.nav-menu .megamenu-tabs-nav>li.active a {
	background: transparent;
	color: #d72924
}

.nav-menu .megamenu-tabs {
	padding: 15px 0
}

.nav-menu .megamenu-tabs-pane {
	border: none;
	border-left: 1px solid #f0f1f4;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0
}

.right-menu li {
	float: left
}

.right-menu li a {
	line-height: 61px;
	width: 60px;
	height: 60px;
	font-size: 19px;
	display: block;
	text-align: center;
	border-left: 1px solid #e9e9e9;
	color: #5c5c5c
}

.right-menu li .nav-search {
	height: 60px
}

.right-menu li .nav-search .nav-search-button {
	height: 100%;
	line-height: 64px;
	color: #fff;
	font-size: 17px;
	width: 60px;
	background: #d72924
}

.right-menu .nav-search-inner input[type=text],
.right-menu .nav-search-inner input[type=search] {
	height: 60px;
	line-height: 60px;
	font-size: 20px
}

.right-menu .nav-search-close-button {
	top: 16px
}

.header-standerd {
	background: #d72924
}

.header-standerd .navigation {
	background: transparent
}

.header-standerd .nav-menu>li>a {
	color: #fff
}

.header-standerd .nav-menu>li>a:hover {
	background: #c2211c
}

.header-standerd .nav-menu>li.active>a {
	background: #c2211c
}

.header-standerd .right-menu li a {
	border-left: none;
	color: #fff;
	position: relative
}

.header-standerd .right-menu li a:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 20px;
	content: '';
	bottom: 0;
	margin: auto;
	background: #fff
}

.ekit-menu-simple {
	padding: 0!important
}

.ekit-menu-simple a .sub-arrow::before {
	content: '\f107'!important;
	font-size: 14px;
	font-family: 'FontAwesome'
}

.ekit-menu-simple li ul li a .sub-arrow::before {
	content: '\f105'!important
}

.ekit-menu-simple .travel-logo a {
	text-indent: -9999px;
	min-width: 300px;
	margin: 0 20px;
	background-image: url(/demo/wp-content/themes/vinazine/assets/images/logo/travel_logo.png);
	background-repeat: no-repeat;
	background-position: center center
}

.ekit-menu-simple .travel-logo a:hover {
	background-color: transparent;
	background-image: url(/demo/wp-content/themes/vinazine/assets/images/logo/travel_logo.png);
	background-repeat: no-repeat;
	background-position: center center
}

.ekit-menu-simple .features-mega-menu ul li {
	border-top: 1px solid #f7f7f7!important
}

.ekit-menu-simple .features-mega-menu ul li a {
	line-height: inherit;
	padding: 0 20px!important
}

.ekit-menu-simple .features-mega-menu ul li a:hover {
	background: #fff!important
}

.ekit-menu-simple .features-mega-menu ul li:first-child {
	border-top: none!important
}

.menu-centerd .ts-main-menu {
	text-align: center!important
}

.nav-menu-item {
	position: relative
}

.nav-menu-item .ts-main-menu .nav-menu>li>a {
	font-size: 16px;
	height: 70px;
	font-weight: 400;
	color: #212121;
	padding: 22px 28px;
	text-transform: capitalize
}

.nav-menu-item .ts-main-menu .nav-menu>li>a:hover {
	background: #fff
}

.nav-menu-item .ts-main-menu .nav-menu>li .nav-dropdown li a:hover {
	background: #6cba40;
	color: #fff
}

.nav-menu-item .ts-main-menu .nav-menu li.active>a {
	background: transparent;
	color: #6cba40
}

.nav-menu-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
	background: transparent;
	color: #212121;
	width: 50px;
	height: auto;
	line-height: 69px;
	font-size: 16px
}

.nav-menu-item.nav-icon-item .navigation {
	height: 114px
}

.nav-menu-item.nav-icon-item .nav-menu>li>a {
	padding: 22px 58px;
	height: 100%!important;
	font-size: 14px;
	font-weight: 500!important;
	color: #383838;
	text-transform: uppercase!important
}

.nav-menu-item.nav-icon-item .nav-menu>li>a i {
	display: block;
	width: auto;
	text-align: center;
	margin-bottom: 12px;
	font-size: 35px;
	height: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	line-height: 34px
}

.nav-menu-item.nav-icon-item .nav-menu>li .nav-dropdown li a:hover {
	color: #fff
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
	width: auto;
	line-height: 36px;
	padding: 25px 61px;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button i {
	font-size: 24px
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button b {
	display: block;
	text-transform: uppercase;
	font-weight: 500
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button:hover {
	color: #6cba40
}

.header-transparent {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	border-bottom: 1px solid #33335b
}

.header-transparent .nav-header {
	width: auto
}

.header-transparent .nav-header .nav-brand {
	padding: 0;
	line-height: 80px
}

.header-transparent .navigation {
	background: transparent;
	height: 80px
}

.header-transparent .nav-menu>li>a {
	color: #fff;
	height: 80px;
	padding: 31px 26px;
	position: relative
}

.header-transparent .nav-menu>li>a .submenu-indicator {
	margin-top: 0
}

.header-transparent .nav-menu>li>a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #007dff;
	content: '';
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.header-transparent .nav-menu>li>a:hover {
	background: transparent
}

.header-transparent .nav-menu>li>a:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.header-transparent .nav-menu>li.active>a {
	background: transparent;
	color: #007dff
}

.header-transparent .nav-menu>li .nav-dropdown {
	border-top: none;
	background: #fff
}

.header-transparent .right-menu li .nav-search {
	width: 80px;
	height: 80px;
	margin-left: 15px
}

.header-transparent .right-menu li .nav-search .nav-search-button {
	width: 100%;
	height: 100%;
	line-height: 80px;
	background: transparent;
	border-left: 1px solid #33335b;
	border-right: 1px solid #33335b
}

.header-transprent {
	top: 25px
}

.header-transprent .ts-main-menu {
	background: transparent
}

.header-transprent .ts-main-menu .nav-menu>li>a {
	font-weight: 400
}

.header-transprent .ts-main-menu .nav-menu>li.header-search .header-search-form {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	display: none
}

.home .menu-transparent {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	z-index: 9;
	background: transparent!important
}

.header-box .navigation {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	height: 50px
}

.header-box .right-menu li .nav-search {
	height: 50px
}

.header-box .right-menu li .nav-search .nav-search-button {
	line-height: 56px
}

.header-box .nav-menu>li>a {
	padding: 16px 25px;
	height: 50px
}

.header-box .nav-menu>li>a:hover {
	background: #fff;
	color: #005689!important
}

.header-box .nav-menu>li>a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 100%
}

.header-box .nav-menu>li>a .submenu-indicator {
	margin-top: 0
}

.header-box .nav-menu>li>a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #005689;
	content: '';
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.header-box .nav-menu>li.active>a {
	background: transparent;
	color: #005689
}

.header-box .right-menu li .nav-search .nav-search-button {
	background: #fff;
	color: #232323
}

.ts-mega-menu.megamenu-panel {
	max-width: 500px;
	padding: 15px 0
}

.ts-mega-menu.megamenu-panel .megamenu-list li a {
	height: 46px;
	padding: 15px 20px
}

.header-box-transprent {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	top: 40px;
	height: auto;
	z-index: 2
}

.header-box-transprent .ts-main-menu {
	height: 65px;
	background: rgba(0, 0, 0, .6)
}

.header-box-transprent .ts-main-menu .nav-header {
	width: auto;
	height: 100%
}

.header-box-transprent .ts-main-menu .nav-header .nav-brand {
	line-height: 64px;
	padding: 0 18px
}

.header-box-transprent .ts-main-menu .nav-menu>li>a {
	height: 65px;
	padding: 24px 20px;
	font-weight: 500;
	color: #fff
}

.header-box-transprent .ts-main-menu .nav-menu>li>a:hover {
	background: transparent
}

.header-box-transprent .ts-main-menu .nav-menu>li>a .submenu-indicator:before {
	content: '\f107'
}

.header-box-transprent .ts-main-menu .nav-menu>li.active a {
	background: transparent
}

.header-box-transprent .ts-main-menu .nav-menu>li:first-child a {
	padding-left: 30px
}

.header-box-transprent .ts-main-menu .right-menu li a {
	height: 65px;
	line-height: 65px;
	width: 65px;
	color: #fff;
	border-left: none;
	border-right: 1px solid #ff3639
}

.header-box-transprent .ts-main-menu .right-menu li .nav-search {
	height: 65px;
	width: 65px;
	border-left: 1px solid #bb1619
}

.header-box-transprent .ts-main-menu .right-menu li .nav-search .nav-search-button {
	line-height: 67px;
	width: 100%;
	background: transparent
}

.navbar-container {
	position: relative;
	background-color: #fff
}

.navbar-container:after {
	content: "";
	display: block;
	clear: both
}

.navbar-container .nav-search-button {
	background-color: #d72924;
	color: #fff;
	padding-top: 2px!important
}

.navbar-container .nav-search-button:before {
	display: none
}

.navbar-container .right-menu {
	position: absolute;
	right: 0;
	top: 0
}

.navbar-container .navbar {
	background-color: #fff;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #232323
}

.navbar-container .navbar .navbar-toggler {
	border: 0
}

.navbar-container .navbar .navbar-brand {
	height: 50px;
	margin: 5px 0 5px 20px
}

.navbar-container .navbar .navbar-brand img {
	max-height: 100%
}

.navbar-container .navbar .main-menu .nav-item>a {
	color: #232323;
	font-size: 14px
}

.navbar-container .navbar .main-menu .nav-item>a.active,
.navbar-container .navbar .main-menu .nav-item>a:hover,
.navbar-container .navbar .main-menu .nav-item>a:focus {
	background-color: #d72924;
	color: #fff
}

.navbar-container .navbar .main-menu .nav-item .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 0;
	font-size: 13px;
	border-top: solid 1px #f0f0f0;
	min-width: 220px;
	border-radius: 0;
	padding: 0 10px
}

.navbar-container .navbar .main-menu .nav-item .dropdown-menu li.dropdown>a:before {
	content: '\f0da';
	font-size: 10px;
	font-family: 'Fontawesome';
	position: absolute;
	right: 8px;
	top: 12px
}

.navbar-container .navbar .main-menu .nav-item .dropdown-menu>li>.dropdown-item {
	background-color: #fff!important;
	padding: 14px 16px;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	white-space: pre-wrap
}

.navbar-container .navbar .main-menu .nav-item .dropdown-menu>li>.dropdown-item.active,
.navbar-container .navbar .main-menu .nav-item .dropdown-menu>li>.dropdown-item:hover,
.navbar-container .navbar .main-menu .nav-item .dropdown-menu>li>.dropdown-item:focus {
	color: #d72924
}

.navbar-container .navbar .main-menu .nav-item>a {
	padding: 18px 18px
}

.navbar-container .ekit-menu-simple>li>a {
	font-weight: 700
}

.navbar-container .ekit-megamenu-holder .ekit-menu-simple ul>li {
	border-top: 1px solid #f7f7f7
}

.navbar-container .menu-fallback .navbar-nav {
	display: block;
	width: 100%;
	float: right;
	text-align: right
}

.navbar-container .menu-fallback .navbar-nav li a {
	padding: 18px 15px;
	display: inline-block;
	color: #232323
}

.navbar-container .main-menu>.menu-item>.dropdown-menu>.menu-item>.dropdown-menu {
	right: 100%;
	top: 0;
	left: auto
}

.navbar-container .vinkmag-serach {
	display: none
}

.navbar-container .vinkmag-serach .input-group {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff
}

.navbar-container .vinkmag-serach .input-group .form-control {
	border: 0;
	line-height: 60px;
	font-size: 20px;
	border-radius: 0
}

.navbar-container .vinkmag-serach .input-group .form-control:focus,
.navbar-container .vinkmag-serach .input-group .form-control:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-container .vinkmag-serach .input-group .nav-search-close-button {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	width: 28px;
	line-height: normal;
	color: #70798b;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	padding-top: 0;
	padding-right: 15px;
	-ms-flex-item-align: center;
	align-self: center
}

.navbar-container.navbar-style1 .navbar-nav>.current-menu-parent {
	background: #d72924
}

.navbar-container.navbar-style1 .navbar-nav>.current-menu-parent>a {
	color: #fff
}

.navbar-container.navbar-style1 .ekit-menu-container,
.navbar-container.navbar-style1 .ekit-megamenu-holder {
	background: transparent
}

.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu>li>a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu>li>a {
	color: #232323!important
}

.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu>li:hover>a,
.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu>li.current-menu-parent>a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu>li:hover>a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu>li.current-menu-parent>a {
	background: #d72924;
	color: #fff!important
}

.navbar-container.navbar-style1 .ekit-menu-container .tab__post--title a:hover,
.navbar-container.navbar-style1 .ekit-megamenu-holder .tab__post--title a:hover {
	color: #d72924
}

.navbar-container.navbar-style2 {
	background-color: #d72924;
	color: #fff
}

.navbar-container.navbar-style2 .navbar {
	background-color: #d72924;
	color: #fff
}

.navbar-container.navbar-style2 .navbar-toggler {
	padding: 15px 0
}

.navbar-container.navbar-style2 .main-menu .nav-item a {
	padding: 18px 18px
}

.navbar-container.navbar-style2 .main-menu .nav-item a.active,
.navbar-container.navbar-style2 .main-menu .nav-item a:hover,
.navbar-container.navbar-style2 .main-menu .nav-item a:focus {
	background-color: #c2211c;
	color: #fff
}

.navbar-container.navbar-style2 .main-menu>li>a {
	color: #fff
}

.navbar-container.navbar-style2 .ekit-menu .tab__post--title a {
	color: #232323
}

.navbar-container.navbar-style2 .ekit-menu .tab__post--title a:hover {
	color: #d72924
}

.navbar-container.navbar-style2 .ekit-menu-container,
.navbar-container.navbar-style2 .ekit-megamenu-holder {
	background: transparent
}

.navbar-container.navbar-style3 {
	background-color: #fff;
	color: #232323;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	border-bottom: 2px solid #ddd
}

.navbar-container.navbar-style3 .navbar-brand {
	margin: 15px 0
}

.navbar-container.navbar-style3 .container {
	position: relative
}

.navbar-container.navbar-style3 .navbar-toggler {
	padding-right: 0
}

.navbar-container.navbar-style3 .navbar {
	background-color: transparent
}

.navbar-container.navbar-style3 .main-menu .nav-item a {
	padding: 28px 18px
}

.navbar-container.navbar-style3 .main-menu .nav-item a.active,
.navbar-container.navbar-style3 .main-menu .nav-item a:hover,
.navbar-container.navbar-style3 .main-menu .nav-item a:focus {
	background-color: transparent;
	color: #d72924
}

.navbar-container.navbar-style3 .right-menu {
	top: 10px
}

.navbar-container.navbar-style3 .right-menu li>a {
	background-color: transparent!important;
	color: #232323;
	border-left: 0;
	position: relative
}

.navbar-container.navbar-style3 .right-menu li>a.nav-search-button:after {
	content: '';
	width: 1px;
	height: 20px;
	top: 50%;
	left: 0;
	background-color: #232323;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navbar-container.navbar-style3.navbar-dark {
	background-color: #232323;
	color: #fff;
	border-top: 0
}

.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a {
	color: #fff;
	padding: 28px 18px
}

.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a.active,
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a:hover,
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a:focus {
	background-color: #d72924;
	color: #fff
}

.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item ul a {
	color: #232323;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s
}

.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item ul a:hover {
	background: #fff;
	color: #d72924
}

.navbar-container.navbar-style3.navbar-dark .right-menu li>a {
	color: #fff
}

.navbar-container.navbar-style3.navbar-dark .right-menu li>a.nav-search-button:after {
	background-color: #fff
}

.navbar-container.navbar-style3.navbar-dark .ekit-menu-container,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder {
	background: transparent
}

.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple>li>a,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple>li>a {
	color: #fff!important
}

.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple>li ul li a,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple>li ul li a {
	padding: 18px 20px
}

.navbar-container.navbar-style3 .ekit-menu-container,
.navbar-container.navbar-style3 .ekit-megamenu-holder {
	background: #fff
}

.navbar-container.navbar-style3 .ekit-menu-container ul>li>a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul>li>a {
	color: #232323!important
}

.navbar-container.navbar-style3 .ekit-menu-container ul>li>a:hover,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul>li>a:hover {
	color: #fff!important
}

.navbar-container.navbar-style3 .ekit-menu-container ul>li:hover>a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul>li:hover>a {
	color: #fff
}

.navbar-container.navbar-style3 .ekit-menu-container ul>li ul li a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul>li ul li a {
	padding: 15px 18px
}

.navbar-container.navbar-style3 .ekit-menu-container ul>li ul li a:hover,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul>li ul li a:hover {
	color: #d72924!important
}

.navbar-container.navbar-style3 .ekit-menu-container .ekit-menu-simple,
.navbar-container.navbar-style3 .ekit-megamenu-holder .ekit-menu-simple {
	text-align: right;
	float: right
}

.navbar-container.navbar-style5 {
	background-color: #fff;
	color: #232323;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.navbar-container.navbar-style5 .container {
	position: relative
}

.navbar-container.navbar-style5 .navbar-toggler {
	padding: 15px 0
}

.navbar-container.navbar-style5 .navbar {
	background-color: transparent
}

.navbar-container.navbar-style5 .nav-item a {
	position: relative
}

.navbar-container.navbar-style5 .nav-item a.active,
.navbar-container.navbar-style5 .nav-item a:hover,
.navbar-container.navbar-style5 .nav-item a:focus {
	background-color: transparent;
	color: #d72924
}

.navbar-container.navbar-style5 .main-menu>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #d72924;
	opacity: 0
}

.navbar-container.navbar-style5 .main-menu>li.current-menu-item>a:before {
	opacity: 1
}

.navbar-container.navbar-style5 .right-menu li>a {
	background-color: transparent!important;
	color: #232323;
	border-left: 0;
	position: relative
}

.navbar-container.navbar-style5 .right-menu li>a.nav-search-button:after {
	content: '';
	width: 1px;
	height: 20px;
	top: 50%;
	left: 0;
	background-color: #232323;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.navbar-container .ekit-menu-container .ekit-menu>li>a,
.navbar-container .ekit-megamenu-holder .ekit-menu>li>a {
	text-transform: uppercase
}

.navbar-container .ekit-menu-simple a .sub-arrow {
	right: 10px
}

.navbar-container .ekit-menu-simple ul>li {
	border-color: #e3e3e3
}

.navbar-container .ekit-menu-simple ul>li a {
	background: transparent
}

.navbar-container .ekit-menu-simple ul>li a:before {
	display: none
}

.navbar-container .ekit-menu-simple ul>li a:hover {
	background: transparent
}

.navbar-container .ekit-menu-simple ul>li:hover {
	background: transparent
}

.navbar-container .ekit-menu-simple a .ekit-menu-badge {
	top: 17px!important
}

.navbar-container .ekit-menu-simple a .ekit-menu-badge .ekit-menu-badge-arrow {
	display: none
}

.ekit-menu-simple li:hover a {
	color: #232323
}

.nav-bg-white .ekit-menu-container,
.nav-bg-white .ekit-megamenu-holder,
.header-bg-white .ekit-menu-container,
.header-bg-white .ekit-megamenu-holder {
	background: #fff
}

.nav-bg-white .ekit-menu-container .ekit-menu-simple>li>a,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple>li>a,
.header-bg-white .ekit-menu-container .ekit-menu-simple>li>a,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple>li>a {
	color: #232323!important
}

.nav-bg-white .ekit-menu-container .ekit-menu-simple>li>a:hover,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple>li>a:hover,
.header-bg-white .ekit-menu-container .ekit-menu-simple>li>a:hover,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple>li>a:hover {
	background: transparent
}

.nav-bg-white .ekit-menu-container .ekit-menu-simple>li:hover a,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple>li:hover a,
.header-bg-white .ekit-menu-container .ekit-menu-simple>li:hover a,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple>li:hover a {
	background: transparent
}

.tab__post__single--item a {
	background: transparent!important;
	padding: 0!important
}

.tab__post__single--item a:hover {
	background: transparent!important;
	border: none
}

.tab__post__single--item a:hover:before {
	display: none!important
}

.tab__post__single--item .tab__post--title {
	line-height: 20px
}

.tab__post--title a {
	color: #232323!important
}

.custom-tabmenu-class .post--tab .tabHeader .tab__list>.tab__list__item {
	font-size: 12px;
	text-transform: capitalize
}

.post--tab .tabHeader ul>li {
	text-transform: capitalize;
	font-weight: 500
}

.entry-content ul {
	list-style-position: inside
}

.blog-navbar {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.blog-navbar .top-social {
	padding-left: 0;
	margin-bottom: 0
}

.blog-navbar .navbar-container.navbar-style5 {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent
}

.blog-navbar .navbar-container.navbar-style5 .main-menu>li>a {
	font-size: 13px
}

.blog-navbar .navbar-container.navbar-style5 .main-menu ul {
	text-transform: capitalize;
	font-weight: 400
}

.blog-navbar .right-menu li>a {
	font-size: 16px
}

.blog-navbar .right-menu li>a.nav-search-button:after {
	display: none
}

.footer-menu-inline.footer-menu {
	padding: 28px 0;
	border-bottom: 1px solid #e3e3e3
}

.footer-menu-inline.footer-menu ul li a {
	color: #232323;
	text-transform: uppercase
}

.navbar-standerd.navbar-darks .navbar-style5 {
	border-top: none
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar {
	background: #1f2024;
	margin-right: 0!important;
	padding-right: 120px
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li {
	position: relative
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li>a {
	color: #fff;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li>a:hover:before {
	display: none
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:after {
	position: absolute;
	right: -8px;
	top: -7px;
	content: '';
	border-style: solid;
	border-width: 7px 0 0 8px;
	border-color: transparent transparent transparent #909090;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	opacity: 0;
	visibility: hidden
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:before {
	bottom: auto;
	top: -7px;
	height: 15px;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	content: '';
	background: #d72924;
	position: absolute;
	display: block;
	width: 100%;
	opacity: 0;
	visibility: hidden
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:hover:after,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:hover:before,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-ancestor.current-menu-parent:after,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-ancestor.current-menu-parent:before,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-item:after,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-item:before {
	opacity: 1;
	visibility: visible
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:hover>a,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-ancestor.current-menu-parent>a,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-item>a {
	background: #d72924;
	color: #fff
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:hover>a:focus,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-ancestor.current-menu-parent>a:focus,
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li.current-menu-item>a:focus {
	opacity: 1;
	visibility: visible
}

.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .navbar-toggler {
	padding-left: 15px
}

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

.navbar-standerd.navbar-darks .navbar-style5 .right-menu {
	right: 10px
}

.navbar-standerd.navbar-darks .navbar-style5 .right-menu li a {
	color: #fff
}

.navbar-standerd.navbar-darks .navbar-style5 .right-menu li a.nav-search-button:after {
	background-color: #3c3c3c
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a {
	font-weight: 700;
	position: relative
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:before {
	bottom: auto;
	top: -7px;
	height: 15px;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	content: '';
	background: #d33;
	position: absolute;
	display: block;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	left: 0
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:after {
	position: absolute;
	right: -8px;
	top: -7px;
	content: '';
	border-style: solid;
	border-width: 7px 0 0 8px;
	border-color: transparent transparent transparent #909090;
	-webkit-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	opacity: 0;
	visibility: hidden
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li:hover a:before,
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li:hover a:after {
	opacity: 1;
	visibility: visible
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-parent>a,
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-item>a {
	background: #d33
}

.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-parent>a:before,
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-parent>a:after,
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-item>a:before,
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li.current-menu-item>a:after {
	opacity: 1;
	visibility: visible
}

.navbar-standerd.navbar-darks .navbar-style5 .menu-toggler {
	padding: 12px;
	background: #cf2c03;
	border-radius: 0
}

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

.header-box-right {
	background: #10181f
}

.header-box-right .navigation {
	height: 85px;
	background: #ffaf31;
	position: relative
}

.header-box-right .navigation:before {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	content: '';
	height: 100%;
	background: #ffaf31
}

.header-box-right .nav-menu>li>a {
	height: 85px;
	line-height: 45px
}

.header-box-right .nav-menu>li>a:before {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #fff;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.header-box-right .nav-menu>li>a:hover {
	background: transparent;
	color: #fff
}

.header-box-right .nav-menu>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

.header-box-right .nav-menu>li.active>a {
	background: transparent;
	color: #fff
}

.header-box-right .nav-menu>li.active>a:before {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

.header-box-right .nav-menu>li .megamenu-list li a:hover {
	color: #ffaf31
}

.header-box-right .nav-menu>li .nav-dropdown li a:hover {
	color: #ffaf31
}

.header-box-right .nav-menu>li:first-child a {
	padding-left: 35px
}

.header-box-right .right-menu li .nav-search {
	height: 85px
}

.header-box-right .right-menu li .nav-search .nav-search-button {
	line-height: 88px;
	text-align: right;
	background: transparent;
	color: #232323
}

@media (min-width:1200px) {
	.navbar-fixed.sticky {
		position: fixed;
		z-index: 9999;
		background: #fff;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
		top: 0;
		z-index: 9999;
		max-width: 1110px;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto
	}
	.navbar-fixed.sticky.fade_down_effect {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-delay: .1s;
		animation-delay: .1s
	}
}

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

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

.ts-overlay-style {
	position: relative
}

.ts-overlay-style .item:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .75) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .75) 100%)
}

.ts-overlay-style .item:after {
	background: rgba(0, 0, 0, .2);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms
}

.ts-overlay-style .item:hover:after {
	opacity: 1
}

.ts-overlay-style.ts-featured .item {
	min-height: 573px;
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden
}

.ts-overlay-style.ts-featured .item .post-content {
	padding: 40px
}

.ts-overlay-style.ts-featured .item .post-title {
	margin-bottom: 24px
}

.ts-overlay-style .post-meta-info {
	margin-bottom: 0
}

.ts-overlay-style.featured-post .ts-post-thumb {
	margin-bottom: 0
}

.ts-overlay-style .item.item-before:before {
	display: none
}

.ts-overlay-style .item .gradient-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0, 0, 0, .95)));
	background: -webkit-linear-gradient(top, transparent 55%, rgba(0, 0, 0, .95) 100%);
	background: -o-linear-gradient(top, transparent 55%, rgba(0, 0, 0, .95) 100%);
	background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, .95) 100%)
}

.vinazine-featured-post .ts-overlay-style .item .gradient-overlay {
	opacity: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, transparent 70%, rgba(0, 0, 0, .9) 100%);
	background: -o-linear-gradient(top, transparent 70%, rgba(0, 0, 0, .9) 100%);
	background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, .9) 100%)
}

#featured-slider-2 .item {
	min-height: 418px
}

#featured-slider-2 .owl-dots {
	right: 20px;
	top: 5px
}

#featured-slider-2 .owl-dots .owl-dot span {
	background: #fff
}

#featured-slider-2 .post-title.lg {
	font-size: 30px
}

.slider-grid-style4 .row {
	margin: 0
}

.slider-grid-style4 .owl-nav {
	position: absolute;
	right: auto;
	top: auto;
	left: 35px;
	bottom: 50px
}

.slider-grid-style4 .owl-nav .owl-prev:before {
	display: none
}

.slider-grid-style4 .owl-nav .owl-next i,
.slider-grid-style4 .owl-nav .owl-prev i {
	font-size: 16px
}

.featured-area:before {
	display: none
}

.featured-area .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 900px
}

.featured-area .item .hero-content {
	margin-top: 0
}

.featured-area .item .hero-content h2 {
	font-weight: 500;
	margin-bottom: 60px;
	font-size: 48px
}

.featured-area .item .hero-content .featurd-video-icon {
	font-size: 80px;
	color: #fff
}

.grid-style-2 .ts-overlay-style .item {
	min-height: 456px
}

.featured-table {
	width: 100%;
	height: 100%;
	display: table
}

.featured-table .table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.hero-area {
	padding: 0;
	position: relative
}

.hero-area:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
	content: '';
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 1
}

.featured-slider-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 960px
}

.featured-slider-item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .2)
}

.hero-content {
	position: relative;
	padding: 20px;
	margin-top: -180px
}

.hero-content .post-cat {
	margin-bottom: 12px;
	left: 0
}

.hero-content h2 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 22px
}

.hero-content p {
	font-size: 18px;
	line-height: 24px;
	color: #fff
}

.featured-bottom-post {
	margin-top: -260px;
	position: relative;
	z-index: 1
}

#hero-slider,
.hero-slider {
	position: relative
}

#hero-slider .hero-title a,
.hero-slider .hero-title a {
	color: #fff
}

#hero-slider .owl-nav,
.hero-slider .owl-nav {
	position: relative;
	right: auto;
	top: 0%;
	left: 0%;
	z-index: 3
}

#hero-slider .owl-prev,
.hero-slider .owl-prev {
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px
}

#hero-slider .owl-prev:before,
.hero-slider .owl-prev:before {
	display: none
}

#hero-slider .owl-next,
.hero-slider .owl-next {
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
	margin-left: 80px
}

#hero-slider .owl-dots,
.hero-slider .owl-dots {
	counter-reset: slides-num;
	margin-top: 15px;
	right: auto;
	left: 0
}

#hero-slider .owl-dots:after,
.hero-slider .owl-dots:after {
	content: "0" counter(slides-num);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	padding-left: 20px;
	margin-top: -10px;
	font-weight: 400;
	color: #fff
}

#hero-slider .owl-dot,
.hero-slider .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px
}

#hero-slider .owl-dot span,
.hero-slider .owl-dot span {
	display: none
}

#hero-slider .owl-dot.active:before,
.hero-slider .owl-dot.active:before {
	content: "0" counter(slides-num) " /  ";
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #d72924
}

#hero-slider .featured-slider-item::before,
.hero-slider .featured-slider-item::before {
	background: transparent
}

#hero-slider .owl-item.active .hero-content a.post-cat,
#hero-slider .owl-item.active .hero-content .post-tag,
.hero-slider .owl-item.active .hero-content a.post-cat,
.hero-slider .owl-item.active .hero-content .post-tag,
.vinkmag-featured-slider .owl-item.active .hero-content a.post-cat,
.vinkmag-featured-slider .owl-item.active .hero-content .post-tag {
	-webkit-animation-name: animLeft;
	animation-name: animLeft;
	-webkit-animation: animLeft 1s ease 100ms both;
	animation: animLeft 1s ease 100ms both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms
}

#hero-slider .owl-item.active .hero-content h2,
.hero-slider .owl-item.active .hero-content h2,
.vinkmag-featured-slider .owl-item.active .hero-content h2 {
	-webkit-animation-name: animLeft;
	animation-name: animLeft;
	-webkit-animation: animLeft 1s ease 100ms both;
	animation: animLeft 1s ease 100ms both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms
}

#hero-slider .owl-item.active .hero-content p,
.hero-slider .owl-item.active .hero-content p,
.vinkmag-featured-slider .owl-item.active .hero-content p {
	-webkit-animation-name: animLeft;
	animation-name: animLeft;
	-webkit-animation: animLeft 1s ease 100ms both;
	animation: animLeft 1s ease 100ms both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms
}

@-webkit-keyframes animLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40%, 0, 0);
		transform: translate3d(40%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.slider-dot-item {
	position: absolute;
	left: 0;
	width: 100%;
	top: 59.6%;
	right: 0;
	margin: auto;
	padding-left: 90px
}

.slider-arrow-item {
	position: absolute;
	left: 0;
	width: 100%;
	top: 55.8%;
	right: 0;
	margin: auto
}

.slider-arrow-item .owl-nav .owl-next i,
.slider-arrow-item .owl-nav .owl-prev i {
	font-size: 16px;
	color: #fff
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	background-color: #414450
}

.featured-post-style .item {
	min-height: 498px
}

.featured-post-style .post-cat {
	left: 0;
	margin-bottom: 19px
}

.featured-post-style .overlay-post-content .post-title {
	margin-bottom: 15px
}

.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-content {
	padding: 24px 30px 30px
}

.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-title {
	margin-bottom: 15px
}

.ts-video-btn {
	position: absolute;
	bottom: 0;
	font-size: 80px;
	right: 0;
	left: 0;
	top: 100px;
	margin: auto;
	display: block;
	text-align: center;
	color: #fff;
	z-index: 1
}

.ts-video-btn:hover {
	color: #fff
}

.post-list-box .nav-link {
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	display: block
}

.post-list-box .nav-link:first-of-type {
	padding-top: 0
}

.post-list-box .nav-link:last-of-type {
	border-bottom: none;
	padding-bottom: 0
}

.post-list-box .post-content img {
	width: 128px;
	height: 85px;
	margin-right: 15px
}

.post-list-box .post-content .post-title:hover {
	color: #d72924
}

.post-list-box.ts-list-post-box.ts-grid-content .post-content img {
	width: 110px;
	height: auto;
	margin-right: 15px
}

.elementor-widget-wp-widget-vinkmag_latest_news_widget h5 {
	font-size: 20px;
	margin-bottom: 20px
}

.recent-posts-widget ul li {
	min-height: 100px
}

.recent-posts-widget ul li .posts-thumb img {
	width: 110px;
	height: 80px
}

.recent-posts-widget ul li .post-info .entry-title {
	font-size: 14px
}

.recent-posts-widget ul li .post-info .entry-title a {
	color: #232323
}

.recent-posts-widget ul li .post-info .entry-title a:hover {
	color: #d72924
}

.recent-posts-widget ul li .post-info .post-meta {
	padding: 0 0 0
}

.recent-posts-widget ul li:last-child {
	min-height: 1px
}

.watch-post .ts-overlay-style .post-video:before {
	display: none
}

.watch-post .ts-overlay-style .post-video .post-video-content h3 {
	font-size: 20px
}

.watch-post .post-list-box .post-title {
	margin-bottom: 5px
}

.item:hover .ts-post-thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.post-content {
	z-index: 1;
	position: relative
}

.post-content p {
	font-size: 15px;
	line-height: 24px;
	color: #232323
}

.ts-overlay-style .overlay-post-content {
	position: absolute;
	bottom: 0
}

.ts-overlay-style .overlay-post-content .post-content {
	padding: 24px 24px 18px
}

.ts-overlay-style .overlay-post-content .post-content .post-cat {
	left: 0;
	top: -10px
}

.ts-overlay-style .overlay-post-content .post-date-info {
	color: #d2d2d2
}

.ts-overlay-style .overlay-post-content .post-title {
	margin-bottom: 5px
}

.ts-overlay-style .overlay-post-content .post-title a {
	color: #fff;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .4)
}

.ts-overlay-style .overlay-post-content .post-title.md {
	margin-bottom: 10px
}

.ts-overlay-style .overlay-post-content .post-meta-info li {
	color: #fff
}

.ts-overlay-style .overlay-post-content .post-meta-info li a {
	color: #fff
}

.ts-overlay-style .overlay-post-content .post-meta-info li a:hover {
	color: #d72924
}

.ts-overlay-style .overlay-post-content .post-meta-info li.active {
	color: #d72924
}

.post-cat {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 700!important;
	text-transform: uppercase;
	padding: 0 10px;
	left: 30px;
	line-height: 21px;
	height: 19px;
	top: -3px;
	letter-spacing: .55px
}

.post-cat:hover {
	color: #fff
}

.cat-name {
	font-size: 11px;
	color: #d72924;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px
}

.post-date-info {
	font-size: 12px;
	display: block;
	position: relative;
	color: #8a8a8a
}

.format-video .ts-post-thumb a:before,
.format-video.ts-overlay-style:before {
	position: absolute;
	left: 0;
	top: 45%;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	content: '\f01d';
	font-size: 50px;
	z-index: 1;
	color: #fff;
	font-family: 'Fontawesome';
	text-align: center;
	cursor: pointer
}

.format-video .ts-post-thumb a.post-cat:before,
.format-video.ts-overlay-style.post-cat:before {
	display: none
}

.ts-grid-box {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.ts-grid-box.ts-grid-content {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ts-grid-box.ts-grid-content .post-content {
	padding: 0 20px 10px 20px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.ts-grid-box.ts-grid-content:hover .ts-post-thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.ts-grid-box.ts-grid-content.grid-no-shadow .post-content {
	padding: 0 0 10px 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ts-grid-box .post-cat {
	position: absolute;
	top: 0
}

.ts-grid-box .ts-post-thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	min-height: 10px
}

.ts-grid-box .ts-post-thumb img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.ts-grid-box .ts-post-thumb:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.ts-grid-box:last-of-type {
	margin-bottom: 0
}

.ts-grid-box.ts-grid-content-1 .post-cat {
	position: relative;
	margin-bottom: 16px;
	left: 0
}

.ts-grid-box.ts-grid-content-1 .ts-post-thumb {
	margin-bottom: 0
}

.ts-grid-box.ts-grid-content-1 .post-content {
	padding: 20px 22px 18px 22px
}

.ts-grid-box.ts-grid-content-1 .post-meta-info {
	margin-bottom: 0
}

.ts-grid-box.ts-grid-content-1 .post-meta-info li a:hover {
	color: #005689
}

.ts-grid-box.ts-grid-content-1.featured-item .post-content {
	padding: 20px 28px 18px 28px
}

.ts-grid-box.ts-grid-content-1.featured-item .ts-post-thumb .link-img {
	min-height: 290px
}

.ts-grid-box.grid-no-shadow {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent
}

.ts-grid-box.grid-no-shadow .ts-title,
.ts-grid-box.grid-no-shadow .widget-title {
	margin-left: 30px
}

.ts-grid-box.post-col-list-item .post-content {
	padding: 0 20px 20px 20px
}

.ts-grid-box.most-populer-item {
	padding-bottom: 25px
}

.ts-post-overlay-style-1 {
	background: transparent;
	padding: 0
}

.ts-post-overlay-style-1 .ts-post-thumb {
	margin-bottom: 10px
}

.ts-post-overlay-style-1 .ts-post-thumb img {
	min-height: 204px
}

.ts-post-overlay-style-1 .ts-overlay-style:last-of-type .ts-post-thumb {
	margin-bottom: 0
}

.post-list-item {
	position: relative;
	background: #fff
}

.post-list-item .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 6px
}

.post-list-item .nav-tabs li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0
}

.post-list-item .nav-tabs li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #5c5c5c;
	line-height: 50px;
	font-weight: 500!important;
	position: relative;
	display: block
}

.post-list-item .nav-tabs li a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #6200ee;
	content: '';
	opacity: 0;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.post-list-item .nav-tabs li a i {
	margin-right: 6px
}

.post-list-item .nav-tabs li a.active {
	color: #6200ee
}

.post-list-item .nav-tabs li a.active::before {
	opacity: 1
}

.post-list-item.blue-dark .nav-tabs li a:before {
	background: #005689
}

.post-list-item.blue-dark .nav-tabs li a.active {
	color: #005689
}

.post-list-item.blue-dark .post-title a:hover {
	color: #005689
}

.post-list-item.widgets.grid-no-shadow .ts-grid-box {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0
}

.post-tab-list {
	margin-bottom: 0;
	padding: 15px
}

.post-tab-list .post-content.media {
	border-bottom: 1px solid #ededed;
	margin-bottom: 16px;
	padding-bottom: 15px
}

.post-tab-list .post-content.media .sidebar-img {
	width: 70px;
	height: 50px
}

.post-tab-list .post-content.media .post-title {
	margin-bottom: 0;
	line-height: 19px
}

.post-tab-list .post-content.media:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px
}

.post-tab-list .post-tag {
	line-height: 11px;
	margin-bottom: 6px;
	display: block
}

.post-tab-list .post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}

img.sidebar-img {
	width: 90px;
	height: 65px;
	margin-right: 15px
}

.hot-topics-slider {
	margin-bottom: -60px
}

.hot-topics-slider .owl-item.active:nth-child(1) .heighlight {
	background: #ff6e0d!important
}

.hot-topics-slider .owl-item.active:nth-child(1) .heighlight .ts-post-thumb .post-cat span {
	border-left-color: #ff6e0d!important
}

.hot-topics-slider .owl-item.active:nth-child(1) .heighlight .ts-post-thumb .post-cat {
	background: #ff6e0d!important
}

.hot-topics-slider .owl-item.active:nth-child(2) .heighlight {
	background: #4ab106!important
}

.hot-topics-slider .owl-item.active:nth-child(2) .heighlight .ts-post-thumb .post-cat span {
	border-left-color: #4ab106!important
}

.hot-topics-slider .owl-item.active:nth-child(2) .heighlight .ts-post-thumb .post-cat {
	background: #4ab106!important
}

.hot-topics-slider .owl-item.active:nth-child(3) .heighlight {
	background: #ff5575!important
}

.hot-topics-slider .owl-item.active:nth-child(3) .heighlight .ts-post-thumb .post-cat span {
	border-left-color: #ff5575!important
}

.hot-topics-slider .owl-item.active:nth-child(3) .heighlight .ts-post-thumb .post-cat {
	background: #ff5575!important
}

.hot-topics-slider .owl-item.active:nth-child(4) .heighlight {
	background: #007bff!important
}

.hot-topics-slider .owl-item.active:nth-child(4) .heighlight .ts-post-thumb .post-cat span {
	border-left-color: #007bff!important
}

.hot-topics-slider .owl-item.active:nth-child(4) .heighlight .ts-post-thumb .post-cat {
	background: #007bff!important
}

.hot-topics-slider .heighlight {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	margin-bottom: 3px;
	margin-right: 1px;
	margin-left: 1px
}

.grid-slider .post-meta-info {
	margin-bottom: 0
}

.heighlight {
	background: #007dff
}

.heighlight .ts-post-thumb .post-cat {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	padding: 4px 15px 0 20px
}

.heighlight .ts-post-thumb .post-cat span {
	border-style: solid;
	background-color: transparent!important;
	border-width: 28px 0 0 20px;
	border-color: transparent transparent transparent #007bff;
	position: absolute;
	right: -20px;
	top: 0;
	content: ''
}

.heighlight .post-content {
	padding: 0 20px 20px
}

.heighlight .post-content .post-title a {
	color: #fff
}

.heighlight .post-content .post-title a:hover {
	opacity: .8
}

.heighlight .post-content .post-meta-info li {
	color: #fff
}

.heighlight .post-content .post-date-info {
	color: #fff
}

.heighlight .post-content p {
	color: #fff
}

.heighlight.ts-green-heighlight {
	background: #4ab106
}

.heighlight.ts-green-heighlight .post-cat {
	background: #4ab106
}

.heighlight.ts-green-heighlight .post-cat:before {
	border-color: transparent transparent transparent #4ab106
}

.heighlight.ts-blue-heighlight {
	background: #007dff
}

.heighlight.ts-blue-heighlight .post-cat {
	background: #007dff
}

.heighlight.ts-blue-heighlight .post-cat:before {
	border-color: transparent transparent transparent #007dff
}

.heighlight.ts-blue-light-heighlight {
	background: #007dff
}

.heighlight.ts-blue-light-heighlight .post-cat {
	background: #007dff
}

.heighlight.ts-blue-light-heighlight .post-cat:before {
	border-color: transparent transparent transparent #007dff
}

.heighlight.ts-pink-heighlight {
	background: #ff5575
}

.heighlight.ts-pink-heighlight .post-cat {
	background: #ff5575
}

.heighlight.ts-pink-heighlight .post-cat:before {
	border-color: transparent transparent transparent #ff5575
}

.heighlight.ts-yellow-heighlight {
	background: #ffaf31
}

.heighlight.ts-yellow-heighlight .post-cat {
	background: #ffaf31
}

.heighlight.ts-yellow-heighlight .post-cat:before {
	border-color: transparent transparent transparent #ffaf31
}

.heighlight .post-meta-info li.author a {
	color: #fff
}

.ts-grid-box.ts-col-box {
	padding: 30px 15px 22px 15px
}

.ts-grid-box.ts-col-box .post-cat {
	margin-left: 0
}

.ts-grid-box.ts-col-box .ts-title:before {
	left: -15px
}

.ts-grid-box.ts-col-box .item {
	margin-bottom: 26px;
	position: relative
}

.ts-grid-box.ts-col-box .item:last-of-type {
	margin-bottom: 0
}

.ts-grid-box.ts-col-box .post-date-info {
	display: block
}

.ts-grid-box.ts-col-box .post-content p {
	margin-top: 8px
}

.ts-grid-box.ts-col-box.grid-no-shadow {
	padding: 0
}

.ts-grid-box.ts-col-box.grid-no-shadow .title-before {
	left: -30px
}

.vinkmag-trending-1 .grid-md .overlay-post-content .post-content {
	padding: 24px 30px 20px
}

.vinkmag-trending-1 .grid-md .overlay-post-content .post-title {
	margin-bottom: 10px
}

.no-post-cat .post-cat {
	display: none
}

.no-post-cat .post-meta-info li.active,
.no-post-cat .post-meta-info li.author {
	display: none
}

.no-post-cat .ts-col-box-item {
	margin-bottom: 15px
}

.grid-only-text.ts-grid-box.ts-col-box {
	padding-top: 35px;
	padding-bottom: 10px
}

.grid-only-text.ts-grid-box.ts-col-box .item {
	position: static
}

.grid-only-text.ts-grid-box.ts-col-box .item .post-cat {
	left: 20px
}

.ts-tranding-post {
	padding: 30px 0 0 0
}

.ts-tranding-post .ts-post-thumb {
	margin-bottom: 0
}

.ts-tranding-post .ts-title {
	margin-left: 30px
}

.ts-tranding-post .slider-indicators {
	list-style: none;
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	bottom: 0;
	position: static;
	background: #2e55bd
}

.ts-tranding-post .slider-indicators .item {
	cursor: pointer;
	margin: 0;
	height: auto;
	text-indent: 1px;
	background: transparent;
	min-height: 112px;
	position: relative
}

.ts-tranding-post .slider-indicators .item .post-title {
	color: #fff;
	margin-bottom: 5px;
	height: 40px;
	overflow: hidden
}

.ts-tranding-post .slider-indicators .item:last-of-type:before,
.ts-tranding-post .slider-indicators .item:last-of-type:after {
	display: none
}

.ts-tranding-post .slider-indicators .owl-item.active.current {
	border-bottom: 4px solid #f50
}

.ts-tranding-post .slider-indicators .post-content {
	padding: 25px 20px 25px
}

.ts-tranding-post .slider-indicators .post-content .post-count {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px solid #adc3ff;
	font-size: 20px;
	text-align: center;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: block;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 0 17px;
	margin-right: 10px;
	background: #2b50b1
}

.ts-tranding-post .owl-nav {
	bottom: auto;
	top: 30px;
	right: 20px
}

.ts-grid-box-heighlight {
	background: #7f85ff
}

.ts-grid-box-heighlight .ts-title {
	color: #fff
}

.ts-grid-box-heighlight .ts-title::before {
	background: #fff
}

.ts-grid-box-heighlight .vinazine-more-post .ts-post-thumb {
	margin-bottom: 0
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.ts-footer-social-list {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 5px;
	margin-top: 3px
}

.ts-footer-social-list.section-bg {
	background: #f7f7f7
}

.footer-social li {
	display: inline-block;
	margin-right: 30px
}

.footer-social li a {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	color: #888;
	text-transform: uppercase
}

.footer-social li a i {
	font-size: 16px;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	padding: 9px 0;
	margin-right: 8px
}

.footer-social li a span:hover {
	color: #222
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social-list li {
	display: inline-block
}

.footer-social-list li a {
	font-size: 14px;
	margin-left: 18px
}

.footer-social-list li a i {
	background: transparent
}

.footer-social-list li.ts-facebook a {
	color: #3b5999
}

.footer-social-list li.ts-twitter a {
	color: #55acee
}

.footer-social-list li.ts-google-plus a {
	color: #dd4b39
}

.footer-social-list li.ts-pinterest a {
	color: #bd081c
}

.footer-social-list li.ts-youtube a {
	color: #f33220
}

.footer-social-list li.ts-linkedin a {
	color: #007bb6
}

.ts-newslatter {
	background: #fff;
	padding: 40px 0
}

.ts-newslatter.section-bg {
	background: #f7f7f7
}

.ts-newslatter.section-bg .newsletter-form .email-form-group .form-control {
	background: transparent
}

.ts-newslatter .ts-newslatter-content h2 {
	margin-bottom: 17px;
	font-size: 30px;
	font-weight: 500
}

.ts-newslatter .ts-newslatter-content p {
	margin-bottom: 0;
	padding-right: 50px;
	color: #888
}

.ts-newslatter .newsletter-form .email-form-group {
	padding-left: 40px;
	position: relative
}

.ts-newslatter .newsletter-form .email-form-group i {
	position: absolute;
	left: 0;
	font-size: 20px;
	top: 15px
}

.ts-newslatter .newsletter-form .email-form-group .form-control {
	border: none;
	outline: none;
	border-bottom: 1px solid #a9a9a9;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	padding: 9px 0;
	font-size: 12px
}

.ts-newslatter .newsletter-form .email-form-group .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ts-newslatter .newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
	letter-spacing: 1.2px
}

.ts-newslatter .newsletter-form .email-form-group .form-control:-ms-input-placeholder {
	letter-spacing: 1.2px
}

.ts-newslatter .newsletter-form .email-form-group .form-control::-ms-input-placeholder {
	letter-spacing: 1.2px
}

.ts-newslatter .newsletter-form .email-form-group .form-control::placeholder {
	letter-spacing: 1.2px
}

.ts-newslatter .newsletter-form .ts-submit-btn {
	margin-left: 20px
}

.ts-newslatter .newsletter-form .ts-submit-btn .btn {
	background: #e91e63
}

.ts-newslatter .newsletter-form .ts-submit-btn .btn:hover {
	background: #d72924
}

.footer-menu {
	margin-bottom: 14px
}

.footer-menu ul li {
	display: inline-block
}

.footer-menu ul li a {
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
	opacity: .7;
	padding: 0
}

.footer-menu ul li a:hover {
	opacity: 1
}

.ts-footer {
	background: #4e65ff;
	padding: 25px 0
}

.ts-footer.ts-footer-1 {
	background: #f8f8f8;
	padding-bottom: 15px
}

.ts-footer.ts-footer-1 .footer-social {
	padding-bottom: 22px;
	border-bottom: 1px solid #ddd
}

.ts-footer.ts-footer-1 .footer-social li a i {
	background: transparent;
	color: #888;
	width: auto;
	height: auto
}

.ts-footer.ts-footer-1 .footer-social li a span {
	letter-spacing: 1px
}

.ts-footer.ts-footer-1 .copyright-text {
	padding-top: 15px
}

.ts-footer.ts-footer-1 .copyright-text p {
	color: #888
}

.ts-footer.ts-footer-1 .copyright-text p a {
	color: #6cba40;
	text-transform: uppercase
}

.ts-footer.ts-footer-1 .copyright-text.white p {
	color: #fff
}

.ts-footer.ts-footer-2 {
	background: transparent
}

.ts-footer.ts-footer-2 .copyright-text p {
	color: #232323
}

.ts-footer.ts-footer-2 .copyright-text p a {
	color: #6cba40
}

.ts-footer.ts-footer-3 {
	background: #000032
}

.ts-footer.ts-footer-3 .footer-logo {
	padding: 34px 0 44px
}

.ts-footer.ts-footer-3 .footer-menu {
	margin-bottom: 22px
}

.ts-footer.ts-footer-3 .footer-menu li a {
	text-transform: uppercase;
	opacity: 1;
	font-weight: 700;
	position: relative
}

.ts-footer.ts-footer-3 .footer-menu li a:hover {
	color: #007dff
}

.ts-footer.ts-footer-3 .footer-menu li a:after {
	position: absolute;
	right: -24px;
	top: 4px;
	width: 1px;
	height: 12px;
	background: #4d4d70;
	content: '';
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg)
}

.ts-footer.ts-footer-3 .footer-menu li:last-child a:after {
	display: none
}

.ts-footer.ts-footer-3 .copyright-text {
	margin-top: 32px
}

.ts-footer.ts-footer-3 .copyright-text p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 1;
	color: #fff
}

.ts-footer.ts-footer-3 .copyright-text span,
.ts-footer.ts-footer-3 .copyright-text a {
	font-size: 14px;
	font-weight: 400;
	color: #6f6f8b
}

.ts-footer.ts-footer-3 .copyright-text.white p {
	color: #fff
}

.ts-footer.ts-footer-3 .footer-social-list {
	margin-top: 32px
}

.ts-footer.ts-footer-3 .footer-social-list li a {
	color: #fff;
	margin-left: 54px
}

.ts-footer.ts-footer-3 .footer-social-list li a:hover {
	color: #007dff
}

.copyright-text p {
	color: #cad0ff;
	margin-bottom: 0;
	font-size: 14px
}

.copyright-text.white p {
	color: #fff
}

#content {
	padding: 30px 0
}

.page-links {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 15px
}

.page-links a {
	color: #232323
}

.page-links a span {
	color: #232323
}

.page-links a,
.page-links span {
	display: inline-block
}

.page-links .page-link:hover {
	background: #f50;
	color: #fff
}

.post-featured-image {
	position: relative
}

.breadcrumb {
	background: #fff;
	webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	padding: 0;
	border-radius: 0
}

.breadcrumb li {
	display: inline-block;
	padding: 7px 15px 7px 15px;
	color: #232323;
	position: relative;
	font-size: 14px!important;
	word-wrap: break-word;
	white-space: pre-wrap;
	max-width: 100%
}

.breadcrumb li:before {
	position: absolute;
	right: 0;
	top: 8px;
	content: '/';
	height: 100%;
	color: #999
}

.breadcrumb li a {
	color: #232323
}

.breadcrumb li a i {
	margin-right: 8px
}

.breadcrumb li:last-child:before {
	content: '';
	position: relative;
	color: #fff
}

.ts-breadcrumb {
	padding: 0
}

.ts-breadcrumb li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	color: #a9a9a9
}

.ts-breadcrumb li a {
	color: #a9a9a9
}

.ts-breadcrumb>li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 6px;
	color: #777
}

.single-post-wrapper .content-wrapper,
.comments-form.ts-grid-box {
	padding: 30px 80px 40px
}

.single-post-wrapper code {
	white-space: pre-wrap
}

.single-post-wrapper table {
	margin-bottom: 20px
}

.single-post-wrapper .post-title.lg {
	line-height: 40px
}

.single-post-wrapper .post-meta-info {
	margin-bottom: 35px;
	padding-left: 0;
	position: relative
}

.single-post-wrapper .post-meta-info li {
	font-size: 12px
}

.single-post-wrapper .post-meta-info li.author a img {
	width: 40px;
	height: 40px
}

.single-post-wrapper .post-meta-info li a.post-cat {
	position: relative;
	left: 0
}

.single-post-wrapper .post-meta-info li.share-post a {
	color: #fff
}

.single-post-wrapper .post-meta-info li.share-post a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	padding: 9px 0;
	margin-right: 0;
	background: #d72924
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list {
	position: absolute;
	top: 0%;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	display: block;
	width: 100%;
	right: 50px;
	z-index: 1;
	padding: 0 0 0 20px;
	height: 50px
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list li {
	margin: 0
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.facebook i {
	background: #3b5999
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.twitter i {
	background: #55acee
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.googlePlus i {
	background: #dd4b39
}

.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.linkedin i {
	background: #007bb6
}

.single-post-wrapper .post-meta-info li.share-post:hover .social-share-list {
	opacity: 1;
	visibility: visible;
	right: 0;
	background: #fff
}

.single-post-wrapper .post-media {
	margin: 0 -80px
}

.single-post-wrapper p {
	line-height: 28px;
	margin-bottom: 25px
}

.single-post-wrapper .text-bg {
	background: #f7f7f7;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding: 9px;
	margin-bottom: 30px
}

.single-post-wrapper .entry-content .tie-dropcap {
	color: #a7a7a7;
	float: left;
	font-size: 120px;
	line-height: 80px;
	font-weight: 700;
	background: transparent;
	margin-right: 17px;
	padding: 0
}

.single-post-wrapper .entry-content h3 {
	font-size: 20px;
	margin-bottom: 26px;
	line-height: 28px
}

.single-post-wrapper .gallery-img {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

.single-post-wrapper .gallery-img:after {
	display: block;
	clear: both;
	content: ""
}

.single-post-wrapper .gallery-img img {
	float: left;
	width: 20%
}

p img.float-left {
	margin-right: 30px;
	margin-bottom: 30px
}

.post-video {
	position: relative
}

.post-video img {
	width: 100%
}

.post-video:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .85)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%)
}

.post-video .post-video-content {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1
}

.post-video .post-video-content h3 {
	margin-bottom: 10px
}

.post-video .post-video-content h3 a {
	color: #fff
}

.post-video .post-video-content h3 a:hover {
	color: #fff
}

.post-video .post-video-content .post-meta-info li {
	color: #fff
}

.post-video .post-video-content .post-meta-info li a {
	color: #fff
}

.post-video .post-video-content .post-meta-info li.active {
	color: #d72924
}

.post-video .ts-play-btn {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	font-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 18px 0;
	display: block;
	text-align: center;
	font-size: 15px;
	background: #d72924;
	float: left;
	color: #fff;
	margin-right: 20px
}

.post-video .ts-play-btn:hover {
	background: #d72924
}

.ts-overlay-style .post-video .ts-play-btn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: 1
}

.author-box {
	position: relative;
	padding: 25px 0 0;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 20px
}

.author-box img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	float: left;
	margin-right: 20px
}

.author-box .author-info {
	padding-top: 5px
}

.author-box .author-name {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500
}

.author-box p {
	margin-bottom: 0
}

.author-box .authors-social {
	float: right
}

.author-box .authors-social a {
	font-size: 14px;
	margin-left: 33px
}

.author-box .authors-social a:first-of-type {
	margin-left: 0
}

.author-box .authors-social a.ts-twitter {
	color: #55acee
}

.author-box .authors-social a.ts-google-plus {
	color: #dd4b39
}

.author-box .authors-social a.ts-facebook {
	color: #3b5999
}

.author-box .authors-social a.ts-linkedin {
	color: #007bb6
}

.author-box .authors-social a:hover {
	color: #d72924
}

.author-box.author-box-item {
	border: none;
	padding: 0 0 0 0;
	margin-bottom: 0
}

.author-box.author-box-item .author-name a {
	text-transform: lowercase
}

.author-box.author-box-item p {
	margin: 15px 0 20px
}

.author-box.author-box-item .post-meta-info {
	margin-bottom: 0
}

.author-box.author-box-item .post-meta-info li a {
	font-size: 14px;
	color: #232323
}

.post-navigation {
	padding-top: 30px;
	border-top: 1px solid #e7e7e7
}

.post-navigation a span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #222
}

.post-navigation a p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 20px
}

.post-navigation .post-previous,
.post-navigation .post-next {
	width: 50%;
	position: relative
}

.post-navigation .post-previous:hover span,
.post-navigation .post-next:hover span {
	color: #d72924
}

.post-navigation .post-next {
	text-align: right;
	padding-left: 30px
}

.post-navigation .post-next img {
	float: right;
	margin-left: 15px
}

.post-navigation .post-previous {
	border-right: 1px solid #e7e7e7;
	padding-right: 30px
}

.post-navigation .post-previous img {
	float: left;
	margin-right: 15px
}

.post-navigation img {
	width: 100px;
	height: 70px
}

.widgets {
	margin-bottom: 30px
}

.widgets .ts-social-list li {
	margin-bottom: 15px
}

.widgets .ts-social-list li:nth-last-child(1),
.widgets .ts-social-list li:nth-last-child(2),
.widgets .ts-social-list li:nth-last-child(3) {
	margin-bottom: 0
}

.widgets:last-of-type {
	margin-bottom: 0
}

.widgets .ts-overlay-style .item {
	min-height: inherit
}

.widgets .ts-overlay-style .item .post-content {
	padding: 13px 20px
}

.widgets ul li {
	font-size: 14px;
	color: #232323;
	margin-bottom: 12px
}

.widgets ul li:last-child {
	margin-bottom: 0
}

.widgets ul li a {
	font-size: 14px;
	color: #232323
}

.widgets ul li a:hover {
	color: #d72924
}

.widgets.post-tab-list .widget-title:before {
	left: -15px
}

.widgets.post-tab-list .post-content.media {
	margin-bottom: 10px;
	padding-bottom: 10px
}

.widgets.post-tab-list .post-content.media:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0
}

.widgets.ts-grid-box.ts-col-box {
	padding: 30px 15px 22px
}

.widgets.widgets-populer-post {
	padding: 30px 15px 20px
}

.widgets.widgets-populer-post .widget-title {
	margin-left: 15px
}

.widgets.widgets-populer-post .ts-title:before {
	left: -15px
}

.widgets.widgets-populer-post .post-content.media {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec
}

.widgets.widgets-populer-post .post-content.media:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.widgets.widgets-populer-post.grid-no-shadow {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.widgets.widgets-populer-post.grid-no-shadow .block-title-style .title-before {
	left: -30px
}

.widgets.widgets-populer-post h4.post-title {
	margin-bottom: 0
}

.widgets.ts-social-list-item ul {
	margin: -4px 0
}

.widgets.ts-social-list-item ul li {
	display: inline-block
}

.widgets.ts-social-list-item ul li a {
	text-align: center;
	display: block;
	min-width: 57px;
	font-size: 13px;
	padding: 8px 0;
	margin: 4px 2px;
	color: #fff
}

.widgets.ts-social-list-item ul li a i {
	display: block;
	font-size: 16px;
	margin-bottom: 9px
}

.widgets.ts-social-list-item ul li a b,
.widgets.ts-social-list-item ul li a span {
	display: block;
	margin-bottom: 0;
	line-height: 13px;
	cursor: pointer
}

.widgets.ts-social-list-item ul li a b {
	font-weight: 600;
	margin-bottom: 4px
}

.widgets.ts-social-list-item ul li a span {
	font-size: 10px
}

.widgets.ts-social-list-item ul .ts-facebook a {
	background: #3b5999
}

.widgets.ts-social-list-item ul .ts-twitter a {
	background: #55acee
}

.widgets.ts-social-list-item ul .ts-google-plus a {
	background: #dd4b39
}

.widgets.ts-social-list-item ul .ts-linkedin a {
	background: #007bb6
}

.widgets.ts-social-list-item ul .ts-pinterest a {
	background: #bd081c
}

.widgets.ts-social-list-item ul .ts-youtube a {
	background: #f33220
}

.widgets.ts-social-list-item ul .ts-instragram a {
	background: #517fa3
}

.widgets.ts-social-list-item ul .ts-dribble a {
	background: #ea4c89
}

.widgets.ts-social-list-item ul .ts-behance a {
	background: #0079fe
}

.widgets.widgets-item .widget-title {
	margin-left: 20px
}

.widgets.widgets-item .widget-title:before {
	left: -20px;
	background: #6cba40
}

.widgets.single-widget .widget-title {
	margin-left: 20px
}

.widgets.single-widget .widget-title:before {
	left: -20px;
	background: #007dff
}

.widgets.single-widget .post-tab-list {
	padding: 0
}

.widgets .blue-dark-heighlight .post-cat {
	color: #005689
}

.widgets .blue-dark-heighlight .post-content .post-title a {
	color: #fff
}

.widgets .blue-dark-heighlight .post-content .post-title a:hover {
	color: #fff
}

.widgets .blue-dark-heighlight .post-content .post-title.md {
	margin-bottom: 15px
}

.widgets .blue-dark-heighlight .post-content p {
	color: #fff
}

.widgets .blue-dark-heighlight .post-content .post-date-info {
	color: #a3b7ca
}

.category-list {
	padding-left: 0
}

.category-list li {
	display: block;
	clear: both;
	margin-bottom: 20px
}

.category-list li span {
	float: right;
	color: #fff;
	padding: 0 0;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	height: 25px;
	width: 25px;
	display: block;
	text-align: center
}

.category-list li:last-child {
	margin-bottom: 0
}

.elementor-widget-wp-widget-recent-posts ul {
	padding: 0
}

.elementor-widget-wp-widget-recent-posts ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ececec
}

.elementor-widget-wp-widget-recent-posts ul li a {
	color: #232323;
	display: block;
	font-weight: 600
}

.elementor-widget-wp-widget-recent-posts ul li:last-child {
	border-bottom: none
}

.widgets.post-list-tab .nav-tabs li a {
	line-height: 20px;
	padding-bottom: 12px
}

.widgets.post-list-tab img.sidebar-img {
	width: 86px;
	height: 63px
}

.widgets.vinkmag_latest_post_tab_widget {
	padding: 0
}

.widgets.vinkmag_latest_post_tab_widget .post-tab-list {
	padding-left: 15px!important;
	padding-right: 15px!important
}

.widgets.widget_text .textwidget img {
	margin: 10px 0
}

.widgets.widget_text select {
	height: 35px
}

.widgets.widget_archive select {
	height: 35px
}

.widgets.widget_search .form-control {
	text-align: left!important;
	font-size: 14px
}

.sticky.post {
	position: relative;
	overflow: hidden
}

.sticky.post .meta-featured-post {
	display: block;
	position: absolute;
	right: -44px;
	top: 10px;
	background: #d72924;
	width: auto;
	height: auto;
	padding: 12px 45px;
	color: #fff;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 16px;
	z-index: 11;
	-webkit-transform: rotate(46deg)
}

.default-content {
	background: #fff
}

.default-content .ts-post-thumb {
	margin-bottom: 0
}

.default-content .ts-post-thumb img {
	width: auto
}

.default-content .post-content {
	padding: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.default-content .post-content .post-title {
	word-break: break-all
}

.default-content .read-more-btn {
	background: #d72924;
	color: #fff;
	border: none;
	font-weight: 600
}

.default-content.sticky .post-content {
	padding-top: 30px
}

.default-content.format-video .ts-post-thumb a:before,
.default-content.format-video.ts-overlay-style:before {
	display: none
}

.tagcloud strong {
	margin-right: 15px;
	color: #232323;
	display: inline-block
}

.tagcloud a {
	border: 1px solid #e7e7e7;
	padding: 5px 12px;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-ms-border-radius: 36px;
	line-height: 22px;
	font-size: 14px!important;
	color: #232323!important;
	display: inline-block;
	margin-bottom: 5px
}

.tagcloud a:hover {
	background: #d72924;
	border-color: #d72924;
	color: #fff!important
}

.tagcloud.post-tag-colud {
	margin-top: 20px
}

.ts-widget-newsletter {
	background: #d72924;
	padding: 30px
}

.ts-widget-newsletter .newsletter-introtext h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px
}

.ts-widget-newsletter .newsletter-introtext p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 18px
}

.ts-widget-newsletter .newsletter-form .form-group {
	margin-bottom: 0
}

.ts-widget-newsletter .newsletter-form .form-control {
	width: 100%;
	border-radius: 0;
	outline: none;
	margin-bottom: 25px;
	height: 40px;
	font-size: 12px
}

.ts-widget-newsletter .newsletter-form .btn {
	background: #861714;
	padding: 12px 30px
}

.ts-widget-newsletter .newsletter-form .btn:hover {
	background: #d72924
}

.elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
	padding: 30px
}

.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative
}

.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5:before {
	position: absolute;
	left: -30px;
	top: 0;
	width: 3px;
	height: 100%;
	content: '';
	background: #d72924
}

.elementor-widget-wp-widget-archives ul {
	padding-left: 0
}

.elementor-widget-wp-widget-archives ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	line-height: 34px
}

.elementor-widget-wp-widget-archives ul li:before {
	position: absolute;
	left: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	content: '';
	background: #036
}

.widget-banner img,
.posts-ad img {
	max-width: 100%
}

.ts-block-social-list li {
	margin-bottom: 10px
}

.ts-block-social-list li:last-child {
	margin-bottom: 0
}

.ts-block-social-list li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
	position: relative
}

.ts-block-social-list li a i {
	width: 34px;
	height: 34px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin-right: 5px
}

.ts-block-social-list li a b,
.ts-block-social-list li a span {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize
}

.ts-block-social-list li a span {
	position: absolute;
	right: 10px;
	top: 14px;
	bottom: 0;
	margin: auto;
	font-weight: 400
}

.ts-block-social-list li.ts-facebook a {
	background: #3b5999
}

.ts-block-social-list li.ts-facebook a i {
	background: #324c82
}

.ts-block-social-list li.ts-twitter a {
	background: #55acee
}

.ts-block-social-list li.ts-twitter a i {
	background: #4892cb
}

.ts-block-social-list li.ts-google-plus a {
	background: #dd4b39
}

.ts-block-social-list li.ts-google-plus a i {
	background: #bc4031
}

.ts-block-social-list li.ts-pinterest a {
	background: #bd081c
}

.ts-block-social-list li.ts-pinterest a i {
	background: #a10718
}

.ts-block-social-list li.ts-linkedin a {
	background: #007bb6
}

.ts-block-social-list li.ts-linkedin a i {
	background: #11638a
}

.ts-block-social-list li.ts-youtube a {
	background: #f33220
}

.ts-block-social-list li.ts-youtube a i {
	background: #ce3425
}

.widget-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative
}

.widget-title:before {
	position: absolute;
	left: -30px;
	top: 0;
	width: 3px;
	height: 100%;
	content: '';
	background: #d72924
}

.widgets-title {
	margin-bottom: 30px;
	position: relative
}

.widgets-title span {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	background: #6cba40;
	color: #fff;
	line-height: 26px;
	padding: 0 5px;
	padding: 2px 15px;
	display: inline-block
}

.widgets-title span:before {
	position: absolute;
	width: 20px;
	height: 100%;
	content: '';
	background: #fff;
	right: -20px;
	top: 0
}

.widgets-title:after {
	position: absolute;
	right: 0;
	bottom: 13px;
	width: 100%;
	height: 1px;
	background: #84be38;
	content: '';
	z-index: -1
}

.author-box-widget {
	padding: 0;
	text-align: center
}

.author-box-widget .ts-post-thumb {
	margin-bottom: 0
}

.author-box-widget .post-content {
	padding: 20px;
	text-align: center
}

.author-box-widget .post-content p {
	font-size: 14px;
	color: #585858
}

.author-box-widget .authors-social li {
	display: inline-block
}

.author-box-widget .authors-social a {
	color: #8a8a8a;
	margin: 0 8px
}

.post-details .entry-header .entry-title {
	font-size: 36px
}

.post-details table td,
.post-details table th {
	border: 1px solid #f1f1f1
}

.single-post-wrapper table td,
.single-post-wrapper table th {
	border: 1px solid #f1f1f1;
	padding: 5px
}

.entry-content h3 {
	font-size: 24px
}

.entry-content table {
	margin: 20px 0
}

.post-social-icons>li {
	display: inline-block
}

.post-social-icons a {
	margin-left: 10px;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center
}

.post-social-icons a:hover {
	color: #007dff
}

.post-tag-container {
	display: inline-block
}

.post-tag-container span {
	color: #5a5a5a;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px
}

.tag-lists a {
	border: 1px solid #f1f1f1;
	color: #5a5a5a;
	display: inline-block;
	font-size: 12px;
	padding: 3px 13px;
	margin-left: 3px;
	border-radius: 25px;
	margin-bottom: 20px
}

.tag-lists a:hover {
	background: #007dff;
	color: #fff;
	border: 1px solid transparent
}

.post-social-share-container {
	float: right
}

.post-social-share-container ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.post-social-share-container ul li {
	display: inline-block
}

.post-social-share-container ul li a {
	color: #5a5a5a;
	margin-left: 10px
}

.post-social-share-container ul li a:hover {
	color: #007dff
}

.right-sidebar,
.left-sidebar {
	margin-bottom: 20px
}

.right-sidebar ul.sub-menu,
.left-sidebar ul.sub-menu {
	padding: 15px 0 0 10px
}

.right-sidebar ul.children,
.left-sidebar ul.children {
	padding: 15px 0 10px 20px
}

.right-sidebar .apsc-theme-2 .apsc-each-profile,
.left-sidebar .apsc-theme-2 .apsc-each-profile {
	width: 65px;
	margin: 0 0
}

.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled {
	margin: 0 -15px
}

.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li {
	min-height: 80px;
	border-bottom: 1px solid #eae8e8;
	padding: 5px 0
}

.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li:last-child,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li:last-child {
	border-bottom: none
}

.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li .post-meta,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li .post-meta {
	margin-bottom: 0;
	font-size: 11px
}

.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .posts-thumb img,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .posts-thumb img {
	width: 70px;
	height: 55px
}

.right-sidebar .ts-grid-box.widget_media_image,
.left-sidebar .ts-grid-box.widget_media_image {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	text-align: center
}

.right-sidebar .ts-grid-box.widget_media_image img,
.left-sidebar .ts-grid-box.widget_media_image img {
	margin: 0
}

.right-sidebar .ts-grid-box.widget_categories ul li,
.left-sidebar .ts-grid-box.widget_categories ul li {
	text-align: right;
	clear: both;
	overflow: hidden;
	display: block
}

.right-sidebar .ts-grid-box.widget_categories ul li a,
.left-sidebar .ts-grid-box.widget_categories ul li a {
	float: left
}

.right-sidebar .post-tab-list .post-title,
.left-sidebar .post-tab-list .post-title {
	font-size: 14px
}

.right-sidebar .widgets.ts-grid-box.pu_media_upload,
.left-sidebar .widgets.ts-grid-box.pu_media_upload {
	padding: 0
}

.right-sidebar .widgets.ts-grid-box.pu_media_upload .widgets.author-box-widget.ts-grid-box,
.left-sidebar .widgets.ts-grid-box.pu_media_upload .widgets.author-box-widget.ts-grid-box {
	-webkit-box-shadow: none;
	box-shadow: none
}

.right-sidebar-1 .widgets.widgets-item .widget-title {
	margin-left: 0
}

.right-sidebar-1 .widgets.widgets-item .widget-title span {
	background: #fff;
	padding-right: 10px;
	position: relative
}

.right-sidebar-1 .widgets.widgets-item .widget-title:before {
	left: 0;
	background: #d72924;
	width: 100%;
	height: 1px;
	bottom: 0;
	margin: auto
}

.sidebar-2 .widgets-populer-post .post-content.media {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.sidebar-2 .widgets-populer-post .post-content.media:last-of-type {
	margin-bottom: 0;
	border-bottom: none
}

.topic-list {
	text-align: center;
	position: relative;
	display: block;
	margin: -30px auto 30px;
	border: none;
	background: #d72924;
	color: #fff;
	padding: 10px 40px;
	outline: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 200px
}

.apsc-theme-1 {
	display: block;
	clear: both
}

.apsc-theme-1 .apsc-each-profile {
	width: 60px;
	min-height: inherit
}

.apsc-theme-1 .apsc-each-profile a {
	border-radius: 0
}

.apsc-theme-1 .apsc-each-profile .social-icon i {
	font-size: 14px
}

.apsc-theme-2 {
	clear: both;
	display: block
}

.apsc-theme-2 .apsc-each-profile {
	width: 70px;
	margin: 0 5px
}

.apsc-theme-2 .apsc-each-profile a {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block {
	-webkit-box-shadow: none;
	box-shadow: none
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i {
	font-size: 16px;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 15px 0;
	margin: auto auto 8px;
	background: #d72924
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-facebook {
	background: #3b5999
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-twitter {
	background: #55acee
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-googlePlus {
	background: #dd4b39
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-instagram {
	background: #517fa3
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-youtube {
	background: #f33220
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-soundcloud {
	background: #f50
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-dribbble {
	background: #ea4c89
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count {
	color: #222
}

.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-media-type {
	color: #a9a9a9
}

.apsc-theme-2 .apsc-each-profile a:hover {
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg)
}

.apsc-theme-4 {
	display: block;
	clear: both
}

.apsc-theme-4 .apsc-each-profile {
	float: none;
	margin: 0 0 10px
}

.apsc-theme-4 .apsc-each-profile a {
	height: 48px;
	line-height: 48px;
	border-radius: 0;
	display: block
}

.apsc-theme-4 .apsc-each-profile a i {
	width: 34px;
	height: 34px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin-right: 5px;
	font-size: 16px;
	background: #d72924
}

.apsc-theme-4 .apsc-each-profile a i.apsc-facebook {
	background: #324c82
}

.apsc-theme-4 .apsc-each-profile a i.apsc-twitter {
	background: #4892cb
}

.apsc-theme-4 .apsc-each-profile a i.apsc-googlePlus {
	background: #bc4031
}

.apsc-theme-4 .apsc-each-profile a i.apsc-instagram {
	background: #517fa3
}

.apsc-theme-4 .apsc-each-profile a i.apsc-youtube {
	background: #da1300
}

.apsc-theme-4 .apsc-each-profile a i.apsc-soundcloud {
	background: #f50
}

.apsc-theme-4 .apsc-each-profile a i.apsc-dribbble {
	background: #dc3274
}

.apsc-theme-4 .apsc-each-profile a .apsc-count {
	float: right
}

.apsc-theme-4 .apsc-each-profile:last-of-type {
	margin-bottom: 0
}

.comments-form .comment-respond {
	margin-bottom: 15px
}

.comments-form .comment-reply-title {
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 20px;
	clear: both
}

.comments-form .comment-reply-title #cancel-comment-reply-link {
	float: right;
	color: #232323
}

.comments-form .comment-form-cookies-consent {
	margin-bottom: 30px
}

.comments-form .comment-form-cookies-consent label {
	font-size: 15px;
	color: #232323;
	cursor: pointer;
	display: inline
}

.comments-form a {
	color: #232323
}

.ts-form .form-control,
.comment-form .form-control {
	height: 45px;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	margin-bottom: 20px;
	font-size: 14px
}

.ts-form .form-control:focus,
.comment-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d72924
}

.ts-form .form-control.msg-box,
.comment-form .form-control.msg-box {
	height: 185px;
	resize: none
}

.ts-form textarea.form-control,
.comment-form textarea.form-control {
	height: 200px;
	margin-bottom: 30px;
	resize: none
}

.ts-form p.form-submit,
.comment-form p.form-submit {
	margin-bottom: 0
}

.view-all-link {
	font-size: 14px;
	color: #5c5c5c;
	font-weight: 600
}

.blog-post-comment .comment-title {
	font-size: 18px
}

.blog-post-comment .comment-info [class*=col-md-] {
	margin-bottom: 15px;
	position: inherit
}

.blog-post-comment .comment-respond .comment-reply-title {
	font-size: 24px
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
	font-style: italic
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	margin-top: 40px
}

.loginformuser .form-control {
	height: 100%
}

.pingback p,
.pingback .says {
	display: none
}

.single-post-wrapper .comments-list {
	margin-bottom: 0;
	padding-left: 0
}

.single-post-wrapper .comments-list li.comment {
	list-style: none
}

.comments-list {
	list-style: none;
	margin: 0;
	padding: 30px 0 0 0
}

.comments-list .pingback .comment-body {
	margin-left: 0
}

.comments-list img {
	float: left;
	margin-right: 15px
}

.comments-list .comment {
	list-style: none
}

.comments-list .comment .last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.comments-list .comment-author {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
	color: #222;
	font-style: normal
}

.comments-list .comment-author cite {
	font-style: normal
}

.comments-list .comment-date {
	color: #222;
	font-size: 14px;
	display: block;
	margin-top: -5px
}

.comments-list .comment-content {
	margin: 15px 0
}

.comments-list .comment-content p img {
	float: none
}

.comments-list .comment-body {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-left: 110px
}

.comments-list img.avatar {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-right: 30px
}

.comments-list ul.children img.avatar {
	width: 60px;
	height: 60px
}

.comments-list .comment-reply-link {
	color: #252a37;
	font-weight: 400;
	font-size: 14px
}

.comments-list .comment-reply-link i {
	margin-right: 5px
}

.comments-list .comment-reply-link:hover {
	color: #007dff
}

.comments-counter {
	font-size: 18px
}

.comments-counter a {
	color: #5a5a5a
}

.comments-reply {
	list-style: none;
	margin: 0 0 0 70px
}

.category-name-list {
	margin-bottom: 20px
}

.category-name-list .post-cat {
	position: relative;
	left: 0;
	margin-right: 10px
}

.post-layout-1 .post-meta-info {
	margin-bottom: 40px
}

.post-layout-1 .post-meta-info li.author a {
	text-transform: uppercase;
	font-weight: 500;
	color: #232323
}

.post-layout-1 .post-meta-info li.author a img {
	width: 40px;
	height: 40px
}

.post-layout-1 .breadcrumb {
	margin-bottom: 2px
}

.post-layout-1 .vinkmag-single p span {
	background: transparent
}

.post-layout-1 .gallery-img {
	margin: 40px 0
}

.single-big-img {
	min-height: 550px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: block
}

.single-big-img .ts-video-btn {
	top: 50%;
	-webkit-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%)
}

.img-ovarlay:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .3)
}

.post-layout-2 .single-big-img:before {
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .85)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	content: '';
	width: 100%;
	height: 100%
}

.post-layout-2 .single-big-img .entry-header {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 80px
}

.post-layout-2 .single-big-img .entry-header .post-title {
	color: #fff
}

.post-layout-2 .post-meta-info>li {
	color: #fff
}

.post-layout-2 .post-meta-info>li>a {
	color: #fff
}

.post-layout-2 .post-meta-info>li.author a {
	text-transform: uppercase
}

.post-layout-2 .post-meta-info>li.share-post a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	padding: 9px 0;
	margin-right: 0;
	background: #d72924
}

.post-layout-2 .breadcrumb {
	margin-bottom: 2px
}

.post-layout-3 .content-wrapper.vinkmag-single {
	padding-top: 0
}

.post-layout-7 {
	padding-top: 0
}

.post-layout-7 .single-big-img:before {
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .85)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .85) 100%);
	content: '';
	width: 100%;
	height: 100%
}

.post-layout-7 .single-big-img .entry-header-item {
	padding-top: 332px;
	padding-bottom: 40px
}

.post-layout-7 .single-big-img .entry-header .post-title {
	color: #fff
}

.post-layout-7 .post-meta-info li {
	color: #fff
}

.post-layout-7 .post-meta-info li a {
	color: #fff
}

.post-layout-7 .post-meta-info li.author a {
	text-transform: uppercase
}

.post-layout-7 .post-meta-info li.share-post a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	padding: 9px 0;
	margin-right: 0;
	background: #d72924
}

.post-layout-6 .vinkmag-single.content-wrapper {
	margin-top: -150px
}

.post-layout-10 .entry-header {
	background: #fff;
	padding: 30px
}

.post-layout-10 .entry-header .post-cat {
	left: 0;
	margin-right: 15px;
	margin-bottom: 20px
}

.ts-grid-box.ts-category-title {
	padding: 18px 30px
}

.ts-grid-box.ts-category-title .ts-title {
	margin-bottom: 0
}

.ts-list-post-box .ts-post-thumb {
	margin-bottom: 0
}

.ts-list-post-box.ts-grid-content .post-content {
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #f0f1f4
}

.ts-list-post-box.ts-grid-content .item .post-title {
	margin-bottom: 5px
}

.ts-list-post-box.ts-grid-content .item:last-of-type {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.ts-list-post-box.ts-grid-content .item:last-of-type .post-content {
	border-bottom: none
}

.post-list-box.ts-list-post-box.ts-grid-content .post-content:last-of-type {
	border-bottom: none
}

.flex {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.video-slider {
	overflow: hidden;
	position: relative
}

.video-slider .slider-link.next {
	position: relative
}

.video-slider .post-video {
	margin-bottom: 0
}

.video-slider .post-video .post-video-content {
	padding: 40px
}

.video-slider .post-video .post-video-content h3 {
	margin-bottom: 12px
}

.video-slider .post-video .ts-play-btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	background: #d72924;
	border-color: #d72924
}

.video-slider .post-video img {
	max-height: 500px
}

.video-slider .owl-nav {
	left: 0;
	top: 50%;
	right: auto;
	background: #272727;
	color: #fff;
	padding: 0 10px;
	margin-left: 40px
}

.video-slider .owl-nav .owl-prev {
	margin-left: 0
}

.category-style .ts-col-box.ts-grid-box {
	padding: 30px 15px 22px
}

.category-style .ts-col-box.ts-grid-box .post-cat {
	left: 20px
}

.category-style .ts-col-box.ts-grid-box .ts-title {
	padding-left: 15px
}

.ts-video-icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 48px;
	color: #fff;
	z-index: 2
}

.ts-video-icon:hover {
	color: #fff
}

.category-box-item .ts-grid-box .ts-post-thumb img {
	max-height: 340px
}

.category-post-item1 .ts-grid-box .ts-post-thumb img {
	max-height: 194px
}

.category-item {
	padding-bottom: 24px
}

.category-box-item-3 {
	padding-bottom: 20px
}

.category-box-item-3 .item p {
	margin-bottom: 0
}

.archive .grid-sm .post-content {
	min-height: 95px
}

.archive .grid-md .post-content {
	min-height: 192px
}

.archive .category-layout-1 .grid-md .post-content {
	min-height: 1px
}

.archive .category-layout-1 .ts-grid-box.ts-grid-content,
.archive .category-layout-2 .ts-grid-box.ts-grid-content {
	background: #fff
}

.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content {
	padding: 0 20px 10px 20px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content .post-title,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content .post-title {
	margin-bottom: 5px
}

.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content p,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content p {
	display: none
}

.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-meta-info li.author,
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-meta-info li.active,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-meta-info li.author,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-meta-info li.active {
	display: none
}

.archive .category-layout-3 .ts-grid-box.ts-grid-content {
	background: #fff
}

.archive .category-layout-3 .ts-grid-box.ts-grid-content .post-content {
	padding: 0 20px 10px 20px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08)
}

.archive .category-layout-4 .grid-md .post-content {
	min-height: 125px
}

.archive .category-layout-4 .grid-md .post-content .post-title {
	font-size: 20px
}

.archive .category-layout-5 .grid-md .post-content {
	min-height: inherit
}

.archive .category-layout-5 .grid-md .ts-overlay-style .ts-post-thumb .post-cat {
	position: absolute;
	top: 0
}

.archive .category-layout-5 .grid-md .ts-overlay-style .post-title {
	font-size: 20px
}

.archive.author .ts-grid-box .ts-breadcrumb {
	display: none
}

.archive.author .ts-grid-box .ts-title {
	display: none
}

.entry-cat-header .ts-title {
	margin-bottom: 0
}

.category-layout-3 .post-meta-info li a {
	color: #232323;
	text-transform: uppercase
}

.post-cat.no-bg {
	margin-left: 0;
	background: transparent;
	color: #d72924;
	margin-bottom: 10px
}

.post-cat.no-bg.pink-color {
	color: #ff5575
}

.post-cat.orange-color.no-bg {
	color: #ff6e0d
}

.post-cat.blue-color.no-bg {
	color: #007dff
}

.post-cat.green-color.no-bg {
	color: #4ab106
}

.post-cat.yellow-color.no-bg {
	color: #ffaf31
}

.category-layout-5 .ts-grid-box {
	-webkit-box-shadow: none;
	box-shadow: none
}

.category-layout-5 .ts-overlay-style .ts-post-thumb {
	margin-bottom: 0
}

.category-layout-6 .entry-cat-header .ts-title {
	margin-left: 0
}

.category-layout-6 .post-list.ts-grid-box {
	padding-bottom: 15px
}

.ts-post-thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px
}

.ts-post-thumb img {
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	width: 100%
}

.ts-category-list li {
	display: inline-block
}

.ts-category-list li a {
	font-size: 13px;
	color: #232323;
	background: #e9e9e9;
	display: block;
	line-height: 22px;
	padding: 2px 11px;
	margin-left: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px
}

.ts-category-list li a.ts-blue-bg {
	background: #007dff;
	color: #fff
}

.pagination {
	display: block
}

.pagination li {
	display: inline-block
}

.pagination li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	line-height: 31px;
	font-size: 14px;
	color: #888
}

.pagination li.active a,
.pagination li:hover a {
	background: #d72924;
	color: #fff
}

.ts-pagination-1 {
	margin-top: 30px
}

.ts-pagination-1 .pagination li a:hover {
	background: #6cba40
}

.ts-pagination-1 .pagination li.active a {
	background: #6cba40
}

.post-style-1 {
	position: relative;
	margin: 0
}

.post-style-1 .p-1 {
	padding: 0 2px!important
}

.post-style-1 .item {
	min-height: 500px
}

.post-style-1.ts-overlay-style .overlay-post-content .post-title {
	margin-bottom: 5px
}

.post-box-style .ts-grid-box {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent
}

.post-box-style .ts-grid-content .post-content {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.post-box-style .ts-grid-content .item:last-of-type {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.post-box-style .ts-grid-content .item:last-of-type .post-content {
	border-bottom: none
}

.post-box-style .ts-overlay-style .overlay-post-content .post-meta-info li.active {
	color: #6cba40
}

.ts-title-item {
	position: relative;
	margin-bottom: 30px
}

.ts-title-item .view-all-link {
	position: relative;
	top: -8px
}

.ts-title-item.title-item-1 .ts-title:before {
	background: #005689
}

.ts-title-item.title-item-1 .ts-title:after {
	display: none
}

.ts-title-item.white .ts-title {
	color: #fff
}

.ts-grid-item {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ts-grid-item .overlay-post-content .post-title a:hover {
	color: #fff
}

.ts-grid-item.widgets-populer-post {
	padding: 0
}

.ts-grid-item.widgets-populer-post .post-content.media {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #ededed
}

.ts-grid-item.widgets-populer-post .post-content.media:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.ts-grid-item .ts-grid-content .item:last-of-type {
	-webkit-box-shadow: none;
	box-shadow: none
}

.ts-grid-item .ts-grid-content .item:last-of-type .post-content {
	border-bottom: none
}

.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
	max-height: 230px;
	width: 100%
}

.ts-grid-item .ts-overlay-style .post-meta-info li.author a:hover {
	color: #6cba40
}

.ts-post-style-2 .ts-overlay-style .item {
	min-height: 450px
}

.grid-style-1 .ts-post-thumb {
	margin-bottom: 15px
}

.ts-grid-style-2 .post-cat {
	left: 0;
	margin-bottom: 12px
}

.slider-grid-style3 .item {
	min-height: 430px
}

.slider-grid-style3 .owl-dots {
	position: absolute;
	right: 0;
	top: auto;
	z-index: 1;
	bottom: 21px;
	left: 0;
	margin: auto;
	display: block;
	text-align: center
}

.slider-grid-style3 .owl-dots .owl-dot span {
	background: #fff
}

.slider-grid-style3 .owl-dots .owl-dot.active span {
	background: #fff
}

.ts-featured-post .item {
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden
}

.ts-featured-post .overlay-post-content {
	max-width: 520px;
	right: 0;
	top: 50%;
	bottom: 0;
	margin: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	text-align: center
}

.ts-featured-post .overlay-post-content .post-cat-name {
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
	display: block
}

.ts-featured-post .overlay-post-content .post-cat-name:before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 45px;
	height: 1px;
	background: #897f7a;
	margin: auto;
	content: ''
}

.ts-featured-post .overlay-post-content .post-title {
	margin-bottom: 20px
}

.post-cat-name {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #6cba40;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: .65px
}

.post-cat-name:hover {
	color: #6cba40
}

.post-author-name {
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase
}

.post-author-name:hover {
	color: #6cba40
}

.post-content-box .ts-post-thumb {
	margin-bottom: 0
}

.post-content-box .post-content {
	padding: 18px 15px;
	margin: -20px 20px 0;
	background: #fff;
	text-align: center
}

.post-content-box .post-content .post-cat {
	left: 0
}

.featured-content-box .post-content {
	padding: 35px 35px;
	margin: -40px 40px 0
}

.post-list-tab .post-tab-list {
	padding: 20px 0 0
}

.ts-title-item .ts-title:after {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	content: '';
	z-index: 0
}

.ts-title-item .ts-title span {
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 20px 0 0
}

.ts-title-item.bg-gray .ts-title span {
	background: #f7f7f7
}

.ts-overlay-item .ts-overlay-style .item .ts-post-thumb {
	margin-bottom: 0
}

.ts-overlay-item .ts-overlay-style .ts-video-icon:hover {
	color: #fff
}

.post-list .post-meta-info li {
	margin-right: 18px
}

.post-list .post-meta-info li a {
	color: #232323;
	font-weight: 500
}

.post-list .post-content-box .post-content {
	padding: 26px 15px;
	margin: -40px 20px 0
}

.post-list .ts-post-thumb {
	position: relative
}

.post-list .ts-post-thumb .post-cat {
	position: absolute
}

.hot-topics-item .post-list .post-content p {
	padding-right: 20px
}

.hot-topics-item .widgets.widgets-item.widgets-populer-post {
	padding: 0
}

.instagramPhoto {
	padding: 0;
	position: relative
}

.ts-single-inst {
	width: 100%;
	overflow: hidden
}

.ts-single-inst img {
	width: 100%;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease
}

.ts-single-inst img:hover {
	opacity: .7;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06)
}

.featured-section-item {
	background: #000032
}

.ts-grid-features-box {
	padding: 60px 40px 100px;
	background: #fff
}

.ts-grid-features-box .post-cat {
	left: 0;
	margin-bottom: 20px
}

.ts-grid-features-box .post-content p {
	font-size: 15px;
	margin-bottom: 25px;
	color: #777
}

.ts-grid-features-box .post-meta-info li.active {
	color: #007dff
}

.overlay-heighlight-blue .item .post-date-info {
	color: #fff
}

.overlay-heighlight-blue .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
	background-image: -webkit-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	background-image: -o-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	background-image: linear-gradient(0deg, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	opacity: .6
}

.overlay-heighlight-green .post-date-info {
	color: #fff
}

.overlay-heighlight-green .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#0cd31f), to(rgba(12, 211, 31, 0)));
	background-image: -webkit-linear-gradient(bottom, #0cd31f 0%, rgba(12, 211, 31, 0) 100%);
	background-image: -o-linear-gradient(bottom, #0cd31f 0%, rgba(12, 211, 31, 0) 100%);
	background-image: linear-gradient(0deg, #0cd31f 0%, rgba(12, 211, 31, 0) 100%);
	opacity: .6
}

.overlay-heighlight-red .post-date-info {
	color: #fff
}

.overlay-heighlight-red .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f71b30), to(rgba(211, 12, 35, 0)));
	background-image: -webkit-linear-gradient(bottom, #f71b30 0%, rgba(211, 12, 35, 0) 100%);
	background-image: -o-linear-gradient(bottom, #f71b30 0%, rgba(211, 12, 35, 0) 100%);
	background-image: linear-gradient(0deg, #f71b30 0%, rgba(211, 12, 35, 0) 100%);
	opacity: .6
}

.overlay-heighlight-blue .post-date-info {
	color: #fff
}

.overlay-heighlight-blue .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
	background-image: -webkit-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	background-image: -o-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	background-image: linear-gradient(0deg, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
	opacity: .6
}

.overlay-heighlight-orange .post-date-info {
	color: #fff
}

.overlay-heighlight-orange .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f2520b), to(rgba(43, 192, 245, 0)));
	background-image: -webkit-linear-gradient(bottom, #f2520b 0%, rgba(43, 192, 245, 0) 100%);
	background-image: -o-linear-gradient(bottom, #f2520b 0%, rgba(43, 192, 245, 0) 100%);
	background-image: linear-gradient(0deg, #f2520b 0%, rgba(43, 192, 245, 0) 100%);
	opacity: .7
}

.overlay-heighlight-blue-dark .post-date-info {
	color: #fff
}

.overlay-heighlight-blue-dark .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#007dff), to(rgba(43, 192, 245, 0)));
	background-image: -webkit-linear-gradient(bottom, #007dff 0%, rgba(43, 192, 245, 0) 100%);
	background-image: -o-linear-gradient(bottom, #007dff 0%, rgba(43, 192, 245, 0) 100%);
	background-image: linear-gradient(0deg, #007dff 0%, rgba(43, 192, 245, 0) 100%);
	opacity: .7
}

.overlay-heighlight-blue-dark .post-meta-info li.active {
	color: #007dff!important
}

.overlay-heighlight-yellow .post-date-info {
	color: #fff
}

.overlay-heighlight-yellow .item:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#b18e15), to(rgba(255, 178, 45, 0)));
	background-image: -webkit-linear-gradient(bottom, #b18e15 0%, rgba(255, 178, 45, 0) 100%);
	background-image: -o-linear-gradient(bottom, #b18e15 0%, rgba(255, 178, 45, 0) 100%);
	background-image: linear-gradient(0deg, #b18e15 0%, rgba(255, 178, 45, 0) 100%);
	opacity: .8
}

.overlay-heighlight-yellow .post-meta-info li.active {
	color: #007dff!important
}

.ts-heading {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5
}

.ts-heading .ts-title {
	margin-bottom: 0
}

.ts-heading .ts-title:before {
	left: -30px;
	background: #007dff
}

.ts-heading .view-all-link:hover {
	color: #007dff
}

.ts-heading.white .ts-title {
	color: #fff
}

.ts-heading.white .view-all-link {
	position: relative;
	color: #fff
}

.featured-post .item {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden
}

.featured-post-1 .item {
	min-height: 460px
}

.featured-post-2 .item {
	min-height: 314px
}

.vedio-section {
	padding: 30px 0 10px;
	position: relative
}

.vedio-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 50, .7)
}

.post-category-item .item {
	min-height: 330px
}

.load-more {
	margin-top: 20px
}

.load-more a {
	color: #a9a9a9;
	font-size: 14px
}

.load-more i {
	display: block;
	font-size: 50px;
	margin-bottom: 5px
}

.blue-dark-heighlight {
	background: #005689;
	color: #fff
}

.footer-logo img {
	max-height: 44px
}

.ts-footer-4 {
	background: #1a2130;
	padding: 40px 0
}

.ts-footer-4 .footer-top {
	padding: 0 0 35px
}

.ts-footer-4 .border-top {
	border-color: #313845
}

.ts-footer-4 .footer-social-list li a {
	color: #fff
}

.footer-widget {
	position: relative
}

.footer-widget .widget-title,
.footer-widget h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .9px;
	margin-bottom: 25px
}

.footer-widget .widget-title:before,
.footer-widget h5:before {
	display: none
}

.footer-widget ul li {
	font-size: 14px;
	line-height: 32px;
	color: #a8a9ad
}

.footer-widget ul li a {
	color: #fff
}

.footer-widget ul li a:hover {
	color: #005689
}

.footer-widget p {
	color: #f0f0f1;
	font-size: 15px
}

.footer-widget.newsletter-widgets {
	padding-left: 50px;
	padding-top: 20px
}

.footer-widget.newsletter-widgets h4 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px
}

.footer-widget.newsletter-widgets .newsletter-widgets-form {
	position: relative;
	margin-bottom: 30px
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email {
	width: 100%;
	height: 40px;
	padding: 0 100px 0 20px
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-webkit-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email:-ms-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-ms-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding: 10px 37px;
	background: #ffaf31
}

.footer-widget.newsletter-widgets .newsletter-widgets-form .btn:hover {
	background: #232323
}

.footer-widget.newsletter-widgets .newsletter-widgets-form p {
	color: #8b9196
}

.ts-footer-5 .footer-widget.border-right:after {
	position: absolute;
	right: -10px;
	top: 0;
	width: 1px;
	height: 150px;
	bottom: 0;
	margin: auto;
	content: '';
	background: #454e56
}

.ts-footer-5 .footer-widget .footer-logo {
	padding: 20px 0
}

.ts-footer-5 .footer-widget .footer-social-list li a:hover {
	color: #ffaf31
}

.ts-footer-5 .footer-widget .footer-social-list li:first-child a {
	margin-left: 0
}

.ts-footer-5 .footer-widget p {
	padding-right: 50px
}

.copyright-section {
	background: #101727
}

.copyright-section .footer-menu {
	margin-bottom: 0
}

.link-img {
	display: block;
	width: 100%;
	min-height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.img-height-310 {
	min-height: 324px
}

.ts-footer.dark-skin {
	padding: 60px 0 0
}

.ts-footer .bar {
	border-top: 1px solid #535252
}

.ts-footer .footer-widgets {
	margin-bottom: 50px
}

.footer-widgets.tag-list ul li a {
	color: #fff;
	border-color: #383534;
	line-height: 26px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px
}

.footer-widgets .widget-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 35px
}

.footer-widgets .widget-title:before {
	display: none
}

.footer-widgets .footer-post-list .post-content {
	margin-bottom: 20px
}

.footer-widgets .footer-post-list .post-content:last-of-type {
	margin-bottom: 0
}

.footer-widgets .footer-post-list .sidebar-img {
	width: 85px;
	height: 60px
}

.footer-widgets .footer-post-list .post-title {
	font-weight: 400
}

.footer-widgets .footer-post-list .post-title a {
	color: #fff
}

.footer-widgets .post-rating i.fa-star {
	color: #ffd529
}

.footer-widgets .widget-gallery img {
	width: 75px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 9px
}

.footer-bottom {
	padding: 40px 0
}

.footer-bottom .footer-content {
	padding-right: 20px
}

.footer-bottom .footer-content p {
	color: #fff;
	margin-bottom: 0
}

.footer-bottom .footer-social li {
	margin-right: 0
}

.copyright-section.dark-skin {
	background: #111
}

.top-bar-item .ts-date {
	color: #fff
}

.top-bar-item .ts-top-nav li a {
	color: #fff
}

.category-post-style1 .post-content .post-cat {
	left: 0;
	margin-bottom: 15px
}

.category-post-style1 .post-content p {
	font-size: 15px;
	color: #232323
}

.breakink-news-section {
	border-bottom: 1px solid #e5e5e5
}

.breakink-news-section .ts-breaking-news {
	padding: 7px 20px 1px 0
}

.breakink-news-section #breaking_slider .owl-nav {
	top: -7px
}

.breakink-news-section #breaking_slider .owl-nav .owl-prev,
.breakink-news-section #breaking_slider .owl-nav .owl-next {
	width: 34px;
	margin-left: 0;
	height: 38px;
	font-size: 24px;
	border-left: 1px solid #e5e5e5;
	background: transparent
}

.breakink-news-section #breaking_slider .owl-nav .owl-prev:hover,
.breakink-news-section #breaking_slider .owl-nav .owl-next:hover {
	color: #ffaf31
}

.breakink-news-section #breaking_slider .owl-nav .owl-next {
	border-right: 1px solid #e5e5e5
}

.ts-grid-style-3 .ts-overlay-style {
	margin-bottom: 4px
}

.ts-grid-style-3 .ts-overlay-style .item {
	min-height: 247px
}

.ts-grid-style-3 .ts-overlay-style .item .post-cat {
	left: 0;
	margin-bottom: 13px
}

.ts-grid-style-3.p-1 {
	padding-top: 0!important
}

.currency-list-items {
	padding: 18px;
	position: relative;
	overflow: hidden;
	padding-right: 80px;
	display: block
}

.currency-list-items h4 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .7px
}

.currency-list-items span {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	color: #efefef;
	display: block
}

.currency-list-items .currency-right-content {
	position: absolute;
	right: 15px;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.currency-list-items img {
	position: absolute;
	right: 29px;
	bottom: -15px;
	opacity: .8
}

.currency-list-items.currency-blue-dark-heighlight {
	background-image: -webkit-gradient(linear, left top, right top, from(#242279), to(#6663ae));
	background-image: -webkit-linear-gradient(left, #242279, #6663ae);
	background-image: -o-linear-gradient(left, #242279, #6663ae);
	background-image: linear-gradient(to right, #242279, #6663ae)
}

.currency-list-items.currency-yellow-heighlight {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff8f00), to(#ffbd00));
	background-image: -webkit-linear-gradient(left, #ff8f00, #ffbd00);
	background-image: -o-linear-gradient(left, #ff8f00, #ffbd00);
	background-image: linear-gradient(to right, #ff8f00, #ffbd00)
}

.currency-list-items.currency-gray-heighlight {
	background-image: -webkit-gradient(linear, left top, right top, from(#556685), to(#98a2b5));
	background-image: -webkit-linear-gradient(left, #556685, #98a2b5);
	background-image: -o-linear-gradient(left, #556685, #98a2b5);
	background-image: linear-gradient(to right, #556685, #98a2b5)
}

.currency-list-items.currency-blue-heighlight {
	background-image: -webkit-gradient(linear, left top, right top, from(#0d21b6), to(#2a6cd4));
	background-image: -webkit-linear-gradient(left, #0d21b6, #2a6cd4);
	background-image: -o-linear-gradient(left, #0d21b6, #2a6cd4);
	background-image: linear-gradient(to right, #0d21b6, #2a6cd4)
}

.currency-list-items.currency-green-heighlight {
	background-image: -webkit-gradient(linear, left top, right top, from(#63a20a), to(#a2c821));
	background-image: -webkit-linear-gradient(left, #63a20a, #a2c821);
	background-image: -o-linear-gradient(left, #63a20a, #a2c821);
	background-image: linear-gradient(to right, #63a20a, #a2c821)
}

.bg-dark-item.post-list-item {
	background: #121524
}

.bg-dark-item.post-list-item .ts-grid-box {
	background: transparent
}

.bg-dark-item.post-list-item .nav-tabs {
	border-bottom: none;
	margin-bottom: 8px
}

.bg-dark-item.post-list-item .nav-tabs li a {
	color: #fff;
	background: #896122
}

.bg-dark-item.post-list-item .nav-tabs li a:hover {
	color: #fff
}

.bg-dark-item.post-list-item .nav-tabs li a.active {
	background: transparent;
	color: #ffaf31
}

.bg-dark-item.post-list-item .nav-tabs li a.active:before {
	opacity: 0
}

.bg-dark-item.post-list-item .post-title a {
	color: #fff
}

.bg-dark-item.post-list-item .post-tag a {
	color: #ffaf31
}

.bg-dark-item.post-list-item .post-tab-list .post-content.media {
	border-bottom: 1px solid #2b2b2b
}

.bg-dark-item.post-list-item .post-tab-list .post-content.media:last-of-type {
	border-bottom: none
}

.bg-dark-item {
	background: #121524
}

.bg-dark-item .ts-grid-box {
	background: transparent
}

.bg-dark-item .nav-tabs {
	border-bottom: none;
	margin-bottom: 8px
}

.bg-dark-item .nav-tabs li a {
	color: #fff;
	background: #896122
}

.bg-dark-item .nav-tabs li a:hover {
	color: #fff
}

.bg-dark-item .nav-tabs li a.active {
	background: transparent;
	color: #ffaf31
}

.bg-dark-item .nav-tabs li a.active:before {
	opacity: 0
}

.bg-dark-item .post-title a {
	color: #fff
}

.bg-dark-item .post-tag a {
	color: #ffaf31
}

.bg-dark-item .post-tab-list .post-content.media {
	border-bottom: 1px solid #2b2b2b
}

.bg-dark-item .post-tab-list .post-content.media:last-of-type {
	border-bottom: none
}

.bg-dark-item.white-text .tab-menu-item li a {
	color: #fff
}

.bg-dark-item.white-text .tab-menu-item li a.active {
	color: #d72924
}

.bg-dark-item.white-text .post-list-box .post-title {
	color: #fff
}

.bg-dark-item.white-text .post-list-box .nav-link {
	border-color: #333
}

.bg-dark-item.white-text .post-date-info {
	color: #fff
}

.bg-dark-item .ts-tab-style .tab-menu-item {
	margin-top: 0
}

.ts-tab-style {
	margin-bottom: 25px
}

.ts-tab-style .ts-title {
	float: left;
	margin-bottom: 0
}

.ts-tab-style .ts-title.block-title-style7 {
	float: none
}

.ts-tab-style .tab-menu-item {
	margin-top: -28px;
	position: relative
}

.ts-tab-style .tab-menu-item li a.active {
	color: #d72924
}

.tabs-item .featured-post .ts-overlay-style .post-title {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 36px
}

.post-style-3 .featured-post.ts-overlay-style .item {
	min-height: 500px
}

.post-style-3 .post-cat {
	left: 20px
}

.post-style-3 .post-title.large {
	margin-bottom: 15px;
	font-weight: 500
}

.height-310 {
	min-height: 305px!important
}

.height-190 {
	height: 190px!important
}

.post-style-4 .ts-overlay-style {
	margin-bottom: 4px
}

.ts-grid-box.bg-dark-item .ts-heading-item .ts-title span {
	background: #121212;
	color: #fff
}

.ts-grid-box.bg-dark-item .ts-heading-item .ts-title:after {
	background: #252525
}

.ts-grid-box.bg-dark-item .post-content {
	border-color: #252525
}

.ts-grid-box.bg-dark-item .post-meta-info li.active a {
	color: #d72924
}

.ts-grid-item-2 .post-cat {
	left: 0;
	margin-bottom: 14px
}

.ts-grid-item-2 .ts-post-thumb {
	margin-bottom: 0
}

.ts-grid-item-2 .item .post-content {
	padding: 18px 0;
	border-bottom: 1px solid #e8e8e8
}

.ts-grid-item-2 .item .post-meta-info {
	margin-bottom: 0
}

.ts-grid-item-2 .item:last-of-type .post-content {
	border-bottom: none
}

.ts-grid-item-2.ts-grid-content {
	background: #fff
}

.ts-grid-item-2.ts-grid-content .item .post-content {
	padding: 18px 20px
}

.ts-grid-box.widgets.border {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3
}

.slider-grid-style2 .item:hover:after {
	display: none
}

.slider-grid-style2 .item:before {
	background: rgba(0, 0, 0, .3)
}

.slider-grid-style2 .overlay-post-content {
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-31%);
	-ms-transform: translateY(-31%);
	transform: translateY(-31%);
	max-width: 570px
}

.slider-grid-style2 .overlay-post-content .post-content {
	padding: 0 40px
}

.slider-grid-style2 .overlay-post-content .post-title {
	margin-bottom: 20px
}

.slider-grid-style2 .post-cat {
	left: 0;
	margin-bottom: 15px
}

.slider-grid-style2 .owl-dots {
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slider-grid-style2 .owl-dots .owl-dot {
	display: block;
	margin: 0;
	top: 0;
	line-height: 16px
}

.slider-grid-style2 .owl-dots .owl-dot span {
	background: #fff
}

.slider-grid-style2 .owl-dots .owl-dot.active span {
	margin: 0
}

.error-page {
	padding: 80px 30px
}

.error-page .error-code h2 {
	font-size: 220px;
	font-weight: 500;
	color: #222;
	line-height: 220px
}

.error-page .error-message h3 {
	font-size: 40px;
	margin-bottom: 16px
}

.error-page .error-body h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 34px
}

.error-page .error-body a {
	background: #d72924
}

.error-page .error-body a.btn {
	padding: 17px 37px
}

.error-page .error-body a.btn:hover {
	background: #c2211c
}

.tab-menu-item li a {
	font-size: 15px;
	font-weight: 400;
	color: #5a5c66;
	padding: 0 15px
}

.tab-menu-item li a.active {
	color: #fff
}

.tab-menu-item li:last-child a {
	padding-right: 0
}

.ts-tabs-content .tab-pane.fade.active {
	opacity: 1
}

.video-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
	position: relative;
	overflow: hidden
}

.video-item .post-video {
	position: absolute;
	top: 46%;
	margin: auto;
	text-align: center;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto
}

.video-item .post-video:before {
	display: none
}

.video-item .post-video .ts-play-btn {
	z-index: 1;
	border: none
}

.video-tab-list {
	height: 450px;
	padding: 30px 5px 30px 30px;
	overflow: hidden
}

.video-tab-list .post-content.media img.sidebar-img {
	width: 100px;
	height: auto
}

.video-tab-list .post-tab-list {
	padding: 0
}

.video-tab-list .post-tab-list li {
	margin-bottom: 15px;
	display: block;
	width: 100%
}

.video-tab-list .post-tab-list li .post-title {
	color: #fff
}

.video-tab-list .post-tab-list li:last-child {
	margin-bottom: 0
}

.fade.in {
	opacity: 1
}

.post-style-item4 {
	padding-bottom: 0
}

.post-style-item4 .ts-post-thumb {
	margin-bottom: 0
}

.post-style-item4 .item:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .75) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .75) 100%)
}

.accordion-post-style .card {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.accordion-post-style .card:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(24, 106, 179, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, .7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, .7) 100%)
}

.accordion-post-style .card .space {
	height: 125px;
	text-align: center;
	display: block
}

.accordion-post-style .card .btn {
	position: relative;
	z-index: 1;
	padding: 8px 20px;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	-ms-border-radius: 36px;
	opacity: 0;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: #d72924
}

.accordion-post-style .card .btn:hover {
	color: #fff
}

.accordion-post-style .card .card-header {
	padding: 0
}

.accordion-post-style .card .card-header a {
	display: block;
	padding: 20px 20px 15px 55px;
	position: relative;
	color: #fff;
	z-index: 1
}

.accordion-post-style .card .card-header a .post-title {
	color: #fff;
	margin-bottom: 0;
	font-weight: 500
}

.accordion-post-style .card .card-header a i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	left: 20px;
	top: 20px
}

.accordion-post-style .card:hover .btn {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.post-overflow-style {
	overflow: hidden
}

.post-overflow-style .ts-title:after {
	display: none
}

.post-overflow-style .ts-post-thumb {
	overflow: visible;
	margin-right: -230px;
	width: auto;
	z-index: 2;
	margin-top: 55px
}

.post-overflow-style .post-content-item {
	background: #f7f7f7;
	padding: 70px 20px 55px 200px;
	margin-left: 30px
}

.post-overflow-style .post-content-item .post-title {
	margin-bottom: 24px
}

.post-overflow-style .post-content-item p {
	margin-bottom: 28px
}

.post-overflow-style .owl-nav {
	position: relative;
	right: 0;
	top: -65px;
	left: 65px;
	margin: auto;
	text-align: center;
	padding-left: 55px
}

.post-overflow-style .owl-nav .owl-prev i,
.post-overflow-style .owl-nav .owl-next i {
	font-size: 12px
}

.watching-section {
	padding: 60px 0 50px
}

.watching-section .post-title a {
	color: #fff
}

.watching-section .post-title a:hover {
	color: #fff
}

.border-style.ts-grid-box.ts-grid-content .post-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 25px;
	border: 1px solid #e6e6e6;
	border-top: none
}

.border-style.ts-grid-box.ts-grid-content .ts-post-thumb {
	margin-bottom: 0
}

.ts-grid-box.ts-grid-content.border-style .post-cat {
	left: 20px;
	top: -12px;
	border-radius: 36px
}

.featured-tab-item {
	margin-bottom: 40px
}

.featured-tab-item .featured-tab-post {
	margin: 0;
	border-bottom: none
}

.featured-tab-item .featured-tab-post .post-content {
	padding: 26px 30px 10px;
	background: #fff
}

.featured-tab-item .featured-tab-post>li {
	padding: 0
}

.featured-tab-item .featured-tab-post>li:last-child {
	border-right: none
}

.featured-tab-item .featured-tab-post>li a {
	padding: 0
}

.featured-tab-item .featured-tab-post>li a .post-content {
	min-height: 122px
}

.featured-tab-item .featured-tab-post>li a.active .post-content {
	background: #d72924
}

.featured-tab-item .featured-tab-post>li a.active:before {
	position: absolute;
	right: 0;
	top: -14px;
	width: 100%;
	height: 15px;
	content: '';
	background: #d72924
}

.featured-tab-item .featured-tab-post>li a.active .post-title,
.featured-tab-item .featured-tab-post>li a.active .post-meta-info li,
.featured-tab-item .featured-tab-post>li a.active .post-meta-info li.cat-name span {
	color: #fff!important
}

.featured-tab-item .featured-tab-post .post-meta-info li {
	color: #888
}

.featured-tab-item .featured-tab-post .post-meta-info li.cat-name {
	font-weight: 500;
	font-size: 10px
}

.featured-tab-item .featured-post .item {
	background-position: top center
}

.featured-tab-item .feauted-tab-img img {
	width: 100%
}

.blog-post-slider-item .ts-grid-box {
	padding: 90px 230px 90px 30px
}

.blog-post-slider-item .ts-post-thumb {
	overflow: visible;
	margin-left: -244px;
	width: auto;
	z-index: 2;
	margin-bottom: 0
}

.blog-post-slider-item .ts-post-thumb img {
	max-height: 310px;
	width: 100%
}

.blog-post-slider-item .owl-nav {
	position: absolute;
	right: auto;
	top: auto;
	left: 14px;
	bottom: 41px
}

.ts-post-style-3 {
	margin-left: -2px;
	margin-right: -2px
}

.ts-post-style-3 .ts-post-thumb {
	margin-bottom: 0
}

.ts-post-style-3 .p-1 {
	padding: 2px!important
}

.ts-post-style-3 .post-content .post-cat {
	left: 0;
	margin-bottom: 10px
}

.ts-grid-content-1.ts-blue-light-heighlight {
	background: #007dff
}

.ts-grid-content-1.ts-blue-light-heighlight p,
.ts-grid-content-1.ts-blue-light-heighlight .post-date-info,
.ts-grid-content-1.ts-blue-light-heighlight .post-title a {
	color: #fff
}

.ts-grid-content-1.ts-blue-light-heighlight .post-cat {
	color: #007dff
}

.img-height-520 {
	min-height: 522px
}

.ts-post-style-4 .ts-grid-style-3 .item {
	min-height: 235px;
	margin-bottom: 10px
}

.border-top1 {
	border-color: #cfd2da
}

.box-shadow-disabled .ts-grid-box.ts-grid-content .post-content,
.box-shadow-disabled .ts-grid-box {
	-webkit-box-shadow: none;
	box-shadow: none
}

.box-shadow-disabled .navbar-style1,
.box-shadow-disabled .ts-breaking-news {
	border: 1px solid #e9ecef
}

.content-centerd-item {
	text-align: center
}

.content-centerd-item .post-cat {
	border-radius: 36px;
	line-height: 24px;
	height: 22px
}

.footer-standard a {
	color: #fff!important
}

.footer-standard .elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
	padding: 0
}

.footer-standard .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud a {
	border-color: #333242;
	color: #fff
}

.footer-standard .elementor-widget-container h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px
}

.footer-standard .elementor-widget-container h5:before {
	display: none
}

.footer-standard .recent-posts-widget ul li {
	min-height: 85px
}

.footer-standard .recent-posts-widget ul li .entry-title a {
	color: #fff
}

.footer-standard .recent-posts-widget ul li .entry-title a:hover {
	color: #d72924
}

.footer-standard .recent-posts-widget ul li .posts-thumb img {
	width: 75px;
	height: 65px
}

.footer-standard .elementor-widget-wp-widget-recent-posts ul li {
	margin-bottom: 10px;
	border-bottom-color: #242425
}

.footer-standard .elementor-widget-wp-widget-recent-posts ul li a {
	font-size: 14px;
	display: block;
	font-weight: 500;
	line-height: 20px;
	color: #fff
}

.footer-standard .elementor-widget-wp-widget-recent-posts ul li a:hover {
	color: #d72924
}

.footer-standard .elementor-widget-wp-widget-recent-posts ul li span {
	color: #a9a9a9
}

.copyright-sec .elementor-widget-wp-widget-nav_menu .menu li {
	display: inline-block;
	margin-left: 15px
}

.copyright-sec .elementor-widget-wp-widget-nav_menu .menu li a {
	color: #fff
}

section.yikes-mailchimp-container {
	padding: 0
}

.yikes-easy-mc-form {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.yikes-easy-mc-form .EMAIL-label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72%;
	flex: 0 0 72%;
	margin: 0 15px 0 0;
	max-width: 72%
}

.yikes-easy-mc-form .EMAIL-label .newsletter-mail {
	background: transparent;
	margin: 0;
	border: none;
	border-bottom: 1px solid #2e2d3c;
	color: #fff
}

.yikes-easy-mc-form .EMAIL-label .newsletter-mail::-webkit-input-placeholder {
	color: #fff
}

.yikes-easy-mc-form .EMAIL-label .newsletter-mail:-ms-input-placeholder {
	color: #fff
}

.yikes-easy-mc-form .EMAIL-label .newsletter-mail::-ms-input-placeholder {
	color: #fff
}

.yikes-easy-mc-form .EMAIL-label .newsletter-mail::placeholder {
	color: #fff
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	margin: 0!important;
	padding: 0 25px!important;
	width: auto!important
}

.yikes-easy-mc-form.widgets-newsletter-form .EMAIL-label {
	margin: 0
}

.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail {
	background: #fff;
	border: none;
	height: 40px;
	padding: 15px;
	color: #232323
}

.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::-webkit-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail:-ms-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::-ms-input-placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::placeholder {
	letter-spacing: 1.2px;
	color: #a9a9a9
}

.yikes-easy-mc-form.footer-newsletter {
	display: block!important;
	position: relative;
	width: 100%
}

.yikes-easy-mc-form.footer-newsletter .EMAIL-label {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.yikes-easy-mc-form.footer-newsletter .newsletter-mail {
	background: #fff;
	height: 45px;
	border-radius: 36px;
	padding: 0 20px;
	font-size: 14px;
	color: #232323;
	outline: none
}

.yikes-easy-mc-form.footer-newsletter .newsletter-mail::-webkit-input-placeholder {
	color: #232323
}

.yikes-easy-mc-form.footer-newsletter .newsletter-mail:-ms-input-placeholder {
	color: #232323
}

.yikes-easy-mc-form.footer-newsletter .newsletter-mail::-ms-input-placeholder {
	color: #232323
}

.yikes-easy-mc-form.footer-newsletter .newsletter-mail::placeholder {
	color: #232323
}

.yikes-easy-mc-form.footer-newsletter .btn {
	position: absolute;
	right: 3px;
	top: 2px;
	border-radius: 36px;
	padding: 10px 24px;
	bottom: 0;
	height: 40px;
	margin: auto;
	font-size: 12px
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail {
	color: #232323
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::-webkit-input-placeholder {
	color: #888
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail:-ms-input-placeholder {
	color: #888
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::-ms-input-placeholder {
	color: #888
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::placeholder {
	color: #888
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label:before {
	content: "\f1d8";
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 16px;
	bottom: 0;
	margin: auto;
	color: #888
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label {
	padding-left: 15px
}

.col-post .ts-grid-box.ts-grid-content .post-content {
	padding: 0 20px 5px 20px
}

.block-post .vinazine-featured-post .ts-overlay-style .item .gradient-overlay {
	opacity: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, .9) 100%);
	background: -o-linear-gradient(top, transparent 60%, rgba(0, 0, 0, .9) 100%);
	background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .9) 100%)
}

.block-post .ts-overlay-style .item .gradient-overlay {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 0, .95)));
	background: -webkit-linear-gradient(top, transparent 45%, rgba(0, 0, 0, .95) 100%);
	background: -o-linear-gradient(top, transparent 45%, rgba(0, 0, 0, .95) 100%);
	background: linear-gradient(to bottom, transparent 45%, rgba(0, 0, 0, .95) 100%)
}

.block-post .post-title {
	font-size: 16px;
	line-height: 22px
}

@media (min-width:1100px) {
	.header-white .header-logo img {
		margin-top: -5px
	}
}

.most-populers .owl-nav {
	top: -52px
}

.custom-footer-menu .footer-menu ul li a {
	font-weight: 700;
	text-transform: uppercase;
	opacity: 1
}

.has-ekit-megamenu .navbar-toggler {
	display: none!important
}

.menu-toggler {
	padding: 12px;
	background: #cf2c03!important;
	border-radius: 0!important
}

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

#instafeed-gallery-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#instafeed-gallery-feed a {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative
}

#instafeed-gallery-feed a img {
	width: 100%
}

#instafeed-gallery-feed a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms
}

#instafeed-gallery-feed a:hover:before {
	opacity: 1
}

.instagram-area {
	position: relative
}

.instagram-area .follow-btn-area {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	right: 0;
	margin: auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.instagram-area .follow-btn-area .btn {
	background: #fff;
	color: #232323
}

.instagram-area .follow-btn-area .btn:hover {
	background: #d72924;
	color: #fff
}

.personal-blog .post-title {
	font-size: 14px;
	line-height: 22px
}

.personal-blog .grid-md .post-title {
	font-size: 18px;
	font-weight: 400!important
}

.personal-blog .ts-grid-box.ts-grid-content .post-content {
	padding-bottom: 20px
}

.personal-blog .recent-posts-widget .post-info .entry-title {
	line-height: 22px
}

.logo-area.p-60 {
	padding-bottom: 30px
}

.widgets.ts-grid-box.widget_mc4wp_form_widget {
	padding: 0
}

.back-to-top {
	position: fixed;
	right: 60px;
	bottom: 40px;
	z-index: 10;
	-webkit-backface-visibility: hidden
}

.back-to-top .btn {
	padding: 6px 10px
}

.blog-navbar .navbar-container .navbar .main-menu .nav-item>a.active,
.blog-navbar .navbar-container.navbar-style5 .main-menu>li.current-menu-item>a:before,
.blog-navbar .navbar-container .navbar .main-menu .nav-item>a:hover {
	background: #d72924
}

.vinkmag-featured-slider .featured-slider-item {
	height: 550px
}

.vinkmag-featured-slider .featured-table .table-cell {
	vertical-align: bottom
}

.vinkmag-featured-slider .hero-content {
	padding: 45px 20px
}

.vinkmag-featured-slider .hero-content .hero-title a {
	color: #fff
}

.vinkmag-featured-slider .hero-content .post-tag {
	font-size: 12px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase
}

.vinkmag-featured-slider .owl-dots {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px
}

.vinkmag-featured-slider .owl-dots .owl-dot {
	display: block
}

.vinkmag-featured-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px
}

.vinkmag-featured-slider .owl-dots .owl-dot.active span {
	border: 2px solid #fff;
	background: transparent
}

.vinkmag-masonary-grid .card-columns {
	-webkit-column-gap: 1.85rem;
	column-gap: 1.85rem
}

.vinkmag-masonary-grid .card-columns .card {
	border: none;
	text-align: center;
	margin-bottom: 30px
}

.vinkmag-masonary-grid .card-columns .card .post-title {
	padding-bottom: 20px;
	font-size: 18px;
	margin-bottom: 15px
}

.vinkmag-masonary-grid .card-columns .card .post-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 45px;
	height: 1px;
	background: #b9b9b9
}

.vinkmag-masonary-grid .card-columns .card .post-tag {
	text-transform: uppercase;
	font-size: 12px
}

.post-content-loading {
	margin-bottom: 30px
}

.post-content-loading a {
	padding: 10px 40px;
	display: inline-block;
	border: 1px solid #ddd;
	text-transform: uppercase;
	padding: 12px 60px;
	color: #232323;
	font-size: 12px
}

.post-content-loading a:hover {
	background: #d72924;
	color: #fff
}

.dark-themes .post-tab-list .post-content.media,
.dark-themes .post-list-box .nav-link,
.dark-themes .widgets.widgets-populer-post .post-content.media,
.dark-themes .nav-tabs,
.dark-themes .elementor-widget-wp-widget-recent-posts ul li,
.dark-themes .comments-list .comment-body {
	border-bottom-color: #101010
}

.dark-themes .author-box,
.dark-themes .post-navigation {
	border-top-color: #101010
}

.dark-themes .post-navigation .post-previous {
	border-right-color: #101010
}

.dark-themes .right-menu li a {
	border-left-color: #101010
}

.dark-themes .form-control,
.dark-themes .tagcloud a,
.dark-themes .read-more-btn,
.dark-themes .ts-tranding-post .slider-indicators .post-content .post-count {
	border-color: #101010
}

.dark-themes blockquote,
.dark-themes .form-control {
	background: #0c0c0c
}

.dark-themes #breaking_slider .owl-nav .owl-prev,
.dark-themes #breaking_slider .owl-nav .owl-next,
.dark-themes .vinkmag-breaking-slider .owl-nav .owl-prev,
.dark-themes .vinkmag-breaking-slider .owl-nav .owl-next {
	background: #151313
}

.dark-themes .ts-tranding-post .owl-nav,
.dark-themes .top-social li a,
.dark-themes .ts-top-nav li a,
.dark-themes .yikes-easy-mc-form .yikes-easy-mc-submit-button span,
.dark-themes.single-post .post-title a,
.dark-themes .post-meta-info li,
.dark-themes blockquote:before,
.dark-themes .owl-nav,
.dark-themes .navbar-container .navbar .main-menu>.nav-item>a,
.dark-themes .comments-list .comment-author cite,
.dark-themes .comments-list .comment-reply-link {
	color: #fff
}

.dark-themes .ts-tranding-post .slider-indicators .post-content .post-count {
	background: #101010
}

.dark-themes .tagcloud a {
	color: #fff!important
}

.widgets-populer-post .post-content a {
	display: block;
	position: relative
}

.xs-ratting-content.popular-review {
	position: absolute;
	bottom: 0;
	left: 20px
}

.dark-themes .public-xs-review-box,
.dark-themes .view-review-list,
.dark-themes .view-review-list .xs-review-date,
.dark-themes #xs_review_form_public_data .xs-review-box .xs-review input[type="text"] {
	color: #fff
}

.dark-themes .public-xs-review-box,
.dark-themes .view-review-list,
.dark-themes .view-review-list .border-div {
	border: 1px solid #202020
}

.dark-themes .xs-review-overview-list-right.custom-rat {
	border-left-color: #202020
}

.dark-themes .xs-review-media {
	border-right: 1px solid #202020
}

.public-xs-review-box,
.view-review-list {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}

.xs-review-overview-list-right.custom-rat {
	padding-left: 7px;
	margin-left: 22px;
	border-radius: 0
}

.public-xs-review-box .xs-save-button button {
	border-radius: 0;
	border: none;
	cursor: pointer
}

.xs-review-box .xs-review-box-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xs-review-box .xs-review-media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	margin-right: 10px
}

.xs-review-box .total_overview_rattings_value {
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important;
	text-align: center
}

.xs-review-box .total_overview_rattings_value span {
	font-weight: 700;
	font-size: 20px
}

.xs-review-box.view-review-list .xs-reviewer-author-image {
	padding-right: 7px
}

.xs-review-box .xs-reviewer-details .review-reviwer-info-section {
	padding-left: 10px
}

@media (max-width:992px) {
	.navbar-container .ekit-menu-simple a .sub-arrow {
		border: 1px solid;
		border-radius: 30px;
		display: inline-block;
		line-height: 1;
		width: 15px;
		height: 15px
	}
}

.reading-progressbar {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background-color: #676666
}

.progress-container {
	width: 100%;
	height: 4px;
	background: transparent
}

.progress-bar {
	height: 4px;
	background: #676666;
	width: 0%
}

.single-post-ad {
	margin-bottom: 20px
}

.vinkmag_progress_container {
	position: fixed;
	top: 0;
	z-index: 9999;
	height: 4px;
	width: 100%
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%
}

.gallery-columns-1 .gallery-item {
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%)
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0
}

@media screen and (min-width:30em) {
	.gallery-item {
		max-width: 25%
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%
	}
	.gallery-columns-5 .gallery-item {
		max-width: 25%
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%
	}
}

.grid-no-desc .post-content p {
	display: none
}

.breadcrumb {
	padding: 0!important
}

.comments-form .comment-respond {
	margin-bottom: 50px
}

.single-post-wrapper .content-wrapper,
.comments-form.ts-grid-box {
	padding: 55px 80px 40px
}

code {
	overflow: auto;
	max-width: 100%;
	padding: 0 1em;
	background-color: #f9f9f9;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	letter-spacing: 0;
	line-height: 15px;
	border: 1px solid #DDD
}

.entry-content .h4 {
	font-size: 20px
}

.entry-content .h5 {
	font-size: 1.15rem
}

.widget_rss a.rsswidget {
	color: #d42f1f
}

.widget_rss .rss-date {
	color: #848484
}

.single-post a {
	color: #d42f1f
}

.single-post .post-title a {
	color: #232323
}

.single-post-wrapper .entry-content h3 {
	margin-bottom: 10px
}

.single-post-wrapper .comments-list>li,
.comment-content .comments-list>li {
	list-style: none
}

table {
	font-size: 14px
}

.page-link {
	color: #d92c26
}

.entry-content input[type="password"] {
	margin-right: 0
}

.content-wrapper a {
	color: #d92c26
}

.widget_calendar a,
.widget_calendar #today {
	color: #df413e
}

.widgets .recentcomments {
	color: #7d7d7d
}

.widgets .recentcomments a.url {
	font-weight: 600
}

body {
	font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700!important
}

.single-post-wrapper .entry-content h3,
.comment-content h3 {
	font-size: 22px
}

.single-post-wrapper .entry-content h4,
.comment-content h4 {
	font-size: 19px
}

.single-post-wrapper .entry-content h5,
.comment-content h5 {
	font-size: 17px
}

.right-sidebar ul,
.left-sidebar ul {
	border: 0;
	padding: 0;
	list-style: none
}

.right-sidebar .widget-title,
.left-sidebar .widget-title {
	font-size: 18px
}

.page-link-text {
	margin-right: 10px
}

.entry-content ul {
	list-style-position: inside
}

.grid-md .post-title {
	font-size: 22px
}

ul.navbar-nav.main-menu li ul.dropdown-menu li.dropdown ul.dropdown-menu li.dropdown a:before {
	content: '';
	position: relative
}

@media (min-width:1025px) and (max-width:1200px) {
	.block-post1 .elementor-element-e698014 .featured-post .item {
		min-height: 555px!important
	}
	.block-post1 .grid-item .ts-post-thumb img {
		height: 156px
	}
	.block-post1 .post-tab-list .post-content.media .post-title {
		line-height: 16px;
		font-size: 12px
	}
	.block-post1 .post-tab-list .post-tag a {
		font-size: 11px
	}
	.watch-tab-post .post-content.media .post-title {
		font-size: 13px
	}
	.apsc-theme-2 .apsc-each-profile {
		width: 58px;
		margin: 0 5px
	}
	.ts-tranding-post .slider-indicators .item .post-title {
		height: 40px;
		overflow: hidden
	}
	.thumbnail-height .ts-post-thumb img {
		height: 350px
	}
	.gadget-thumbnail-height .featured-post .item {
		min-height: 415px!important
	}
}

@media (min-width:992px) {
	.main-menu>li:hover>.dropdown-menu {
		display: block
	}
	.main-menu>li:hover>.dropdown-menu>li:hover>.dropdown-menu {
		display: block
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.container {
		max-width: 100%!important
	}
	.grid-sm .ts-overlay-style .post-title {
		font-size: 20px;
		line-height: 26px
	}
	.ts-breaking-news .breaking-news-content .owl-nav {
		right: -32px
	}
	#breaking_slider .owl-nav {
		right: -32px
	}
	.logo img {
		width: 100%;
		padding: 0 5px
	}
	.nav-menu>li>a {
		padding: 22px 16px
	}
	.navbar-style1 .navbar-container .navbar .nav-item a {
		font-size: 12px
	}
	.menu-centerd .ts-main-menu .nav-menu li a {
		padding: 22px 13px
	}
	.menu-centerd.nav-icon-item .nav-menu li a {
		padding: 22px 41px
	}
	.header-transparent .nav-menu>li>a {
		padding: 31px 17px
	}
	.header-box-transprent .ts-main-menu .nav-menu>li>a {
		padding: 24px 13px
	}
	.header-box-right .navigation:before {
		display: none
	}
	.header-box-right .right-menu li .nav-search .nav-search-button {
		text-align: center
	}
	.footer-top .footer-menu ul li a {
		margin: 0 12px
	}
	.footer-bottom .footer-social-list li a {
		margin: 0 30px
	}
	.top-bar.transparent #breaking_slider .owl-nav {
		top: 0;
		right: -19px
	}
	.footer .footer-social-list li a {
		margin-left: 12px
	}
	#post-slider1 .owl-nav {
		left: 90px
	}
	.accordion-post-style .card .card-header a .post-title {
		font-size: 17px
	}
	.blog-post-slider-item .ts-post-thumb {
		margin-left: -230px
	}
	.blog-post-slider-item .ts-grid-box {
		padding: 90px 208px 90px 30px
	}
	.posts-ad img {
		max-width: 100%
	}
	.ts-tranding-post .slider-indicators .post-content .post-count {
		width: 48px;
		height: 48px;
		padding: 0 12px
	}
	.footer-social li {
		margin-bottom: 12px;
		margin-right: 20px
	}
	.footer-social li a {
		font-size: 11px
	}
	.widget-banner {
		text-align: center
	}
	.vinkmag-single ul li {
		margin-bottom: 14px;
		font-size: 14px
	}
	#featured-slider-4 .owl-nav {
		bottom: 100px
	}
	.post-title.ex-lg {
		font-size: 36px
	}
	.post-title.lg {
		font-size: 30px
	}
	.category-box-item-3 .item.grid-md {
		margin-bottom: 30px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.container {
		max-width: 100%
	}
	.pl-1 {
		padding-left: 15px!important
	}
	.p-1 {
		padding: 0 15px!important
	}
	.pr-1,
	.pr-10 {
		padding-right: 15px!important
	}
	.pr-0 {
		padding-right: 15px!important
	}
	.p-0 {
		padding: 0 15px!important
	}
	.pl-0 {
		padding-left: 15px!important
	}
	.navbar-container .navbar .nav-item a {
		font-size: 13px;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.grid-item.grid-sm .ts-overlay-style .post-title {
		font-size: 20px;
		line-height: 26px
	}
	.top-social {
		text-align: center;
		padding-left: 0
	}
	.md-center-item {
		text-align: center
	}
	.posts-ad {
		text-align: center
	}
	.posts-ad img {
		max-width: 100%
	}
	.header-standerd .nav-toggle:before,
	.header-box-right .nav-toggle:before {
		background-color: #fff;
		-webkit-box-shadow: 0 .5em 0 0 #ffffff, 0 1em 0 0 #fff;
		box-shadow: 0 .5em 0 0 #ffffff, 0 1em 0 0 #fff
	}
	.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar {
		padding-right: 0
	}
	.header-standerd .nav-menu>li>a {
		color: #232232
	}
	.nav-icon-item .nav-menu li a i {
		text-align: left!important
	}
	.navbar-container .navbar .nav-item .dropdown-menu li.dropdown>a:before {
		content: '\f0d7'
	}
	.ts-breaking-news .breaking-news-content .owl-nav {
		right: 0;
		top: 2px
	}
	.logo {
		display: none
	}
	.mobile-logo {
		display: block
	}
	.header-nav-item {
		padding-left: 15px
	}
	.ts-overlay-style.ts-featured .item {
		min-height: 400px
	}
	.ts-overlay-style.ts-featured .item .post-content {
		padding: 17px
	}
	.post-title.lg {
		font-size: 30px
	}
	.ts-newslatter-content {
		margin-bottom: 30px
	}
	.footer-logo {
		margin-bottom: 20px
	}
	.footer-social li {
		margin-right: 25px
	}
	#breaking_slider .owl-nav {
		right: 0
	}
	.nav-menu .megamenu-panel {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 15px
	}
	.megamenu-panel .item {
		margin-bottom: 15px
	}
	.post-layout-2 .single-big-img .entry-header {
		padding: 12px 27px
	}
	.ts-grid-item .item {
		margin-bottom: 20px
	}
	.ts-grid-item .ts-grid-content.ts-list-post-box .item {
		margin-bottom: 0
	}
	.nav-icon-item .navigation {
		height: 70px
	}
	.nav-icon-item .nav-menu li a i {
		text-align: left
	}
	.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
		text-align: left;
		padding: 25px 45px!important
	}
	.ts-pagination-1 {
		margin-bottom: 30px
	}
	.navigation-portrait .submenu-indicator {
		height: auto;
		top: 11px
	}
	.header-transparent .navigation-portrait .nav-menus-wrapper {
		background: #000032
	}
	.header-transparent .navigation-portrait .submenu-indicator {
		top: 27px
	}
	.post-title.ex-lg {
		font-size: 30px
	}
	.ts-grid-features-box {
		padding: 60px 40px 50px
	}
	.left-sidebar {
		margin-bottom: 30px
	}
	.ts-footer.ts-footer-3 .footer-social-list li a {
		margin-left: 25px
	}
	.footer-widget {
		margin-bottom: 40px
	}
	.header-box-right .navigation:before {
		display: none
	}
	.header-box-right .nav-menu>li.active {
		background: #232323;
		color: #fff
	}
	.header-box-right .nav-menu>li>a {
		height: 60px
	}
	.header-box-right .nav-menu>li>a:before {
		display: none
	}
	.breakink-news-section #breaking_slider .owl-nav {
		top: -32px
	}
	.breakink-news-section #breaking_slider .owl-nav .owl-prev,
	.breakink-news-section #breaking_slider .owl-nav .owl-next {
		height: 26px
	}
	.ts-footer-5 .footer-logo {
		text-align: left
	}
	.ts-footer-5 .footer-social-list {
		text-align: left!important
	}
	.ts-footer-5 .footer-widget.newsletter-widgets {
		padding-left: 30px
	}
	.footer-menu ul li a {
		margin: 0 10px
	}
	.footer .copyright-text {
		margin-bottom: 20px;
		text-align: center
	}
	.navbar-standerd .navigation-portrait .nav-brand {
		line-height: 70px
	}
	.navbar-standerd .nav-menu>li>a {
		height: 60px
	}
	.header-box-transprent {
		top: 80px
	}
	.header-box-transprent .ts-main-menu .nav-menu>li>a {
		color: #232323
	}
	.footer-top .footer-menu.xs-center {
		text-align: center!important
	}
	.footer-top .footer-logo {
		margin: 20px 0 30px
	}
	.footer-bottom .footer-social-list {
		margin: 20px 0
	}
	.footer-bottom .copy-right-text.xs-center {
		text-align: center!important
	}
	.p-10 {
		padding: 0 15px
	}
	.header-transprent {
		top: 25px
	}
	.header-transprent .nav-menu>li>a:hover {
		color: #232232
	}
	.header-transprent .nav-menu>li>a .submenu-indicator {
		margin-top: 14px
	}
	.header-transprent .nav-menu>li:first-child>a {
		padding-left: 15px
	}
	.header-transprent .nav-toggle:before {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
	}
	.header-transprent .mobile_hidden {
		display: none
	}
	.header-transprent .nav-menu-centered .header-search {
		display: none
	}
	.header-box-transprent .ts-main-menu .nav-menu>li:first-child a {
		padding-left: 20px
	}
	.featured-area .item {
		height: 600px
	}
	#post-slider1 .owl-nav {
		left: 0
	}
	.post-overflow-style .post-content-item {
		padding: 70px 20px 20px 40px;
		margin-left: 0
	}
	.post-overflow-style .ts-post-thumb {
		margin-right: 0;
		margin-bottom: 0
	}
	.block-wrapper-1.p-50 {
		padding: 30px 0;
		margin: 0
	}
	.grid-style-2 .ts-overlay-style .item {
		min-height: 350px
	}
	.accordion-post-style {
		margin-bottom: 30px
	}
	.col-lg-3.pl-0 .accordion-post-style {
		margin-bottom: 0
	}
	.watching-section .item {
		margin-bottom: 20px
	}
	section.block-wrapper.block-wrapper-1.p-50.mb-40,
	section.block-wrapper.block-wrapper-1.p-50.mt-50 {
		padding-bottom: 0
	}
	section.block-wrapper.block-wrapper-1.p-100 {
		padding: 30px 0
	}
	.ts-overlay-style .overlay-post-content {
		width: 100%
	}
	.blog-post-slider-item .ts-post-thumb {
		margin-left: -230px
	}
	.blog-post-slider-item .ts-grid-box {
		padding: 90px 208px 90px 30px
	}
	.post-col-list-item .older-post-btn {
		margin-bottom: 40px
	}
	.navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
		background: #232323
	}
	.navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu>li {
		border-top: solid 1px #444
	}
	.category-box-item-3 .row .col-lg-6 .item {
		margin-bottom: 20px
	}
	.category-item .item {
		margin-bottom: 20px
	}
	section.block-wrapper.mb-45 {
		margin-bottom: 30px
	}
	.post-list-box.ts-list-post-box.ts-grid-content {
		margin-bottom: 20px
	}
	.row.post-col-list-item .col-lg-6.mb-30 {
		margin-bottom: 0!important
	}
	#more-news-section {
		margin-bottom: 0!important
	}
	.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-content {
		padding-bottom: 20px
	}
	#featured-slider-4 .item {
		min-height: 350px
	}
	.plr-30 {
		padding: 0 15px
	}
	.instagramPhoto .p-0 {
		padding: 0!important
	}
	.md-center {
		text-align: center!important
	}
	.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
		max-height: inherit;
		width: 100%
	}
	.widget-banner,
	.banner-widget {
		text-align: center
	}
	.ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
		margin-bottom: 0
	}
	.ts-post-style-5.ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
		margin-bottom: 30px
	}
	.post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
		margin-bottom: 10px
	}
	.md-mb-30,
	.ts-pagination.text-center.mb-20 {
		margin-bottom: 30px
	}
	.widget-banner {
		text-align: center
	}
	.right-sidebar-1 .widgets .category-list {
		margin-bottom: 20px
	}
	.right-sidebar .ts-grid-box.vinkmag_latest_news_widget,
	.left-sidebar .ts-grid-box.vinkmag_latest_news_widget {
		padding: 30px
	}
	.sidebar {
		margin-top: 20px
	}
	.vinkmag-single.content-wrapper,
	.comments-form.ts-grid-box {
		padding: 30px 40px 40px
	}
	.vinkmag-single .post-media {
		margin: 0 -40px
	}
	.post-meta-info li {
		margin-right: 20px;
		margin-bottom: 12px
	}
	.category-layout-3 .ts-grid-box.entry-header {
		margin-bottom: 0
	}
	.category-layout-3 .col-lg-6.mb-30 {
		margin-bottom: 0!important
	}
	.ts-tranding-post .slider-indicators.carousel-indicators>li:before,
	.ts-tranding-post .slider-indicators.carousel-indicators>li:after {
		display: none
	}
	.widgets-populer-post .ts-overlay-style .post-title {
		font-size: 20px
	}
	.widgets-populer-post .post-content.media .media-body {
		align-self: center
	}
	.category-box-item-3 .col-lg-6 .item {
		margin-bottom: 30px
	}
	.ts-grid-box.category-item {
		padding-bottom: 20px
	}
	.ts-grid-box.category-box-item-3 {
		padding-bottom: 0
	}
	#more-news-section {
		padding-top: 0
	}
	.hot-topics-slider .heighlight .post-content {
		padding-bottom: 10px
	}
	.watch-post .post-video {
		margin-bottom: 0
	}
	.vinkmag-single ul li {
		margin-bottom: 14px;
		font-size: 14px
	}
	.ts-footer-5 .footer-widget.border-right:after {
		display: none
	}
	.post-video {
		margin-bottom: 30px
	}
	.tabs-item .tab-content.featured-post {
		margin-bottom: 25px
	}
	.archive .category-layout-1 .mb-30 {
		margin-bottom: 30px!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:after {
		display: none
	}
	.widgets-newsletter-form.yikes-easy-mc-form .EMAIL-label {
		flex: 0 0 55%
	}
	.right-sidebar .widget_media_image {
		display: none
	}
	.post-featured-image img {
		width: 100%
	}
	.navbar-container.navbar-style2 .menu-toggler,
	.nav-bg-white .navbar-style5 .menu-toggler,
	.header-bg-white .navbar-style5 .menu-toggler,
	.navbar-container.navbar-style1 .menu-toggler {
		margin: 10px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-container,
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style2 .ekit-menu-container,
	.navbar-container.navbar-style2 .ekit-megamenu-holder,
	.navbar-container.navbar-style3 .ekit-menu-container,
	.navbar-container.navbar-style3 .ekit-megamenu-holder,
	.nav-bg-white .navbar-style5 .ekit-menu-container,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-container,
	.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder,
	.header-bg-white .navbar-style5 .ekit-menu-container,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style1 .ekit-menu-container,
	.navbar-container.navbar-style1 .ekit-megamenu-holder {
		background: #000
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a {
		padding: 12px 20px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:after,
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a:before,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a:after,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a:before,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a:after,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a:before {
		display: none
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style2 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style3 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.nav-bg-white .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.header-bg-white .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style1 .ekit-menu-simple .ekit-has-submenu>li>a:focus {
		background: transparent!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .menu-close,
	.navbar-container.navbar-style2 .menu-close,
	.navbar-container.navbar-style3 .menu-close,
	.nav-bg-white .navbar-style5 .menu-close,
	.navbar-container.navbar-style3.navbar-dark .menu-close,
	.header-bg-white .navbar-style5 .menu-close,
	.navbar-container.navbar-style1 .menu-close {
		color: #fff
	}
	.navbar-standerd.navbar-darks .navbar-style5 .post--tab,
	.navbar-container.navbar-style2 .post--tab,
	.navbar-container.navbar-style3 .post--tab,
	.nav-bg-white .navbar-style5 .post--tab,
	.navbar-container.navbar-style3.navbar-dark .post--tab,
	.header-bg-white .navbar-style5 .post--tab,
	.navbar-container.navbar-style1 .post--tab {
		display: block!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style2 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style3 .tab__post__single--item.ekit___column-4,
	.nav-bg-white .navbar-style5 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style3.navbar-dark .tab__post__single--item.ekit___column-4,
	.header-bg-white .navbar-style5 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style1 .tab__post__single--item.ekit___column-4 {
		width: 100%!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style2 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style3 .tabItem .tab__post__single--item,
	.nav-bg-white .navbar-style5 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style3.navbar-dark .tabItem .tab__post__single--item,
	.header-bg-white .navbar-style5 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style1 .tabItem .tab__post__single--item {
		width: 100%
	}
	.navbar-standerd.navbar-darks .navbar-style5 ul.ekit-has-submenu,
	.navbar-container.navbar-style2 ul.ekit-has-submenu,
	.navbar-container.navbar-style3 ul.ekit-has-submenu,
	.nav-bg-white .navbar-style5 ul.ekit-has-submenu,
	.navbar-container.navbar-style3.navbar-dark ul.ekit-has-submenu,
	.header-bg-white .navbar-style5 ul.ekit-has-submenu,
	.navbar-container.navbar-style1 ul.ekit-has-submenu {
		padding-left: 15px
	}
	.navbar-container.navbar-style3 .ekit-menu-container,
	.navbar-container.navbar-style3 .ekit-megamenu-holder,
	.nav-bg-white .navbar-style5 .ekit-menu-container,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder,
	.header-bg-white .navbar-style5 .ekit-menu-container,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style1 .ekit-menu-container,
	.navbar-container.navbar-style1 .ekit-megamenu-holder {
		background: #fff
	}
	.navbar-container.navbar-style3 .ekit-menu-container .ekit-menu-simple,
	.navbar-container.navbar-style3 .ekit-megamenu-holder .ekit-menu-simple,
	.nav-bg-white .navbar-style5 .ekit-menu-container .ekit-menu-simple,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder .ekit-menu-simple,
	.header-bg-white .navbar-style5 .ekit-menu-container .ekit-menu-simple,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder .ekit-menu-simple,
	.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu-simple,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu-simple {
		text-align: left;
		float: left;
		width: 100%
	}
	.navbar-container.navbar-style3 .ekit-menu-container .menu-close,
	.navbar-container.navbar-style3 .ekit-megamenu-holder .menu-close,
	.nav-bg-white .navbar-style5 .ekit-menu-container .menu-close,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder .menu-close,
	.header-bg-white .navbar-style5 .ekit-menu-container .menu-close,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder .menu-close,
	.navbar-container.navbar-style1 .ekit-menu-container .menu-close,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .menu-close {
		color: #7b7272
	}
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu-simple>li>a {
		padding: 10px 20px
	}
	.menu-transparent .ekit-menu-container,
	.menu-transparent .ekit-megamenu-holder {
		background: #232323!important
	}
	.navbar-container .navbar .nav-item .dropdown-menu {
		opacity: 1;
		visibility: visible;
		box-shadow: none
	}
	.navbar-container .navbar li {
		clear: both
	}
	.navbar-container .navbar li .dropdown-toggle::after {
		float: right;
		margin-top: 10px
	}
	.features-mega-menu .elementor-column {
		width: 100%
	}
}

@media (max-width:767px) {
	.container {
		max-width: 100%!important
	}
	.xs-none {
		display: none
	}
	.pl-1 {
		padding-left: 15px!important
	}
	.p-1 {
		padding: 0 15px!important
	}
	.pr-1 {
		padding-right: 15px!important
	}
	.pr-0 {
		padding-right: 15px!important
	}
	.p-0 {
		padding: 0 15px!important
	}
	.pl-0 {
		padding-left: 15px!important
	}
	.xs-center {
		text-align: center!important
	}
	.instagramPhoto .p-0 {
		padding: 0!important
	}
	.xs-left {
		text-align: left!important
	}
	.top-bar .ts-temperature {
		text-align: center;
		border-right: none;
		display: block;
		padding-right: 0
	}
	.top-bar .ts-temperature:before {
		display: none
	}
	.top-bar .top-social {
		text-align: center;
		padding-left: 0
	}
	.top-bar .ts-top-nav {
		display: block;
		text-align: center;
		padding-left: 0;
		margin-bottom: 20px
	}
	.top-bar .ts-top-nav li a {
		line-height: 20px
	}
	.top-bar.v3 .ts-date {
		display: block;
		padding-right: 0;
		text-align: center
	}
	.logo {
		display: none
	}
	.mobile-logo {
		display: block
	}
	.header-nav-item {
		padding-left: 15px
	}
	.navbar-style1 .xs-navbar,
	.nav-bar4 .xs-navbar {
		margin-right: 0!important;
		padding-right: 0!important
	}
	.navbar-style1 .xs-navbar .navbar .nav-item a,
	.nav-bar4 .xs-navbar .navbar .nav-item a {
		font-size: 12px
	}
	.navbar-style1 .navbar-container.navbar-style3 .nav-item a,
	.nav-bar4 .navbar-container.navbar-style3 .nav-item a {
		padding: 10px 18px
	}
	.navbar-style1 .right-menu,
	.nav-bar4 .right-menu {
		display: none
	}
	.navbar-container .navbar {
		padding-right: 0!important
	}
	.navbar-container .navbar .nav-item a {
		padding: 8px 18px;
		font-size: 12px
	}
	.navbar-container .navbar .nav-item .dropdown-menu {
		box-shadow: none;
		transition: 0s
	}
	.navbar-container .navbar .nav-item .dropdown-menu li.dropdown>a:before {
		content: '\f0d7'
	}
	#breaking_slider {
		width: 100%
	}
	#breaking_slider .owl-nav {
		position: absolute;
		right: 0;
		top: -27px
	}
	.header-middle.v2 {
		display: none
	}
	.ts-overlay-style.ts-featured .item {
		min-height: 440px
	}
	.post-title.lg {
		font-size: 24px;
		line-height: 28px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar {
		padding-right: 0
	}
	.ts-overlay-style.ts-featured .item .post-content {
		padding: 17px
	}
	.ts-featured,
	.posts-ad,
	.ts-overlay-style,
	.ts-grid-box:last-of-type,
	.ts-newslatter-content {
		margin-bottom: 30px
	}
	.ts-featured-post.slider-grid-style3 {
		margin-bottom: 0
	}
	.watch-now-featured .item .ts-video-btn {
		top: 40px
	}
	.ts-tranding-post .slider-indicators.carousel-indicators>li {
		width: 100%
	}
	.vinkmag-more-post .ts-overlay-style {
		margin-bottom: 0
	}
	.ts-grid-box {
		padding: 30px 15px
	}
	.ts-grid-box .block-title-style1 {
		margin-left: 15px
	}
	.widgets-populer-post {
		padding-bottom: 30px
	}
	.widgets-populer-post .ts-overlay-style {
		margin-bottom: 20px
	}
	.ts-tranding-post .carousel-inner .ts-post-thumb img {
		min-height: 260px
	}
	.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-content {
		padding: 24px 20px 15px
	}
	.watch-post .post-video {
		margin-bottom: 0
	}
	.watch-post .ts-overlay-style .post-meta-info {
		display: none
	}
	.vinkmag-trending-1 .item .ts-overlay-style,
	.vinazine-trending-1 .item .ts-overlay-style {
		margin-bottom: 0
	}
	.vinkmag-trending-1 .item .ts-overlay-style .ts-post-thumb img,
	.vinazine-trending-1 .item .ts-overlay-style .ts-post-thumb img {
		min-height: 200px
	}
	.vinkmag-trending-1 .item .ts-overlay-style .post-meta-info,
	.vinazine-trending-1 .item .ts-overlay-style .post-meta-info {
		display: none
	}
	.vinkmag-trending-1 .grid-md .overlay-post-content .post-content,
	.vinazine-trending-1 .grid-md .overlay-post-content .post-content {
		padding: 24px 15px 20px
	}
	.right-sidebar .widget-title,
	.left-sidebar .widget-title {
		margin-left: 15px
	}
	.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled,
	.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled {
		margin: 0
	}
	.footer-social li {
		margin-right: 20px;
		margin-top: 15px
	}
	.footer-logo {
		margin-bottom: 20px
	}
	.newsletter-form .media {
		display: block
	}
	.ts-newslatter .newsletter-form .ts-submit-btn {
		margin-left: 38px;
		margin-top: 20px
	}
	.ts-footer .footer-menu ul li a {
		margin: 0 8px
	}
	.vinkmag-single.ts-grid-box,
	.comments-form.ts-grid-box {
		padding: 30px 15px 30px
	}
	.post-meta-info li {
		margin-right: 10px;
		margin-bottom: 10px
	}
	.vinkmag-single .post-media {
		margin: 0
	}
	blockquote {
		font-size: 17px;
		line-height: 35px;
		padding: 0 0 0 18px;
		margin: 50px 0
	}
	blockquote cite {
		display: none
	}
	p img.float-left {
		margin-right: 0;
		width: 100%
	}
	.author-box img {
		width: 60px;
		height: 60px
	}
	.author-box .authors-social {
		float: none;
		display: block;
		width: 100%;
		clear: both
	}
	.author-box .authors-social a {
		margin-left: 16px
	}
	.post-navigation .post-previous,
	.post-navigation .post-next {
		width: 100%
	}
	.post-navigation .post-previous {
		margin-bottom: 20px;
		border-right: none
	}
	.post-layout-2 .single-big-img .entry-header {
		padding: 12px 27px
	}
	.breadcrumb li {
		position: relative;
		font-size: 11px!important;
		padding: 7px 7px 7px 17px
	}
	.breadcrumb li:before {
		background: none;
		right: -8px;
		top: 8px;
		content: '/';
		width: auto;
		height: 100%;
		color: #999
	}
	.breadcrumb li a {
		font-size: 11px!important
	}
	.comments-list {
		padding: 40px 0 0
	}
	.comments-list img.comment-avatar {
		width: 45px;
		height: 45px
	}
	.comments-list ul.children img.comment-avatar {
		width: 40px;
		height: 40px
	}
	.comments-list .comment-body {
		margin-left: 0;
		padding-bottom: 0;
		margin-bottom: 20px
	}
	.comments-list li .children {
		padding-left: 15px
	}
	.ts-category-list {
		margin-bottom: 30px;
		margin-top: 10px
	}
	.ts-category-list li a {
		padding: 2px 9px
	}
	.top-bar.top-bg .ts-date {
		text-align: center
	}
	.top-bar.top-bg .top-nav {
		text-align: center
	}
	.top-bar.top-bg .top-nav li a {
		margin-left: 20px
	}
	.ts-post-style-2 .ts-overlay-style .ts-post-thumb img {
		min-height: 250px
	}
	.ts-grid-item .item {
		margin-bottom: 20px
	}
	.ts-grid-item .ts-grid-content.ts-list-post-box .item {
		margin-bottom: 0
	}
	.nav-icon-item .navigation {
		height: 70px
	}
	.nav-icon-item .nav-menu li a i {
		text-align: left!important
	}
	.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
		text-align: left;
		padding: 25px 45px!important
	}
	#featured-slider-3 {
		margin-bottom: 0
	}
	.featured-content-box .post-content {
		padding: 15px;
		margin: -40px 15px 0
	}
	.item.post-content-box {
		margin-bottom: 15px
	}
	.ts-pagination-1 {
		margin-bottom: 30px
	}
	.ts-footer-2 .copyright-text {
		text-align: center;
		margin-bottom: 15px
	}
	.footer-social-list.text-right {
		text-align: center!important
	}
	.navigation-portrait .submenu-indicator {
		height: auto;
		top: 11px
	}
	.header-transparent .navigation-portrait .nav-menus-wrapper {
		background: #000032
	}
	.header-transparent .navigation-portrait .submenu-indicator {
		top: 27px
	}
	.post-title.ex-lg {
		font-size: 30px
	}
	#featured-slider-4 .ts-post-thumb img {
		min-height: inherit
	}
	.ts-grid-features-box {
		padding: 45px 29px 23px
	}
	.left-sidebar {
		margin-bottom: 30px
	}
	.ts-footer.ts-footer-3 .footer-logo {
		padding: 34px 0 15px
	}
	.ts-footer.ts-footer-3 .footer-menu li a:after {
		display: none
	}
	.ts-footer.ts-footer-3 .footer-social-list li a {
		margin-left: 30px
	}
	.ts-footer.ts-footer-3 .copyright-text {
		text-align: center!important
	}
	.currency-list-item {
		margin-top: 20px
	}
	.footer-widget {
		margin-bottom: 40px
	}
	.ts-footer [class*="col-"]:last-of-type .footer-widget {
		margin-bottom: 0
	}
	.ts-footer-4 .footer-logo {
		text-align: center
	}
	.ts-footer-4 .footer-social-list {
		text-align: center!important
	}
	.copyright-section .footer-menu,
	.copyright-section .copyright-text {
		text-align: center!important;
		margin: 10px 0
	}
	.header-box-right .navigation {
		height: 65px
	}
	.header-box-right .header-logo {
		text-align: center;
		padding: 10px 0
	}
	.header-box-right .ts-date {
		text-align: center
	}
	.header-box-right .navigation:before {
		display: none
	}
	.header-box-right .ts-top-nav {
		text-align: center!important
	}
	.header-box-right .nav-menu>li.active {
		background: #232323;
		color: #fff
	}
	.header-box-right .nav-menu>li>a {
		height: 60px
	}
	.header-box-right .nav-menu>li>a:before {
		display: none
	}
	.header-box-right .nav-toggle:before {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
	}
	.breakink-news-section #breaking_slider .owl-nav {
		top: -32px
	}
	.breakink-news-section #breaking_slider .owl-nav .owl-prev,
	.breakink-news-section #breaking_slider .owl-nav .owl-next {
		height: 26px
	}
	.ts-footer-5 .footer-logo {
		text-align: left
	}
	.ts-footer-5 .footer-social-list {
		text-align: left!important
	}
	.ts-footer-5 .footer-widget.newsletter-widgets {
		padding-left: 0
	}
	.category-post-style1 .item {
		margin-bottom: 20px
	}
	.header-middle {
		padding: 10px 0
	}
	.header-middle .header-logo {
		margin-bottom: 15px
	}
	.header-middle .banner-img {
		display: none
	}
	.header-standerd .nav-menu>li>a {
		color: #232323
	}
	.header-standerd .nav-toggle:before {
		background-color: #fff;
		box-shadow: 0 .5em 0 0 #ffffff, 0 1em 0 0 #fff
	}
	.header-standerd .nav-menu>li.active>a {
		color: #fff
	}
	.xs-left {
		text-align: left!important
	}
	.navbar-standerd .navigation-portrait .nav-brand {
		line-height: 70px
	}
	.navbar-standerd .nav-menu>li>a {
		height: 60px
	}
	.navbar-standerd.nav-item .nav-menu>li>a {
		line-height: 35px
	}
	.ts-post-style-2 .ts-overlay-style .item {
		min-height: 360px
	}
	.header-middle.v4 {
		padding: 13px 0
	}
	.megamenu-panel .item {
		margin-bottom: 15px
	}
	.tabs-item .featured-post .ts-overlay-style .post-title {
		font-size: 20px;
		line-height: 26px
	}
	.error-page {
		padding: 50px 15px
	}
	.error-page .error-code h2 {
		font-size: 130px;
		line-height: 130px
	}
	.error-page .error-message h3 {
		font-size: 25px
	}
	.error-page .error-body h4 {
		font-size: 14px
	}
	.nav-menu .megamenu-panel {
		box-shadow: none;
		padding: 0 15px
	}
	.ad-widget,
	.posts-ad {
		text-align: center
	}
	.ts-grid-box.most-populer-item,
	.ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
		margin-bottom: 0
	}
	.most-populer-item {
		padding-bottom: 10px
	}
	.hot-topics-slider .item .heighlight .post-content {
		padding-bottom: 10px
	}
	#more-news-section {
		padding-top: 0
	}
	.ts-breaking-news .breaking-news-content {
		width: 100%
	}
	.ts-breaking-news .breaking-news-content p {
		line-height: 16px
	}
	.ts-breaking-news .breaking-news-content p a {
		line-height: 16px
	}
	.category-box-item-3 .item,
	.category-item .item {
		margin-bottom: 20px
	}
	.category-box-item-3 {
		padding-bottom: 0
	}
	.video-slider .post-video img {
		min-height: 360px
	}
	.video-slider .post-video .post-video-content {
		padding: 15px
	}
	.post-video {
		margin-bottom: 30px
	}
	.ts-grid-box.ts-category-title {
		padding: 18px 30px
	}
	.category-list-item .widget-title:before {
		left: -15px
	}
	.mr--20 {
		margin-right: 0
	}
	.ts-pagination.text-center.mt-15 {
		margin-bottom: 30px
	}
	.nav-menu-item.nav-icon-item .navigation {
		height: 70px
	}
	.top-bar.transparent #breaking_slider .owl-nav {
		top: -28px;
		right: 0
	}
	.breaking-sliders-item {
		display: block
	}
	.header-box-transprent {
		top: 100px
	}
	.header-box-transprent .ts-main-menu .nav-menu>li>a {
		color: #232323
	}
	.hero-content h2 {
		font-size: 30px
	}
	.slider-dot-item {
		left: 0;
		padding-left: 84px
	}
	.tab-menu-item {
		margin-bottom: 20px
	}
	.tab-menu-item li a {
		padding: 0 8px
	}
	.video-item {
		height: 300px
	}
	.footer-top .footer-menu ul li a {
		margin: 0 13px
	}
	.footer-top .footer-logo {
		margin-top: 20px;
		margin-bottom: 30px
	}
	.footer-bottom .footer-social-list {
		margin: 20px 0
	}
	.footer-bottom .footer-social-list li a {
		margin: 0 17px
	}
	.p-10 {
		padding: 0 15px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu>li:after {
		display: none
	}
	.header-transprent {
		top: 25px
	}
	.header-transprent .nav-menu>li>a:hover {
		color: #232232
	}
	.header-transprent .nav-menu>li>a .submenu-indicator {
		margin-top: 14px
	}
	.header-transprent .nav-menu>li:first-child>a {
		padding-left: 15px
	}
	.header-transprent .nav-toggle:before {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
	}
	.header-transprent .mobile_hidden {
		display: none
	}
	.header-transprent .nav-menu-centered .header-search {
		display: none
	}
	.header-box-transprent .ts-main-menu .nav-menu>li:first-child a {
		padding-left: 20px
	}
	.featured-area .item {
		height: 600px
	}
	.featured-area .item .hero-content h2 {
		font-size: 30px
	}
	.featured-area .item .hero-content .featurd-video-icon {
		font-size: 58px
	}
	#post-slider1 .owl-nav {
		left: 0
	}
	.post-overflow-style .post-content-item {
		padding: 70px 20px 20px 40px;
		margin-left: 0
	}
	.block-wrapper-1.p-50 {
		padding: 30px 0;
		margin: 0
	}
	.grid-style-2 .ts-overlay-style .item {
		min-height: 350px
	}
	.accordion-post-style {
		margin-bottom: 30px
	}
	.col-lg-3.pl-0 .accordion-post-style {
		margin-bottom: 0
	}
	.watching-section .item {
		margin-bottom: 20px
	}
	.footer .copyright-text {
		margin-bottom: 20px;
		text-align: center
	}
	section.block-wrapper.block-wrapper-1.p-50.mb-40,
	section.block-wrapper.block-wrapper-1.p-50.mt-50 {
		padding-bottom: 0
	}
	section.block-wrapper.block-wrapper-1.p-100 {
		padding: 30px 0
	}
	.navbar-standerd .top-social {
		padding-left: 10px
	}
	.navbar-standerd .top-social li {
		margin-right: 0
	}
	.block-wrapper.p-60 {
		padding: 40px 0
	}
	.blog-post-slider-item .ts-grid-box {
		padding: 34px 20px 50px 30px;
		margin-bottom: 0
	}
	.blog-post-slider-item .ts-post-thumb {
		margin: 0
	}
	.blog-post-slider-item.mb-60 {
		margin-bottom: 30px
	}
	.post-col-list-item .older-post-btn {
		margin-bottom: 40px
	}
	.post-col-list-item [class*="col-"]:last-of-type {
		margin-bottom: 0
	}
	.instagramPhoto .col-md.p-0 {
		margin-right: 0
	}
	.category-widget .widget-title:before {
		left: -15px
	}
	.ts-grid-box.widgets.tag-list .widget-title:before {
		left: -15px
	}
	.logo-area {
		padding: 30px 15px
	}
	.post-layout-7 .single-big-img .entry-header-item {
		padding-top: 245px
	}
	.social-widget .widget-title:before {
		left: -15px
	}
	.entry-cat-header .ts-title {
		margin-bottom: 20px
	}
	.category-layout-3 .col-lg-9 .row .col-lg-6.mb-30 {
		margin-bottom: 0!important
	}
	.post-col-list-item .col-lg-6.mb-30 {
		margin-bottom: 0!important
	}
	.ts-post-style-3 .col-lg-4.p-1:last-of-type .ts-overlay-style {
		margin-bottom: 0
	}
	.ts-col-list-post .col-lg-4.col-md-6.mb-30 {
		margin-bottom: 0!important
	}
	.navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
		background: #232323
	}
	.navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu>li {
		border-top: solid 1px #444
	}
	.widget-banner {
		text-align: center
	}
	.uk-width-3-4 {
		width: 100%
	}
	.col-lg-3.pr-10 .ts-post-overlay-style-1 {
		margin-bottom: 30px
	}
	.post-list-box.ts-list-post-box.ts-grid-content {
		margin-bottom: 20px
	}
	.post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
		margin-bottom: 10px
	}
	.slider-grid-style2 {
		margin-bottom: 0
	}
	.slider-grid-style2 .overlay-post-content .post-content {
		padding: 0 20px
	}
	.block-wrapper.ts-post-style-4 {
		padding-bottom: 0
	}
	#most-pupuler {
		margin-bottom: 30px
	}
	.ts-overlay-item.ts-grid-style-2 [class*='col-']:last-of-type .ts-overlay-style {
		margin-bottom: 0
	}
	.ts-grid-item.ts-overlay-item [class*='col-']:last-of-type .ts-overlay-style {
		margin-bottom: 0
	}
	.featured-tab-item .featured-tab-post>li {
		border-right: none;
		border-bottom: 1px solid #ddd
	}
	.block-wrapper.category-layout-1 [class*='col-']:last-of-type .ts-overlay-style,
	.block-wrapper.category-layout-2 [class*='col-']:last-of-type .ts-overlay-style,
	.block-wrapper.category-layout-3 [class*='col-']:last-of-type .ts-overlay-style,
	.block-wrapper.category-layout-5 [class*='col-']:last-of-type .ts-overlay-style {
		margin-bottom: 0
	}
	.block-wrapper.category-layout-1 [class*='col-md'].mb-30,
	.block-wrapper.category-layout-2 [class*='col-md'].mb-30,
	.block-wrapper.category-layout-3 [class*='col-md'].mb-30,
	.block-wrapper.category-layout-5 [class*='col-md'].mb-30 {
		margin-bottom: 0!important
	}
	.category-layout-5 .ts-grid-box.entry-header {
		margin-bottom: 0
	}
	.featured-post.post-style-4 .ts-overlay-style {
		margin-bottom: 30px
	}
	.featured-post.post-style-4 [class*='col-']:last-of-type .ts-overlay-style {
		margin-bottom: 0
	}
	.ts-content-box-item .row.mb-30 {
		margin-bottom: 0!important
	}
	.ts-pagination.text-center.mb-20,
	.xs-mb-30,
	.ts-grid-style-3 .ts-overlay-style {
		margin-bottom: 30px
	}
	.plr-10 {
		padding: 0 15px
	}
	.ts-grid-style-3 .ts-overlay-style:last-of-type {
		margin-bottom: 0
	}
	.ts-tranding-post .slider-indicators.carousel-indicators>li:before,
	.ts-tranding-post .slider-indicators.carousel-indicators>li:after {
		display: none
	}
	.widget-banner {
		text-align: center
	}
	.ts-footer-5 .footer-widget.border-right:after {
		display: none
	}
	#featured-slider-4 .item {
		min-height: 365px
	}
	.ts-tab-style .tab-menu-item {
		margin-bottom: 0;
		margin-top: 20px
	}
	.yikes-easy-mc-form .EMAIL-label {
		flex: 0 0 55%
	}
	.ts-featured-post.slider-grid-style3 .ts-overlay-style {
		margin-bottom: 0
	}
	.ts-tranding-post .slider-indicators .item .post-title {
		height: 40px;
		overflow: hidden
	}
	.ts-tranding-post .slider-indicators .item .post-content {
		padding: 25px 12px 25px
	}
	.vinazine-more-post .ts-overlay-style {
		margin-bottom: 0
	}
	.single-post-wrapper .post-title.lg {
		line-height: 30px
	}
	.right-sidebar .widget_media_image {
		display: none
	}
	.navbar-container.navbar-style2 .menu-toggler,
	.nav-bg-white .navbar-style5 .menu-toggler,
	.header-bg-white .navbar-style5 .menu-toggler,
	.navbar-container.navbar-style1 .menu-toggler {
		margin: 10px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-container,
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style2 .ekit-menu-container,
	.navbar-container.navbar-style2 .ekit-megamenu-holder,
	.navbar-container.navbar-style3 .ekit-menu-container,
	.navbar-container.navbar-style3 .ekit-megamenu-holder,
	.nav-bg-white .navbar-style5 .ekit-menu-container,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder,
	.header-bg-white .navbar-style5 .ekit-menu-container,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-container,
	.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder,
	.navbar-container.navbar-style1 .ekit-menu-container,
	.navbar-container.navbar-style1 .ekit-megamenu-holder {
		background: #000
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a {
		padding: 12px 20px
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:after,
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style2 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style3 .ekit-menu-simple>li>a:before,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a:after,
	.nav-bg-white .navbar-style5 .ekit-menu-simple>li>a:before,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a:after,
	.header-bg-white .navbar-style5 .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple>li>a:before,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a:after,
	.navbar-container.navbar-style1 .ekit-menu-simple>li>a:before {
		display: none
	}
	.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style2 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style3 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.nav-bg-white .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.header-bg-white .navbar-style5 .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-simple .ekit-has-submenu>li>a:focus,
	.navbar-container.navbar-style1 .ekit-menu-simple .ekit-has-submenu>li>a:focus {
		background: transparent!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .menu-close,
	.navbar-container.navbar-style2 .menu-close,
	.navbar-container.navbar-style3 .menu-close,
	.nav-bg-white .navbar-style5 .menu-close,
	.header-bg-white .navbar-style5 .menu-close,
	.navbar-container.navbar-style3.navbar-dark .menu-close,
	.navbar-container.navbar-style1 .menu-close {
		color: #fff
	}
	.navbar-standerd.navbar-darks .navbar-style5 .post--tab,
	.navbar-container.navbar-style2 .post--tab,
	.navbar-container.navbar-style3 .post--tab,
	.nav-bg-white .navbar-style5 .post--tab,
	.header-bg-white .navbar-style5 .post--tab,
	.navbar-container.navbar-style3.navbar-dark .post--tab,
	.navbar-container.navbar-style1 .post--tab {
		display: block!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style2 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style3 .tab__post__single--item.ekit___column-4,
	.nav-bg-white .navbar-style5 .tab__post__single--item.ekit___column-4,
	.header-bg-white .navbar-style5 .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style3.navbar-dark .tab__post__single--item.ekit___column-4,
	.navbar-container.navbar-style1 .tab__post__single--item.ekit___column-4 {
		width: 100%!important
	}
	.navbar-standerd.navbar-darks .navbar-style5 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style2 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style3 .tabItem .tab__post__single--item,
	.nav-bg-white .navbar-style5 .tabItem .tab__post__single--item,
	.header-bg-white .navbar-style5 .tabItem .tab__post__single--item,
	.navbar-container.navbar-style3.navbar-dark .tabItem .tab__post__single--item,
	.navbar-container.navbar-style1 .tabItem .tab__post__single--item {
		width: 100%
	}
	.navbar-standerd.navbar-darks .navbar-style5 ul.ekit-has-submenu,
	.navbar-container.navbar-style2 ul.ekit-has-submenu,
	.navbar-container.navbar-style3 ul.ekit-has-submenu,
	.nav-bg-white .navbar-style5 ul.ekit-has-submenu,
	.header-bg-white .navbar-style5 ul.ekit-has-submenu,
	.navbar-container.navbar-style3.navbar-dark ul.ekit-has-submenu,
	.navbar-container.navbar-style1 ul.ekit-has-submenu {
		padding-left: 15px
	}
	.menu-bg-white .ekit-menu-container,
	.menu-bg-white .ekit-megamenu-holder {
		background: #000!important
	}
	.navbar-container.navbar-style3 .ekit-menu-container,
	.navbar-container.navbar-style3 .ekit-megamenu-holder,
	.nav-bg-white .navbar-style5 .ekit-menu-container,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder,
	.header-bg-white .navbar-style5 .ekit-menu-container,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder,
	.navbar-container.navbar-style1 .ekit-menu-container,
	.navbar-container.navbar-style1 .ekit-megamenu-holder {
		background: #fff
	}
	.navbar-container.navbar-style3 .ekit-menu-container .ekit-menu-simple,
	.navbar-container.navbar-style3 .ekit-megamenu-holder .ekit-menu-simple,
	.nav-bg-white .navbar-style5 .ekit-menu-container .ekit-menu-simple,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder .ekit-menu-simple,
	.header-bg-white .navbar-style5 .ekit-menu-container .ekit-menu-simple,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder .ekit-menu-simple,
	.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu-simple,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu-simple {
		text-align: left;
		float: left;
		width: 100%
	}
	.navbar-container.navbar-style3 .ekit-menu-container .menu-close,
	.navbar-container.navbar-style3 .ekit-megamenu-holder .menu-close,
	.nav-bg-white .navbar-style5 .ekit-menu-container .menu-close,
	.nav-bg-white .navbar-style5 .ekit-megamenu-holder .menu-close,
	.header-bg-white .navbar-style5 .ekit-menu-container .menu-close,
	.header-bg-white .navbar-style5 .ekit-megamenu-holder .menu-close,
	.navbar-container.navbar-style1 .ekit-menu-container .menu-close,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .menu-close {
		color: #7b7272
	}
	.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple>li>a,
	.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu-simple>li>a,
	.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu-simple>li>a {
		padding: 10px 20px
	}
	.menu-transparent .ekit-menu-container,
	.menu-transparent .ekit-megamenu-holder {
		background: #232323!important
	}
	.slider-grid-style4 .owl-nav .owl-next i,
	.slider-grid-style4 .owl-nav .owl-prev i {
		color: #fff
	}
	.navbar-container .navbar .nav-item .dropdown-menu {
		opacity: 1;
		visibility: visible
	}
	.navbar-container .navbar li {
		clear: both
	}
	.navbar-container .navbar li .dropdown-toggle::after {
		float: right;
		margin-top: 10px
	}
}

@media (min-width:500px) and (max-width:1024px) {
	.single-col-post .ts-grid-box.ts-col-box,
	.single-col-post .elementor-widget-container,
	.single-col-overlay .ts-grid-box.ts-col-box,
	.single-col-overlay .elementor-widget-container {
		clear: both;
		overflow: hidden
	}
	.single-col-post .elementor-widget-container,
	.single-col-overlay .elementor-widget-container {
		margin: 0 -15px
	}
	.single-col-post .item.grid-sm,
	.single-col-overlay .item.grid-sm {
		width: 50%;
		float: left;
		padding: 0 15px;
		margin-bottom: 0
	}
	.single-col-overlay .grid-sm {
		width: 50%;
		float: left;
		padding: 0 15px;
		margin-bottom: 0
	}
	.menu-bg-white .ekit-menu-container,
	.menu-bg-white .ekit-megamenu-holder {
		background: #000!important
	}
	.slider-grid-style4 .owl-nav .owl-next i,
	.slider-grid-style4 .owl-nav .owl-prev i {
		color: #fff
	}
	.slider-content-height .item.ts-grid-features-box {
		min-height: 300px!important
	}
}

.la,
.la-stack {
	display: inline-block
}

.la-fw,
.la-li {
	text-align: center
}

@font-face {
	font-family: LineAwesome;
	src: url(../fonts/line-awesome.eot?v=1.1.);
	src: url(../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(../fonts/line-awesome.woff2?v=1.1.) format("woff2"), url(../fonts/line-awesome.woff?v=1.1.) format("woff"), url(../fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: LineAwesome;
		src: url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg")
	}
}

.la {
	font: normal normal normal 16px/1 LineAwesome;
	font-size: inherit;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.la-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.la-2x {
	font-size: 2em
}

.la-3x {
	font-size: 3em
}

.la-4x {
	font-size: 4em
}

.la-5x {
	font-size: 5em
}

.la-fw {
	width: 1.28571429em
}

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

.la-ul>li {
	position: relative
}

.la-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

.la-li.la-lg {
	left: -1.85714286em
}

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

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.li.pull-left {
	margin-right: .3em
}

.li.pull-right {
	margin-left: .3em
}

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

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

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

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

.la-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
	filter: none
}

.la-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

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

.la-stack-1x {
	line-height: inherit
}

.la-stack-2x {
	font-size: 2em
}

.la-inverse {
	color: #fff
}

.la-500px:before {
	content: "\f100"
}

.la-adjust:before {
	content: "\f101"
}

.la-adn:before {
	content: "\f102"
}

.la-align-center:before {
	content: "\f103"
}

.la-align-justify:before {
	content: "\f104"
}

.la-align-left:before {
	content: "\f105"
}

.la-align-right:before {
	content: "\f106"
}

.la-amazon:before {
	content: "\f107"
}

.la-ambulance:before {
	content: "\f108"
}

.la-anchor:before {
	content: "\f109"
}

.la-android:before {
	content: "\f10a"
}

.la-angellist:before {
	content: "\f10b"
}

.la-angle-double-down:before {
	content: "\f10c"
}

.la-angle-double-left:before {
	content: "\f10d"
}

.la-angle-double-right:before {
	content: "\f10e"
}

.la-angle-double-up:before {
	content: "\f10f"
}

.la-angle-down:before {
	content: "\f110"
}

.la-angle-left:before {
	content: "\f111"
}

.la-angle-right:before {
	content: "\f112"
}

.la-angle-up:before {
	content: "\f113"
}

.la-apple:before {
	content: "\f114"
}

.la-archive:before {
	content: "\f115"
}

.la-area-chart:before {
	content: "\f116"
}

.la-arrow-circle-down:before {
	content: "\f117"
}

.la-arrow-circle-left:before {
	content: "\f118"
}

.la-arrow-circle-o-down:before {
	content: "\f119"
}

.la-arrow-circle-o-left:before {
	content: "\f11a"
}

.la-arrow-circle-o-right:before {
	content: "\f11b"
}

.la-arrow-circle-o-up:before {
	content: "\f11c"
}

.la-arrow-circle-right:before {
	content: "\f11d"
}

.la-arrow-circle-up:before {
	content: "\f11e"
}

.la-arrow-down:before {
	content: "\f11f"
}

.la-arrow-left:before {
	content: "\f120"
}

.la-arrow-right:before {
	content: "\f121"
}

.la-arrow-up:before {
	content: "\f122"
}

.la-arrows:before {
	content: "\f123"
}

.la-arrows-alt:before {
	content: "\f124"
}

.la-arrows-h:before {
	content: "\f125"
}

.la-arrows-v:before {
	content: "\f126"
}

.la-asterisk:before {
	content: "\f127"
}

.la-at:before {
	content: "\f128"
}

.la-automobile:before {
	content: "\f129"
}

.la-backward:before {
	content: "\f12a"
}

.la-balance-scale:before {
	content: "\f12b"
}

.la-ban:before {
	content: "\f12c"
}

.la-bank:before {
	content: "\f12d"
}

.la-bar-chart:before {
	content: "\f12e"
}

.la-bar-chart-o:before {
	content: "\f12f"
}

.la-barcode:before {
	content: "\f130"
}

.la-bars:before {
	content: "\f131"
}

.la-battery-0:before {
	content: "\f132"
}

.la-battery-1:before {
	content: "\f133"
}

.la-battery-2:before {
	content: "\f134"
}

.la-battery-3:before {
	content: "\f135"
}

.la-battery-4:before {
	content: "\f136"
}

.la-battery-empty:before {
	content: "\f137"
}

.la-battery-full:before {
	content: "\f138"
}

.la-battery-half:before {
	content: "\f139"
}

.la-battery-quarter:before {
	content: "\f13a"
}

.la-battery-three-quarters:before {
	content: "\f13b"
}

.la-bed:before {
	content: "\f13c"
}

.la-beer:before {
	content: "\f13d"
}

.la-behance:before {
	content: "\f13e"
}

.la-behance-square:before {
	content: "\f13f"
}

.la-bell:before {
	content: "\f140"
}

.la-bell-o:before {
	content: "\f141"
}

.la-bell-slash:before {
	content: "\f142"
}

.la-bell-slash-o:before {
	content: "\f143"
}

.la-bicycle:before {
	content: "\f144"
}

.la-binoculars:before {
	content: "\f145"
}

.la-birthday-cake:before {
	content: "\f146"
}

.la-bitbucket:before {
	content: "\f147"
}

.la-bitbucket-square:before {
	content: "\f148"
}

.la-bitcoin:before {
	content: "\f149"
}

.la-black-tie:before {
	content: "\f14a"
}

.la-bold:before {
	content: "\f14b"
}

.la-bolt:before {
	content: "\f14c"
}

.la-bomb:before {
	content: "\f14d"
}

.la-book:before {
	content: "\f14e"
}

.la-bookmark:before {
	content: "\f14f"
}

.la-bookmark-o:before {
	content: "\f150"
}

.la-briefcase:before {
	content: "\f151"
}

.la-btc:before {
	content: "\f152"
}

.la-bug:before {
	content: "\f153"
}

.la-building:before {
	content: "\f154"
}

.la-building-o:before {
	content: "\f155"
}

.la-bullhorn:before {
	content: "\f156"
}

.la-bullseye:before {
	content: "\f157"
}

.la-bus:before {
	content: "\f158"
}

.la-buysellads:before {
	content: "\f159"
}

.la-cab:before {
	content: "\f15a"
}

.la-calculator:before {
	content: "\f15b"
}

.la-calendar:before {
	content: "\f15c"
}

.la-calendar-check-o:before {
	content: "\f15d"
}

.la-calendar-minus-o:before {
	content: "\f15e"
}

.la-calendar-o:before {
	content: "\f15f"
}

.la-calendar-plus-o:before {
	content: "\f160"
}

.la-calendar-times-o:before {
	content: "\f161"
}

.la-camera:before {
	content: "\f162"
}

.la-camera-retro:before {
	content: "\f163"
}

.la-car:before {
	content: "\f164"
}

.la-caret-down:before {
	content: "\f165"
}

.la-caret-left:before {
	content: "\f166"
}

.la-caret-right:before {
	content: "\f167"
}

.la-caret-square-o-down:before,
.la-toggle-down:before {
	content: "\f168"
}

.la-caret-square-o-left:before,
.la-toggle-left:before {
	content: "\f169"
}

.la-caret-square-o-right:before,
.la-toggle-right:before {
	content: "\f16a"
}

.la-caret-square-o-up:before,
.la-toggle-up:before {
	content: "\f16b"
}

.la-caret-up:before {
	content: "\f16c"
}

.la-cart-arrow-down:before {
	content: "\f16d"
}

.la-cart-plus:before {
	content: "\f16e"
}

.la-cc:before {
	content: "\f16f"
}

.la-cc-amex:before {
	content: "\f170"
}

.la-cc-diners-club:before {
	content: "\f171"
}

.la-cc-discover:before {
	content: "\f172"
}

.la-cc-jcb:before {
	content: "\f173"
}

.la-cc-mastercard:before {
	content: "\f174"
}

.la-cc-paypal:before {
	content: "\f175"
}

.la-cc-stripe:before {
	content: "\f176"
}

.la-cc-visa:before {
	content: "\f177"
}

.la-certificate:before {
	content: "\f178"
}

.la-chain:before {
	content: "\f179"
}

.la-chain-broken:before {
	content: "\f17a"
}

.la-check:before {
	content: "\f17b"
}

.la-check-circle:before {
	content: "\f17c"
}

.la-check-circle-o:before {
	content: "\f17d"
}

.la-check-square:before {
	content: "\f17e"
}

.la-check-square-o:before {
	content: "\f17f"
}

.la-chevron-circle-down:before {
	content: "\f180"
}

.la-chevron-circle-left:before {
	content: "\f181"
}

.la-chevron-circle-right:before {
	content: "\f182"
}

.la-chevron-circle-up:before {
	content: "\f183"
}

.la-chevron-down:before {
	content: "\f184"
}

.la-chevron-left:before {
	content: "\f185"
}

.la-chevron-right:before {
	content: "\f186"
}

.la-chevron-up:before {
	content: "\f187"
}

.la-child:before {
	content: "\f188"
}

.la-chrome:before {
	content: "\f189"
}

.la-circle:before {
	content: "\f18a"
}

.la-circle-o:before {
	content: "\f18b"
}

.la-circle-o-notch:before {
	content: "\f18c"
}

.la-circle-thin:before {
	content: "\f18d"
}

.la-clipboard:before {
	content: "\f18e"
}

.la-clock-o:before {
	content: "\f18f"
}

.la-clone:before {
	content: "\f190"
}

.la-close:before {
	content: "\f191"
}

.la-cloud:before {
	content: "\f192"
}

.la-cloud-download:before {
	content: "\f193"
}

.la-cloud-upload:before {
	content: "\f194"
}

.la-cny:before {
	content: "\f195"
}

.la-code:before {
	content: "\f196"
}

.la-code-fork:before {
	content: "\f197"
}

.la-codepen:before {
	content: "\f198"
}

.la-coffee:before {
	content: "\f199"
}

.la-cog:before {
	content: "\f19a"
}

.la-cogs:before {
	content: "\f19b"
}

.la-columns:before {
	content: "\f19c"
}

.la-comment:before {
	content: "\f19d"
}

.la-comment-o:before {
	content: "\f19e"
}

.la-commenting:before {
	content: "\f19f"
}

.la-commenting-o:before {
	content: "\f1a0"
}

.la-comments:before {
	content: "\f1a1"
}

.la-comments-o:before {
	content: "\f1a2"
}

.la-compass:before {
	content: "\f1a3"
}

.la-compress:before {
	content: "\f1a4"
}

.la-connectdevelop:before {
	content: "\f1a5"
}

.la-contao:before {
	content: "\f1a6"
}

.la-copy:before {
	content: "\f1a7"
}

.la-copyright:before {
	content: "\f1a8"
}

.la-creative-commons:before {
	content: "\f1a9"
}

.la-credit-card:before {
	content: "\f1aa"
}

.la-crop:before {
	content: "\f1ab"
}

.la-crosshairs:before {
	content: "\f1ac"
}

.la-css3:before {
	content: "\f1ad"
}

.la-cube:before {
	content: "\f1ae"
}

.la-cubes:before {
	content: "\f1af"
}

.la-cut:before {
	content: "\f1b0"
}

.la-cutlery:before {
	content: "\f1b1"
}

.la-dashboard:before {
	content: "\f1b2"
}

.la-dashcube:before {
	content: "\f1b3"
}

.la-database:before {
	content: "\f1b4"
}

.la-dedent:before {
	content: "\f1b5"
}

.la-delicious:before {
	content: "\f1b6"
}

.la-desktop:before {
	content: "\f1b7"
}

.la-deviantart:before {
	content: "\f1b8"
}

.la-diamond:before {
	content: "\f1b9"
}

.la-digg:before {
	content: "\f1ba"
}

.la-dollar:before {
	content: "\f1bb"
}

.la-dot-circle-o:before {
	content: "\f1bc"
}

.la-download:before {
	content: "\f1bd"
}

.la-dribbble:before {
	content: "\f1be"
}

.la-dropbox:before {
	content: "\f1bf"
}

.la-drupal:before {
	content: "\f1c0"
}

.la-edit:before {
	content: "\f1c1"
}

.la-eject:before {
	content: "\f1c2"
}

.la-ellipsis-h:before {
	content: "\f1c3"
}

.la-ellipsis-v:before {
	content: "\f1c4"
}

.la-empire:before,
.la-ge:before {
	content: "\f1c5"
}

.la-envelope:before {
	content: "\f1c6"
}

.la-envelope-o:before {
	content: "\f1c7"
}

.la-envelope-square:before {
	content: "\f1c8"
}

.la-eraser:before {
	content: "\f1c9"
}

.la-eur:before {
	content: "\f1ca"
}

.la-euro:before {
	content: "\f1cb"
}

.la-exchange:before {
	content: "\f1cc"
}

.la-exclamation:before {
	content: "\f1cd"
}

.la-exclamation-circle:before {
	content: "\f1ce"
}

.la-exclamation-triangle:before {
	content: "\f1cf"
}

.la-expand:before {
	content: "\f1d0"
}

.la-expeditedssl:before {
	content: "\f1d1"
}

.la-external-link:before {
	content: "\f1d2"
}

.la-external-link-square:before {
	content: "\f1d3"
}

.la-eye:before {
	content: "\f1d4"
}

.la-eye-slash:before {
	content: "\f1d5"
}

.la-eyedropper:before {
	content: "\f1d6"
}

.la-facebook-f:before,
.la-facebook:before {
	content: "\f1d7"
}

.la-facebook-official:before {
	content: "\f1d8"
}

.la-facebook-square:before {
	content: "\f1d9"
}

.la-fast-backward:before {
	content: "\f1da"
}

.la-fast-forward:before {
	content: "\f1db"
}

.la-fax:before {
	content: "\f1dc"
}

.la-female:before {
	content: "\f1dd"
}

.la-fighter-jet:before {
	content: "\f1de"
}

.la-file:before {
	content: "\f1df"
}

.la-file-archive-o:before {
	content: "\f1e0"
}

.la-file-audio-o:before {
	content: "\f1e1"
}

.la-file-code-o:before {
	content: "\f1e2"
}

.la-file-excel-o:before {
	content: "\f1e3"
}

.la-file-image-o:before {
	content: "\f1e4"
}

.la-file-movie-o:before {
	content: "\f1e5"
}

.la-file-o:before {
	content: "\f1e6"
}

.la-file-pdf-o:before {
	content: "\f1e7"
}

.la-file-photo-o:before {
	content: "\f1e8"
}

.la-file-picture-o:before {
	content: "\f1e9"
}

.la-file-powerpoint-o:before {
	content: "\f1ea"
}

.la-file-sound-o:before {
	content: "\f1eb"
}

.la-file-text:before {
	content: "\f1ec"
}

.la-file-text-o:before {
	content: "\f1ed"
}

.la-file-video-o:before {
	content: "\f1ee"
}

.la-file-word-o:before {
	content: "\f1ef"
}

.la-file-zip-o:before {
	content: "\f1f0"
}

.la-files-o:before {
	content: "\f1f1"
}

.la-film:before {
	content: "\f1f2"
}

.la-filter:before {
	content: "\f1f3"
}

.la-fire:before {
	content: "\f1f4"
}

.la-fire-extinguisher:before {
	content: "\f1f5"
}

.la-firefox:before {
	content: "\f1f6"
}

.la-flag:before {
	content: "\f1f7"
}

.la-flag-checkered:before {
	content: "\f1f8"
}

.la-flag-o:before {
	content: "\f1f9"
}

.la-flash:before {
	content: "\f1fa"
}

.la-flask:before {
	content: "\f1fb"
}

.la-flickr:before {
	content: "\f1fc"
}

.la-floppy-o:before {
	content: "\f1fd"
}

.la-folder:before {
	content: "\f1fe"
}

.la-folder-o:before {
	content: "\f1ff"
}

.la-folder-open:before {
	content: "\f200"
}

.la-folder-open-o:before {
	content: "\f201"
}

.la-font:before {
	content: "\f202"
}

.la-fonticons:before {
	content: "\f203"
}

.la-forumbee:before {
	content: "\f204"
}

.la-forward:before {
	content: "\f205"
}

.la-foursquare:before {
	content: "\f206"
}

.la-frown-o:before {
	content: "\f207"
}

.la-futbol-o:before,
.la-soccer-ball-o:before {
	content: "\f208"
}

.la-gamepad:before {
	content: "\f209"
}

.la-gavel:before {
	content: "\f20a"
}

.la-gbp:before {
	content: "\f20b"
}

.la-gear:before {
	content: "\f20c"
}

.la-gears:before {
	content: "\f20d"
}

.la-genderless:before {
	content: "\f20e"
}

.la-get-pocket:before {
	content: "\f20f"
}

.la-gg:before {
	content: "\f210"
}

.la-gg-circle:before {
	content: "\f211"
}

.la-gift:before {
	content: "\f212"
}

.la-git:before {
	content: "\f213"
}

.la-git-square:before {
	content: "\f214"
}

.la-github:before {
	content: "\f215"
}

.la-github-alt:before {
	content: "\f216"
}

.la-github-square:before {
	content: "\f217"
}

.la-glass:before {
	content: "\f218"
}

.la-globe:before {
	content: "\f219"
}

.la-google:before {
	content: "\f21a"
}

.la-google-plus:before {
	content: "\f21b"
}

.la-google-plus-square:before {
	content: "\f21c"
}

.la-google-wallet:before {
	content: "\f21d"
}

.la-graduation-cap:before {
	content: "\f21e"
}

.la-gittip:before,
.la-gratipay:before {
	content: "\f21f"
}

.la-group:before {
	content: "\f220"
}

.la-h-square:before {
	content: "\f221"
}

.la-hacker-news:before {
	content: "\f222"
}

.la-hand-grab-o:before {
	content: "\f223"
}

.la-hand-lizard-o:before {
	content: "\f224"
}

.la-hand-o-down:before {
	content: "\f225"
}

.la-hand-o-left:before {
	content: "\f226"
}

.la-hand-o-right:before {
	content: "\f227"
}

.la-hand-o-up:before {
	content: "\f228"
}

.la-hand-paper-o:before {
	content: "\f229"
}

.la-hand-peace-o:before {
	content: "\f22a"
}

.la-hand-pointer-o:before {
	content: "\f22b"
}

.la-hand-rock-o:before {
	content: "\f22c"
}

.la-hand-scissors-o:before {
	content: "\f22d"
}

.la-hand-spock-o:before {
	content: "\f22e"
}

.la-hand-stop-o:before {
	content: "\f22f"
}

.la-hdd-o:before {
	content: "\f230"
}

.la-header:before {
	content: "\f231"
}

.la-headphones:before {
	content: "\f232"
}

.la-heart:before {
	content: "\f233"
}

.la-heart-o:before {
	content: "\f234"
}

.la-heartbeat:before {
	content: "\f235"
}

.la-history:before {
	content: "\f236"
}

.la-home:before {
	content: "\f237"
}

.la-hospital-o:before {
	content: "\f238"
}

.la-hotel:before {
	content: "\f239"
}

.la-hourglass:before {
	content: "\f23a"
}

.la-hourglass-1:before {
	content: "\f23b"
}

.la-hourglass-2:before {
	content: "\f23c"
}

.la-hourglass-3:before {
	content: "\f23d"
}

.la-hourglass-end:before {
	content: "\f23e"
}

.la-hourglass-half:before {
	content: "\f23f"
}

.la-hourglass-o:before {
	content: "\f240"
}

.la-hourglass-start:before {
	content: "\f241"
}

.la-houzz:before {
	content: "\f242"
}

.la-html5:before {
	content: "\f243"
}

.la-i-cursor:before {
	content: "\f244"
}

.la-ils:before {
	content: "\f245"
}

.la-image:before {
	content: "\f246"
}

.la-inbox:before {
	content: "\f247"
}

.la-indent:before {
	content: "\f248"
}

.la-industry:before {
	content: "\f249"
}

.la-info:before {
	content: "\f24a"
}

.la-info-circle:before {
	content: "\f24b"
}

.la-inr:before {
	content: "\f24c"
}

.la-instagram:before {
	content: "\f24d"
}

.la-institution:before {
	content: "\f24e"
}

.la-internet-explorer:before {
	content: "\f24f"
}

.la-ioxhost:before {
	content: "\f250"
}

.la-italic:before {
	content: "\f251"
}

.la-joomla:before {
	content: "\f252"
}

.la-jpy:before {
	content: "\f253"
}

.la-jsfiddle:before {
	content: "\f254"
}

.la-key:before {
	content: "\f255"
}

.la-keyboard-o:before {
	content: "\f256"
}

.la-krw:before {
	content: "\f257"
}

.la-language:before {
	content: "\f258"
}

.la-laptop:before {
	content: "\f259"
}

.la-lastfm:before {
	content: "\f25a"
}

.la-lastfm-square:before {
	content: "\f25b"
}

.la-leaf:before {
	content: "\f25c"
}

.la-leanpub:before {
	content: "\f25d"
}

.la-legal:before {
	content: "\f25e"
}

.la-lemon-o:before {
	content: "\f25f"
}

.la-level-down:before {
	content: "\f260"
}

.la-level-up:before {
	content: "\f261"
}

.la-life-bouy:before {
	content: "\f262"
}

.la-life-buoy:before {
	content: "\f263"
}

.la-life-ring:before,
.la-support:before {
	content: "\f264"
}

.la-life-saver:before {
	content: "\f265"
}

.la-lightbulb-o:before {
	content: "\f266"
}

.la-line-chart:before {
	content: "\f267"
}

.la-link:before {
	content: "\f268"
}

.la-linkedin:before {
	content: "\f269"
}

.la-linkedin-square:before {
	content: "\f26a"
}

.la-linux:before {
	content: "\f26b"
}

.la-list:before {
	content: "\f26c"
}

.la-list-alt:before {
	content: "\f26d"
}

.la-list-ol:before {
	content: "\f26e"
}

.la-list-ul:before {
	content: "\f26f"
}

.la-location-arrow:before {
	content: "\f270"
}

.la-lock:before {
	content: "\f271"
}

.la-long-arrow-down:before {
	content: "\f272"
}

.la-long-arrow-left:before {
	content: "\f273"
}

.la-long-arrow-right:before {
	content: "\f274"
}

.la-long-arrow-up:before {
	content: "\f275"
}

.la-magic:before {
	content: "\f276"
}

.la-magnet:before {
	content: "\f277"
}

.la-mail-forward:before {
	content: "\f278"
}

.la-mail-reply:before {
	content: "\f279"
}

.la-mail-reply-all:before {
	content: "\f27a"
}

.la-male:before {
	content: "\f27b"
}

.la-map:before {
	content: "\f27c"
}

.la-map-marker:before {
	content: "\f27d"
}

.la-map-o:before {
	content: "\f27e"
}

.la-map-pin:before {
	content: "\f27f"
}

.la-map-signs:before {
	content: "\f280"
}

.la-mars:before {
	content: "\f281"
}

.la-mars-double:before {
	content: "\f282"
}

.la-mars-stroke:before {
	content: "\f283"
}

.la-mars-stroke-h:before {
	content: "\f284"
}

.la-mars-stroke-v:before {
	content: "\f285"
}

.la-maxcdn:before {
	content: "\f286"
}

.la-meanpath:before {
	content: "\f287"
}

.la-medium:before {
	content: "\f288"
}

.la-medkit:before {
	content: "\f289"
}

.la-meh-o:before {
	content: "\f28a"
}

.la-mercury:before {
	content: "\f28b"
}

.la-microphone:before {
	content: "\f28c"
}

.la-microphone-slash:before {
	content: "\f28d"
}

.la-minus:before {
	content: "\f28e"
}

.la-minus-circle:before {
	content: "\f28f"
}

.la-minus-square:before {
	content: "\f290"
}

.la-minus-square-o:before {
	content: "\f291"
}

.la-mobile:before {
	content: "\f292"
}

.la-mobile-phone:before {
	content: "\f293"
}

.la-money:before {
	content: "\f294"
}

.la-moon-o:before {
	content: "\f295"
}

.la-mortar-board:before {
	content: "\f296"
}

.la-motorcycle:before {
	content: "\f297"
}

.la-mouse-pointer:before {
	content: "\f298"
}

.la-music:before {
	content: "\f299"
}

.la-navicon:before {
	content: "\f29a"
}

.la-neuter:before {
	content: "\f29b"
}

.la-newspaper-o:before {
	content: "\f29c"
}

.la-object-group:before {
	content: "\f29d"
}

.la-object-ungroup:before {
	content: "\f29e"
}

.la-odnoklassniki:before {
	content: "\f29f"
}

.la-odnoklassniki-square:before {
	content: "\f2a0"
}

.la-opencart:before {
	content: "\f2a1"
}

.la-openid:before {
	content: "\f2a2"
}

.la-opera:before {
	content: "\f2a3"
}

.la-optin-monster:before {
	content: "\f2a4"
}

.la-outdent:before {
	content: "\f2a5"
}

.la-pagelines:before {
	content: "\f2a6"
}

.la-paint-brush:before {
	content: "\f2a7"
}

.la-paper-plane:before,
.la-send:before {
	content: "\f2a8"
}

.la-paper-plane-o:before,
.la-send-o:before {
	content: "\f2a9"
}

.la-paperclip:before {
	content: "\f2aa"
}

.la-paragraph:before {
	content: "\f2ab"
}

.la-paste:before {
	content: "\f2ac"
}

.la-pause:before {
	content: "\f2ad"
}

.la-paw:before {
	content: "\f2ae"
}

.la-paypal:before {
	content: "\f2af"
}

.la-pencil:before {
	content: "\f2b0"
}

.la-pencil-square:before {
	content: "\f2b1"
}

.la-pencil-square-o:before {
	content: "\f2b2"
}

.la-phone:before {
	content: "\f2b3"
}

.la-phone-square:before {
	content: "\f2b4"
}

.la-photo:before {
	content: "\f2b5"
}

.la-picture-o:before {
	content: "\f2b6"
}

.la-pie-chart:before {
	content: "\f2b7"
}

.la-pied-piper:before {
	content: "\f2b8"
}

.la-pied-piper-alt:before {
	content: "\f2b9"
}

.la-pinterest:before {
	content: "\f2ba"
}

.la-pinterest-p:before {
	content: "\f2bb"
}

.la-pinterest-square:before {
	content: "\f2bc"
}

.la-plane:before {
	content: "\f2bd"
}

.la-play:before {
	content: "\f2be"
}

.la-play-circle:before {
	content: "\f2bf"
}

.la-play-circle-o:before {
	content: "\f2c0"
}

.la-plug:before {
	content: "\f2c1"
}

.la-plus:before {
	content: "\f2c2"
}

.la-plus-circle:before {
	content: "\f2c3"
}

.la-plus-square:before {
	content: "\f2c4"
}

.la-plus-square-o:before {
	content: "\f2c5"
}

.la-power-off:before {
	content: "\f2c6"
}

.la-print:before {
	content: "\f2c7"
}

.la-puzzle-piece:before {
	content: "\f2c8"
}

.la-qq:before {
	content: "\f2c9"
}

.la-qrcode:before {
	content: "\f2ca"
}

.la-question:before {
	content: "\f2cb"
}

.la-question-circle:before {
	content: "\f2cc"
}

.la-quote-left:before {
	content: "\f2cd"
}

.la-quote-right:before {
	content: "\f2ce"
}

.la-ra:before {
	content: "\f2cf"
}

.la-random:before {
	content: "\f2d0"
}

.la-rebel:before {
	content: "\f2d1"
}

.la-recycle:before {
	content: "\f2d2"
}

.la-reddit:before {
	content: "\f2d3"
}

.la-reddit-square:before {
	content: "\f2d4"
}

.la-refresh:before {
	content: "\f2d5"
}

.la-registered:before {
	content: "\f2d6"
}

.la-renren:before {
	content: "\f2d7"
}

.la-reorder:before {
	content: "\f2d8"
}

.la-repeat:before {
	content: "\f2d9"
}

.la-reply:before {
	content: "\f2da"
}

.la-reply-all:before {
	content: "\f2db"
}

.la-retweet:before {
	content: "\f2dc"
}

.la-rmb:before {
	content: "\f2dd"
}

.la-road:before {
	content: "\f2de"
}

.la-rocket:before {
	content: "\f2df"
}

.la-rotate-left:before {
	content: "\f2e0"
}

.la-rotate-right:before {
	content: "\f2e1"
}

.la-rouble:before {
	content: "\f2e2"
}

.la-feed:before,
.la-rss:before {
	content: "\f2e3"
}

.la-rss-square:before {
	content: "\f2e4"
}

.la-rub:before {
	content: "\f2e5"
}

.la-ruble:before {
	content: "\f2e6"
}

.la-rupee:before {
	content: "\f2e7"
}

.la-safari:before {
	content: "\f2e8"
}

.la-save:before {
	content: "\f2e9"
}

.la-scissors:before {
	content: "\f2ea"
}

.la-search:before {
	content: "\f2eb"
}

.la-search-minus:before {
	content: "\f2ec"
}

.la-search-plus:before {
	content: "\f2ed"
}

.la-sellsy:before {
	content: "\f2ee"
}

.la-server:before {
	content: "\f2ef"
}

.la-share:before {
	content: "\f2f0"
}

.la-share-alt:before {
	content: "\f2f1"
}

.la-share-alt-square:before {
	content: "\f2f2"
}

.la-share-square:before {
	content: "\f2f3"
}

.la-share-square-o:before {
	content: "\f2f4"
}

.la-shekel:before {
	content: "\f2f5"
}

.la-sheqel:before {
	content: "\f2f6"
}

.la-shield:before {
	content: "\f2f7"
}

.la-ship:before {
	content: "\f2f8"
}

.la-shirtsinbulk:before {
	content: "\f2f9"
}

.la-shopping-cart:before {
	content: "\f2fa"
}

.la-sign-in:before {
	content: "\f2fb"
}

.la-sign-out:before {
	content: "\f2fc"
}

.la-signal:before {
	content: "\f2fd"
}

.la-simplybuilt:before {
	content: "\f2fe"
}

.la-sitemap:before {
	content: "\f2ff"
}

.la-skyatlas:before {
	content: "\f300"
}

.la-skype:before {
	content: "\f301"
}

.la-slack:before {
	content: "\f302"
}

.la-sliders:before {
	content: "\f303"
}

.la-slideshare:before {
	content: "\f304"
}

.la-smile-o:before {
	content: "\f305"
}

.la-sort:before,
.la-unsorted:before {
	content: "\f306"
}

.la-sort-alpha-asc:before {
	content: "\f307"
}

.la-sort-alpha-desc:before {
	content: "\f308"
}

.la-sort-amount-asc:before {
	content: "\f309"
}

.la-sort-amount-desc:before {
	content: "\f30a"
}

.la-sort-asc:before,
.la-sort-up:before {
	content: "\f30b"
}

.la-sort-desc:before,
.la-sort-down:before {
	content: "\f30c"
}

.la-sort-numeric-asc:before {
	content: "\f30d"
}

.la-sort-numeric-desc:before {
	content: "\f30e"
}

.la-soundcloud:before {
	content: "\f30f"
}

.la-space-shuttle:before {
	content: "\f310"
}

.la-spinner:before {
	content: "\f311"
}

.la-spoon:before {
	content: "\f312"
}

.la-spotify:before {
	content: "\f313"
}

.la-square:before {
	content: "\f314"
}

.la-square-o:before {
	content: "\f315"
}

.la-stack-exchange:before {
	content: "\f316"
}

.la-stack-overflow:before {
	content: "\f317"
}

.la-star:before {
	content: "\f318"
}

.la-star-half:before {
	content: "\f319"
}

.la-star-half-empty:before,
.la-star-half-full:before,
.la-star-half-o:before {
	content: "\f31a"
}

.la-star-o:before {
	content: "\f31b"
}

.la-steam:before {
	content: "\f31c"
}

.la-steam-square:before {
	content: "\f31d"
}

.la-step-backward:before {
	content: "\f31e"
}

.la-step-forward:before {
	content: "\f31f"
}

.la-stethoscope:before {
	content: "\f320"
}

.la-sticky-note:before {
	content: "\f321"
}

.la-sticky-note-o:before {
	content: "\f322"
}

.la-stop:before {
	content: "\f323"
}

.la-street-view:before {
	content: "\f324"
}

.la-strikethrough:before {
	content: "\f325"
}

.la-stumbleupon:before {
	content: "\f326"
}

.la-stumbleupon-circle:before {
	content: "\f327"
}

.la-subscript:before {
	content: "\f328"
}

.la-subway:before {
	content: "\f329"
}

.la-suitcase:before {
	content: "\f32a"
}

.la-sun-o:before {
	content: "\f32b"
}

.la-superscript:before {
	content: "\f32c"
}

.la-table:before {
	content: "\f32d"
}

.la-tablet:before {
	content: "\f32e"
}

.la-tachometer:before {
	content: "\f32f"
}

.la-tag:before {
	content: "\f330"
}

.la-tags:before {
	content: "\f331"
}

.la-tasks:before {
	content: "\f332"
}

.la-taxi:before {
	content: "\f333"
}

.la-television:before,
.la-tv:before {
	content: "\f334"
}

.la-tencent-weibo:before {
	content: "\f335"
}

.la-terminal:before {
	content: "\f336"
}

.la-text-height:before {
	content: "\f337"
}

.la-text-width:before {
	content: "\f338"
}

.la-th:before {
	content: "\f339"
}

.la-th-large:before {
	content: "\f33a"
}

.la-th-list:before {
	content: "\f33b"
}

.la-thumb-tack:before {
	content: "\f33c"
}

.la-thumbs-down:before {
	content: "\f33d"
}

.la-thumbs-o-down:before {
	content: "\f33e"
}

.la-thumbs-o-up:before {
	content: "\f33f"
}

.la-thumbs-up:before {
	content: "\f340"
}

.la-ticket:before {
	content: "\f341"
}

.la-remove:before,
.la-times:before {
	content: "\f342"
}

.la-times-circle:before {
	content: "\f343"
}

.la-times-circle-o:before {
	content: "\f344"
}

.la-tint:before {
	content: "\f345"
}

.la-toggle-off:before {
	content: "\f346"
}

.la-toggle-on:before {
	content: "\f347"
}

.la-trademark:before {
	content: "\f348"
}

.la-train:before {
	content: "\f349"
}

.la-intersex:before,
.la-transgender:before {
	content: "\f34a"
}

.la-transgender-alt:before {
	content: "\f34b"
}

.la-trash:before {
	content: "\f34c"
}

.la-trash-o:before {
	content: "\f34d"
}

.la-tree:before {
	content: "\f34e"
}

.la-trello:before {
	content: "\f34f"
}

.la-tripadvisor:before {
	content: "\f350"
}

.la-trophy:before {
	content: "\f351"
}

.la-truck:before {
	content: "\f352"
}

.la-try:before {
	content: "\f353"
}

.la-tty:before {
	content: "\f354"
}

.la-tumblr:before {
	content: "\f355"
}

.la-tumblr-square:before {
	content: "\f356"
}

.la-turkish-lira:before {
	content: "\f357"
}

.la-twitch:before {
	content: "\f358"
}

.la-twitter:before {
	content: "\f359"
}

.la-twitter-square:before {
	content: "\f35a"
}

.la-umbrella:before {
	content: "\f35b"
}

.la-underline:before {
	content: "\f35c"
}

.la-undo:before {
	content: "\f35d"
}

.la-university:before {
	content: "\f35e"
}

.la-unlink:before {
	content: "\f35f"
}

.la-unlock:before {
	content: "\f360"
}

.la-unlock-alt:before {
	content: "\f361"
}

.la-upload:before {
	content: "\f362"
}

.la-usd:before {
	content: "\f363"
}

.la-user:before {
	content: "\f364"
}

.la-user-md:before {
	content: "\f365"
}

.la-user-plus:before {
	content: "\f366"
}

.la-user-secret:before {
	content: "\f367"
}

.la-user-times:before {
	content: "\f368"
}

.la-users:before {
	content: "\f369"
}

.la-venus:before {
	content: "\f36a"
}

.la-venus-double:before {
	content: "\f36b"
}

.la-venus-mars:before {
	content: "\f36c"
}

.la-viacoin:before {
	content: "\f36d"
}

.la-video-camera:before {
	content: "\f36e"
}

.la-vimeo:before {
	content: "\f36f"
}

.la-vimeo-square:before {
	content: "\f370"
}

.la-vine:before {
	content: "\f371"
}

.la-vk:before {
	content: "\f372"
}

.la-volume-down:before {
	content: "\f373"
}

.la-volume-off:before {
	content: "\f374"
}

.la-volume-up:before {
	content: "\f375"
}

.la-warning:before {
	content: "\f376"
}

.la-wechat:before {
	content: "\f377"
}

.la-weibo:before {
	content: "\f378"
}

.la-weixin:before {
	content: "\f379"
}

.la-whatsapp:before {
	content: "\f37a"
}

.la-wheelchair:before {
	content: "\f37b"
}

.la-wifi:before {
	content: "\f37c"
}

.la-wikipedia-w:before {
	content: "\f37d"
}

.la-windows:before {
	content: "\f37e"
}

.la-won:before {
	content: "\f37f"
}

.la-wordpress:before {
	content: "\f380"
}

.la-wrench:before {
	content: "\f381"
}

.la-xing:before {
	content: "\f382"
}

.la-xing-square:before {
	content: "\f383"
}

.la-y-combinator:before {
	content: "\f384"
}

.la-y-combinator-square:before {
	content: "\f385"
}

.la-yahoo:before {
	content: "\f386"
}

.la-yc:before {
	content: "\f387"
}

.la-yc-square:before {
	content: "\f388"
}

.la-yelp:before {
	content: "\f389"
}

.la-yen:before {
	content: "\f38a"
}

.la-youtube:before {
	content: "\f38b"
}

.la-youtube-play:before {
	content: "\f38c"
}

.la-youtube-square:before {
	content: "\f38d"
}

.ekit-megamenu-holder .ekit-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.ekit-megamenu-holder .ekit-menu,
.ekit-megamenu-holder .ekit-menu>li>ul,
.ekit-megamenu-holder .ekit-menu>li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left
}

.ekit-megamenu-holder .ekit-menu-rtl,
.ekit-megamenu-holder .ekit-menu-rtl ul,
.ekit-megamenu-holder .ekit-menu-rtl li {
	direction: rtl;
	text-align: right
}

.ekit-megamenu-holder .ekit-menu>li>h1,
.ekit-megamenu-holder .ekit-menu>li>h2,
.ekit-megamenu-holder .ekit-menu>li>h3,
.ekit-megamenu-holder .ekit-menu>li>h4,
.ekit-megamenu-holder .ekit-menu>li>h5,
.ekit-megamenu-holder .ekit-menu>li>h6 {
	margin: 0;
	padding: 0
}

.ekit-megamenu-holder .ekit-menu li,
.ekit-megamenu-holder .ekit-menu a {
	position: relative
}

.ekit-megamenu-holder .ekit-menu a {
	display: block
}

.ekit-megamenu-holder .ekit-menu a.disabled {
	cursor: default
}

.ekit-megamenu-holder .ekit-menu::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden
}

.ekit-megamenu-holder .ekit-menu *,
.ekit-megamenu-holder .ekit-menu *::before,
.ekit-megamenu-holder .ekit-menu *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

#ekit-menu-metabox .pull-right {
	float: right
}

#ekit-menu-metabox .clearfix {
	clear: both
}

#ekit-menu-metabox .pull-right-input {
	float: right;
	margin-top: 4px
}

.ekit-menu-modal-loading #ekit-menu-modal-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	z-index: 999;
	visibility: visible
}

.ekit-menu-modal-loading .uk-modal-body:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: block;
	z-index: 998
}

.ekit-menu-has-child .builder-tab {
	display: none
}

.menu-item-handle .item-title {
	width: 100%
}

.spinner.loading {
	visibility: visible
}

.ekit_menu_trigger::before {
	content: "\f107";
	display: inline-block;
	font-family: dashicons;
	font-size: 10px;
	margin-right: 2px;
	vertical-align: bottom
}

.ekit_menu_trigger {
	background: #0085ba;
	border-radius: 2px;
	color: #fff!important;
	text-decoration: none!important;
	cursor: pointer;
	display: inline-block;
	font-size: .8em;
	font-weight: 400;
	height: auto;
	margin-left: 10px;
	opacity: 0;
	padding: 0 5px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: auto;
	z-index: 1
}

.menu-item-bar .menu-item-handle:hover .ekit_menu_trigger {
	opacity: 1
}

.uk-tab a:focus {
	box-shadow: none
}

.uk-tab li {
	margin-bottom: 0
}

.switch-wrapper {
	text-align: center
}

.switch-wrapper input {
	position: absolute;
	left: -9999px
}

.switch-wrapper input+label {
	width: 54px;
	height: 29px;
	background: #f3f3f3;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .04)
}

.switch-wrapper input+label span {
	position: absolute;
	height: 25px;
	top: 2px;
	left: 2px;
	border-radius: 25px;
	width: 25px;
	background: #aaa;
	-webkit-transition: all 0.3s;
	-mox-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.switch-wrapper input+label span em {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.3s;
	-mox-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.switch-wrapper input+label span em::after {
	height: 100%;
	width: 2px;
	background: #fff;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0
}

.switch-wrapper input+label span em::before {
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s;
	-mox-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.switch-wrapper input:checked+label+.overlay {
	background: #81c784
}

.switch-wrapper input:checked+label span {
	background: #81c784;
	left: calc(100% - 27px)
}

.switch-wrapper input:checked+label span em {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -6px
}

.switch-wrapper input:checked+label span em::before {
	left: 0;
	width: 50%;
	height: 2px;
	background: #fff;
	top: 100%;
	margin-top: -2px;
	content: '';
	position: absolute
}

.ekit-menu-mega-submenu {
	font-size: 12px;
	display: block;
	margin-top: 5px
}

.ekit-menu-mega-submenu.enabled_item {
	color: #81c784;
	display: none
}

.ekit-menu-mega-submenu.disabled_item {
	color: #aaa
}

#ekit-menu-builder-warper {
	text-align: center
}

#ekit-menu-builder-warper .enabled_item {
	display: none
}

#ekit-menu-builder-warper img {
	height: 30px;
	margin-right: 5px
}

#ekit-menu-builder-warper .button {
	height: 46px;
	font-size: 16px;
	text-transform: uppercase;
	margin: auto;
	margin-top: 25px
}

#ekit-menu-builder-warper.is_enabled .disabled_item {
	display: none
}

#ekit-menu-builder-warper.is_enabled .enabled_item {
	display: block
}

#ekit-menu-item-settings-modal .wp-picker-holder {
	position: relative
}

#ekit-menu-item-settings-modal .wp-picker-container .iris-picker {
	position: absolute
}

#ekit-menu-item-settings-modal .button.wp-color-result {
	margin-right: 0
}

#ekit-menu-item-settings-modal .wp-picker-container .wp-color-result.button {
	height: 30px
}

#ekit-menu-item-settings-modal .wp-color-result-text {
	line-height: 28px
}

#ekit-menu-item-settings-modal .option-table {
	width: 100%;
	margin: auto;
	max-width: 400px
}

#ekit-menu-item-settings-modal .icons-selector .selector {
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #ccc;
	border-radius: 3px;
	width: 101px
}

#ekit-menu-item-settings-modal .icons-selector .selector-popup {
	right: 0
}

#ekit-menu-item-settings-modal .icons-selector .selector-button {
	display: block;
	text-align: right;
	width: 100%;
	background: transparent!important;
	position: absolute
}

#ekit-menu-builder-modal {
	z-index: 9999
}

#ekit-menu-builder-modal .uk-modal-dialog {
	height: 100%;
	width: 100%
}

#ekit-menu-builder-modal .uk-close-large {
	right: auto;
	top: 8px;
	left: 8px;
	background: #d30c5c;
	color: #fff;
	width: 25px;
	transition: color 500s linear
}

#ekit-menu-builder-modal .uk-close-large:hover {
	color: #aaa
}

#ekit-menu-builder-modal #ekit-menu-builder-iframe {
	width: 100%;
	height: 100%
}

.ekit-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.ekit-menu,
.ekit-menu ul,
.ekit-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left
}

.ekit-menu-rtl,
.ekit-menu-rtl ul,
.ekit-menu-rtl li {
	direction: rtl;
	text-align: right
}

.ekit-menu>li>h1,
.ekit-menu>li>h2,
.ekit-menu>li>h3,
.ekit-menu>li>h4,
.ekit-menu>li>h5,
.ekit-menu>li>h6 {
	margin: 0;
	padding: 0
}

.ekit-menu>ul {
	display: none
}

.ekit-menu li,
.ekit-menu a {
	position: relative
}

.ekit-menu a {
	display: block
}

.ekit-menu a.disabled {
	cursor: default
}

.ekit-menu::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden
}

.ekit-menu *,
.ekit-menu *::before,
.ekit-menu *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.nav-controler {
	margin-top: 20px;
	margin-bottom: 20px
}

.nav-controler .navbar-toggler {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 30px;
	width: 40px;
	padding: 5px
}

.nav-controler .site-title {
	margin-top: 0;
	margin-bottom: 0
}

.nav-controler .navbar-toggler-icon {
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #fff;
	display: block
}

.nav-controler .navbar-toggler-icon::before,
.nav-controler .navbar-toggler-icon::after {
	position: absolute;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	background-color: inherit
}

.nav-controler .navbar-toggler-icon::before {
	top: 6px
}

.nav-controler .navbar-toggler-icon::after {
	top: -6px
}

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

.nav-identity-panel {
	display: none
}

.no-scroller {
	overflow: hidden
}

.ekit-menu-simple {
	position: static
}

.ekit-menu-simple li:hover a {
	background: #f4f4f4;
	background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(rgba(244, 244, 244, 0)));
	background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	background: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	color: #1e73be
}

.ekit-menu-simple>li>a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	color: #000
}

.ekit-menu-simple a:hover,
.ekit-menu-simple a:focus,
.ekit-menu-simple a:active {
	background: #f4f4f4;
	background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(rgba(244, 244, 244, 0)));
	background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	background: -o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
	color: #1e73be
}

.ekit-menu-simple a.current {
	background: #555;
	color: #fff
}

.ekit-menu-simple a.disabled {
	color: #ccc
}

.ekit-menu-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	overflow: hidden;
	font-size: 15px;
	color: inherit;
	text-align: center;
	text-shadow: none;
	background: transparent
}

.ekit-menu-simple a .sub-arrow::before {
	content: '+'
}

.ekit-menu-simple a.highlighted .sub-arrow::before {
	content: '-'
}

.ekit-menu-simple a .ekit-menu-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #bbb;
	color: #fff;
	font-size: 16px;
	padding: 4px 8px 3px;
	border-radius: 3px;
	font-size: 8px;
	line-height: 1;
	z-index: 10
}

.ekit-menu-simple a .ekit-menu-badge>.ekit-menu-badge-arrow {
	position: absolute;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: solid transparent;
	border-right: solid transparent;
	border-top: solid #bbb;
	border-bottom: solid transparent;
	border-width: 6px
}

.ekit-menu-simple a>.ekit-menu-icon {
	padding-right: 5px
}

.ekit-menu-simple .ekit-menu-megamenu-container {
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}

.ekit-menu-simple .ekit-has-submenu {
	border-radius: 0 0 0 0;
	background-color: #fff;
	background: -webkit-linear-gradient(30deg, white 0%, white 100%);
	background: -o-linear-gradient(30deg, white 0%, white 100%);
	background: linear-gradient(60deg, white 0%, white 100%);
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}

.ekit-menu-simple .ekit-has-submenu>li {
	min-width: 220px
}

.ekit-menu-simple .ekit-has-submenu>li>a {
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.ekit-menu-simple .ekit-has-submenu>li>a:hover {
	color: #1e73be;
	background: #f9f9f9;
	background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), to(rgba(249, 249, 249, 0)));
	background: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 100%);
	background: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 100%);
	background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 100%)
}

.ekit-menu-simple li {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.ekit-menu-simple>li:first-child {
	border-top: 0
}

.ekit-menu-simple ul {
	z-index: 100
}

.ekit-menu-simple ul a,
.ekit-menu-simple ul a:hover,
.ekit-menu-simple ul a:focus,
.ekit-menu-simple ul a:active {
	font-size: 14px
}

.ekit-menu-simple .mega-menu {
	margin-left: 0!important;
	right: 0!important;
	width: auto!important;
	max-width: none!important
}

.ekit-menu-simple .ekit-menu-has-megamenu {
	position: static
}

.ekit-menu-container {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-color: #fff
}

.menu-toggler {
	display: none;
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	float: right;
	position: relative;
	z-index: 10;
	cursor: pointer
}

.menu-toggler .menu-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://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")
}

@media (max-width:1024px) {
	.admin-bar .ekit-menu-container {
		padding-bottom: 46px;
		padding-top: 46px
	}
	.admin-bar .nav-identity-panel {
		top: 32px
	}
	.menu-toggler {
		display: block
	}
	.nav-identity-panel {
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: 20px
	}
	.nav-identity-panel .site-title {
		margin: 0
	}
	.menu-close {
		background-color: rgba(255, 255, 255, 0);
		border: 0;
		color: #333;
		cursor: pointer;
		float: right;
		margin: 4px 0
	}
	.ekit-menu-container {
		max-width: 320px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		height: 100%;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
		box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		transform: translateX(-320px);
		padding: 20px;
		-webkit-transition: all 600ms cubic-bezier(.6, .1, .68, .53) 0ms;
		-o-transition: all 600ms cubic-bezier(.6, .1, .68, .53) 0ms;
		transition: all 600ms cubic-bezier(.6, .1, .68, .53) 0ms
	}
	.ekit-menu-container.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all 600ms cubic-bezier(.22, .61, .24, 1) 400ms;
		-o-transition: all 600ms cubic-bezier(.22, .61, .24, 1) 400ms;
		transition: all 600ms cubic-bezier(.22, .61, .24, 1) 400ms
	}
	.ekit-menu-overlay {
		position: fixed;
		z-index: 5;
		top: 0;
		left: -110%;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 600ms cubic-bezier(.6, .1, .68, .53) 400ms;
		-o-transition: all 600ms cubic-bezier(.6, .1, .68, .53) 400ms;
		transition: all 600ms cubic-bezier(.6, .1, .68, .53) 400ms
	}
	.ekit-menu-overlay.active {
		left: 0%;
		-webkit-transition: all 600ms cubic-bezier(.22, .61, .24, 1) 0ms;
		-o-transition: all 600ms cubic-bezier(.22, .61, .24, 1) 0ms;
		transition: all 600ms cubic-bezier(.22, .61, .24, 1) 0ms
	}
	.ekit-menu li {
		position: static
	}
	.ekit-menu-badge {
		position: static!important;
		float: right;
		margin-right: 15px
	}
	.ekit-menu-badge .ekit-menu-badge-arrow {
		display: none
	}
	#main-menu {
		padding-top: 90px
	}
	.navbar .navbar-toggler {
		display: block
	}
	.ekit-menu-simple li a {
		padding: 10px;
		color: #000
	}
	.ekit-menu-simple .ekit-menu-megamenu-container {
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		border-top: 0 solid #d93;
		border-left: 0 solid #d93;
		border-right: 0 solid #d93;
		border-bottom: 0 solid #d93
	}
	.ekit-menu-simple .ekit-has-submenu {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
		background-color: #fff;
		border-top: 0 solid #d33;
		border-left: 0 solid #d33;
		border-right: 0 solid #d33;
		border-bottom: 0 solid #d33
	}
	.ekit-menu-simple .ekit-has-submenu>li>a {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 244, 0)), to(rgba(244, 244, 244, 0)));
		background: -webkit-linear-gradient(bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
		background: -o-linear-gradient(bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
		background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100%);
		background-color: #f4f4f4
	}
	.ekit-menu-simple li:hover>a,
	.ekit-menu-simple li:active>a,
	.ekit-menu-simple li:focus>a,
	.ekit-menu-simple .ekit-has-submenu>li>a:hover,
	.ekit-menu-simple .ekit-has-submenu>li>a:active,
	.ekit-menu-simple .ekit-has-submenu>li>a:focus {
		color: #0d3a4f;
		background: -webkit-gradient(linear, left top, right top, from(rgba(219, 219, 219, 0)), to(rgba(219, 219, 219, 0)));
		background: -webkit-linear-gradient(left, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 100%);
		background: -o-linear-gradient(left, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 100%);
		background: linear-gradient(90deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0) 100%);
		background-color: #dbdbdb
	}
}

@media (min-width:1025px) {
	.ekit-menu-po-right>.ekit-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.ekit-menu-po-left>.ekit-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.ekit-menu-po-center>.ekit-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.ekit-menu-po-justified .ekit-menu>li {
		float: none;
		display: table-cell;
		width: 1%;
		text-align: center
	}
	.ekit-menu-simple {
		padding: 0 20px
	}
	.ekit-menu-simple>ul {
		position: absolute;
		width: 12em
	}
	.ekit-menu-simple li {
		float: left
	}
	.ekit-menu-simple.ekit-menu-rtl li {
		float: right
	}
	.ekit-menu-simple ul li,
	.ekit-menu-simple.ekit-menu-rtl ul li,
	.ekit-menu-simple.ekit-menu-vertical li {
		float: none
	}
	.ekit-menu-simple a {
		white-space: nowrap
	}
	.ekit-menu-simple ul a,
	.ekit-menu-simple.ekit-menu-vertical a {
		white-space: normal
	}
	.ekit-menu-simple .ekit-menu-nowrap>li>a,
	.ekit-menu-simple .ekit-menu-nowrap>li>:not(ul) a {
		white-space: nowrap
	}
	.ekit-menu-simple {
		height: 100px
	}
	.ekit-menu-simple li {
		height: 100%
	}
	.ekit-menu-simple>li>a {
		padding: 0 15px;
		color: #000;
		line-height: 100px
	}
	.ekit-menu-simple a {
		height: 100%
	}
	.ekit-menu-simple a:hover,
	.ekit-menu-simple a:focus,
	.ekit-menu-simple a:active,
	.ekit-menu-simple a.highlighted {
		color: #1e73be
	}
	.ekit-menu-simple a.current {
		background: #555;
		color: #fff
	}
	.ekit-menu-simple a.disabled {
		background: #fff;
		color: #ccc
	}
	.ekit-menu-simple a.has-submenu {
		padding-right: 27px
	}
	.ekit-menu-simple a.highlighted .sub-arrow::before {
		content: '+'
	}
	.ekit-menu-simple>li {
		border-top: 0
	}
	.ekit-menu-simple ul a {
		line-height: 50px
	}
	.ekit-menu-simple ul a.has-submenu {
		padding-right: 15px
	}
	.ekit-menu-simple ul>li {
		border-left: 0;
		border-top: 1px solid #eee
	}
	.ekit-menu-simple ul>li:first-child {
		border-top: 0
	}
	.ekit-menu-simple .scroll-up,
	.ekit-menu-simple .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px
	}
	.ekit-menu-simple .scroll-up-arrow,
	.ekit-menu-simple .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555 transparent
	}
	.ekit-menu-simple .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #555 transparent transparent transparent
	}
	.ekit-menu-simple.ekit-menu-rtl a.has-submenu {
		padding-right: 15px;
		padding-left: 27px
	}
	.ekit-menu-simple.ekit-menu-rtl a .sub-arrow {
		left: 15px;
		right: auto
	}
	.ekit-menu-simple.ekit-menu-rtl.ekit-menu-vertical a.has-submenu {
		padding: 38.75px 15px
	}
	.ekit-menu-simple.ekit-menu-rtl.ekit-menu-vertical a .sub-arrow {
		left: auto;
		right: 3px
	}
	.ekit-menu-simple.ekit-menu-rtl>li:first-child {
		border-left: 1px solid #eee
	}
	.ekit-menu-simple.ekit-menu-rtl>li:last-child {
		border-left: 0
	}
	.ekit-menu-simple.ekit-menu-rtl ul a.has-submenu {
		padding: 38.75px 15px
	}
	.ekit-menu-simple.ekit-menu-rtl ul a .sub-arrow {
		left: auto;
		right: 3px
	}
	.ekit-menu-simple.ekit-menu-vertical a .sub-arrow {
		left: 3px;
		right: auto
	}
	.ekit-menu-simple.ekit-menu-vertical li {
		border-left: 0;
		border-top: 1px solid #eee
	}
	.ekit-menu-simple.ekit-menu-vertical>li:first-child {
		border-top: 0
	}
	.ekit-menu-megamenu-container {
		-webkit-box-shadow: 0 10px 30px 0 rgba(23, 104, 221, .2);
		box-shadow: 0 10px 30px 0 rgba(23, 104, 221, .2)
	}
	.ekit-has-submenu {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2)
	}
	.ekit-has-submenu>li>a {
		line-height: normal;
		height: 100%
	}
	.ekit-has-submenu>li>a .sub-arrow {
		left: inherit;
		right: 8px
	}
	#main-menu .hide-animation {
		-webkit-animation: hide-animation 300ms cubic-bezier(.22, .61, .24, 1);
		animation: hide-animation 300ms cubic-bezier(.22, .61, .24, 1)
	}
	#main-menu .show-animation {
		-webkit-animation: show-animation 300ms cubic-bezier(.22, .61, .24, 1);
		animation: show-animation 300ms cubic-bezier(.22, .61, .24, 1)
	}
	.navbar .navbar-toggler {
		display: none
	}
}

@-webkit-keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

.elementor-4514 .elementor-element.elementor-element-7f9e43e {
	background-color: #fff;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-4514 .elementor-element.elementor-element-7f9e43e>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-4514 .elementor-element.elementor-element-b64ef5a.elementor-widget-heading .elementor-heading-title {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-b64ef5a .elementor-heading-title {
	font-size: 13px
}

.elementor-4514 .elementor-element.elementor-element-b64ef5a>.elementor-widget-container {
	padding: 0 0 15px 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-radius: 0 0 0 0
}

.elementor-4514 .elementor-element.elementor-element-2c5f32d .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-2c5f32d .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-2c5f32d .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-2c5f32d .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-2c5f32d .elementor-icon-list-item {
	font-weight: 400;
	line-height: 40px
}

.elementor-4514 .elementor-element.elementor-element-d8c6cc9.elementor-widget-heading .elementor-heading-title {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-d8c6cc9 .elementor-heading-title {
	font-size: 13px
}

.elementor-4514 .elementor-element.elementor-element-d8c6cc9>.elementor-widget-container {
	padding: 0 0 15px 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-radius: 0 0 0 0
}

.elementor-4514 .elementor-element.elementor-element-001121b .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-001121b .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-001121b .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-001121b .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-001121b .elementor-icon-list-item {
	font-weight: 400;
	line-height: 40px
}

.elementor-4514 .elementor-element.elementor-element-fba6566.elementor-widget-heading .elementor-heading-title {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-fba6566 .elementor-heading-title {
	font-size: 13px
}

.elementor-4514 .elementor-element.elementor-element-fba6566>.elementor-widget-container {
	padding: 0 0 15px 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-radius: 0 0 0 0
}

.elementor-4514 .elementor-element.elementor-element-e058971 .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-e058971 .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-e058971 .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-e058971 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-e058971 .elementor-icon-list-item {
	font-weight: 400;
	line-height: 40px
}

.elementor-4514 .elementor-element.elementor-element-b3ac750.elementor-widget-heading .elementor-heading-title {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-b3ac750 .elementor-heading-title {
	font-size: 13px
}

.elementor-4514 .elementor-element.elementor-element-b3ac750>.elementor-widget-container {
	padding: 0 0 15px 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-radius: 0 0 0 0
}

.elementor-4514 .elementor-element.elementor-element-0978c40 .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-0978c40 .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-0978c40 .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-0978c40 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-0978c40 .elementor-icon-list-item {
	font-weight: 400;
	line-height: 40px
}

.elementor-4514 .elementor-element.elementor-element-d047ddc>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(:last-child) {
	margin-bottom: 0
}

.elementor-4514 .elementor-element.elementor-element-d9e711b.elementor-widget-heading .elementor-heading-title {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-d9e711b .elementor-heading-title {
	font-size: 13px
}

.elementor-4514 .elementor-element.elementor-element-d9e711b>.elementor-widget-container {
	margin: 0 0 15px 0;
	padding: 0 0 15px 15px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-radius: 0 0 0 0
}

.elementor-4514 .elementor-element.elementor-element-ad107e7 .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-ad107e7 .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-ad107e7 .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-ad107e7 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-ad107e7 .elementor-icon-list-item {
	line-height: 40px
}

.elementor-4514 .elementor-element.elementor-element-1d8dffd .elementor-icon-list-icon {
	width: 14px
}

.elementor-4514 .elementor-element.elementor-element-1d8dffd .elementor-icon-list-icon i {
	font-size: 14px
}

.elementor-4514 .elementor-element.elementor-element-1d8dffd .elementor-icon-list-text {
	color: #232323
}

.elementor-4514 .elementor-element.elementor-element-1d8dffd .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #d33
}

.elementor-4514 .elementor-element.elementor-element-1d8dffd .elementor-icon-list-item {
	font-weight: 400;
	line-height: 40px
}

.elementor-4128 .elementor-element.elementor-element-efc9163 {
	background-color: #121026;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 0 0 0
}

.elementor-4128 .elementor-element.elementor-element-efc9163>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-4128 .elementor-element.elementor-element-098937a>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-eed6ee1>.elementor-widget-container {
	padding: 0 30px 0 0
}

.elementor-4128 .elementor-element.elementor-element-7e7a393>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-3e69ed5>.elementor-widget-container {
	padding: 0 40px 0 0
}

.elementor-4128 .elementor-element.elementor-element-0718728>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-94554d0 {
	background-color: #121026;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0 0 20px 0
}

.elementor-4128 .elementor-element.elementor-element-94554d0>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-4128 .elementor-element.elementor-element-241397c .elementor-divider-separator {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #1a182e;
	width: 100%
}

.elementor-4128 .elementor-element.elementor-element-241397c .elementor-divider {
	padding-top: 15px;
	padding-bottom: 15px
}

.elementor-4128 .elementor-element.elementor-element-b242978 {
	padding: 0 0 0 0
}

.elementor-4128 .elementor-element.elementor-element-1660090.elementor-column .elementor-column-wrap {
	align-items: center
}

.elementor-4128 .elementor-element.elementor-element-1660090>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-29e49f1 {
	text-align: left
}

.elementor-4128 .elementor-element.elementor-element-ba7cff0>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-e1dfd86>.elementor-element-populated {
	padding: 0 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-ce40948 {
	text-align: right
}

.elementor-4128 .elementor-element.elementor-element-ce40948 .elementor-social-icon {
	font-size: 16px
}

.elementor-4128 .elementor-element.elementor-element-ce40948 .elementor-social-icon:not(:last-child) {
	margin-right: 10px
}

.elementor-4128 .elementor-element.elementor-element-ce40948>.elementor-widget-container {
	padding: 5px 0 0 0
}

.elementor-4128 .elementor-element.elementor-element-6b0953f {
	background-color: #090818;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px 0 10px 0
}

.elementor-4128 .elementor-element.elementor-element-6b0953f>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-4128 .elementor-element.elementor-element-980cfb5>.elementor-element-populated {
	padding: 10px 15px 0 15px
}

.elementor-4128 .elementor-element.elementor-element-72ce310 {
	color: #fff
}

.elementor-4128 .elementor-element.elementor-element-8bc6a8c>.elementor-element-populated {
	padding: 10px 15px 0 15px
}

@media(min-width:768px) {
	.elementor-4128 .elementor-element.elementor-element-098937a {
		width: 34.387%
	}
	.elementor-4128 .elementor-element.elementor-element-7e7a393 {
		width: 35.536%
	}
	.elementor-4128 .elementor-element.elementor-element-0718728 {
		width: 30.073%
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-4128 .elementor-element.elementor-element-098937a {
		width: 100%
	}
	.elementor-4128 .elementor-element.elementor-element-7e7a393 {
		width: 100%
	}
	.elementor-4128 .elementor-element.elementor-element-0718728 {
		width: 100%
	}
	.elementor-4128 .elementor-element.elementor-element-ba7cff0 {
		width: 60%
	}
	.elementor-4128 .elementor-element.elementor-element-e1dfd86 {
		width: 100%
	}
}

@media(max-width:1024px) {
	.elementor-4128 .elementor-element.elementor-element-eed6ee1>.elementor-widget-container {
		padding: 0 0 25px 0
	}
	.elementor-4128 .elementor-element.elementor-element-3e69ed5>.elementor-widget-container {
		padding: 0 0 30px 0
	}
	.elementor-4128 .elementor-element.elementor-element-ce40948>.elementor-widget-container {
		padding: 30px 0 0 0
	}
}

@media(max-width:767px) {
	.elementor-4128 .elementor-element.elementor-element-9fd0634>.elementor-widget-container {
		padding: 0 15px 0 0
	}
	.elementor-4128 .elementor-element.elementor-element-29e49f1 {
		text-align: center
	}
	.elementor-4128 .elementor-element.elementor-element-29e49f1>.elementor-widget-container {
		padding: 0 0 30px 0
	}
}

.yikes-easy-mc-form {
	display: block;
	width: 100%
}

.yikes-easy-mailchimp-edit-form-link {
	display: block;
	margin-bottom: 1em
}

.yikes-easy-mc-form.yikes-mailchimp-form-inline {
	display: inline-block;
	width: 100%
}

.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=number],
.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=url],
.yikes-easy-mc-form select {
	padding: .5278em;
	background-color: #f1f1f1;
	border: 2px solid rgba(51, 51, 51, .1);
	display: block;
	-moz-box-sizing: border-box;
	margin-bottom: 8px
}

.yikes-easy-mc-form input[type=email]:focus,
.yikes-easy-mc-form input[type=number]:focus,
.yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=url]:focus,
.yikes-easy-mc-form select:focus {
	outline: 2px solid rgba(51, 51, 51, .3);
	outline: 2px solid rgba(51, 51, 51, .3)
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	min-width: 258px
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	display: block;
	width: 100%;
	margin-top: .5em;
	min-height: 40px;
	padding: 10px;
	cursor: pointer
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
	margin-bottom: 1em
}

.yikes-easy-mc-form .empty-form-inline-label .empty-label.labels-hidden {
	display: none
}

.yikes-easy-mc-form .submit-button-inline-label {
	width: 20%;
	min-width: 90px;
	float: left
}

.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
	margin-top: 0;
	margin-bottom: .5em
}

.yikes-easy-mc-form .form-field-description {
	display: block;
	margin-top: .25em;
	margin-bottom: .75em;
	font-style: italic;
	font-weight: 400;
	font-size: 80%
}

.yikes-easy-mc-error-message {
	color: rgba(216, 48, 57, .87);
	background: #ffbaba;
	padding: 12px;
	position: relative
}

.yikes-easy-mc-success-message {
	color: #4f8a10;
	background: #dff2bf;
	padding: 12px;
	position: relative
}

.yikes-easy-mc-form .field-no-label,
.yikes-easy-mc-form label {
	display: inline-block;
	margin-bottom: .5em;
	width: 100%
}

p.yikes-mailchimp-required-interest-group-error {
	color: rgba(216, 48, 57, .87);
	margin: 8px 0
}

.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=number],
.yikes-easy-mc-form input[type=password],
.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=url],
.yikes-easy-mc-form select,
.yikes-easy-mc-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button-image {
	padding: 0;
	width: 16%;
	min-width: 140px;
	max-width: 200px
}

.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button-image {
	width: 100%;
	max-width: 100%
}

.checkbox-parent-label {
	width: 100%;
	display: block
}

.yikes-easy-mc-form .yikes-easy-mc-checkbox-label {
	display: inline-block
}

.mailchimp-field-hidden,
.yikes-easy-mc-display-none {
	display: none!important
}

.yikes-easy-mc-text-align-right {
	text-align: right
}

#yikes-mailchimp-container .yikes-form-title {
	margin-top: 0
}

.yikes-mailchimp-disclaimer-text {
	display: block;
	margin-top: 1em
}

.update-email-preloader,
.yikes-mailchimp-preloader {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto
}

img.yikes-mailchimp-preloader {
	max-height: 40px
}

img.loading-dots.yikes-mc-loading-dots {
	max-height: 20px
}

.g-recaptcha {
	transform: scale(.81);
	-webkit-transform: scale(.81);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin: 7px 0 -3px 0
}

.yikes-mc-required-field-not-filled {
	background-color: #ffbaba!important
}

@media screen and (max-height:575px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(.81);
		-webkit-transform: scale(.81);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0
	}
}

.yikes-easy-mc-form label.option-inline>label {
	display: inline-block;
	float: left;
	width: auto!important;
	margin-right: 15px
}

.yikes-easy-mc-form label.option-height-25 {
	height: 25px
}

.yikes-easy-mc-form label.option-height-50 {
	height: 50px
}

.yikes-easy-mc-form label.option-height-75 {
	height: 75px
}

.yikes-easy-mc-form label.option-height-100 {
	height: 100px
}

.yikes-easy-mc-form label.option-height-125 {
	height: 125px
}

.yikes-easy-mc-form label.option-height-150 {
	height: 150px
}

.yikes-easy-mc-form label.option-2-col>label {
	display: inline-block;
	float: left;
	width: 50%
}

.yikes-easy-mc-form label.option-3-col>label {
	display: inline-block;
	float: left;
	width: 33%
}

.yikes-easy-mc-form label.option-4-col>label {
	display: inline-block;
	float: left;
	width: 25%
}

.yikes-easy-mc-form input.field-left-half,
.yikes-easy-mc-form label.field-left-half {
	width: 48%;
	float: left;
	margin-right: 2%
}

.yikes-easy-mc-form input.field-right-half,
.yikes-easy-mc-form label.field-right-half {
	width: 48%;
	float: right;
	margin-left: 2%
}

.yikes-easy-mc-form input.field-third,
.yikes-easy-mc-form label.field-third {
	width: 32%;
	float: left;
	margin-right: 1.33333%
}

@media only screen and (max-width:525px) {
	.yikes-easy-mc-form input.field-left-half,
	.yikes-easy-mc-form input.field-right-half,
	.yikes-easy-mc-form label.field-left-half,
	.yikes-easy-mc-form label.field-right-half {
		width: 100%
	}
}

@media only screen and (max-width:955px) {
	.yikes-easy-mc-form input.field-third:nth-child(odd),
	.yikes-easy-mc-form label.field-third:nth-child(odd) {
		width: 48%;
		float: left;
		margin-right: 2%
	}
	.yikes-easy-mc-form input.field-third:nth-child(even),
	.yikes-easy-mc-form label.field-third:nth-child(even) {
		width: 48%;
		float: right;
		margin-left: 0
	}
}

@media only screen and (max-width:525px) {
	.yikes-easy-mc-form input.field-third,
	.yikes-easy-mc-form label.field-third {
		width: 100%!important;
		margin-right: 0;
		margin-left: 0;
		float: none
	}
}

@media only screen and (max-width:525px) {
	.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
		min-width: 84%
	}
}