#start-resizable-editor-section {
	display: none
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0!important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code code {
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-columns.has-background {
	padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (max-width:599px) {
	.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - 1em)!important;
		flex-grow: 0
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 2em
	}
}

@media (min-width:782px) {
	.wp-block-column {
		flex-basis: 0%;
		flex-grow: 1
	}
	.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
	.wp-block-column:not(:first-child) {
		margin-left: 2em
	}
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.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
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 290px;
	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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 580px;
	padding: .44em;
	text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .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: .8em;
	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
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.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)) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.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: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.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)) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.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;
		object-fit: cover
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.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) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.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
	}
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.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
	}
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.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
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.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
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.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
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.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
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.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
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.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
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin-bottom: 1em
}

.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 {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	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: 3.25em
}

.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: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100%!important;
		grid-template-columns: 100%!important
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
	color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background-color: #fff
}

.items-justified-left>ul {
	justify-content: flex-start
}

.items-justified-center>ul {
	justify-content: center
}

.items-justified-right>ul {
	justify-content: flex-end
}

.wp-block-navigation-link {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none
}

.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
	display: block
}

.has-child>.wp-block-navigation-link__content {
	padding-right: .5em
}

.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
	flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
	padding-right: .5em
}

@media (min-width:782px) {
	.has-child .wp-block-navigation__container {
		left: 1.5em
	}
	.has-child .wp-block-navigation__container .wp-block-navigation__container {
		left: 100%;
		top: -1px
	}
	.has-child .wp-block-navigation__container .wp-block-navigation__container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}
	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
		transform: rotate(0)
	}
}

.has-child:hover {
	cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.has-child:focus-within {
	cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column
}

.wp-block-navigation-link__content {
	color: inherit;
	text-decoration: none;
	padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
	padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
	color: inherit
}

.wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor
}

@media (min-width:782px) {
	.wp-block-navigation-link__submenu-icon svg {
		transform: rotate(90deg)
	}
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.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-background {
	padding: 1.25em 2.375em
}

p.has-text-color a {
	color: inherit
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0%
}

.wp-block-post-author__name {
	font-weight: 700;
	margin: 0
}

.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: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	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: none
}

.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: 2em
}

.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-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	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: 1.125em;
	text-align: right
}

.wp-block-rss.alignleft {
	margin-right: 2em
}

.wp-block-rss.alignright {
	margin-left: 2em
}

.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search .wp-block-search__label {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}

.wp-block-search .wp-block-search__button {
	margin-left: .625em;
	word-break: normal
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: none!important;
	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: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-custom-logo .aligncenter {
	display: table
}

.wp-block-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-social-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 9999px;
	margin: 0 8px 8px 0;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-social-link {
		transition-duration: 0s
	}
}

.wp-social-link a {
	padding: 6px;
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor
}

.wp-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px
}

.wp-block-spacer {
	clear: both
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	width: 100%
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	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: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

.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] {
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-post-featured-image a {
	display: inline-block
}

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-white-background-color {
	background-color: #fff
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-black-background-color {
	background-color: #000
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-white-color {
	color: #fff
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-black-color {
	color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
	font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 1em
}

.has-medium-font-size {
	font-size: 1.25em
}

.has-large-font-size {
	font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 2.625em
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
	display: none
}

.wp-block-audio figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: .9em;
	color: #1e1e1e;
	padding: .8em 1em;
	border: 1px solid #ddd;
	border-radius: 4px
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.wp-block-pullquote {
	border-top: 4px solid #555;
	border-bottom: 4px solid #555;
	margin-bottom: 1.75em;
	color: #555
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: #555;
	text-transform: uppercase;
	font-size: .8125em;
	font-style: normal
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none
}

.wp-block-navigation-link.wp-block-navigation-link {
	margin: 0
}

.wp-block-quote {
	border-left: .25em solid #000;
	margin: 0 0 1.75em;
	padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	color: #555;
	font-size: .8125em;
	margin-top: 1em;
	position: relative;
	font-style: normal
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: .25em solid #000;
	padding-left: 0;
	padding-right: 1em
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none
}

.wp-block-search .wp-block-search__label {
	font-weight: 700
}

.wp-block-group.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
	opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px
}

.wp-block-table {
	border-collapse: collapse
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em;
	border: 1px solid;
	word-break: normal
}

.wp-block-table figcaption,
.wp-block-video figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.wp-block-template-part.has-background {
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0
}

#end-resizable-editor-section {
	display: none
}

.components-custom-select-control {
	color: #555d66;
	position: relative
}

.components-custom-select-control__label {
	display: block;
	margin-bottom: 5px
}

.components-custom-select-control__button {
	border: 1px solid #7e8993;
	border-radius: 4px;
	color: #555d66;
	display: inline;
	min-height: 30px;
	min-width: 130px;
	position: relative;
	text-align: left
}

.components-custom-select-control__button:focus {
	border-color: #00a0d2
}

.components-custom-select-control__button-icon {
	height: 100%;
	padding: 0 4px;
	position: absolute;
	right: 0;
	top: 0
}

.components-custom-select-control__menu {
	background: #fff;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1000000
}

.components-custom-select-control__item {
	align-items: center;
	display: flex;
	list-style-type: none;
	padding: 10px 5px 10px 25px
}

.components-custom-select-control__item.is-highlighted {
	background: #e2e4e7
}

.components-custom-select-control__item-icon {
	margin-left: -20px;
	margin-right: 0
}

.components-spinner {
	display: inline-block;
	background-color: #7e8993;
	width: 18px;
	height: 18px;
	opacity: .7;
	float: right;
	margin: 5px 11px 0;
	border-radius: 100%;
	position: relative
}

.components-spinner:before {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	transform-origin: 6px 6px;
	-webkit-animation: components-spinner__animation 1s linear infinite;
	animation: components-spinner__animation 1s linear infinite
}

@-webkit-keyframes components-spinner__animation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@keyframes components-spinner__animation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.components-snackbar {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	background-color: #32373c;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	color: #fff;
	padding: 16px 24px;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	cursor: pointer
}

@media (min-width:600px) {
	.components-snackbar {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
}

.components-snackbar:hover {
	background-color: #191e23
}

.components-snackbar:focus {
	background-color: #191e23;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}

.components-snackbar__action.components-button {
	margin-left: 32px;
	color: #fff;
	height: auto;
	flex-shrink: 0;
	line-height: 1.4;
	padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default) {
	text-decoration: underline;
	background-color: transparent
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus {
	color: #fff;
	box-shadow: none;
	outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
	color: #33b3db
}

.components-snackbar__content {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	line-height: 1.4
}

.components-snackbar-list {
	position: absolute;
	z-index: 100000;
	width: 100%;
	box-sizing: border-box
}

.components-snackbar-list__notice-container {
	position: relative;
	padding-top: 8px
}

.wc-block-link-button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	box-shadow: none;
	display: inline;
	text-decoration: underline
}

.wc-block-link-button,
.wc-block-link-button:active,
.wc-block-link-button:focus,
.wc-block-link-button:hover {
	background: transparent
}

.wc-block-suspense-placeholder {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.wc-block-suspense-placeholder>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-suspense-placeholder {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-suspense-placeholder:after {
	content: "\00a0"
}

.wc-block-grid__products .wc-block-grid__product-image {
	text-decoration: none;
	display: block;
	position: relative
}

.wc-block-grid__products .wc-block-grid__product-image a {
	text-decoration: none;
	border: 0;
	outline: 0;
	box-shadow: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
	width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
	font-family: inherit;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block
}

.wc-block-grid__product-price {
	display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	word-break: break-word;
	white-space: normal
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto!important;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	padding: .5em 1em;
	font-size: 1em
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .5em;
	display: inline-block;
	width: auto;
	height: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	font-family: WooCommerce;
	content: "\e031";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: .5em;
	display: inline-block;
	width: auto;
	height: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0
}

.wc-block-grid__product-rating {
	display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	overflow: hidden;
	position: relative;
	width: 5.3em;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	font-family: star;
	font-weight: 400;
	margin: 0 auto;
	text-align: left
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	color: #aaa;
	white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	color: #000;
	white-space: nowrap
}

.wc-block-grid__product-onsale {
	font-size: .875em;
	padding: .25em .75em;
	display: inline-block;
	width: auto;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9;
	position: relative
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	color: #000;
	font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

.wc-block-components-product-add-to-cart-attribute-picker {
	margin: 0;
	flex-basis: 100%
}

.wc-block-components-product-add-to-cart-attribute-picker label {
	display: block;
	font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
	position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
	margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
	min-width: 60%;
	min-height: 1.75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
	margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
	border-color: #d94f4f
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
	outline-color: #d94f4f
}

.wc-block-components-product-add-to-cart {
	margin: 0;
	display: flex;
	flex-wrap: wrap
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
	margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
	display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
	fill: currentColor;
	vertical-align: top;
	width: 1.5em;
	height: 1.5em;
	margin: -.25em 0 -.25em .5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
	margin: 0 1em .75em 0;
	flex-basis: 5em;
	padding: .618em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #43454b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
	text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
	.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
	.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
	.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-grid .wc-block-components-product-add-to-cart {
	justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
	margin: 0
}

.wp-block-button.wc-block-components-product-button {
	word-break: break-word;
	white-space: normal;
	margin-top: 0;
	margin-bottom: 12px
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	word-break: break-word;
	white-space: normal;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 8em;
	min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 8em;
	min-height: 3em
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
		-webkit-animation: none;
		animation: none
	}
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
	background-color: var(--button--color-background);
	color: var(--button--color-text);
	border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
	margin-top: 0;
	margin-bottom: .75em
}

.wc-block-components-product-category-list ul {
	margin: 0;
	padding: 0;
	display: inline
}

.wc-block-components-product-category-list ul li {
	display: inline;
	list-style: none
}

.wc-block-components-product-category-list ul li:after {
	content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
	content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
	margin-top: 0;
	margin-bottom: 12px;
	text-decoration: none;
	display: block;
	position: relative
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
	text-decoration: none;
	border: 0;
	outline: 0;
	box-shadow: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
	vertical-align: middle;
	width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
.wc-block-components-product-image img[hidden] {
	display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
	position: absolute;
	left: 4px;
	top: 4px;
	right: auto;
	margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
	position: absolute;
	top: 4px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
	position: absolute;
	right: 4px;
	top: 4px;
	left: auto;
	margin: 0
}

.is-loading .wc-block-components-product-image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.is-loading .wc-block-components-product-image>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-image {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-rating {
	display: block;
	margin-top: 0;
	margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
	overflow: hidden;
	position: relative;
	width: 5.3em;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	font-family: star;
	font-weight: 400;
	margin: 0 auto;
	text-align: left
}

.wc-block-components-product-rating__stars:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: .5;
	color: #aaa;
	white-space: nowrap
}

.wc-block-components-product-rating__stars span {
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em
}

.wc-block-components-product-rating__stars span:before {
	content: "\53\53\53\53\53";
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	color: #000;
	white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
	margin: 0
}

.wc-block-components-product-sale-badge {
	margin: 0 auto 12px;
	font-size: .875em;
	padding: .25em .75em;
	display: inline-block;
	width: auto;
	border: 1px solid #43454b;
	border-radius: 3px;
	color: #43454b;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 9;
	position: static
}

.wc-block-components-product-sku {
	margin-top: 0;
	margin-bottom: 12px;
	display: block;
	text-transform: uppercase;
	font-size: .875em
}

.wc-block-components-product-stock-indicator {
	margin-top: 0;
	margin-bottom: .75em;
	display: block;
	font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
	color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
	color: #d94f4f
}

.wc-block-components-product-stock-indicator--available-on-backorder,
.wc-block-components-product-stock-indicator--low-stock {
	color: #f0b849
}

.wc-block-components-product-summary {
	margin-top: 0;
	margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: block;
	width: 100%;
	height: 6em
}

.is-loading .wc-block-components-product-summary:before>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-summary:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-tag-list {
	margin-top: 0;
	margin-bottom: .75em
}

.wc-block-components-product-tag-list ul {
	margin: 0;
	padding: 0;
	display: inline
}

.wc-block-components-product-tag-list ul li {
	display: inline;
	list-style: none
}

.wc-block-components-product-tag-list ul li:after {
	content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
	content: ""
}

.wc-block-components-product-title {
	margin-top: 0;
	margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
	line-height: 1.5;
	font-weight: 700;
	padding: 0;
	color: inherit;
	font-size: inherit;
	display: block
}

.is-loading .wc-block-components-product-title:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: inline-block;
	width: 7em
}

.is-loading .wc-block-components-product-title:before>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-title:before {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
	width: 10em
}

.wc-block-components-product-title--align-left {
	text-align: left
}

.wc-block-components-product-title--align-center {
	text-align: center
}

.wc-block-components-product-title--align-right {
	text-align: right
}

.wc-block-components-error {
	display: flex;
	background-color: #f3f3f4;
	border-left: 4px solid #6d6d6d;
	padding: 36px 16px;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.wc-block-components-error__header {
	font-size: 2em;
	font-weight: 700;
	margin: 0
}

.wc-block-components-error__image {
	max-width: 25%
}

.wc-block-components-error__text {
	margin: 0
}

.wc-block-components-error__message {
	margin: 1em 0 0;
	font-style: italic
}

@media (min-width:481px) {
	.wc-block-components-error {
		flex-direction: row
	}
	.wc-block-components-error__image+.wc-block-components-error__content {
		margin-left: 24px
	}
}

.wc-block-components-button:not(.is-link) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	background-color: #1e1e1e;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	min-height: 3em;
	justify-content: center;
	line-height: 1;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	position: relative
}

.wc-block-components-button:not(.is-link):active,
.wc-block-components-button:not(.is-link):disabled,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-button:not(.is-link):hover {
	background-color: #1e1e1e;
	color: #fff
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
	fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -.5em;
	color: inherit;
	box-sizing: content-box
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
	content: " ";
	display: inline-block;
	margin: 0 auto;
	width: 1em;
	height: 1em;
	box-sizing: border-box;
	transform-origin: 50% 50%;
	transform: translateZ(0) scale(.5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 50%;
	border: .2em solid;
	border-left: .2em solid transparent;
	-webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
	animation: wc-block-components-button__spinner__animation 1s linear infinite
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner+.wc-block-components-button__text {
	visibility: hidden
}

@-webkit-keyframes wc-block-components-button__spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@keyframes wc-block-components-button__spinner__animation {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.wc-block-components-form {
	counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
	position: relative;
	border: none;
	padding: 0 0 0 36px;
	background: none;
	margin: 0
}

.is-large .wc-block-components-form .wc-block-components-checkout-step {
	padding-right: 24px
}

.wc-block-components-checkout-step__container {
	position: relative
}

.wc-block-components-checkout-step__content {
	padding-bottom: 1.5em
}

.wc-block-components-form .wc-block-components-checkout-step:disabled {
	opacity: .6
}

.wc-block-components-checkout-step__heading {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	margin: .75em 0 1em;
	position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
	margin-top: 0
}

.wc-block-components-checkout-step__title {
	margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
	font-size: .75em;
	position: absolute;
	right: 0
}

.wc-block-components-checkout-step__heading-content a {
	font-weight: 700;
	color: inherit
}

.wc-block-components-checkout-step__description {
	font-size: .875em;
	line-height: 1.25;
	margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	counter-increment: checkout-step;
	content: " " counter(checkout-step) ".";
	content: " " counter(checkout-step) "."/"";
	position: absolute;
	width: 36px;
	left: -18px;
	top: 0;
	text-align: center;
	transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	content: "";
	height: 100%;
	border-left: 1px solid;
	opacity: .3;
	position: absolute;
	left: -18px;
	top: 0
}

.wc-block-components-checkout-step--with-step-number:last-of-type .wc-block-components-checkout-step__container:after {
	content: none
}

.wc-block-components-order-summary .wc-blocks-components-panel__button {
	margin-top: 0;
	padding-top: 0
}

.wc-block-components-order-summary__content {
	display: table;
	width: 100%
}

.wc-block-components-order-summary-item {
	position: relative;
	display: table-row;
	padding-bottom: 1px;
	width: 100%
}

.wc-block-components-order-summary-item:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-order-summary-item:last-child>div {
	padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
	display: none
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
	display: table-cell;
	vertical-align: top
}

.wc-block-components-order-summary-item__image {
	width: 48px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative
}

.wc-block-components-order-summary-item__image>img {
	width: 48px;
	max-width: 48px
}

.wc-block-components-order-summary-item__quantity {
	font-size: .75em;
	align-items: center;
	background: #fff;
	border: 2px solid;
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	line-height: 1;
	min-height: 20px;
	padding: 0 .4em;
	position: absolute;
	justify-content: center;
	min-width: 20px;
	right: 0;
	top: 16px;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1
}

.wc-block-components-order-summary-item__description {
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.375
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
	line-height: 1.375;
	margin-top: 4px
}

.wc-block-components-order-summary-item__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.wc-block-components-payment-method-icons {
	display: block;
	text-align: center;
	margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	display: inline-block;
	margin: 0 4px 2px;
	padding: 0;
	width: auto;
	height: 24px;
	vertical-align: middle
}

.wc-block-components-payment-method-icons--align-left {
	text-align: left
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
	margin-left: 0;
	margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
	text-align: right
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
	margin-right: 0;
	margin-left: 8px
}

.wc-block-components-payment-method-icons:last-child {
	margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 16px
}

.wc-block-components-payment-method-label--with-icon {
	display: inline-block;
	vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
	vertical-align: middle;
	margin: -2px 4px 0 0
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
	display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
	font-size: .75em;
	text-align: center;
	list-style: none outside;
	line-height: 1;
	margin: 24px 0
}

.wc-block-components-checkout-policies__item {
	list-style: none outside;
	display: inline-block;
	padding: 0 .25em;
	margin: 0
}

.wc-block-components-checkout-policies__item:not(:first-child) {
	border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item>a {
	color: inherit;
	padding: 0 .25em
}

.wc-block-components-product-badge {
	font-size: .75em;
	border-radius: 2px;
	border: 1px solid;
	display: inline-block;
	font-weight: 600;
	padding: 0 .66em;
	text-transform: uppercase;
	white-space: nowrap
}

.wc-block-components-product-metadata {
	font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	margin: .25em 0 0
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}

.wc-block-components-checkout-return-to-cart-button {
	box-shadow: none;
	color: inherit;
	padding-left: calc(24px + .25em);
	position: relative;
	text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%
}

.wc-block-components-shipping-calculator-address {
	margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
	width: 100%;
	margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
	padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
	margin: 0
}

.wc-block-components-shipping-rates-control__package-items {
	font-size: .875em;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
	display: inline-block;
	margin: 0;
	padding: 0
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
	content: ", ";
	white-space: pre
}

.components-notice.wc-block-components-shipping-rates-control__no-results-notice {
	margin-bottom: 0
}

.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content {
	padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
	display: flex;
	margin-bottom: 0;
	width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	margin-bottom: 0;
	margin-top: 0;
	flex-grow: 1
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	height: 48px;
	flex-shrink: 0;
	margin-left: 8px;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap
}

.wc-block-components-totals-coupon__content {
	flex-direction: column;
	position: relative
}

.wc-block-components-totals-coupon__content .wc-block-components-validation-error {
	margin-top: 8px;
	position: relative;
	width: 100%
}

.wc-block-components-totals-discount__coupon-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-weight: 400
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	margin-bottom: 0
}

.wc-block-components-totals-item {
	display: flex;
	flex-wrap: wrap;
	padding: .75em 0;
	width: 100%
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
	font-weight: 700
}

.wc-block-components-totals-item__value {
	white-space: nowrap
}

.wc-block-components-totals-item__description {
	font-size: .875em;
	width: 100%
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
	flex-basis: 100%;
	text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout:last-child:after,
.wc-block-components-totals-shipping .wc-block-components-radio-control__option:last-child:after {
	display: none
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
	margin-bottom: .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
	background: transparent;
	opacity: .8
}

.wc-block-components-totals-shipping .wc-blocks-components-panel:last-child:after {
	border-bottom-width: 0
}

.wc-block-components-totals-taxes {
	position: relative
}

.wc-block-components-totals-taxes:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-checkbox {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	display: flex;
	height: 1em;
	position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid;
	border-radius: 2px;
	height: 1.125em;
	width: 1.125em;
	margin: 0;
	min-height: 18px;
	min-width: 18px;
	overflow: hidden;
	position: static;
	vertical-align: middle;
	background-color: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: currentColor;
	border-color: currentColor
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
	display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-color: hsla(0, 0%, 100%, .6);
	background-color: transparent
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: transparent;
	border-color: hsla(0, 0%, 100%, .6)
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #fff;
	position: absolute;
	left: .0625em;
	top: -.125em;
	width: 1em;
	height: 1em
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
	padding-left: 8px;
	vertical-align: middle
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.wc-block-components-checkbox__mark {
		display: none
	}
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
	background-color: #fff;
	border-color: var(--form--border-color);
	position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
	background-color: #fff;
	border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
	display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
	margin: 0;
	padding: 0;
	list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none outside
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
	background: none;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
	.wc-block-components-checkbox-list.is-loading li {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-chip {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	border: 0;
	display: inline-flex;
	padding: .125em .5em .25em;
	margin: 0 .365em .365em 0;
	border-radius: 0;
	line-height: 1;
	max-width: 100%
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
	background: #e0e0e0;
	color: #1e1e1e
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
	border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
	border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
	border-radius: 2em;
	padding-left: .75em;
	padding-right: .75em
}

.wc-block-components-chip .wc-block-components-chip__text {
	flex-grow: 1
}

.wc-block-components-chip.is-removable {
	padding-right: .5em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
	padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__remove {
	font-size: .75em;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
	vertical-align: middle
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
	fill: #d94f4f
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
	fill: #949494;
	cursor: not-allowed
}

.wc-block-components-country-input {
	margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
	max-width: 300px;
	position: relative;
	width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
	background: #fff;
	border: 1px solid #8d96a0;
	color: #2b2d2f;
	align-items: center;
	border-radius: 4px;
	cursor: text;
	display: flex;
	flex-wrap: wrap;
	padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
	background-color: #e0e0e0
}

.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper {
	padding: 2px 4px
}

.is-open>.wc-block-components-dropdown-selector__input-wrapper {
	border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
	font-size: .875em;
	line-height: 1.28571;
	margin: .1875em 0;
	min-width: 0;
	padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
	width: 100%
}

.is-single .wc-block-components-dropdown-selector__input:active,
.is-single .wc-block-components-dropdown-selector__input:focus,
.is-single .wc-block-components-dropdown-selector__input:hover {
	outline: 0
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
	margin-bottom: 1.5px;
	margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important;
	position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
	flex: 1;
	min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input,
.is-single .wc-block-components-dropdown-selector__input:first-child {
	background: transparent;
	border: 0
}

.is-multiple .wc-block-components-dropdown-selector__input:active,
.is-multiple .wc-block-components-dropdown-selector__input:focus,
.is-multiple .wc-block-components-dropdown-selector__input:hover,
.is-single .wc-block-components-dropdown-selector__input:first-child:active,
.is-single .wc-block-components-dropdown-selector__input:first-child:focus,
.is-single .wc-block-components-dropdown-selector__input:first-child:hover {
	outline: 0
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
	background-color: transparent;
	border: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
	background-color: transparent;
	text-decoration: none
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
	font-size: .875em;
	align-items: center;
	color: #757575;
	display: inline-flex;
	margin: .1875em 0;
	padding: .1875em 0;
	width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
	flex-grow: 1;
	line-height: 1.28571;
	padding: 0;
	text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
	background-color: transparent;
	border: 0;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 .3em
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg {
	display: block
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
	font-size: .875em;
	margin-top: .1875em;
	margin-bottom: .1875em;
	line-height: 1.28571
}

.wc-block-components-dropdown-selector__list {
	background-color: #fff;
	margin: -1px 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1
}

.wc-block-components-dropdown-selector__list:not(:empty) {
	border: 1px solid #9f9f9f
}

.wc-block-components-dropdown-selector__list-item {
	font-size: .875em;
	color: #757575;
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0 4px
}

.wc-block-components-dropdown-selector__list-item.is-selected {
	background-color: #ddd
}

.wc-block-components-dropdown-selector__list-item.is-highlighted,
.wc-block-components-dropdown-selector__list-item:active,
.wc-block-components-dropdown-selector__list-item:focus,
.wc-block-components-dropdown-selector__list-item:hover {
	background-color: #00669e;
	color: #fff
}

.wc-block-components-filter-submit-button {
	display: block;
	margin-left: auto;
	white-space: nowrap
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap
}

.wc-block-components-load-more {
	text-align: center;
	width: 100%
}

.wc-block-components-loading-mask {
	position: relative;
	min-height: 34px
}

.wc-block-components-loading-mask .components-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask__children {
	opacity: .5
}

.wc-block-components-pagination {
	margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
	font-size: 1em;
	color: #333;
	display: inline-block;
	font-weight: 400
}

.wc-block-components-pagination__page {
	border-color: transparent;
	padding: .3em .6em;
	min-width: 2.2em
}

@media (max-width:782px) {
	.wc-block-components-pagination__page {
		padding: .1em .2em;
		min-width: 1.6em
	}
}

.wc-block-components-pagination__page:not(.toggle) {
	background-color: transparent
}

.wc-block-components-pagination__ellipsis {
	padding: .3em
}

@media (max-width:782px) {
	.wc-block-components-pagination__ellipsis {
		padding: .1em
	}
}

.wc-block-components-pagination__page--active[disabled] {
	color: #333;
	font-weight: 700;
	opacity: 1!important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
	background-color: inherit;
	color: #333;
	opacity: 1!important
}

.wc-blocks-components-panel.has-border {
	position: relative
}

.wc-blocks-components-panel.has-border:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-blocks-components-panel.has-border+.wc-blocks-components-panel.has-border:after {
	border-top-width: 0
}

.wc-blocks-components-panel__button {
	border: 0;
	border-radius: 0;
	vertical-align: baseline;
	height: auto;
	line-height: 1;
	margin: .375em 0;
	padding: .375em 32px .375em 0;
	position: relative;
	text-align: left;
	width: 100%
}

.wc-blocks-components-panel__button,
.wc-blocks-components-panel__button:active,
.wc-blocks-components-panel__button:focus,
.wc-blocks-components-panel__button:hover {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	background: transparent;
	box-shadow: none
}

.wc-blocks-components-panel__button>.wc-blocks-components-panel__button-icon {
	fill: currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto
}

.wc-blocks-components-panel__content {
	padding-bottom: 1em;
	overflow: auto
}

.theme-twentyseventeen .wc-blocks-components-panel__button,
.theme-twentytwenty .wc-blocks-components-panel__button {
	background: transparent;
	color: inherit
}

.wc-block-components-express-payment {
	margin: auto;
	position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
	margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
	width: 100%;
	height: 48px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
	display: flex;
	flex-direction: row;
	left: 0;
	position: absolute;
	right: 0;
	top: -5px;
	vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
	border-left: 1px solid;
	border-top: 1px solid;
	border-radius: 5px 0 0 0;
	content: "";
	display: block;
	height: 4px;
	margin-right: 12px;
	opacity: .3;
	pointer-events: none;
	width: 22px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
	border-right: 1px solid;
	border-top: 1px solid;
	border-radius: 0 5px 0 0;
	content: "";
	display: block;
	height: 4px;
	margin-left: 12px;
	opacity: .3;
	pointer-events: none;
	flex-grow: 1
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
	flex-grow: 0;
	transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
	position: relative;
	margin-top: calc(.75em + 5px);
	padding: 1.5em 35px 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
	border-style: solid;
	border-width: 0 1px 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 5px 5px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
	margin-bottom: 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li {
	display: inline-block;
	width: 50%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n) {
	padding-left: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd) {
	padding-right: 8px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
	padding-bottom: 16px;
	text-align: center;
	width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
	padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 36px;
	margin: 24px 0
}

.wc-block-components-express-payment-continue-rule:before {
	margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
	margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
	content: " ";
	flex: 1;
	border-bottom: 1px solid;
	opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
	margin: 16px 0;
	text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
	display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
	padding-left: 12px;
	padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
	margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
	pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
	display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
	display: block;
	margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
	margin-bottom: 16px
}

.wc-block-card-elements {
	display: flex;
	width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
	position: static
}

.wc-block-gateway-container {
	position: relative;
	margin-bottom: 1.5em;
	white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
	flex-basis: 15em;
	flex-grow: 1;
	min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
	font-size: 1em;
	line-height: 1.375;
	background-color: #fff;
	padding: .75em 0 .75em 16px;
	border-radius: 4px;
	border: 1px solid #8d96a0;
	width: 100%;
	font-family: inherit;
	margin: 0;
	box-sizing: border-box;
	height: 3em;
	color: #2b2d2f;
	cursor: text
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
	background-color: #fff
}

.wc-block-gateway-container label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	font-size: 1em;
	line-height: 1.375;
	position: absolute;
	transform: translateY(.75em);
	left: 0;
	top: 0;
	transform-origin: top left;
	color: #757575;
	transition: transform .2s ease;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 24px);
	cursor: text
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-gateway-container label {
		transition: none
	}
}

.wc-block-gateway-container.wc-inline-card-element label {
	margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
	margin-left: 16px;
	transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
	position: static;
	margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
	padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
	transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
	border-color: #d94f4f
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
	outline-color: #d94f4f
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
	color: #d94f4f
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
	line-height: 16px;
	padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
	min-height: 28px
}

.wc-blocks-credit-card-images {
	padding-top: 12px;
	display: flex
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon {
	height: 18px;
	width: auto;
	margin-right: 12px
}

.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon:last-child {
	margin-right: 0
}

.wc-block-components-checkout-payment-methods * {
	pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
	flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
	flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: calc(50% - 8px);
	margin-left: 0;
	margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: calc(50% - 8px);
	margin-left: 8px
}

.wc-block-components-price-slider {
	margin-bottom: 24px
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
	justify-content: flex-end
}

.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
	margin-left: 0;
	margin-right: 10px
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	pointer-events: none;
	max-width: 100%;
	box-shadow: none
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount>*,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button>*,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button>*,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
	.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
	.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
	.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
	.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	-webkit-animation: none;
	animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 9px;
	clear: both;
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	background: #e1e1e1;
	margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	--track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #af7dd1;
	background: var(--track-background)
}

.wc-block-components-price-slider__controls {
	display: flex
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	margin: 0;
	border-radius: 4px;
	width: auto;
	max-width: 100px;
	min-width: 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
	margin-right: 10px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
	margin-left: auto
}

.wc-block-components-price-slider__range-input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	pointer-events: none;
	outline: none!important;
	position: absolute;
	left: 0;
	top: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -6px 0 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	transform: scale(1.1)
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 26px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23757575' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23757575' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23757575' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23757575' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
	transform: scale(1.1)
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background-position-y: -21px;
	filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	margin-left: -2px;
	background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 4px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: #af7dd1;
	background: var(--track-background)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: transparent;
		box-shadow: none;
		height: 24px
	}
	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		width: 100%;
		top: 7px
	}
	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto
	}
	.wc-block-components-price-slider__range-input::-ms-track {
		background: transparent;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent
	}
	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: transparent
	}
	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none
	}
	.wc-block-components-price-slider__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto
	}
	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: transparent
	}
	.is-disabled .wc-block-components-price-slider__range-input-wrapper,
	.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: var(--global--color-primary, #e0e0e0)!important;
		color: var(--global--color-primary, #e0e0e0)!important;
		outline: 0!important;
		border: 0!important;
		pointer-events: none;
		max-width: 100%;
		box-shadow: none
	}
	.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
	.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden
	}
}

@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce) {
	.is-disabled .wc-block-components-price-slider__range-input-wrapper,
	.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

@supports (-ms-ime-align:auto) {
	.wc-block-components-price-slider__range-input-wrapper {
		background: transparent;
		box-shadow: none;
		height: 24px
	}
	.wc-block-components-price-slider__range-input-progress {
		background: #af7dd1;
		width: 100%;
		top: 7px
	}
	.wc-block-components-price-slider__range-input {
		height: 24px;
		pointer-events: auto
	}
	.wc-block-components-price-slider__range-input::-ms-track {
		background: transparent;
		border-color: transparent;
		border-width: 7px 0;
		color: transparent
	}
	.wc-block-components-price-slider__range-input::-ms-fill-lower {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-components-price-slider__range-input::-ms-fill-upper {
		background: transparent
	}
	.wc-block-components-price-slider__range-input::-ms-tooltip {
		display: none
	}
	.wc-block-components-price-slider__range-input::-ms-thumb {
		transform: translate(1px);
		pointer-events: auto
	}
	.wc-block-components-price-slider__range-input--max::-ms-fill-upper {
		background: #e1e1e1;
		box-shadow: inset 0 0 0 1px #b8b8b8
	}
	.wc-block-components-price-slider__range-input--max::-ms-fill-lower {
		background: transparent
	}
	.is-disabled .wc-block-components-price-slider__range-input-wrapper,
	.is-loading .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: loading-fade 1.2s ease-in-out infinite;
		animation: loading-fade 1.2s ease-in-out infinite;
		background-color: var(--global--color-primary, #e0e0e0)!important;
		color: var(--global--color-primary, #e0e0e0)!important;
		outline: 0!important;
		border: 0!important;
		pointer-events: none;
		max-width: 100%;
		box-shadow: none
	}
	.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,
	.is-loading .wc-block-components-price-slider__range-input-wrapper>* {
		visibility: hidden
	}
	@media screen and (prefers-reduced-motion:reduce) {
		.is-disabled .wc-block-components-price-slider__range-input-wrapper,
		.is-loading .wc-block-components-price-slider__range-input-wrapper {
			-webkit-animation: none;
			animation: none
		}
	}
	.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
		-webkit-animation: none;
		animation: none
	}
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
	background: transparent;
	border: 3px solid;
	box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
	--range-color: currentColor;
	margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
	background: transparent;
	margin: -3px;
	width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
	filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
	margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
	border-color: transparent!important
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
		border: 0;
		height: auto;
		position: relative;
		height: 50px
	}
	.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
		display: none
	}
	.theme-twentytwentyone .wc-block-price-filter__range-input {
		height: 100%;
		margin: 0;
		width: 100%
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.wc-block-grid {
	text-align: center
}

.wc-block-grid__no-products {
	padding: 40px;
	text-align: center;
	width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
	max-width: 150px;
	margin: 0 auto 1em;
	display: block;
	color: inherit
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	margin: 0;
	font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-grid__products {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -8px 16px;
	background-clip: padding-box
}

.wc-block-grid__product {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	position: relative;
	text-align: center;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid transparent;
	list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
	display: flex;
	flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
	flex: 1 0 100%;
	max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
	flex: 1 0 50%;
	max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 1 0 33.33333%;
	max-width: 33.33333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 25%;
	max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
	flex: 1 0 20%;
	max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
	flex: 1 0 16.66667%;
	max-width: 16.66667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
	flex: 1 0 14.28571%;
	max-width: 14.28571%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
	flex: 1 0 12.5%;
	max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
	font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
	font-size: .92em
}

@media (max-width:480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-3-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-6-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-7-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
	.wc-block-grid.has-8-columns .wc-block-grid__products {
		display: block
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 100%;
		padding: 0
	}
}

@media (min-width:481px) and (max-width:600px) {
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0;
		margin: 0 0 24px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px
	}
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
		left: 8px
	}
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left
}

.wc-block-components-product-price--align-center {
	display: block;
	text-align: center
}

.wc-block-components-product-price--align-right {
	display: block;
	text-align: right
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	content: ".";
	display: inline-block;
	width: 5em
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-price:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-components-product-sort-select {
	margin-bottom: 24px;
	text-align: left
}

.wc-block-components-quantity-selector {
	display: flex;
	min-width: 100px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	box-sizing: content-box
}

.has-dark-controls .wc-block-components-quantity-selector {
	background-color: transparent;
	border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-size: 1em;
	order: 2;
	min-width: 40px;
	flex: 1 1 auto;
	border: 0;
	padding: .4em 0;
	margin: 0;
	text-align: center;
	background: transparent;
	box-shadow: none;
	color: #000;
	line-height: 1;
	vertical-align: middle;
	-moz-appearance: textfield
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	background: #f0f0f0;
	outline: 1px solid #ddd
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	color: #949494
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	color: #fff;
	background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	background: transparent
}

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none;
	font-size: 1em;
	min-width: 30px;
	cursor: pointer;
	color: #1e1e1e;
	font-style: normal;
	text-align: center
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none;
	color: #1e1e1e
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
	outline: 2px solid #ddd
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	color: #949494;
	cursor: default;
	border: 0;
	padding: 0;
	margin: 0;
	background: none transparent;
	box-shadow: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
	outline: 2px solid #ddd
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	color: #fff
}

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	color: hsla(0, 0%, 100%, .3)
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
	order: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
	order: 3
}

.wc-block-components-radio-control__option {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	position: relative;
	display: block;
	padding: 12px 12px 0 72px
}

.wc-block-components-radio-control__option:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-radio-control__option-layout {
	position: relative;
	display: table;
	width: 100%;
	padding-bottom: 12px
}

.wc-block-components-radio-control__option-layout:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
	display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
	display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
	display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	text-align: right;
	min-width: 50%
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
	line-height: 20px;
	line-height: max(1rem, 20px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
	font-size: .875em;
	line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 2px solid;
	border-radius: 50%;
	display: inline-block;
	height: 1.25rem;
	left: 24px;
	min-height: 20px;
	min-width: 20px;
	position: absolute;
	top: 12px;
	width: 1.25rem
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	display: block;
	height: .625em;
	left: 50%;
	margin: 0;
	min-height: 10px;
	min-width: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .625em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
	border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: #fff
}

@media (min-width:783px) {
	.wc-block-components-radio-control .wc-block-components-radio-control__input {
		height: 1rem;
		margin-top: 2px;
		min-height: 16px;
		min-width: 16px;
		width: 1rem
	}
	.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
		height: .5em;
		min-height: 8px;
		min-width: 8px;
		width: .5em
	}
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
	display: none
}

.is-loading .wc-block-components-review-list-item__text {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	width: 60%
}

.is-loading .wc-block-components-review-list-item__text>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__text {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-components-review-list-item__text:after {
	content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
	content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	font-size: 1em;
	width: 80px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
	content: "\00a0"
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
	display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	height: 1em;
	width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
		-webkit-animation: none;
		animation: none
	}
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
	content: "\00a0"
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
	margin: 0 0 48px;
	list-style: none
}

.wc-block-components-review-list-item__info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
	-ms-grid-columns: 64px 1fr;
	grid-template-columns: 64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
	-ms-grid-column: 2;
	grid-column: 2
}

.wc-block-components-review-list-item__image {
	align-items: center;
	display: flex;
	height: 48px;
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	justify-content: center;
	position: relative;
	width: 48px
}

.wc-block-components-review-list-item__image>img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto
}

.wc-block-components-review-list-item__verified {
	width: 21px;
	height: 21px;
	text-indent: 21px;
	margin: 0;
	line-height: 21px;
	overflow: hidden;
	position: absolute;
	right: -7px;
	bottom: -7px
}

.wc-block-components-review-list-item__verified:before {
	width: 21px;
	height: 21px;
	background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
	display: block;
	content: ""
}

.wc-block-components-review-list-item__meta {
	display: flex;
	align-items: center;
	flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
	order: 3;
	content: "";
	flex-basis: 100%
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
	display: block;
	font-weight: 700;
	order: 1;
	margin-right: 8px
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
	font-weight: 400;
	color: grey;
	order: 4
}

.wc-block-components-review-list-item__published-date {
	color: grey;
	order: 5
}

.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border-right: 1px solid #ddd;
	height: 1em;
	vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
	display: none
}

.wc-block-components-review-list-item__rating {
	order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	font-size: 1em;
	display: inline-block;
	top: 0;
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
	vertical-align: top
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #e6a237
}

.editor-styles .wc-block-components-review-list,
.wc-block-components-review-list {
	margin: 0
}

.wc-block-components-review-sort-select {
	text-align: right
}

.wc-block-components-select {
	height: 3em;
	position: relative
}

.wc-block-components-select label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	font-size: 1em;
	line-height: 1.375;
	position: absolute;
	transform: translateY(.75em);
	transform-origin: top left;
	transition: all .2s ease;
	color: #757575;
	z-index: 1;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 32px);
	white-space: nowrap
}

.has-dark-controls .wc-block-components-select label {
	color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-select label {
		transition: none
	}
}

.wc-block-components-select.is-active label {
	transform: translateY(4px) scale(.75)
}

.wc-block-components-select.has-error .components-custom-select-control__button,
.wc-block-components-select.has-error .components-custom-select-control__button:active,
.wc-block-components-select.has-error .components-custom-select-control__button:focus,
.wc-block-components-select.has-error .components-custom-select-control__button:hover {
	border-color: #d94f4f
}

.wc-block-components-select.has-error .components-custom-select-control__button:focus {
	outline: 1px dotted #d94f4f;
	outline-offset: 2px
}

.wc-block-components-select.has-error label {
	color: #d94f4f
}

.wc-block-components-select .components-custom-select-control__button,
.wc-block-components-select .components-custom-select-control__button:active,
.wc-block-components-select .components-custom-select-control__button:focus,
.wc-block-components-select .components-custom-select-control__button:hover {
	font-size: 1em;
	background-color: #fff;
	box-shadow: none;
	color: #2b2d2f;
	font-family: inherit;
	font-weight: 400;
	height: 3em;
	letter-spacing: inherit;
	line-height: 1;
	overflow: hidden;
	padding: 1.5em 16px .25em;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
	width: 100%
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__button,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:active,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.wc-block-components-select .components-custom-select-control__button-icon {
	right: 12px
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
	fill: #fff
}

.wc-block-components-select .components-custom-select-control__menu {
	background-color: #fff;
	margin: 0;
	max-height: 300px;
	overflow: auto
}

.wc-block-components-select .components-custom-select-control__menu:empty {
	display: none
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
	background-color: #1e1e1e;
	color: #fff
}

.wc-block-components-select .components-custom-select-control__item {
	font-size: 1em;
	margin-left: 0;
	padding-left: 16px
}

.has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted,
.has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus,
.has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
	background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-select .components-custom-select-control__item-icon {
	display: none
}

.wc-block-components-sidebar-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	padding-right: 3.77358%;
	width: 65%
}

.wc-block-components-sidebar {
	box-sizing: border-box;
	margin: 0;
	padding-left: 2.26415%;
	width: 35%
}

.wc-block-components-sidebar .wc-blocks-components-panel>h2 {
	font-size: 1.25em;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
	flex-direction: column;
	margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 0;
	width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.is-large .wc-block-components-sidebar .wc-blocks-components-panel {
	padding-left: 16px;
	padding-right: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel>h2 {
	font-size: 1.25em;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

.wc-block-components-sort-select {
	margin-bottom: 12px
}

.wc-block-components-sort-select__label {
	margin-right: 12px;
	display: inline-block;
	font-weight: 400
}

.wc-block-components-sort-select__select {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.wc-block-components-state-input {
	margin-top: 1.5em
}

.wc-block-components-notices {
	display: block;
	margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
	margin: 0;
	display: flex;
	flex-wrap: nowrap
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
	background: transparent none;
	padding: 0;
	margin: 0 0 0 .5em;
	border: 0;
	outline: 0;
	color: #fff
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
	fill: #fff;
	vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
	margin-top: 1em
}

.wc-block-components-notices__snackbar {
	position: fixed;
	bottom: 20px;
	left: 16px;
	width: auto
}

@media (max-width:782px) {
	.wc-block-components-notices__snackbar {
		position: fixed;
		top: 10px;
		left: 0;
		bottom: auto
	}
}

@media (max-width:782px) {
	.wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
		margin-left: 10px;
		margin-right: 10px
	}
}

.wc-block-components-tabs .wc-block-components-tabs__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
	border: none;
	flex: auto;
	background: transparent;
	padding: 12px 16px;
	color: inherit;
	outline-offset: -1px;
	text-align: center;
	transition: box-shadow .1s linear;
	box-shadow: inset 0 -1px currentColor;
	border-radius: 0
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
	box-shadow: inset 0 -3px currentColor;
	font-weight: 600;
	position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
	outline-offset: -1px;
	outline: 1px dotted currentColor
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
	background: transparent
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
	font-size: 1em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	font-weight: 700
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
	height: 1.2em;
	vertical-align: middle;
	margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
	margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 1.2em;
	vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
	padding: 16px 0;
	text-transform: none
}

.wc-block-components-text-input {
	position: relative;
	margin-top: 1.5em;
	white-space: nowrap
}

.wc-block-components-text-input label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	font-size: 1em;
	position: absolute;
	transform: translateY(.75em);
	left: 0;
	top: 0;
	transform-origin: top left;
	line-height: 1.375;
	color: #757575;
	transition: transform .2s ease;
	margin: 0 0 0 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 32px);
	cursor: text
}

.has-dark-controls .wc-block-components-text-input label {
	color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-text-input label {
		transition: none
	}
}

.wc-block-components-text-input input:-webkit-autofill+label {
	transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input.is-active label {
	transform: translateY(4px) scale(.75)
}

.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	font-size: 1em;
	background-color: #fff;
	padding: .75em 16px;
	border-radius: 4px;
	border: 1px solid #8d96a0;
	width: 100%;
	line-height: 1.375;
	font-family: inherit;
	margin: 0;
	box-sizing: border-box;
	height: 3em;
	min-height: 0;
	color: #2b2d2f
}

.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
	background-color: #fff
}

.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
	padding: 1.5em 0 .25em 16px
}

.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
	border-color: #d94f4f
}

.wc-block-components-text-input.has-error input:focus {
	outline: 1px dotted #d94f4f;
	outline-offset: 2px
}

.wc-block-components-text-input.has-error label {
	color: #d94f4f
}

.wc-block-components-text-input:only-child {
	margin-top: 0
}

.wc-block-components-textarea {
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #8d96a0;
	border-radius: 4px;
	color: #2b2d2f;
	font-family: inherit;
	line-height: 1.375;
	margin: 0;
	padding: .75em 16px;
	width: 100%
}

.has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, .1);
	border-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
	color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, .1);
	color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 1.25em
}

.wc-block-components-validation-error {
	font-size: .75em;
	color: #d94f4f;
	max-width: 100%;
	position: absolute;
	top: calc(100% - 1px);
	white-space: normal
}

.wc-block-components-validation-error>p {
	align-items: center;
	display: flex;
	line-height: 12px;
	margin: 0;
	min-height: 24px;
	padding: 0
}

.wc-block-components-select+.wc-block-components-validation-error {
	margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px
}

.wc-block-cart__submit {
	position: relative
}

.wc-block-cart__submit-container {
	padding-bottom: 16px
}

.wc-block-cart__submit-button {
	width: 100%;
	margin: 0 0 16px
}

.wc-block-cart__submit-button:last-child {
	margin-bottom: 0
}

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),
.is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),
.is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0
}

@media (min-width:783px) {
	.wc-block-cart__submit-container--sticky {
		display: none
	}
}

@media (max-width:782px) {
	.wc-block-cart__submit-container--sticky {
		background: #fff;
		bottom: 0;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999
	}
	.wc-block-cart__submit-container--sticky:before {
		box-shadow: 0 -10px 20px 10px currentColor;
		color: hsla(0, 0%, 80%, .5);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
	font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
	white-space: nowrap
}

.wc-block-cart .wc-block-components-product-name {
	color: inherit
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
	margin-top: 0
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
	background: none!important;
	border: 0;
	margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
	table-layout: fixed;
	width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: .75em;
	text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
	width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: hidden;
	min-width: 300px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity {
	width: 116px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	width: 100px;
	text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	width: 100%;
	margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-decoration: underline;
	font-size: .75em;
	text-transform: none;
	white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	background: transparent;
	box-shadow: none;
	display: inline;
	text-decoration: underline;
	fill: currentColor;
	position: absolute;
	top: 16px;
	right: 0;
	display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover {
	background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: 1em;
	text-align: right;
	line-height: 1.25
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
	display: block
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
	opacity: .5;
	pointer-events: none;
	transition: opacity .2s ease
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 84px;
	display: inline-block
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading h2 span,
	.wc-block-cart--is-loading th span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after {
	content: "\00a0"
}

.wc-block-cart--is-loading h2 span {
	min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata>*,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-width: 84px;
	display: inline-block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
	content: "\00a0"
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
	margin-top: .25em;
	min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-icon,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
	visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
	display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>div,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>span {
	display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
	display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
	content: "\00a0"
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
	content: "\00a0"
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: flex
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
	padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
	display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 132px;
	grid-template-columns: 80px 132px;
	padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 2;
	grid-column-end: 4;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-column-align: stretch;
	justify-self: stretch;
	margin-right: 24px;
	padding-bottom: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	vertical-align: bottom;
	padding-right: 16px;
	-ms-grid-row-align: end;
	align-self: end;
	padding-top: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon {
	display: block
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/span 2;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-align: end;
	align-self: end;
	-ms-grid-column-align: end;
	justify-self: end;
	padding-bottom: .375em
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	display: inline-block
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge {
	display: none
}

.is-large.wc-block-cart .wc-block-cart-items {
	position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
	border-style: solid;
	border-width: 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: .25rem 16px .25rem 0;
	white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
	position: relative;
	padding: 16px 16px 16px 0;
	vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
	border-style: solid;
	border-width: 1px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child,
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 0
}

.is-large.wc-block-cart .wc-block-components-radio-control__option {
	padding-left: 24px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
	left: 0
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel),
.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__totals-title {
	padding-left: 16px;
	padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
	padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
	display: none
}

.wp-block-woocommerce-cart {
	margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
	margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
	pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
	display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
	background-color: #1e1e1e;
	color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
	display: block;
	margin: .25em 0 1em
}

.wc-block-checkout__add-note {
	position: relative;
	padding: 16px
}

.wc-block-checkout__add-note:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	margin-top: 16px
}

.wc-block-checkout__form {
	margin: 0;
	max-width: 100%
}

.wc-block-checkout__create-account,
.wc-block-checkout__use-address-for-billing {
	margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package:not(:first-of-type) {
	margin-top: 36px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
	margin-left: -6px;
	margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
	content: "";
	clear: both;
	display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
	margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
	width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
	clear: both
}

.is-large .wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
	margin-left: -8px
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
	top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	padding-right: 12px;
	flex-grow: 1;
	flex-basis: 0%
}

.wc-block-checkout__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 48px;
	padding: 0 0 0 36px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	width: 50%;
	padding: 1em;
	height: auto;
	margin-left: auto
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
	line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
	fill: #fff;
	vertical-align: top
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button,
.wc-block-checkout--is-loading .wc-block-components-express-payment {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button>*,
.wc-block-checkout--is-loading .wc-block-components-express-payment>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__actions button,
	.wc-block-checkout--is-loading .wc-block-components-express-payment {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after,
.wc-block-checkout--is-loading .wc-block-components-express-payment:after {
	content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
	min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	width: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span:after {
	content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	width: 10em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
	content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 1.5em
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
	content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	display: block;
	min-height: 100px
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span:after {
	content: "\00a0"
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,
.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after>*,
.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,
	.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
	-webkit-animation: loading-fade 1.2s ease-in-out infinite;
	animation: loading-fade 1.2s ease-in-out infinite;
	background-color: var(--global--color-primary, #e0e0e0)!important;
	color: var(--global--color-primary, #e0e0e0)!important;
	outline: 0!important;
	border: 0!important;
	box-shadow: none;
	pointer-events: none;
	max-width: 100%;
	min-height: 460px
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card>* {
	visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
		-webkit-animation: none;
		animation: none
	}
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
	content: "\00a0"
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
	display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
	display: flex
}

.wc-block-checkout-empty,
.wc-block-checkout-error {
	padding: 40px;
	text-align: center;
	width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image,
.wc-block-checkout-empty .wc-block-checkout-error__image,
.wc-block-checkout-error .wc-block-checkout-empty__image,
.wc-block-checkout-error .wc-block-checkout-error__image {
	max-width: 150px;
	margin: 0 auto 1em;
	display: block;
	color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title,
.wc-block-checkout-empty .wc-block-checkout-error__title,
.wc-block-checkout-error .wc-block-checkout-empty__title,
.wc-block-checkout-error .wc-block-checkout-error__title {
	display: block;
	margin: 0;
	font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description,
.wc-block-checkout-empty .wc-block-checkout-error__description,
.wc-block-checkout-error .wc-block-checkout-empty__description,
.wc-block-checkout-error .wc-block-checkout-error__description {
	display: block;
	margin: .25em 0 1em
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
	display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
	order: 1
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
	margin-bottom: 40px;
	order: 0
}

.is-large .wc-block-checkout__actions {
	padding-right: 36px
}

.wc-block-product-categories {
	margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
	display: flex
}

.wc-block-product-categories select {
	margin-right: .5em
}

.wc-block-product-categories-list--has-images {
	list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	margin: 4px 0 4px 60px;
	list-style: none outside;
	clear: both
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
	margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	max-width: 50px;
	display: inline-block;
	padding: 0;
	margin: 0 .5em 0 -60px;
	position: relative;
	vertical-align: middle;
	border: 1px solid #eee
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
	margin: 0;
	padding: 0
}

.wc-block-product-categories-list-item-count:before {
	content: " ("
}

.wc-block-product-categories-list-item-count:after {
	content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
	display: inline-block;
	height: 1em;
	width: 50%;
	min-width: 200px;
	background: currentColor;
	opacity: .2
}

.wc-block-product-categories__button {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin: 0;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0 .5em;
	color: #757575;
	position: relative;
	overflow: hidden;
	border-radius: .25em
}

.wc-block-product-categories__button svg {
	fill: currentColor;
	outline: none
}

.rtl .wc-block-product-categories__button svg {
	transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
	color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
	cursor: default;
	opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #ccc, inset 0 0 0 2px #fff;
	outline: 2px solid transparent;
	outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #e0e0e0, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
	outline: none;
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #ccc, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
	box-shadow: none
}

.wc-block-featured-product {
	position: relative;
	background-color: #1e1e1e;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
	overflow: hidden;
	height: 100%
}

.wc-block-featured-product.has-left-content {
	justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
	margin-left: 0;
	text-align: left
}

.wc-block-featured-product.has-right-content {
	justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
	color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	width: 100%;
	padding: 16px 48px 0;
	z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	margin-top: 0;
	border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
	display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
	font-style: italic;
	padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
	margin: 0;
	line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
	max-width: 290px;
	width: 100%
}

.wc-block-featured-product:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wc-block-featured-product:after {
		content: none
	}
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright,
.wc-block-product-search .wc-block-product-search__fields {
	display: flex
}

.wc-block-product-search .wc-block-product-search__field {
	padding: 6px 8px;
	line-height: 1.8;
	flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin: 0 0 0 6px;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0 .5em;
	color: #757575;
	position: relative;
	overflow: hidden;
	border-radius: .25em
}

.wc-block-product-search .wc-block-product-search__button svg {
	fill: currentColor;
	outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
	transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
	color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
	cursor: default;
	opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #757575, inset 0 0 0 2px #fff;
	outline: 2px solid transparent;
	outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #e0e0e0, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
	outline: none;
	background-color: #fff;
	color: #1e1e1e;
	box-shadow: inset 0 0 0 1px #1e1e1e, inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
	box-shadow: none
}

.wc-block-featured-category {
	position: relative;
	background-color: #1e1e1e;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	margin: 0 0 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.wc-block-featured-category.has-left-content {
	justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title {
	margin-left: 0;
	text-align: left
}

.wc-block-featured-category.has-right-content {
	justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title {
	margin-right: 0;
	text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
	color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
	width: 100%;
	padding: 0 48px 16px;
	z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
	margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
	display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
	margin: 0
}

.wc-block-featured-category.has-background-dim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	opacity: .5;
	z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
	opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
	opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
	opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
	opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
	opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
	opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
	opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
	opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
	opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
	opacity: 1
}

.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
	max-width: 290px;
	width: 100%
}

.wc-block-featured-category:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wc-block-featured-category:after {
		content: none
	}
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
	display: flex
}

.wc-block-attribute-filter {
	margin-bottom: 24px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
	content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
	content: ")"
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
	margin: 0
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
	text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
	cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
	cursor: pointer;
	display: inline-block
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
	float: right
}

.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,
.wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
	opacity: .6
}

.wc-block-attribute-filter .wc-block-attribute-filter__button {
	margin-top: 8px
}

@-webkit-keyframes loading-fade {
	0% {
		opacity: .7
	}
	50% {
		opacity: 1
	}
	to {
		opacity: .7
	}
}

@keyframes loading-fade {
	0% {
		opacity: .7
	}
	50% {
		opacity: 1
	}
	to {
		opacity: .7
	}
}

.wc-block-active-filters {
	margin-bottom: 24px;
	overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	font-size: 1em;
	float: right;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
	background: transparent;
	color: inherit
}

.wc-block-active-filters .wc-block-active-filters__list {
	margin: 0 0 4px;
	padding: 0;
	list-style: none outside;
	clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li {
	margin: 0;
	padding: 0;
	list-style: none outside;
	clear: both
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
	margin: 0;
	padding: 0;
	list-style: none outside
}

.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
	margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 16px 0 0;
	display: block
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
	font-weight: 400;
	font-style: italic
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
	font-weight: 700;
	display: block;
	position: relative;
	padding: 0 16px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 0;
	padding: 16px 0 0;
	width: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:before {
	width: 16px;
	height: 16px;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;
	display: block;
	content: "";
	position: absolute;
	top: 0
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
	display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
	display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
	font-size: .875em;
	margin-top: .1875em;
	margin-bottom: .1875em
}

.demo-rtl {
	position: fixed;
	top: 50%;
	left: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
	z-index: 9999;
	width: 40px;
	border-radius: 0 5px 5px 0;
	margin-top: -35px
}

a.rtldemo {
	display: block;
	text-indent: inherit;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 10px
}

a.rtldemo:hover,
a.rtldemo:focus {
	color: #fff
}

.demo-ltr {
	position: fixed;
	top: 50%;
	right: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
	z-index: 9999;
	width: 40px;
	border-radius: 5px 0 0 5px;
	margin-top: -30px;
	left: auto
}

a.ltrdemo {
	display: block;
	text-indent: inherit;
	font-size: 12px;
	font-weight: 700;
	color: #fff!important;
	padding: 10px
}

body.rtl .demo-rtl {
	display: none
}

body .demo-rtl {
	display: block;
	background: #4d4d4d
}

body .demo-ltr {
	display: none
}

body.rtl .demo-ltr {
	display: block;
	background: #4d4d4d
}

@media (max-width:767px) {
	body .demo-rtl,
	.tools {
		display: none
	}
	body .demo-ltr {
		display: none
	}
}

.colorswatch-btn {
	border-radius: 0!important;
	overflow: hidden;
	background-color: #4d4d4d
}

.layoutswatch .title,
.colorswatch .title {
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	text-align: left;
	color: #fff
}

.colorswatch .title {
	position: absolute;
	top: 10px;
	text-transform: uppercase
}

.layoutswatch .title {
	position: absolute;
	top: 18px;
	text-transform: uppercase
}

.colorswatch-btn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 5px 5px 0!important;
	padding: 0;
	transition: .3s;
	cursor: pointer
}

.colorswatch-btn svg,
.buy-now .btn-primary svg {
	width: 26px;
	height: 27px;
	position: relative;
	top: 7px;
	left: 0;
	fill: #fff
}

.colorswatch,
.layoutswatch {
	position: fixed;
	z-index: 99999;
	top: calc(50% - 124px);
	left: 0;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px
}

.layoutswatch {
	top: calc(50% - 80px)
}

.colorswatch-inside {
	position: absolute;
	left: -140px;
	width: 140px;
	background-color: #686868;
	padding: 35px 18px 8px;
	transition: .3s
}

.layoutswatch .colorswatch-inside {
	position: absolute;
	left: -270px;
	width: 270px;
	background-color: #686868;
	padding: 41px 15px 8px;
	transition: .3s
}

.colorswatch.opened .colorswatch-inside,
.layoutswatch.opened .colorswatch-inside {
	left: 0
}

.colorswatch.opened .colorswatch-btn {
	left: 140px
}

.layoutswatch.opened .colorswatch-btn {
	left: 270px
}

.colorswatch .colorswatch-inside a {
	position: relative;
	width: 34px;
	height: 33px;
	display: block;
	float: left;
	transition: .2s;
	text-decoration: none!important;
	line-height: 24px
}

.layoutswatch .colorswatch-inside a {
	width: 100%;
	height: auto;
	margin: 5px 0
}

.colorswatch-inside a.active {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 1
}

.colorswatch-inside a.active:after {
	content: '\e91d';
	font-family: 'auto';
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 2px;
	left: 1px
}

.layoutswatch .colorswatch-inside a.active:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index 1;
	font-size: 35px;
	background-color: rgba(0, 0, 0, .4)
}

.colorswatch-inside a:hover {
	opacity: .7
}

.colorswatch-inside a.color-yellow {
	background-color: #fede00
}

.colorswatch-inside a.color-blue {
	background-color: #4290e0
}

.colorswatch-inside a.color-green {
	background-color: #80b444
}

.colorswatch-inside a.color-violet {
	background-color: #4b5db5
}

.colorswatch-inside a.color-turquoise {
	background-color: #2f63b6
}

.colorswatch-inside a.color-darkorange {
	background-color: #f47629
}

.colorswatch-inside a.color-orange {
	background-color: #f58123
}

.colorswatch-inside a.color-red {
	background-color: #ec3542
}

@media (max-width:767px) {
	.colorswatch {
		display: none
	}
}

.layout-1 .colorswatch-inside a.color-turquoise,
.layout-2 .colorswatch-inside a.color-turquoise {
	display: none
}

.layout-2.layout-3 .colorswatch-inside a.color-turquoise {
	display: block
}

.layout-2.layout-3 .colorswatch-inside a.color-yellow {
	display: none
}

.layout-1 .colorswatch-inside a.skin-2:after,
.layout-1 .colorswatch-inside a.skin-3:after {
	display: none
}

.layout-2 .colorswatch-inside a.skin-1:after,
.layout-2 .colorswatch-inside a.skin-3:after {
	display: none
}

.layout-2.layout-3 .colorswatch-inside a.skin-1:after,
.layout-2.layout-3 .colorswatch-inside a.skin-2:after {
	display: none
}

.layout-2.layout-3 .colorswatch-inside a.skin-3:after {
	display: flex
}

body.rtl .colorswatch,
body.rtl .layoutswatch {
	left: unset;
	right: 0
}

body.rtl .colorswatch-inside {
	left: unset;
	right: -140px
}

body.rtl .colorswatch.opened .colorswatch-inside,
body.rtl .layoutswatch.opened .colorswatch-inside {
	right: 0
}

body.rtl .colorswatch-btn {
	left: unset
}

body.rtl .colorswatch.opened .colorswatch-btn {
	right: 140px
}

body.rtl .layoutswatch .colorswatch-inside {
	right: -270px
}

body.rtl .layoutswatch.opened .colorswatch-btn {
	right: 270px
}

body.rtl .colorswatch-btn {
	border-radius: 5px 0 0 5px!important
}

body.rtl .colorswatch.opened .colorswatch-btn {
	left: unset
}

body.rtl .layoutswatch.opened .colorswatch-btn {
	left: unset
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " "
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible
}

div.wpcf7 div.ajax-error {
	display: none
}

div.wpcf7 .placeheld {
	color: #888
}

div.wpcf7 input[type="file"] {
	cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr
}

@charset "UTF-8";
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
	content: ' ';
	display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
	clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
	clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
	clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
	clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
	content: ' ';
	display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
	clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
	clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
	clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
	clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
	content: ' ';
	display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
	clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
	content: ' ';
	display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
	clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
	padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
	display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .7em;
	cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
	color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
	clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
	position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0!important;
	margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0
}

@media screen and (min-width:673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width:1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (min-width:1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (min-width:1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px
	}
	.full-width .twentyfourteen .tfwc {
		margin-right: auto
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0
}

@media screen and (min-width:38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%
	}
}

@media screen and (min-width:59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%
	}
	.single-product .twentyfifteen .entry-summary {
		padding: 0!important
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
	width: 46.42857%
}

@media screen and (min-width:44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%
	}
}

@media screen and (min-width:56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0
	}
	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%
	}
	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0
	}
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
	float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
	float: left
}

@charset "UTF-8";
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@font-face {
	font-display: swap;
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-display: swap;
	font-family: WooCommerce;
	src: url(../fonts/WooCommerce.eot);
	src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff;
	text-decoration: underline
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.admin-bar p.demo_store {
	top: 32px
}

.clear {
	clear: both
}

.woocommerce .blockUI.blockOverlay {
	position: relative
}

.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(..../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(..../images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red!important;
	text-decoration: none;
	font-weight: 700;
	border: 0
}

.woocommerce a.remove:hover {
	color: #fff!important;
	background: red
}

.woocommerce small.note {
	display: block;
	color: #767676;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-breadcrumb::after {
	clear: both
}

.woocommerce .woocommerce-breadcrumb a {
	color: #767676
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: .5;
	display: inline-block
}

.woocommerce div.product p.stock {
	font-size: .92em
}

.woocommerce div.product .stock {
	color: #77a464
}

.woocommerce div.product .out-of-stock {
	color: red
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1.618em
}

.woocommerce div.product div.images {
	margin-bottom: 2em
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	-webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}

.woocommerce div.product div.summary {
	margin-bottom: 2em
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
	margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -5px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0
}

.woocommerce div.product p.cart {
	margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
	content: ' ';
	display: table
}

.woocommerce div.product p.cart::after {
	clear: both
}

.woocommerce div.product form.cart {
	margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
	content: ' ';
	display: table
}

.woocommerce div.product form.cart::after {
	clear: both
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
	padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 2em
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 1em;
	padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: top;
	padding-bottom: .5em;
	border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 4em;
	text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	-webkit-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	font-size: .857em;
	z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	content: ' ';
	display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
	clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0
}

.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: .5em 0;
	margin: 0;
	font-size: 1em
}

.woocommerce ul.products li.product a {
	text-decoration: none
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none
}

.woocommerce ul.products li.product strong {
	display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
	font-size: .857em
}

.woocommerce ul.products li.product .button {
	margin-top: 1em
}

.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block
}

.woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #dfdcde;
	text-decoration: none;
	background-image: none;
	color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #a46497;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #96588a;
	color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #a46497;
	color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block
}

.woocommerce #reviews h2 small {
	float: right;
	color: #767676;
	font-size: 15px;
	margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #767676
}

.woocommerce #reviews h3 {
	margin: 0
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

.woocommerce #reviews #comment {
	height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
	content: ' ';
	display: table
}

.woocommerce #reviews #comments .add_review::after {
	clear: both
}

.woocommerce #reviews #comments h2 {
	clear: none
}

.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
	content: ' ';
	display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #767676;
	font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #ebe9eb;
	border: 1px solid #e4e1e3;
	margin: 0;
	box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
	content: ' ';
	display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
	clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
	content: ""
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star
}

.woocommerce .star-rating::before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.woocommerce .star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-product-rating::after {
	clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0
}

.woocommerce #review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	background: transparent none;
	border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
	content: ' ';
	display: table
}

.woocommerce #review_form #respond::after {
	clear: both
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
	left: auto
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
	content: "\e021"
}

.woocommerce p.stars:hover a::before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
	content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "\e020"
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em
}

.woocommerce table.shop_table td small {
	font-weight: 400
}

.woocommerce table.shop_table td del {
	font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
	font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: "\2193";
	display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
	margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em
}

.woocommerce td.product-quantity {
	min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
	content: ' ';
	display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
	clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
	content: ' ';
	display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
	clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
	content: ' ';
	display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
	clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0
}

.woocommerce form .form-row label {
	line-height: 2
}

.woocommerce form .form-row label.hidden {
	visibility: hidden
}

.woocommerce form .form-row label.inline {
	display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #1e85be;
	color: #fff;
	border-radius: 3px;
	padding: 1em;
	margin: .5em 0 0;
	clear: both;
	display: none;
	position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
	color: #fff;
	text-decoration: underline;
	border: 0;
	box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	left: 50%;
	top: 0;
	margin-top: -4px;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-width: 4px 6px 0 6px;
	border-style: solid;
	border-color: #1e85be transparent transparent transparent;
	z-index: 100;
	display: block
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0!important;
	text-decoration: none;
	visibility: hidden
}

.woocommerce form .form-row .optional {
	visibility: visible
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal
}

.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.woocommerce ul#shipping_method li {
	margin: 0 0 .5em;
	line-height: 1.5em;
	list-style: none outside
}

.woocommerce ul#shipping_method li input {
	margin: 3px .4375em 0 0;
	vertical-align: top
}

.woocommerce ul#shipping_method li label {
	display: inline
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
	content: ' ';
	display: table
}

.woocommerce ul.order_details::after {
	clear: both
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
	border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
	margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
	clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1em 1px 1px;
	list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00;
	vertical-align: inherit;
	margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #462940;
	border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
	content: ' ';
	display: table
}

.woocommerce .widget_rating_filter ul li::after {
	clear: both
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
	display: block!important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
	display: none!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: ' ';
	display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: WooCommerce;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-message::before {
	content: "\e015";
	color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info::before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error::before {
	content: "\e016";
	color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
	content: ' ';
	display: table
}

.woocommerce-account .woocommerce::after {
	clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
	content: ' ';
	display: table
}

.woocommerce-account .addresses .title::after {
	clear: both
}

.woocommerce-account .addresses .title h3 {
	float: left
}

.woocommerce-account .addresses .title .edit {
	float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
	float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
	content: ' ';
	display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
	clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	float: none;
	margin-top: .5em;
	display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
	margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #767676;
	font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #767676;
	font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
	clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #ebe9eb;
	border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
	content: ' ';
	display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
	clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: ' ';
	display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(..../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(..../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(..../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(..../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(..../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(..../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(..../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(..../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #767676;
	font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
	outline: 2px solid red;
	outline-offset: 2px
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block
}

#content.twentyeleven .woocommerce-pagination a {
	font-size: 1em;
	line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
	padding: 0
}

.single-product .twentythirteen p.stars {
	clear: both
}

.twentythirteen .woocommerce-breadcrumb {
	padding-top: 40px
}

.twentyfourteen ul.products li.product {
	margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.twentysixteen .price ins {
	background: inherit;
	color: inherit
}


/*! elementor-icons - v5.9.1 - 20-07-2020 */

@font-face {
	font-display: swap;
	font-family: eicons;
	src: url(../css/fonts/eiconsc2cd.eot?5.9.1);
	src: url(../css/fonts/eiconsc2cd.eot?5.9.1#iefix) format("embedded-opentype"), url(../css/fonts/eiconsc2cd.woff2?5.9.1) format("woff2"), url(../css/fonts/eiconsc2cd.woff?5.9.1) format("woff"), url(../css/fonts/eiconsc2cd.ttf?5.9.1) format("truetype"), url(../css/fonts/eiconsc2cd.svg?5.9.1#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-editor-link:before {
	content: '\e800'
}

.eicon-editor-unlink:before {
	content: '\e801'
}

.eicon-editor-external-link:before {
	content: '\e802'
}

.eicon-editor-close:before {
	content: '\e803'
}

.eicon-editor-list-ol:before {
	content: '\e804'
}

.eicon-editor-list-ul:before {
	content: '\e805'
}

.eicon-editor-bold:before {
	content: '\e806'
}

.eicon-editor-italic:before {
	content: '\e807'
}

.eicon-editor-underline:before {
	content: '\e808'
}

.eicon-editor-paragraph:before {
	content: '\e809'
}

.eicon-editor-h1:before {
	content: '\e80a'
}

.eicon-editor-h2:before {
	content: '\e80b'
}

.eicon-editor-h3:before {
	content: '\e80c'
}

.eicon-editor-h4:before {
	content: '\e80d'
}

.eicon-editor-h5:before {
	content: '\e80e'
}

.eicon-editor-h6:before {
	content: '\e80f'
}

.eicon-editor-quote:before {
	content: '\e810'
}

.eicon-editor-code:before {
	content: '\e811'
}

.eicon-elementor:before {
	content: '\e812'
}

.eicon-elementor-circle:before {
	content: '\e813'
}

.eicon-pojome:before {
	content: '\e814'
}

.eicon-plus:before {
	content: '\e815'
}

.eicon-menu-bar:before {
	content: '\e816'
}

.eicon-apps:before {
	content: '\e817'
}

.eicon-accordion:before {
	content: '\e818'
}

.eicon-alert:before {
	content: '\e819'
}

.eicon-animation-text:before {
	content: '\e81a'
}

.eicon-animation:before {
	content: '\e81b'
}

.eicon-banner:before {
	content: '\e81c'
}

.eicon-blockquote:before {
	content: '\e81d'
}

.eicon-button:before {
	content: '\e81e'
}

.eicon-call-to-action:before {
	content: '\e81f'
}

.eicon-captcha:before {
	content: '\e820'
}

.eicon-carousel:before {
	content: '\e821'
}

.eicon-checkbox:before {
	content: '\e822'
}

.eicon-columns:before {
	content: '\e823'
}

.eicon-countdown:before {
	content: '\e824'
}

.eicon-counter:before {
	content: '\e825'
}

.eicon-date:before {
	content: '\e826'
}

.eicon-divider-shape:before {
	content: '\e827'
}

.eicon-divider:before {
	content: '\e828'
}

.eicon-download-button:before {
	content: '\e829'
}

.eicon-dual-button:before {
	content: '\e82a'
}

.eicon-email-field:before {
	content: '\e82b'
}

.eicon-facebook-comments:before {
	content: '\e82c'
}

.eicon-facebook-like-box:before {
	content: '\e82d'
}

.eicon-form-horizontal:before {
	content: '\e82e'
}

.eicon-form-vertical:before {
	content: '\e82f'
}

.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: '\e83a'
}

.eicon-mailchimp:before {
	content: '\e83b'
}

.eicon-menu-card:before {
	content: '\e83c'
}

.eicon-navigation-horizontal:before {
	content: '\e83d'
}

.eicon-nav-menu:before {
	content: '\e83e'
}

.eicon-navigation-vertical:before {
	content: '\e83f'
}

.eicon-number-field:before {
	content: '\e840'
}

.eicon-parallax:before {
	content: '\e841'
}

.eicon-php7:before {
	content: '\e842'
}

.eicon-post-list:before {
	content: '\e843'
}

.eicon-post-slider:before {
	content: '\e844'
}

.eicon-post:before {
	content: '\e845'
}

.eicon-posts-carousel:before {
	content: '\e846'
}

.eicon-posts-grid:before {
	content: '\e847'
}

.eicon-posts-group:before {
	content: '\e848'
}

.eicon-posts-justified:before {
	content: '\e849'
}

.eicon-posts-masonry:before {
	content: '\e84a'
}

.eicon-posts-ticker:before {
	content: '\e84b'
}

.eicon-price-list:before {
	content: '\e84c'
}

.eicon-price-table:before {
	content: '\e84d'
}

.eicon-radio:before {
	content: '\e84e'
}

.eicon-rtl:before {
	content: '\e84f'
}

.eicon-scroll:before {
	content: '\e850'
}

.eicon-search:before {
	content: '\e851'
}

.eicon-select:before {
	content: '\e852'
}

.eicon-share:before {
	content: '\e853'
}

.eicon-sidebar:before {
	content: '\e854'
}

.eicon-skill-bar:before {
	content: '\e855'
}

.eicon-slider-3d:before {
	content: '\e856'
}

.eicon-slider-album:before {
	content: '\e857'
}

.eicon-slider-device:before {
	content: '\e858'
}

.eicon-slider-full-screen:before {
	content: '\e859'
}

.eicon-slider-push:before {
	content: '\e85a'
}

.eicon-slider-vertical:before {
	content: '\e85b'
}

.eicon-slider-video:before {
	content: '\e85c'
}

.eicon-slides:before {
	content: '\e85d'
}

.eicon-social-icons:before {
	content: '\e85e'
}

.eicon-spacer:before {
	content: '\e85f'
}

.eicon-table:before {
	content: '\e860'
}

.eicon-tabs:before {
	content: '\e861'
}

.eicon-tel-field:before {
	content: '\e862'
}

.eicon-text-area:before {
	content: '\e863'
}

.eicon-text-field:before {
	content: '\e864'
}

.eicon-thumbnails-down:before {
	content: '\e865'
}

.eicon-thumbnails-half:before {
	content: '\e866'
}

.eicon-thumbnails-right:before {
	content: '\e867'
}

.eicon-time-line:before {
	content: '\e868'
}

.eicon-toggle:before {
	content: '\e869'
}

.eicon-url:before {
	content: '\e86a'
}

.eicon-t-letter:before {
	content: '\e86b'
}

.eicon-wordpress:before {
	content: '\e86c'
}

.eicon-text:before {
	content: '\e86d'
}

.eicon-anchor:before {
	content: '\e86e'
}

.eicon-bullet-list:before {
	content: '\e86f'
}

.eicon-code:before {
	content: '\e870'
}

.eicon-favorite:before {
	content: '\e871'
}

.eicon-google-maps:before {
	content: '\e872'
}

.eicon-image:before {
	content: '\e873'
}

.eicon-photo-library:before {
	content: '\e874'
}

.eicon-woocommerce:before {
	content: '\e875'
}

.eicon-youtube:before {
	content: '\e876'
}

.eicon-flip-box:before {
	content: '\e877'
}

.eicon-settings:before {
	content: '\e878'
}

.eicon-headphones:before {
	content: '\e879'
}

.eicon-testimonial:before {
	content: '\e87a'
}

.eicon-counter-circle:before {
	content: '\e87b'
}

.eicon-person:before {
	content: '\e87c'
}

.eicon-chevron-right:before {
	content: '\e87d'
}

.eicon-chevron-left:before {
	content: '\e87e'
}

.eicon-close:before {
	content: '\e87f'
}

.eicon-file-download:before {
	content: '\e880'
}

.eicon-save:before {
	content: '\e881'
}

.eicon-zoom-in:before {
	content: '\e882'
}

.eicon-shortcode:before {
	content: '\e883'
}

.eicon-nerd:before {
	content: '\e884'
}

.eicon-device-desktop:before {
	content: '\e885'
}

.eicon-device-tablet:before {
	content: '\e886'
}

.eicon-device-mobile:before {
	content: '\e887'
}

.eicon-document-file:before {
	content: '\e888'
}

.eicon-folder-o:before {
	content: '\e889'
}

.eicon-hypster:before {
	content: '\e88a'
}

.eicon-h-align-left:before {
	content: '\e88b'
}

.eicon-h-align-right:before {
	content: '\e88c'
}

.eicon-h-align-center:before {
	content: '\e88d'
}

.eicon-h-align-stretch:before {
	content: '\e88e'
}

.eicon-v-align-top:before {
	content: '\e88f'
}

.eicon-v-align-bottom:before {
	content: '\e890'
}

.eicon-v-align-middle:before {
	content: '\e891'
}

.eicon-v-align-stretch:before {
	content: '\e892'
}

.eicon-pro-icon:before {
	content: '\e893'
}

.eicon-mail:before {
	content: '\e894'
}

.eicon-lock-user:before {
	content: '\e895'
}

.eicon-testimonial-carousel:before {
	content: '\e896'
}

.eicon-media-carousel:before {
	content: '\e897'
}

.eicon-section:before {
	content: '\e898'
}

.eicon-column:before {
	content: '\e899'
}

.eicon-edit:before {
	content: '\e89a'
}

.eicon-clone:before {
	content: '\e89b'
}

.eicon-trash:before {
	content: '\e89c'
}

.eicon-play:before {
	content: '\e89d'
}

.eicon-angle-right:before {
	content: '\e89e'
}

.eicon-angle-left:before {
	content: '\e89f'
}

.eicon-animated-headline:before {
	content: '\e8a0'
}

.eicon-menu-toggle:before {
	content: '\e8a1'
}

.eicon-fb-embed:before {
	content: '\e8a2'
}

.eicon-fb-feed:before {
	content: '\e8a3'
}

.eicon-twitter-embed:before {
	content: '\e8a4'
}

.eicon-twitter-feed:before {
	content: '\e8a5'
}

.eicon-sync:before {
	content: '\e8a6'
}

.eicon-import-export:before {
	content: '\e8a7'
}

.eicon-check-circle:before {
	content: '\e8a8'
}

.eicon-library-save:before {
	content: '\e8a9'
}

.eicon-library-download:before {
	content: '\e8aa'
}

.eicon-insert:before {
	content: '\e8ab'
}

.eicon-preview-medium:before {
	content: '\e8ac'
}

.eicon-sort-down:before {
	content: '\e8ad'
}

.eicon-sort-up:before {
	content: '\e8ae'
}

.eicon-heading:before {
	content: '\e8af'
}

.eicon-logo:before {
	content: '\e8b0'
}

.eicon-meta-data:before {
	content: '\e8b1'
}

.eicon-post-content:before {
	content: '\e8b2'
}

.eicon-post-excerpt:before {
	content: '\e8b3'
}

.eicon-post-navigation:before {
	content: '\e8b4'
}

.eicon-yoast:before {
	content: '\e8b5'
}

.eicon-nerd-chuckle:before {
	content: '\e8b6'
}

.eicon-nerd-wink:before {
	content: '\e8b7'
}

.eicon-comments:before {
	content: '\e8b8'
}

.eicon-download-circle-o:before {
	content: '\e8b9'
}

.eicon-library-upload:before {
	content: '\e8ba'
}

.eicon-save-o:before {
	content: '\e8bb'
}

.eicon-upload-circle-o:before {
	content: '\e8bc'
}

.eicon-ellipsis-h:before {
	content: '\e8bd'
}

.eicon-ellipsis-v:before {
	content: '\e8be'
}

.eicon-arrow-left:before {
	content: '\e8bf'
}

.eicon-arrow-right:before {
	content: '\e8c0'
}

.eicon-arrow-up:before {
	content: '\e8c1'
}

.eicon-arrow-down:before {
	content: '\e8c2'
}

.eicon-play-o:before {
	content: '\e8c3'
}

.eicon-archive-posts:before {
	content: '\e8c4'
}

.eicon-archive-title:before {
	content: '\e8c5'
}

.eicon-featured-image:before {
	content: '\e8c6'
}

.eicon-post-info:before {
	content: '\e8c7'
}

.eicon-post-title:before {
	content: '\e8c8'
}

.eicon-site-logo:before {
	content: '\e8c9'
}

.eicon-site-search:before {
	content: '\e8ca'
}

.eicon-site-title:before {
	content: '\e8cb'
}

.eicon-plus-square:before {
	content: '\e8cc'
}

.eicon-minus-square:before {
	content: '\e8cd'
}

.eicon-cloud-check:before {
	content: '\e8ce'
}

.eicon-drag-n-drop:before {
	content: '\e8cf'
}

.eicon-welcome:before {
	content: '\e8d0'
}

.eicon-handle:before {
	content: '\e8d1'
}

.eicon-cart:before {
	content: '\e8d2'
}

.eicon-product-add-to-cart:before {
	content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
	content: '\e8d4'
}

.eicon-product-categories:before {
	content: '\e8d5'
}

.eicon-product-description:before {
	content: '\e8d6'
}

.eicon-product-images:before {
	content: '\e8d7'
}

.eicon-product-info:before {
	content: '\e8d8'
}

.eicon-product-meta:before {
	content: '\e8d9'
}

.eicon-product-pages:before {
	content: '\e8da'
}

.eicon-product-price:before {
	content: '\e8db'
}

.eicon-product-rating:before {
	content: '\e8dc'
}

.eicon-product-related:before {
	content: '\e8dd'
}

.eicon-product-stock:before {
	content: '\e8de'
}

.eicon-product-tabs:before {
	content: '\e8df'
}

.eicon-product-title:before {
	content: '\e8e0'
}

.eicon-product-upsell:before {
	content: '\e8e1'
}

.eicon-products:before {
	content: '\e8e2'
}

.eicon-bag-light:before {
	content: '\e8e3'
}

.eicon-bag-medium:before {
	content: '\e8e4'
}

.eicon-bag-solid:before {
	content: '\e8e5'
}

.eicon-basket-light:before {
	content: '\e8e6'
}

.eicon-basket-medium:before {
	content: '\e8e7'
}

.eicon-basket-solid:before {
	content: '\e8e8'
}

.eicon-cart-light:before {
	content: '\e8e9'
}

.eicon-cart-medium:before {
	content: '\e8ea'
}

.eicon-cart-solid:before {
	content: '\e8eb'
}

.eicon-exchange:before {
	content: '\e8ec'
}

.eicon-preview-thin:before {
	content: '\e8ed'
}

.eicon-device-laptop:before {
	content: '\e8ee'
}

.eicon-collapse:before {
	content: '\e8ef'
}

.eicon-expand:before {
	content: '\e8f0'
}

.eicon-navigator:before {
	content: '\e8f1'
}

.eicon-plug:before {
	content: '\e8f2'
}

.eicon-dashboard:before {
	content: '\e8f3'
}

.eicon-typography:before {
	content: '\e8f4'
}

.eicon-info-circle-o:before {
	content: '\e8f5'
}

.eicon-integration:before {
	content: '\e8f6'
}

.eicon-plus-circle-o:before {
	content: '\e8f7'
}

.eicon-rating:before {
	content: '\e8f8'
}

.eicon-review:before {
	content: '\e8f9'
}

.eicon-tools:before {
	content: '\e8fa'
}

.eicon-loading:before {
	content: '\e8fb'
}

.eicon-sitemap:before {
	content: '\e8fc'
}

.eicon-click:before {
	content: '\e8fd'
}

.eicon-clock:before {
	content: '\e8fe'
}

.eicon-library-open:before {
	content: '\e8ff'
}

.eicon-warning:before {
	content: '\e900'
}

.eicon-flow:before {
	content: '\e901'
}

.eicon-cursor-move:before {
	content: '\e902'
}

.eicon-arrow-circle-left:before {
	content: '\e903'
}

.eicon-flash:before {
	content: '\e904'
}

.eicon-redo:before {
	content: '\e905'
}

.eicon-ban:before {
	content: '\e906'
}

.eicon-barcode:before {
	content: '\e907'
}

.eicon-calendar:before {
	content: '\e908'
}

.eicon-caret-left:before {
	content: '\e909'
}

.eicon-caret-right:before {
	content: '\e90a'
}

.eicon-caret-up:before {
	content: '\e90b'
}

.eicon-chain-broken:before {
	content: '\e90c'
}

.eicon-check-circle-o:before {
	content: '\e90d'
}

.eicon-check:before {
	content: '\e90e'
}

.eicon-chevron-double-left:before {
	content: '\e90f'
}

.eicon-chevron-double-right:before {
	content: '\e910'
}

.eicon-undo:before {
	content: '\e911'
}

.eicon-filter:before {
	content: '\e912'
}

.eicon-circle-o:before {
	content: '\e913'
}

.eicon-circle:before {
	content: '\e914'
}

.eicon-clock-o:before {
	content: '\e915'
}

.eicon-cog:before {
	content: '\e916'
}

.eicon-cogs:before {
	content: '\e917'
}

.eicon-commenting-o:before {
	content: '\e918'
}

.eicon-copy:before {
	content: '\e919'
}

.eicon-database:before {
	content: '\e91a'
}

.eicon-dot-circle-o:before {
	content: '\e91b'
}

.eicon-envelope:before {
	content: '\e91c'
}

.eicon-external-link-square:before {
	content: '\e91d'
}

.eicon-eyedropper:before {
	content: '\e91e'
}

.eicon-folder:before {
	content: '\e91f'
}

.eicon-font:before {
	content: '\e920'
}

.eicon-adjust:before {
	content: '\e921'
}

.eicon-lightbox:before {
	content: '\e922'
}

.eicon-heart-o:before {
	content: '\e923'
}

.eicon-history:before {
	content: '\e924'
}

.eicon-image-bold:before {
	content: '\e925'
}

.eicon-info-circle:before {
	content: '\e926'
}

.eicon-link:before {
	content: '\e927'
}

.eicon-long-arrow-left:before {
	content: '\e928'
}

.eicon-long-arrow-right:before {
	content: '\e929'
}

.eicon-caret-down:before {
	content: '\e92a'
}

.eicon-paint-brush:before {
	content: '\e92b'
}

.eicon-pencil:before {
	content: '\e92c'
}

.eicon-plus-circle:before {
	content: '\e92d'
}

.eicon-zoom-in-bold:before {
	content: '\e92e'
}

.eicon-sort-amount-desc:before {
	content: '\e92f'
}

.eicon-sign-out:before {
	content: '\e930'
}

.eicon-spinner:before {
	content: '\e931'
}

.eicon-square:before {
	content: '\e932'
}

.eicon-star-o:before {
	content: '\e933'
}

.eicon-star:before {
	content: '\e934'
}

.eicon-text-align-justify:before {
	content: '\e935'
}

.eicon-text-align-center:before {
	content: '\e936'
}

.eicon-tags:before {
	content: '\e937'
}

.eicon-text-align-left:before {
	content: '\e938'
}

.eicon-text-align-right:before {
	content: '\e939'
}

.eicon-close-circle:before {
	content: '\e93a'
}

.eicon-trash-o:before {
	content: '\e93b'
}

.eicon-font-awesome:before {
	content: '\e93c'
}

.eicon-user-circle-o:before {
	content: '\e93d'
}

.eicon-video-camera:before {
	content: '\e93e'
}

.eicon-heart:before {
	content: '\e93f'
}

.eicon-wrench:before {
	content: '\e940'
}

.eicon-help:before {
	content: '\e941'
}

.eicon-help-o:before {
	content: '\e942'
}

.eicon-zoom-out-bold:before {
	content: '\e943'
}

.eicon-plus-square-o:before {
	content: '\e944'
}

.eicon-minus-square-o:before {
	content: '\e945'
}

.eicon-minus-circle:before {
	content: '\e946'
}

.eicon-minus-circle-o:before {
	content: '\e947'
}

.eicon-code-bold:before {
	content: '\e948'
}

.eicon-cloud-upload:before {
	content: '\e949'
}

.eicon-search-bold:before {
	content: '\e94a'
}

.eicon-map-pin:before {
	content: '\e94b'
}

.eicon-meetup:before {
	content: '\e94c'
}

.eicon-slideshow:before {
	content: '\e94d'
}

.eicon-t-letter-bold:before {
	content: '\e94e'
}

.eicon-preferences:before {
	content: '\e94f'
}

.eicon-table-of-contents:before {
	content: '\e950'
}

.eicon-tv:before {
	content: '\e951'
}

.eicon-upload:before {
	content: '\e952'
}

.eicon-instagram-comments:before {
	content: '\e953'
}

.eicon-instagram-nested-gallery:before {
	content: '\e954'
}

.eicon-instagram-post:before {
	content: '\e955'
}

.eicon-instagram-video:before {
	content: '\e956'
}

.eicon-instagram-gallery:before {
	content: '\e957'
}

.eicon-instagram-likes:before {
	content: '\e958'
}

.eicon-facebook:before {
	content: '\e959'
}

.eicon-twitter:before {
	content: '\e95a'
}

.eicon-pinterest:before {
	content: '\e95b'
}

.eicon-frame-expand:before {
	content: '\e95c'
}

.eicon-frame-minimize:before {
	content: '\e95d'
}

.eicon-archive:before {
	content: '\e95e'
}

.eicon-colors-typography:before {
	content: '\e95f'
}

.eicon-custom:before {
	content: '\e960'
}

.eicon-footer:before {
	content: '\e961'
}

.eicon-header:before {
	content: '\e962'
}

.eicon-layout-settings:before {
	content: '\e963'
}

.eicon-lightbox-expand:before {
	content: '\e964'
}

.eicon-error-404:before {
	content: '\e965'
}

.eicon-theme-style:before {
	content: '\e966'
}

.eicon-search-results:before {
	content: '\e967'
}

.eicon-single-post:before {
	content: '\e968'
}

.eicon-site-identity:before {
	content: '\e969'
}

.eicon-theme-builder:before {
	content: '\e96a'
}

.eicon-download-bold:before {
	content: '\e96b'
}

.eicon-share-arrow:before {
	content: '\e96c'
}

.eicon-global-settings:before {
	content: '\e96d'
}

.eicon-user-preferences:before {
	content: '\e96e'
}

.eicon-lock:before {
	content: '\e96f'
}

.eicon-export-kit:before {
	content: '\e970'
}

.eicon-import-kit:before {
	content: '\e971'
}

.eicon-lottie:before {
	content: '\e972'
}

.eicon-products-archive:before {
	content: '\e973'
}

.eicon-single-product:before {
	content: '\e974'
}

.eicon-disable-trash-o:before {
	content: '\e975'
}

.eicon-single-page:before {
	content: '\e976'
}

.eicon-wordpress-light:before {
	content: '\e977'
}

.eicon-cogs-check:before {
	content: '\e978'
}

.eicon-custom-css:before {
	content: '\e979'
}

.eicon-global-colors:before {
	content: '\e97a'
}

.eicon-globe:before {
	content: '\e97b'
}

.eicon-typography-1:before {
	content: '\e97c'
}

.eicon-background:before {
	content: '\e97d'
}

.eicon-eye:before {
	content: '\e8ac'
}

.eicon-elementor-square:before {
	content: '\e813'
}

@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
}


/*! elementor - v3.0.14 - 25-11-2020 */

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.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
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}


/*! elementor - v3.0.14 - 25-11-2020 */

.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%;
	bottom: 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: 30px 0 10px;
	font-weight: 500
}

.dialog-type-lightbox .dialog-message {
	padding: 0 30px 30px;
	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 {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	width: 50%;
	border: none;
	background: none;
	color: #6d7882;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0
}

.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;
	margin-top: 15px;
	right: 15px;
	font-size: 15px;
	line-height: 1
}

.dialog-close-button:not(:hover) {
	opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
	border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

@media (min-width:1024px) {
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh - 32px)
	}
}

@media (max-width:1024px) {
	body.admin-bar .dialog-type-lightbox {
		position: -webkit-sticky;
		position: sticky;
		height: 100vh
	}
}

.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-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%
}

.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;
	background-color: #000
}

.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;
	z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
	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
}

.elementor-templates-modal .dialog-buttons-wrapper {
	border: none;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
	height: 40px;
	margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
	padding: 12px 36px;
	color: #fff;
	width: auto;
	font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
	background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow: auto;
	padding-top: 25px
}

.elementor-templates-modal .dialog-content {
	height: 100%
}

.elementor-templates-modal .dialog-loading {
	display: none
}

.elementor-templates-modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-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: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
	margin-right: 10px;
	font-size: 12px
}

.elementor-templates-modal__header__logo__title {
	padding-top: 2px
}

.elementor-templates-modal__header__items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
	color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
	width: 47px;
	border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
	font-size: 18px
}

.elementor-templates-modal__header__close--skip {
	padding: 10px 10px 10px 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-templates-modal__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before {
	content: "\e91d";
	font-family: eicons;
	top: 4px;
	font-size: 13px;
	color: inherit
}

.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
}

.e-logo-wrapper {
	background: #93003c;
	display: inline-block;
	padding: .75em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 1
}

.e-logo-wrapper i {
	color: #fff;
	font-size: 1em
}

.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):not(.elementor-widget-theme-post-content) 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,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	-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,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%
	}
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.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: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -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: eicons;
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb"
}

.elementor-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-ken-burns {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	-webkit-transition-duration: 20s;
	-o-transition-duration: 20s;
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

@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: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

:root {
	--page-title-display: block
}

.elementor-page-title,
h1.entry-title {
	display: var(--page-title-display)
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.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;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-webkit-box-align: 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-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-wrap {
	width: 100%
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.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>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1*var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr)
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1*var(--grid-row-gap))
	}
	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}
	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1*var(--grid-row-gap))
	}
	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}
	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}
	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}
	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}
	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}
	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}
	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}
	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}
	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}
	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}
	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}
	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:768px) and (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

.elementor-form-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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 {
	-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;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	-webkit-box-align: 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;
	-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 {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.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: -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;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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 {
	-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;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.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-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-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0
	}
	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0
	}
	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

.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: "\e90e";
	display: inline-block;
	font-family: eicons;
	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: "\e87f"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.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;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-icon {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button-icon svg {
	width: 1em
}

.elementor-button-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: inline-block
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.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 {
	margin-left: 5px;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.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: -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;
	-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 {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #2c2c2c;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.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-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: 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 .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff;
	fill: #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: -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 {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-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;
		-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;
		-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;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-webkit-box-align: 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-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.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: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
	width: 1em
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	-webkit-box-pack: 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;
	-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;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	-webkit-box-pack: 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;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	-webkit-box-pack: 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;
		-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;
		-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;
		-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;
		-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;
		-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;
		-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;
		-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;
		-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;
		-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;
		-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: -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;
		-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;
		-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;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-webkit-box-align: 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-widget-image-carousel .swiper-container {
	position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center
}

.elementor-image-gallery figure img {
	display: block
}

.elementor-image-gallery figure figcaption {
	width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0
}

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: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	-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;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	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-text {
		padding-left: 10px
	}
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	-webkit-box-pack: var(--justify-content, center);
	-ms-flex-pack: var(--justify-content, center);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-social-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #818a91;
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
	height: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	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-elementor {
	background-color: #d30c5c
}

.elementor-social-icon-envelope {
	background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.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,
.elementor-social-icon-google-plus-g {
	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,
.elementor-social-icon-linkedin-in {
	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-viber {
	background-color: #665cac
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-vk {
	background-color: #45668e
}

.elementor-social-icon-weibo {
	background-color: #dd2430
}

.elementor-social-icon-weixin {
	background-color: #31a918
}

.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: eicons;
	display: inline-block
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default
}

.elementor-star-rating i:before {
	content: "\e934";
	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: -ms-flexbox;
	display: flex;
	-webkit-box-align: 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;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	text-align: left;
	-webkit-box-pack: 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;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-right: auto
}

@media (max-width:1024px) {
	.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
		margin-right: auto
	}
}

@media (max-width:767px) {
	.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.elementor-star-rating-mobile--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%;
	-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 #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 solid 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: -ms-flexbox;
		display: flex
	}
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-style: solid solid solid none
	}
	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: none solid solid
	}
	.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;
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	color: inherit;
	display: block
}

.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: "\e8fb";
	font-family: eicons;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	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: eicons;
	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: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
	content: "\e89e"
}

.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: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
	content: "\e89f"
}

.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: eicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\e914";
	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 .swiper-slide figure {
	line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	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 {
	-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 {
	-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;
	-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: 5px;
	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;
	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: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.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
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 15px)
}

.elementor-swiper {
	position: relative
}

.elementor-main-swiper {
	position: static
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
	left: 10px
}

.elementor-swiper-button-next {
	right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.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 {
	--lightbox-ui-color: hsla(0, 0%, 93.3%, .9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px
}

.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: .3s;
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	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;
	position: relative;
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
	left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
	right: 0
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button-next,
	.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%
	}
	.elementor-lightbox .elementor-swiper-button-next i,
	.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0, 0, 0, .5)
	}
	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.elementor-slideshow__header>i {
	font-size: inherit;
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
	margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #2c2c2c
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: 90% 10%;
	-ms-transform-origin: 90% 10%;
	transform-origin: 90% 10%;
	-webkit-transition: all .25s .1s;
	-o-transition: all .25s .1s;
	transition: all .25s .1s;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #55595c;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s .1s;
	-o-transition: opacity .5s .1s;
	transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
	color: #000
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em;
	margin-right: .75em
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	-webkit-transform: translateY(-100%) scaleX(.7);
	-ms-transform: translateY(-100%) scaleX(.7);
	transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
	margin: 0
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700
}

.elementor-slideshow__description {
	font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2
}

.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
}

.animated.reverse {
	animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation: none;
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1
}

.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: 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: -ms-flexbox;
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	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
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

#wpadminbar * {
	font-style: normal
}

.elementor-portfolio.elementor-grid {
	display: grid
}

.elementor-share-buttons--align-right {
	text-align: right
}

.elementor-share-buttons--align-left {
	text-align: left
}

.elementor-share-buttons--align-center {
	text-align: center
}

.elementor-share-buttons--align-justify {
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify
}

@media (max-width:1024px) {
	.elementor-share-buttons-tablet--align-right {
		text-align: right
	}
	.elementor-share-buttons-tablet--align-left {
		text-align: left
	}
	.elementor-share-buttons-tablet--align-center {
		text-align: center
	}
	.elementor-share-buttons-tablet--align-justify {
		text-align: justify;
		-moz-text-align-last: justify;
		text-align-last: justify
	}
}

@media (max-width:767px) {
	.elementor-share-buttons-mobile--align-right {
		text-align: right
	}
	.elementor-share-buttons-mobile--align-left {
		text-align: left
	}
	.elementor-share-buttons-mobile--align-center {
		text-align: center
	}
	.elementor-share-buttons-mobile--align-justify {
		text-align: justify;
		-moz-text-align-last: justify;
		text-align-last: justify
	}
}

@media (max-width:767px) {
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor .elementor-hidden-desktop {
		display: none
	}
}



.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}



h1.entry-title {
	display: var(--page-title-display)
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1025px
	}
}

@media(max-width:767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 768px
	}
}

.elementor-56 .elementor-element.elementor-element-a2445e1 .block {
	background-image: url(../images/block-bg-1.jpg)
}

.elementor-56 .elementor-element.elementor-element-066866c .block.bg-2 {
	background-image: url(../images/block-bg-2.jpg)
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		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
	}
}

@font-face {
	font-display: swap;
	font-family: 'Glyphicons Halflings';
	src: url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.eot);
	src: url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../themes/car-repair-services/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.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
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.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 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.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 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.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 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: @custom-color-alt;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: @custom-color-alt;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: @custom-color-alt
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.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-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	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;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.dropdown-submenu>a:after {
	content: ""
}

@media (min-width:768px) {
	.dropdown-submenu {
		position: relative
	}
	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		border-top-left-radius: 0
	}
	.dropup .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -6px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 0
	}
	.dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.navbar-right .dropdown-submenu .dropdown-menu {
		left: auto;
		right: 100%;
		border-top-left-radius: 4px;
		border-top-right-radius: 0
	}
	.dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.dropup .navbar-right .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
		border-radius: 4px 4px 0
	}
}

@media (max-width:767px) {
	.dropdown-submenu .dropdown-menu {
		position: static;
		margin-top: 0;
		border: 0;
		box-shadow: none
	}
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
		padding-left: 30px
	}
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 40px
	}
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 50px
	}
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
	.dropup>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a,
	.btn-group>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 60px
	}
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li.dropdown-header,
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a {
		padding-left: 35px
	}
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 45px
	}
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 55px
	}
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li.dropdown-header,
	.navbar-nav>.dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 65px
	}
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated:not(.no-animate) {
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1
}

.animation {
	opacity: 0;
	opacity: 1\9
}

.animation.no-animate {
	opacity: 1!important;
	animation-name: none!important;
	-webkit-animation-name: none!important
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-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: none;
		transform: none
	}
	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: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}
	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: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-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: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-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-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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-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: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: 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: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: 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-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-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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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-name: hinge;
	animation-name: hinge
}

@-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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 scaleOut {
	from {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	70% {
		opacity: 1
	}
}

@keyframes scaleOut {
	from {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	70% {
		opacity: 1
	}
}

.scaleOut {
	-webkit-animation-name: scaleOut;
	animation-name: scaleOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(1.3, 1.3, 1.3);
		transform: scale3d(1.3, 1.3, 1.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
}

.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;
	width: 100%
}

.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
}


/*!

.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em!important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}@font-face{font-family:'auto';src:url(../../../themes/car-repair-services/iconfont/fonts/auto7d59.eot?tt9lds);src:url('../../../themes/car-repair-services/iconfont/fonts/auto7d59.eot?tt9lds#iefix') format('embedded-opentype'),url(../../../themes/car-repair-services/iconfont/fonts/auto7d59.ttf?tt9lds) format('truetype'),url(../../../themes/car-repair-services/iconfont/fonts/auto7d59.woff?tt9lds) format('woff'),url('../../../themes/car-repair-services/iconfont/fonts/auto7d59.svg?tt9lds#auto') format('svg');font-weight:400;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'auto'!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-arrowhead-pointing-to-the-right1:before{content:"\e93e"}.icon-92962:before{content:"\e93d"}.icon-wrench:before{content:"\e93c"}.icon-tuneup:before{content:"\e93b"}.icon-tow-truck:before{content:"\e93a"}.icon-diag:before{content:"\e939"}.icon-ok:before{content:"\e933"}.icon-info:before{content:"\e934"}.icon-raketa:before{content:"\e935"}.icon-wrech1:before{content:"\e936"}.icon-gear:before{content:"\e937"}.icon-122264:before{content:"\e938"}.icon-phone:before{content:"\e931"}.icon-email:before{content:"\e932"}.icon-arrowhead-pointing-to-the-right:before{content:"\e929"}.icon-exhaust-pipe:before{content:"\e92c"}.icon-engine:before{content:"\e92d"}.icon-gearshift:before{content:"\e92e"}.icon-shop-cart:before{content:"\e92f"}.icon-star:before{content:"\e900"}.icon-calendar:before{content:"\e901"}.icon-calendar-page:before{content:"\e902"}.icon-oil:before{content:"\e903"}.icon-balance:before{content:"\e904"}.icon-power:before{content:"\e905"}.icon-car-wheel:before{content:"\e906"}.icon-disc-brake:before{content:"\e907"}.icon-check:before{content:"\e908"}.icon-close-cross:before{content:"\e909"}.icon-clock:before{content:"\e90a"}.icon-locate:before{content:"\e90b"}.icon-favorite:before{content:"\e90c"}.icon-interface:before{content:"\e90d"}.icon-lines-menu:before{content:"\e90e"}.icon-search:before{content:"\e90f"}.icon-rocket:before{content:"\e910"}.icon-people-1:before{content:"\e911"}.icon-people:before{content:"\e912"}.icon-transport:before{content:"\e913"}.icon-people-2:before{content:"\e914"}.icon-people-3:before{content:"\e915"}.icon-settings:before{content:"\e916"}.icon-shape:before{content:"\e917"}.icon-squares:before{content:"\e918"}.icon-technology:before{content:"\e919"}.icon-tool:before{content:"\e91a"}.icon-diploma:before{content:"\e91b"}.icon-transport-1:before{content:"\e91c"}.icon-mark:before{content:"\e91d"}.icon-web-settings:before{content:"\e91e"}.icon-arrow-left:before{content:"\e91f"}.icon-arrow-right:before{content:"\e920"}.icon-arrows-2:before{content:"\e921"}.icon-behance-logo:before{content:"\e922"}.icon-facebook-logo:before{content:"\e923"}.icon-google-plus-logo:before{content:"\e924"}.icon-instagram-logo:before{content:"\e925"}.icon-linkedin-logo:before{content:"\e926"}.icon-tumblr-logo:before{content:"\e927"}.icon-twitter-logo:before{content:"\e928"}.icon-8800:before{content:"\e940"}.icon-59439:before{content:"\e941"}.icon-109720:before{content:"\e943"}.icon-259477:before{content:"\e945"}.icon-271045:before{content:"\e948"}.icon-452814:before{content:"\e93f"}.icon-598823:before{content:"\e947"}.icon-733614:before{content:"\e942"}.icon-808728:before{content:"\e946"}.icon-1:before{content:"\e944"}.icon-mobile_menu:before{content:"\e94c"}.icon-612844:before{content:"\e964"}.icon-close:before{content:"\e930"}.icon-arrow_up:before{content:"\e92a"}.icon-arrow_down:before{content:"\e92b"}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1000042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1000043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1000045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom{cursor:pointer}.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:1000044}.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:1000046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}/**
 
 .scrtabs-tab-container *{box-sizing:border-box}.scrtabs-tab-container{height:92px;position:relative}.scrtabs-tab-container .tab-content{clear:left}.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container>.navbar-nav{-ms-flex-direction:row;flex-direction:row}.scrtabs-tabs-fixed-container{float:left;height:100%;overflow:hidden;width:100%!important}.scrtabs-tabs-movable-container{position:relative}.scrtabs-tabs-movable-container .tab-content{display:none}.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs{padding-right:0}.scrtabs-tab-scroll-arrow span:before{font-family:'auto';content:'\e920'}.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left span:before{content:'\e91f'}.scrtabs-tab-scroll-arrow{position:absolute;top:0;bottom:0;z-index:1;color:#707070;display:flex!important;font-size:17px;height:100%;width:35px;align-items:center}.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left{left:0;background:rgba(255,255,255,1);background:-moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%)}.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right{right:0;background:rgba(255,255,255,0);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:-webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%)}.scrtabs-tab-scroll-arrow,.scrtabs-tab-scroll-arrow .scrtabs-click-target{cursor:pointer}.scrtabs-tab-scroll-arrow.scrtabs-with-click-target{cursor:default}.scrtabs-tab-scroll-arrow.scrtabs-disable,.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target{color:#ddd;cursor:default}.scrtabs-tab-scroll-arrow.scrtabs-disable:hover{background-color:initial}.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}.scrtabs-disable{display:none!important}.twentytwenty-handle:before,.twentytwenty-handle:after{content:" ";display:block;width:3px;background:#fff;height:9999px;position:absolute;left:50%;margin-left:-1.5px;z-index:30;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5)}.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%}.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay{-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s}.twentytwenty-before-label,.twentytwenty-after-label{-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity}.twentytwenty-before-label:before,.twentytwenty-after-label:before{color:#fff;font-size:13px;letter-spacing:.1em}.twentytwenty-before-label:before,.twentytwenty-after-label:before{background:rgba(255,255,255,.2);position:absolute;top:50%;margin-top:-19px;line-height:38px;padding:0 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.twentytwenty-left-arrow,.twentytwenty-right-arrow{width:0;height:0;border:6px inset transparent;position:absolute;top:50%;margin-top:-6px}.twentytwenty-container{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.twentytwenty-container img{position:absolute;top:0;display:block}.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0)}.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity:0}.twentytwenty-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.twentytwenty-before-label{opacity:0}.twentytwenty-before-label:before{content:"Before";left:10px}.twentytwenty-after-label{opacity:0}.twentytwenty-after-label:before{content:"After";right:10px}.twentytwenty-overlay{-webkit-transition-property:background;-moz-transition-property:background;transition-property:background;background:rgba(0,0,0,0);z-index:25}.twentytwenty-overlay:hover{background:rgba(0,0,0,.5)}.twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1}.twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1}.twentytwenty-before{z-index:20}.twentytwenty-after{z-index:10}.twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid #fff;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5);z-index:40}.twentytwenty-handle:before{bottom:50%;margin-bottom:22px;-webkit-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-handle:after{top:50%;margin-top:22px;-webkit-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-left-arrow{border-right:6px solid #fff;left:50%;margin-left:-17px}.twentytwenty-right-arrow{border-left:6px solid #fff;right:50%;margin-right:-17px}.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps-container{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-container{overflow:auto!important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;z-index:21;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:5px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px
}

.noUi-connect {
	background: #3FB8AF;
	transition: background 450ms
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border-radius: 3px;
	background: #FFF;
	cursor: default
}

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-sub {
	background: #AAA
}

.noUi-marker-large {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

body:not(.home) {
	background-repeat: no-repeat
}

.woocommerce-product-gallery__image {
	text-align: center
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	right: 17px;
	top: 5px;
	z-index: 999
}

.flex-control-nav.flex-control-thumbs img {
	cursor: pointer
}

.flex-control-nav.flex-control-thumbs {
	overflow: auto;
	padding: 0
}

.woocommerce-variation-price {
	margin-bottom: 20px
}

.woocommerce div.product form.cart .variations select {
	padding: 10px
}

.woocommerce div.product form.cart .variations label {
	margin-top: 20px
}

.woocommerce button.button.single_add_to_cart_button {
	font-size: 18px;
	line-height: 30px;
	padding: 20px 35px;
	overflow: hidden
}

#container .woocommerce-breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 18px 0;
	width: 100%
}

#container .woocommerce-breadcrumb a {
	color: #fff;
	margin: 0 10px
}

#container .woocommerce-breadcrumb a:first-child {
	margin-left: 0
}

.woocommerce-products-header {
	text-align: center;
	color: #292929;
	font-family: "Muli", sans-serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 44px;
	margin: 0 0 54px
}

.woocommerce-products-header h1 {
	font-size: 44px;
	color: #fff
}

@media (max-width:767px) {
	.woocommerce-products-header h1 {
		font-size: 30px;
		line-height: normal
	}
	.woocommerce-products-header {
		margin: 0 0 20px
	}
}

body.custom-background.single-product {
	background-color: #fff
}

body.custom-background.archive.post-type-archive {
	background-color: #fff
}

.flex-control-nav.flex-control-thumbs>li:first-child {
	margin-top: 0
}

.summary.entry-summary.col-md-6 {
	margin-top: 0
}

.product_title.entry-title {
	font-size: 30px;
	line-height: 36px
}

body.single-product #pageContent {
	padding-top: 100px
}

.woocommerce-review-link {
	text-decoration: underline
}

.woocommerce-review-link:hover {
	color: #000
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000
}

.woocommerce div.product .stock {
	color: #000
}

input.input-text.qty {
	-moz-appearance: textfield;
	border-color: #eee;
	border-width: 0 1px;
	min-height: 46px
}

.ui-spinner-button {
	background-color: #f7f7f7;
	display: block;
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px
}

.ui-spinner-button.ui-spinner-up::before,
.ui-spinner-button.ui-spinner-down::before {
	color: gray;
	content: "+";
	cursor: pointer;
	display: block;
	line-height: 70px;
	text-align: center;
	transition: color 0.3s ease 0s;
	width: 30px;
	font-size: 21px
}

.ui-spinner {
	display: block;
	padding: 0 30px;
	position: relative;
	height: 72px
}

.ui-spinner-button.ui-spinner-down::before {
	content: "-";
	font-size: 33px
}

.ui-spinner-button.ui-spinner-down {
	left: 0;
	right: auto
}

.input-text.qty.text.ui-spinner-input {
	border: 1px solid #eee;
	border-radius: 5px;
	height: 70px;
	margin: 1px 0;
	width: 57px
}

.quantity {
	background: #f5f5f5 none repeat scroll 0 0;
	margin-right: 25px!important
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 10px 20px
}

.add_to_cart_button span {
	font-size: 13px
}

.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
	font-size: 12px;
	width: 56px;
	height: 56px;
	line-height: 46px
}

.layout-1 .icon-shop-cart {
	padding-right: 14px;
	font-size: 17px;
	vertical-align: text-bottom;
	color: #fff;
	line-height: 22px
}

.layout-1 .header-cart .icon-shop-cart {
	margin-right: 0
}

.woocommerce-product-details__short-description {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 5px;
	margin-bottom: 30px
}

.up_cart {
	margin-top: 30px
}

.woocommerce span.onsale {
	padding: 0;
	background-color: #ffc513;
	color: #111;
	left: 3px
}

.wc-tabs>li>a::after {
	background: #fede00 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transform: scale(0);
	transition: all 0.2s ease 0s;
	width: 100%
}

.wc-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
	transform: scale(1)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0 solid #d3ced2;
	bottom: -1px;
	content: " ";
	height: 5px;
	position: absolute;
	width: 5px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
	border: 0 solid #d3ced2;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	margin: 0 -5px;
	padding: 0 1em;
	position: relative;
	z-index: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	bottom: 0;
	height: 0;
	width: 0
}

.tabs.wc-tabs {
	padding: 0!important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 20px;
	padding: 0
}

.tabs.wc-tabs li.active a {
	color: #fede00!important
}

.tabs.wc-tabs li a {
	font-size: 18px;
	text-transform: uppercase
}

.woocommerce-Tabs-panel.panel.entry-content.wc-tab {
	box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0 solid #e4e1e3;
	border-radius: 4px;
	margin: 0;
	padding: 1em 0 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0 solid #e4e1e3
}

.woocommerce .star-rating {
	float: left
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	color: #000;
	float: left;
	font-size: 1.3em;
	line-height: 13px;
	margin-left: 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
	float: left;
	width: 100%
}

.woocommerce p.stars a {
	color: #fede00!important
}

.star-5.active {
	color: #81d742!important
}

#commentform #comment:hover,
#commentform #comment:focus,
#commentform #comment.focus {
	border-color: #fede00;
	box-shadow: none;
	outline: medium none
}

.textarea-custom {
	-moz-appearance: none;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #2b2b2b;
	font-size: 18px;
	height: auto;
	line-height: 24px;
	margin-bottom: 4px;
	min-height: 193px;
	padding: 15px
}

.textarea-custom:hover,
.textarea-custom:focus,
.input-custom:hover,
.input-custom.focus,
.wpcf7-form-control.wpcf7-textarea:hover,
.wpcf7-form-control.wpcf7-textarea:focus {
	border-color: #fede00!important;
	box-shadow: none!important;
	outline: medium none!important
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #515151
}

#commentform #submit {
	max-width: unset
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 48px;
	margin-top: 48px
}

.related.products {
	margin-bottom: 120px;
	margin-top: 100px
}

header .header-right-bottom {
	margin-right: 70px
}

.woocommerce .products .prd-info .star-rating,
.woocommerce .product .prd-info .star-rating {
	display: block;
	float: none;
	margin: 0 auto 20px;
	font-size: 10px;
	color: #ffc513
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #ffc513
}

.price_slider_amount .btn {
	display: inline-block;
	float: left
}

.column-filters .side-block .prd-sm .price ins {
	text-decoration: none
}

.prd.product.type-product.status-publish {
	text-align: center
}

.woocommerce-loop-product__title {
	margin-bottom: 15px!important
}

.btn.btn-invert.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.btn.btn-invert.add_to_cart_button {
	margin-top: 20px
}

.related.products .prd-grid:not(.prd-carousel) .prd {
	margin: 8px
}

.related.products .prd-grid:not(.prd-carousel) {
	margin: 0
}

.flex-direction-nav li::before {
	content: "\e91f"
}

.flex-direction-nav li:last-child:before {
	content: "\e920"
}

.flex-direction-nav li::before,
.flex-direction-nav li::before {
	-moz-osx-font-smoothing: grayscale;
	color: #727272;
	cursor: pointer;
	font-family: "auto";
	font-size: 23px;
	line-height: 30px
}

.flex-direction-nav li:first-child {
	left: -50px
}

.flex-direction-nav li {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 30px;
	line-height: 0;
	margin-top: -15px;
	outline: medium none;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	z-index: 200
}

.flex-direction-nav li:last-child {
	right: -50px
}

.archive .prd-grid {
	margin-bottom: 70px!important
}

span.show-result {
	float: left;
	line-height: 35px;
	font-size: 16px
}

.filters-row .form-inline select {
	font-size: 16px
}

.filters-row .simple-pagination>span {
	float: left;
	line-height: 35px;
	font-size: 16px
}

.filters-row .page-numbers {
	background: transparent none repeat scroll 0 0;
	color: #383838;
	float: left;
	padding: 0;
	border: 0 none
}

.filters-row ul.page-numbers {
	float: left;
	margin: 0!important;
	padding-left: 0;
	font-size: 16px
}

.woocommerce-pagination .page-numbers .page-numbers {
	padding: 0px!important;
	width: inherit;
	height: inherit;
	font-size: 16px;
	line-height: unset;
	font-weight: 500;
	color: #383838;
	padding-left: 10px!important;
	padding-right: 10px!important
}

.woocommerce-pagination .page-numbers>li {
	border: none!important
}

.woocommerce-pagination ul.page-numbers {
	border: 0px!important
}

.woocommerce nav.woocommerce-pagination {
	clear: both
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	border: none!important;
	color: #ffc513!important
}

body:not(.home).woocommerce #pageContent {
	padding-top: 100px
}

.woocommerce-breadcrumb>span {
	margin-left: 10px
}

.title-aside {
	font-size: 30px
}

.prd-sm-img {
	float: left;
	min-width: 100px;
	width: 100px
}

.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
	margin: 0;
	width: 100px;
	height: auto
}

@media (max-width:991px) {
	.title-aside {
		font-size: 26px
	}
	body:not(.home).woocommerce #pageContent {
		padding-top: 45px
	}
	.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
		width: 100%
	}
}

.prd-sm-info span {
	color: #292929!important;
	font-weight: 400
}

.col-md-4.col-lg-3.column-left.column-filters.sidebar-div {
	padding: 0
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #c7c7c7
}

.coupon-custom.col-md-6>label {
	text-align: left!important;
	width: 100%
}

.apply-coupon.btn.btn-invert {
	float: left;
	margin-top: 20px
}

.woocommerce-Tabs-panel {
	padding-left: 20px!important
}

ol.commentlist {
	padding-left: 0
}

header .header-cart:hover {
	padding-left: 10px;
	padding-right: 5px
}

header.page-header-1 .header-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -29px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	padding-left: 15px;
	left: 50px;
	width: 45px;
	height: 30px
}

header.page-header-2 .header-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-top: 3px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

@media (max-width:991px) {
	header.page-header-1 .header-cart {
		display: none
	}
}

header .header-cart a.icon {
	font-size: 30px;
	color: #fff;
	text-decoration: none
}

header .header-cart .badge {
	width: 24px;
	height: 24px;
	line-height: 17px;
	font-size: 12px;
	position: absolute;
	right: -12px;
	top: -14px;
	background-color: #ffc513;
	color: #000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	border-radius: 100%
}

header .header-cart:hover a.icon,
header .header-cart.opened a.icon {
	color: #fede00
}

header .header-cart:hover .badge,
header .header-cart.opened .badge {
	background-color: #fff
}

header .header-cart-dropdown {
	position: absolute;
	z-index: 1;
	right: -20px;
	top: -5000px;
	width: 350px;
	padding: 35px 32px 25px;
	background: #fff;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	text-align: left
}

@media (max-width:479px) {
	header .header-cart-dropdown {
		width: 270px;
		padding: 15px 15px
	}
}

header .header-cart-dropdown .header-cart-total {
	font-size: 24px;
	line-height: 30px;
	border-top: 1px solid #e8e8e8;
	padding: 20px 0;
	overflow: hidden
}

header .header-cart.opened .header-cart-dropdown {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	opacity: 1;
	visibility: visible;
	top: 100%
}

.prd-sm-item {
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 100%!important
}

.prd-sm-img {
	margin-right: 10px
}

.prd-sm {
	display: block;
	position: relative
}

.woocommerce-message .btn.btn-invert.wc-forward,
.woocommerce-error .btn.btn-invert.wc-forward {
	float: right;
	margin-top: 0
}

.woocommerce a.added_to_cart {
	display: none
}

.btn.btn-invert.add_to_cart_button,
.btn.btn-invert.product_type_simple {
	font-size: 12px!important;
	min-width: 120px!important;
	padding: 13px 18px 15px
}

.loader-cart-delete {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%
}

.loader-cart-delete>img {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.select2-container .select2-selection--single {
	height: 46px
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 8px 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 5px
}

@media (max-width:767px) {
	.input-text.qty.text.ui-spinner-input {
		min-width: auto
	}
	.quantity {
		margin-right: 0px!important
	}
	.ui-spinner {
		display: inline-block
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
		margin-bottom: 30px
	}
	.woocommerce table.shop_table_responsive tr td.actions {
		text-align: center!important
	}
	.apply-coupon.btn.btn-invert {
		float: none;
		margin-top: 20px
	}
}

@media (min-width:1199px) {
	.prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
		clear: left
	}
	.prd-grid:not(.prd-carousel) .prd {
		width: calc(33.333% - 30px);
		float: left
	}
	.single-product .prd-grid:not(.prd-carousel) .prd {
		width: calc(25% - 30px);
		float: left
	}
	.single-product .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
		clear: none
	}
	.prd {
		margin: 45px 15px
	}
}

@media (max-width:767px) {
	.comment ul.children,
	.comment ul.children li {
		margin-left: 0!important;
		padding-left: 0!important
	}
}

.column-filters {
	margin-bottom: 35px
}

.column-filters-inside {
	border: 3px solid #f5f5f5
}

.column-filters .side-block {
	border-color: #ebebeb;
	padding: 20px;
	margin-bottom: 0
}

.column-filters .side-block h3 {
	margin-bottom: 25px
}

.column-filters .category-list {
	margin-top: 20px
}

.noUi-horizontal {
	height: 6px
}

.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	left: -7.5px;
	top: -5px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fede00;
	border-radius: 50%;
	cursor: pointer
}

.noUi-target {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: #c7c7c7;
	margin-bottom: 24px
}

.noUi-origin {
	border-radius: 0;
	box-shadow: none
}

.noUi-connect {
	background: #fede00;
	border: 0;
	border-radius: 0;
	height: 6px;
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-handle:before,
.noUi-handle:after {
	display: none;
	border: 0;
	border-radius: 0;
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.range {
	margin-top: 35px
}

.range p {
	color: #444;
	font-size: 15px;
	line-height: 20px
}

.prd-sm {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.wc-forward {
	width: 100%;
	margin-top: 15px
}

.prd-sm:not(:last-child) {
	margin-bottom: 20px
}

.header-cart-dropdown .prd-sm {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}

.prd-sm-img {
	min-width: 88px
}

.prd-sm-delete {
	position: absolute;
	top: 0;
	right: -4px;
	cursor: pointer;
	font-size: 18px
}

.prd-sm-delete:hover {
	opacity: .5
}

.prd-sm-info h3 {
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	color: #292929
}

.prd-sm-info h3 a {
	text-decoration: none
}

.prd-sm-info h3 a:hover {
	text-decoration: none
}

.prd-sm-info .price {
	font-size: 16px;
	margin-top: 15px
}

.header-cart-dropdown .prd-sm-info {
	padding-right: 30px
}

.prd-grid:not(.prd-carousel) .prd {
	width: calc(33.333% - 30px);
	float: left
}

.prd {
	margin: 14px 15px
}

.prd-img img {
	width: 100%
}

.prd-info {
	padding: 0 15px;
	text-align: center
}

.prd-info h3 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	color: #292929
}

.prd-info h3 a {
	text-decoration: none
}

.prd-info h3 a:hover {
	text-decoration: underline
}

.prd-info .price {
	font-size: 26px;
	margin-top: 15px
}

.prd-info .btn {
	min-width: 0;
	margin-top: 20px;
	height: 45px;
	font-size: 12px;
	line-height: 13px;
	font-weight: 800;
	padding: 13px 18px 15px
}

.prd-info .btn [class*='icon-'] {
	font-size: 18px;
	color: #fff;
	padding-right: 14px;
	vertical-align: text-bottom
}

.prd .rating+.price {
	margin-top: 10px
}

.rating i {
	font-size: 10px;
	padding: 0 1px;
	color: #fede00
}

.rating-4 i:nth-child(5) {
	color: #c2c2c2
}

.rating-3 i:nth-last-child(-n+2) {
	color: #c2c2c2
}

.rating-2 i:nth-last-child(-n+3) {
	color: #c2c2c2
}

.rating-1 i:nth-last-child(-n+4) {
	color: #c2c2c2
}

.rating-0 i {
	color: #c2c2c2
}

.rating-text {
	display: inline-block;
	vertical-align: baseline;
	padding-left: 15px;
	font-size: 14px
}

h5>.rating {
	margin-right: 15px
}

@media (min-width:1199px) {
	.prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
		margin-right: 0
	}
	.prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
		clear: left
	}
}

@media (max-width:1199px) and (min-width:480px) {
	.prd-grid:not(.prd-carousel) .prd {
		width: calc(50% - 30px)
	}
	.prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
		margin-right: 0
	}
	.prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
		clear: left
	}
}

@media (max-width:479px) {
	.prd-grid {
		margin-right: 0;
		margin-left: 0
	}
	.prd-grid:not(.prd-carousel) .prd {
		width: 100%;
		margin-right: 0!important;
		margin-left: 0!important
	}
}

.product-card img {
	width: 100%
}

.prd-carousel .slick-next {
	right: -50px
}

.prd-carousel .slick-prev {
	left: -50px
}

.filters-row {
	display: inline-block;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #e8e8e8
}

.filters-row-left {
	float: left
}

.filters-row-right {
	float: right;
	text-align: right
}

.filters-row .form-inline {
	display: inline-block
}

.filters-row .form-inline:not(:first-child) {
	margin-left: 3vw
}

.filters-row .form-inline select {
	background-color: #f0f0f0;
	height: 35px;
	border-radius: 5px;
	border: 0;
	padding-left: 15px;
	outline: none!important;
	color: #7c7c7c
}

.filters-row .form-inline .select-wrapper:before {
	right: 1px;
	top: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #f0f0f0;
	border-radius: 5px
}

.simple-pagination {
	display: inline-block;
	color: #444
}

.simple-pagination span,
.simple-pagination li {
	display: inline-block;
	vertical-align: top;
	color: #444;
	padding: 2px 5px;
	text-decoration: none
}

.simple-pagination li.active {
	color: #fede00
}

.product-block .rating i {
	font-size: 12px
}

.product-block-info>*:not(:first-child):not(span) {
	margin-top: 21px
}

.product-previews {
	float: left;
	width: 106px
}

@media (max-width:480px) {
	.product-previews {
		width: 80px
	}
}

.product-previews img {
	width: 100%
}

.product-previews-item {
	display: block;
	margin-bottom: 11px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.product-previews-item:hover {
	opacity: .7
}

.product-block-gallery {
	margin-bottom: 30px;
	overflow: hidden
}

.product-block-mainimage {
	float: right;
	width: calc(100% - 127px)
}

@media (max-width:480px) {
	.product-block-mainimage {
		width: calc(100% - 100px)
	}
}

.product-block-mainimage img {
	width: 100%
}

.product-block-title {
	font-size: 30px;
	line-height: 36px
}

.product-block-price {
	font-size: 26px;
	line-height: 36px
}

.product-block-price-comment {
	font-size: 14px;
	margin-top: 0!important
}

.btn.product-block-add-to-cart:not([data-action]) span {
	line-height: 30px
}

@media (max-width:480px) {
	.btn.product-block-add-to-cart:not([data-action]) {
		width: 100%;
		margin-top: 30px
	}
}

.product-block-description {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 12px 0 25px
}

.product-block-actions {
	margin-top: 40px!important
}

.qty-count {
	height: 70px;
	background-color: #f5f5f5;
	display: inline-block;
	border-radius: 5px;
	margin-right: 25px
}

.error-404.not-found {
	margin-top: 30px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.woocommerce #review_form #respond p {
	margin: 0 0 30px
}

@media (max-width:767px) {
	.prd-grid:not(.prd-carousel) {
		margin: -45px -15px!important
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		line-height: 28px;
		margin-left: 0
	}
}

.woocommerce-message .wc-forward {
	width: auto;
	margin-top: 15px
}

.woocommerce .product .ajax_add_to_cart.added {
	font-size: 12px!important;
	min-width: 155px!important;
	padding: 13px 25px 15px
}

.ajax_add_to_cart.added span i {
	position: relative
}

.ajax_add_to_cart.added span i.icon-shop-cart {
	padding-right: 14px
}

.ajax_add_to_cart.added span i::before {
	position: absolute;
	content: "\e91d";
	font-family: 'auto';
	left: -10px;
	font-size: 16px;
	top: 0
}

.woocommerce .woocommerce-ordering {
	margin: 0
}

.product-categories-listing {
	display: block;
	overflow: hidden;
	margin: 0 0 30px;
	width: 102%;
	margin-left: -2%
}

.product-categories-listing:empty {
	display: none
}

.product-categories-listing .product-category {
	width: 31.33%;
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 2%
}

.woocommerce-loop-category__title {
	font-size: 22px;
	padding-top: 10px
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 300px
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	margin-top: 10px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 150px
}

.woocommerce-Tabs-panel.entry-content.wc-tab {
	width: 70%
}

a.checkout-button.btn.btn-invert.alt.wc-forward {
	margin-bottom: 0
}

.wc-proceed-to-checkout {
	padding: 0!important
}

.offset-sm>.woocommerce {
	margin-bottom: 120px
}

p.return-to-shop {
	margin-bottom: 0
}

body,
html {
	overflow-X: hidden
}

body {
	font-family: 'Roboto', sans-serif;
	color: #292929;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

img {
	height: auto
}

@media (max-width:767px) {
	body {
		font-size: 14px;
		line-height: 22px
	}
}

body.modal-open {
	padding-right: 0!important
}

a {
	color: #292929;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none;
	color: #292929;
	transition: 0.4s;
	-webkit-transition: 0.4s
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px
}

p:empty {
	display: none!important
}

@media (max-width:767px) {
	p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px
	}
}

.info {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 26px
}

@media (max-width:479px) {
	.info {
		font-size: 14px;
		line-height: 19px
	}
}

h1+p.info,
h2+p.info {
	margin-top: -30px
}

@media (max-width:767px) {
	h1+p.info,
	h2+p.info {
		margin-top: -10px
	}
}

@media (max-width:479px) {
	h1+p.info,
	h2+p.info {
		margin-top: -10px
	}
}

p.info+p {
	margin-top: 35px
}

p.info+h2.h-phone {
	margin-top: -5px
}

.color,
a.color,
a.color:hover,
a.color:focus {
	color: #fede00
}

.color-alt {
	color: #2c2c2c
}

svg path.color {
	fill: #fede00!important
}

h1,
h2.h-lg {
	font-size: 44px;
	line-height: 44px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0 0 35px;
	color: #292929
}

h1,
h2.h-lg {
	font-family: 'Poppins', sans-serif
}

.h-lg {
	padding-left: 10px;
	padding-right: 10px
}

@media (max-width:991px) {
	h1,
	h2.h-lg {
		font-size: 40px;
		line-height: 40px
	}
}

@media (max-width:767px) {
	h1,
	h2.h-lg {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 15px
	}
}

@media (max-width:479px) {
	h1,
	h2.h-lg {
		font-size: 33px;
		line-height: 40px
	}
}

span.sm {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	width: 53px
}

h2 {
	font-size: 34px;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0 0 30px;
	color: #292929
}

@media (max-width:767px) {
	h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 15px
	}
}

h2.h-phone {
	letter-spacing: -1px
}

p.info+h2.h-phone {
	margin-top: -5px
}

p.info+h2.h-phone {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 30px
}

h3 {
	font-size: 30px;
	line-height: 1.2em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px;
	color: #292929
}

@media (max-width:767px) {
	h3 {
		font-size: 26px;
		margin: 0 0 10px
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 24px;
		margin: 0 0 10px
	}
}

h4 {
	font-size: 26px;
	line-height: 28px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0 0 15px
}

h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0 0 15px;
	text-transform: uppercase
}

h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	padding: 0;
	margin: 0 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: inherit;
	font-weight: 600
}

@media (max-width:767px) {
	h5 {
		font-size: 16px
	}
}

.divider-xxl {
	clear: both;
	height: 120px
}

@media (max-width:1199px) {
	.divider-xxl {
		height: 78px
	}
}

@media (max-width:767px) {
	.divider-xxl {
		height: 60px
	}
}

.divider-xl {
	clear: both;
	height: 65px
}

@media (max-width:480px) {
	.divider-xl {
		height: 30px
	}
}

.divider-lg {
	clear: both;
	height: 45px
}

@media (max-width:767px) {
	.divider-lg {
		height: 15px
	}
}

.divider-md {
	clear: both;
	height: 30px
}

@media (max-width:767px) {
	.divider-md {
		height: 15px
	}
}

.divider {
	clear: both;
	height: 20px
}

@media (max-width:767px) {
	.divider {
		height: 15px
	}
}

.divider-sm {
	clear: both;
	height: 10px
}

.divider-line {
	clear: both;
	height: 50px;
	margin-top: 50px;
	border-top: 1px solid #fede00
}

@media (max-width:767px) {
	.divider-line {
		margin-top: 30px;
		height: 30px
	}
}

.quote {
	margin-top: 25px;
	margin-bottom: 40px;
	padding-left: 115px;
	position: relative;
	padding-right: 50px
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

.blockquote-01 {
	border-left-color: #fede00
}

.blockquote-01 p {
	font-size: 20px;
	line-height: 28px
}

.blockquote-01 footer {
	color: #878787;
	font-size: 15px;
	line-height: 22px
}

.blockquote-01 footer cite {
	color: #fede00;
	font-weight: 600;
	font-size: 18px;
	font-style: normal;
	font-family: 'Poppins', sans-serif
}

.quote-simple {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	padding-left: 30px;
	border-left: 4px solid #fede00
}

.marker-list {
	margin: 17px 0 5px;
	padding: 0;
	list-style: none
}

.marker-list>li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	position: relative;
	padding-left: 33px;
	margin-bottom: 8px
}

@media (max-width:1199px) {
	.marker-list>li {
		font-size: 16px;
		line-height: 22px;
		padding-left: 30px
	}
}

@media (max-width:575px) {
	.marker-list>li {
		font-size: 14px;
		margin-bottom: 6px
	}
}

.marker-list>li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'auto';
	content: "\e91d";
	font-size: 15px;
	color: #fede00
}

@media (max-width:1199px) {
	.marker-list>li:after {
		font-size: 13px;
		left: 5px
	}
}

.marker-list>li:after {
	font-size: 12px
}

.marker-list-sm {
	margin: 15px 0 0;
	padding: 0;
	list-style: none
}

.marker-list-sm>li {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 29px;
	margin-bottom: 6px
}

.marker-list-sm>li {
	margin-bottom: 14px;
	padding-left: 28px
}

.marker-list-sm>li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'auto';
	content: "\e91d";
	font-size: 15px;
	color: #fede00
}

.search-form-area .marker-list-sm>li {
	margin-bottom: 7px;
	margin-top: 7px;
	text-align: left
}

@media (max-width:767px) {
	.marker-list-sm>li {
		font-size: 14px
	}
}

@media (max-width:1199px) and (min-width:768px) {
	.container-tablet-lg {
		width: inherit
	}
	.container-tablet-lg.no-indent {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:991px) and (min-width:768px) {
	.container-tablet-md {
		width: inherit
	}
	.container-tablet-md.no-indent {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:991px) {
	.container-tablet-md.container-tablet-nogutter {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:1199px) {
	.text-center-tablet {
		text-align: center
	}
	.text-center-tablet .text-left {
		text-align: center!important
	}
}

.block-title {
	position: relative;
	padding-bottom: 41px;
	padding-left: 10px;
	padding-right: 10px
}

.block-title.text-left {
	padding-left: 0
}

.block-title.text-right {
	padding-right: 0
}

.block-title .block-title__title {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	line-height: 50px;
	color: #3a3a3a;
	padding: 0;
	margin: 0
}

.block-title .block-title__description {
	font-size: 16px;
	line-height: 26px
}

.block-title .title-separator {
	width: 46px;
	height: 3px;
	background-color: #fede00;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	top: 4px
}

.block-title .title-separator:before,
.block-title .title-separator:after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #fede00;
	display: inline-block;
	position: absolute
}

.block-title .title-separator:before {
	right: -5px
}

.block-title .title-separator:after {
	right: -10px
}

.block-title:not(.text-left):not(.text-right) {
	text-align: center
}

@media (min-width:993px) {
	.block-title.block-title__small-indent {
		padding-bottom: 30px
	}
}

.block-title>:nth-child(1) {
	margin-top: 0
}

@media (min-width:992px) {
	.block-title {
		margin-top: -9px
	}
}

@media (max-width:991px) {
	.block-title {
		margin-top: -10px;
		padding-bottom: 30px
	}
	.block-title .block-title__title {
		font-size: 40px;
		line-height: 50px
	}
	.block-title .block-title__description {
		font-size: 15px;
		line-height: 24px;
		margin-top: -3px
	}
}

@media (max-width:767px) {
	.block-title .block-title__title {
		font-size: 33px;
		line-height: 40px
	}
	.block-title .block-title__description {
		font-size: 14px;
		line-height: 19px;
		margin-top: 3px
	}
}

@media (max-width:575px) {
	.block-title {
		margin-top: -7px;
		padding-bottom: 12px
	}
	.block-title .title-separator {
		width: 34px;
		height: 2px;
		top: -2px
	}
	.block-title .title-separator:before,
	.block-title .title-separator:after {
		width: 2px;
		height: 2px
	}
	.block-title .title-separator:before {
		right: -4px
	}
	.block-title .title-separator:after {
		right: -8px
	}
	.block-title .block-title__description:last-child {
		padding-bottom: 9px
	}
}

.block-title+.form-table {
	padding-top: 0
}

@media (max-width:1199px) and (min-width:992px) {
	.search-form-area .marker-list-sm>li {
		margin-bottom: 0;
		margin-top: 5px
	}
	.home-search-area.vc_row>.vc_column_container>.vc_column-inner {
		padding-top: 0!important
	}
}

@media (max-width:991px) and (min-width:768px) {
	.column-sm-2 {
		column-count: 2;
		column-gap: 16px
	}
	.search-form-area .marker-list-sm>li {
		margin-top: 0
	}
}

.category-list {
	margin: 35px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	list-style: none
}

.category-list>li {
	padding: 0 0 12px 23px;
	position: relative
}

.category-list>li>a {
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease
}

.category-list>li>a:hover {
	text-decoration: underline
}

.category-list>li:after {
	content: '\e920';
	font-family: 'auto';
	color: #fede00;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 10px
}

.post-meta.category-list li:after {
	content: ""
}

.post-meta.category-list li {
	padding: 9px 0 7px 0
}

.category-list>li span {
	color: #292929
}

.single-post .tags-links {
	margin: 25px 0 50px
}

.number-list {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: item
}

.number-list>li {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px
}

.number-list>li:before {
	display: inline-block;
	min-width: 18px;
	content: counter(item) ". ";
	counter-increment: item;
	color: #fede00
}

.contact-info {
	margin: 0 0 25px;
	padding-left: 50px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	text-align: left
}

.contact-info>.icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	line-height: 1em;
	color: #fede00
}

.contact-info h5 {
	text-transform: none;
	padding: 7px 0 0 0;
	margin-bottom: 7px;
	font-weight: 700;
	font-size: 18px
}

.contact-info .social-links {
	margin-top: 20px
}

@media (max-width:767px) {
	.contact-info h5 {
		font-size: 15px
	}
	.search-form-area .coupon {
		margin-top: 40px
	}
	#pageContent .contact-info {
		margin: 0 auto 40px;
		max-width: 260px;
		text-align: left
	}
	#pageContent .row-grey .contact-info {
		max-width: 100%;
		text-align: left
	}
}

.vert-wrap {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1
}

.vert {
	display: table-cell;
	vertical-align: middle
}

.more-loader {
	display: none
}

.more-loader.visible {
	display: block;
	text-align: center;
	padding-bottom: 25px
}

.inline-icons {
	margin-bottom: 30px
}

.more-loader-coupon {
	display: none
}

.more-loader-coupon.visible {
	background: #fff none repeat scroll 0 0;
	bottom: 35px;
	display: block;
	font-weight: 600;
	height: 15px;
	left: 50%;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	text-decoration: underline;
	width: 15px;
	z-index: 1;
	transform: translateY(-50%)
}

.inline-icons .icon-wrapper {
	margin-right: 30px
}

.inline-icons .icon-wrapper:last-child {
	margin-right: 0
}

.inline-icons .icon-big {
	margin-right: 10px
}

.inline-icons .icon-big:last-child {
	margin-right: 0
}

#loader-wrapper.loader-off {
	display: none!important
}

#loader-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 15000;
	overflow: hidden
}

.loader {
	width: 150px;
	height: 150px;
	border: 1px #fff solid;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	border-radius: 50%
}

.loader.custom-loader {
	border: medium none;
	left: 0;
	margin: 0 auto;
	right: 0
}

.loader .loading {
	font-size: 10px;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 14px;
	font-family: 'Century Gothic', sans-serif;
	left: 0;
	top: 50%;
	margin-top: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.loader-circle-1 {
	width: 138px;
	height: 138px;
	left: 5px;
	top: 5px;
	border: 1px #fff solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: transparent;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

.loader-circle-2 {
	width: 126px;
	height: 126px;
	left: 5px;
	top: 5px;
	border: 1px transparent solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: #fede00;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite
}

.loader .line {
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute
}

.loader .line:nth-child(1) {
	left: 16px;
	top: 50%;
	margin-top: -1px
}

.loader .line:nth-child(2) {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 33px;
	top: 33px
}

.loader .line:nth-child(3) {
	top: 16px;
	left: 50%;
	width: 2px;
	height: 10px
}

.loader .line:nth-child(4) {
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	right: 33px;
	top: 33px
}

.loader .line:nth-child(5) {
	right: 16px;
	top: 50%;
	margin-top: -1px
}

.loader .line:nth-child(6) {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	right: 33px;
	bottom: 33px;
	background: #fede00
}

.loader .subline {
	position: absolute;
	width: 3px;
	height: 2px;
	background: #fff
}

.loader .subline:nth-child(7) {
	transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	-webkit-transform: rotate(22.5deg);
	-ms-transform: rotate(22.5deg);
	left: 21px;
	top: 50px
}

.loader .subline:nth-child(8) {
	transform: rotate(67.5deg);
	-moz-transform: rotate(67.5deg);
	-webkit-transform: rotate(67.5deg);
	-ms-transform: rotate(67.5deg);
	left: 50px;
	top: 21px
}

.loader .subline:nth-child(9) {
	transform: rotate(112.5deg);
	-moz-transform: rotate(112.5deg);
	-webkit-transform: rotate(112.5deg);
	-ms-transform: rotate(112.5deg);
	right: 50px;
	top: 21px
}

.loader .subline:nth-child(10) {
	transform: rotate(157.5deg);
	-moz-transform: rotate(157.5deg);
	-webkit-transform: rotate(157.5deg);
	-ms-transform: rotate(157.5deg);
	right: 21px;
	top: 50px
}

.loader .subline:nth-child(11) {
	transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	-webkit-transform: rotate(22.5deg);
	-ms-transform: rotate(22.5deg);
	right: 20px;
	bottom: 49px;
	background: #fede00
}

.loader .needle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px #fff solid;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	z-index: 1;
	-webkit-animation: pegIt 3s infinite ease-in-out;
	animation: pegIt 3s infinite ease-in-out
}

.loader .needle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 50px 3.5px 0;
	border-color: transparent #fede00 transparent transparent;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -3.5px 0 0 0;
	border-radius: 0 50% 50% 0
}

@keyframes pegIt {
	0% {
		transform: rotate(0deg)
	}
	16% {
		transform: rotate(75deg)
	}
	25% {
		transform: rotate(55deg)
	}
	30% {
		transform: rotate(90deg)
	}
	36% {
		transform: rotate(170deg)
	}
	42% {
		transform: rotate(150deg)
	}
	50% {
		transform: rotate(227deg)
	}
	100% {
		transform: rotate(0deg)
	}
}

@-webkit-keyframes pegIt {
	0% {
		-webkit-transform: rotate(0deg)
	}
	16% {
		-webkit-transform: rotate(75deg)
	}
	25% {
		-webkit-transform: rotate(55deg)
	}
	30% {
		-webkit-transform: rotate(90deg)
	}
	36% {
		-webkit-transform: rotate(170deg)
	}
	42% {
		-webkit-transform: rotate(150deg)
	}
	50% {
		-webkit-transform: rotate(227deg)
	}
	100% {
		-webkit-transform: rotate(0deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: hsl(0, 0%, 17%);
	border: 0 none;
	border-radius: 0;
	color: hsl(0, 0%, 100%);
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 18px;
	min-width: 80px;
	padding: 18px 25px;
	transition: .3s;
	margin: 0 0 10px
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background: hsl(52, 100%, 50%);
	color: #000
}

.btn-contacts input[type="submit"] {
	background-color: hsl(0, 0%, 17%);
	border: 0 none;
	border-radius: 0;
	color: hsl(0, 0%, 100%);
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 18px;
	min-width: 80px;
	padding: 18px 40px;
	transition: .3s;
	margin: 0 0 10px
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	appearance: none;
	margin-bottom: 4px;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	color: #2b2b2b;
	min-width: 100%
}

select {
	border: 1px solid #ccc
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111
}

textarea {
	width: 100%
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block
}

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none
	}
	.main-navigation ul {
		display: block
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both
}

.widget {
	margin: 0 0 1.5em
}

.widget select {
	max-width: 100%
}

.sticky {
	display: block
}

.byline,
.updated:not(.published) {
	display: none
}

.single .byline,
.group-blog .byline {
	display: inline
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 0
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	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: 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%
}

.gallery-caption {
	display: block
}

.input-custom {
	appearance: none;
	margin-bottom: 4px;
	padding: 15px 15px 15px;
	font-size: 18px;
	line-height: 24px;
	height: 54px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	color: #2b2b2b;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
	outline: none;
	border-color: #fede00
}

.input-custom.input-full {
	width: 100%
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #fff
}

.bg-dark .form-control.input-custom {
	margin-top: 0
}

.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
	outline: none
}

.textarea-custom.input-full {
	width: 100%
}

.input-wrapper {
	position: relative;
	margin-bottom: 31px
}

.placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

input::-moz-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

input:-ms-input-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

input:-moz-placeholder {
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

.required {
	color: red
}

input.input-custom,
textarea.textarea-custom,
.select-wrapper select.input-custom {
	-webkit-appearance: none;
	-moz-appearance: none
}

.select-wrapper {
	position: relative
}

.select-wrapper:before {
	content: '\25BE';
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 52px;
	height: 52px;
	font-size: 14px;
	line-height: 54px;
	pointer-events: none;
	color: #2b2b2b;
	text-align: center;
	z-index: 99
}

.select-wrapper select {
	padding-right: 40px;
	width: 100%;
	background-color: #fff;
	color: #2b2b2b
}

select {
	-moz-appearance: none;
	-webkit-appearance: none
}

.form-table input.btn.btn-invert {
	border-radius: 0!important;
	padding: 18px 45px;
	color: #333
}

.select-wrapper select {
	padding-right: 40px;
	width: 100%;
	background-color: #fff;
	color: #2b2b2b
}

.select-wrapper-sm {
	position: relative
}

.select-wrapper-sm:before {
	content: '\25BE';
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 40px;
	height: 38px;
	font-size: 14px;
	line-height: 40px;
	pointer-events: none;
	color: #2b2b2b;
	text-align: center;
	background-color: #fff
}

@media (max-width:1199px) {
	.select-wrapper-sm:before {
		line-height: 32px!important;
		height: 32px!important
	}
}

.select-wrapper-sm select {
	padding-right: 40px;
	width: 100%;
	background-color: #fff;
	color: #2b2b2b
}

.select-wrapper-sm .input-custom {
	height: 40px!important;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 40px 10px 10px!important
}

@media (max-width:1199px) {
	.select-wrapper-sm .input-custom {
		height: 34px!important;
		font-size: 14px!important;
		padding: 7px 34px 7px 7px!important
	}
}

select::-ms-expand {
	display: none
}

.contact-form {
	margin-bottom: 15px;
	margin-top: 0
}

label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #000
}

form label.error {
	display: block;
	color: red;
	font-size: 14px!important;
	opacity: 1!important
}

.successform,
.errorform {
	display: none;
	height: 70px
}

.successform span,
.errorform span {
	display: block
}

.successform span p,
.errorform span p {
	margin-top: 15px
}

.successform span p {
	color: #2990d6
}

.errorform span p {
	color: #c0392b
}

.form-table input::-webkit-input-placeholder {
	color: #000
}

.form-table input::-moz-placeholder {
	color: #000
}

.form-table input:-ms-input-placeholder {
	color: #000
}

.form-table input:-moz-placeholder {
	color: #000
}

@media (min-width:992px) {
	.form-table {
		display: table;
		width: 100%;
		table-layout: fixed;
		padding-top: 5px
	}
	.form-table .form-group-cell {
		display: table-cell;
		vertical-align: top;
		padding: 0 10px
	}
	.form-table .form-group-cell.sm {
		width: 125px
	}
	.form-table .form-group-cell.action {
		width: 215px
	}
	.form-table .form-group-cell .btn {
		height: 55px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.form-table .form-group-cell {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		width: calc(50% - 126px);
		margin-right: -4px
	}
	.form-table .form-group-cell.action {
		width: calc(100% - 20px);
		margin: 0 10px
	}
	.form-table .form-group-cell.sm {
		width: 125px
	}
	.form-table .form-group-cell .btn {
		height: 55px
	}
}

@media (max-width:767px) {
	.form-table {
		max-width: 460px;
		margin: 0 auto
	}
}

.block.bg-1,
.block.bg-2,
.block.bg-3,
.block.bg-1 a,
.block.bg-2 a,
.block.bg-3 a {
	color: #fff
}

button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button:active,
.btn:active,
button.active,
.btn.active {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button.pull-right,
.btn.pull-right {
	margin-right: 10px
}

.blog-post a.more-link,
.btn {
	color: #fff;
	position: relative;
	padding: 20px 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	height: auto;
	background-color: #2c2c2c;
	border-radius: 0;
	border: 0;
	vertical-align: top;
	-webkit-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-moz-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-ms-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-o-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 195px;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.blog-post a.more-link:hover,
.btn:hover,
.btn.active,
.btn:active {
	background: #fede00;
	color: #333
}

.btn:not([data-action]):before,
.btn:not([data-action]):after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 100%;
	top: 0;
	width: 150%;
	height: 100%;
	background-color: #fede00;
	-webkit-transform: skew(30deg) translate3d(0, 0, 0);
	-moz-transform: skew(30deg) translate3d(0, 0, 0);
	-ms-transform: skew(30deg) translate3d(0, 0, 0);
	-o-transform: skew(30deg) translate3d(0, 0, 0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease
}

.btn:not([data-action]):before {
	left: auto;
	right: 100%;
	-webkit-transform: skew(-30deg) translate3d(0, 0, 0);
	-moz-transform: skew(-30deg) translate3d(0, 0, 0);
	-ms-transform: skew(-30deg) translate3d(0, 0, 0);
	-o-transform: skew(-30deg) translate3d(0, 0, 0)
}

.blog-post a.more-link:hover,
.btn:hover {
	background-color: #2c2c2c
}

.btn:not([data-action]):hover:before {
	-webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
	-moz-transform: skew(-30deg) translate3d(70%, 0, 0);
	-ms-transform: skew(-30deg) translate3d(70%, 0, 0);
	-o-transform: skew(-30deg) translate3d(70%, 0, 0);
	opacity: 1
}

.btn:not([data-action]):hover:after {
	-webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
	-moz-transform: skew(30deg) translate3d(-70%, 0, 0);
	-ms-transform: skew(30deg) translate3d(-70%, 0, 0);
	-o-transform: skew(30deg) translate3d(-70%, 0, 0);
	opacity: 1
}

.btn:not([data-action]):hover {
	background: #ffc513;
	color: #2c2c2c
}

.btn span {
	display: block;
	position: relative;
	z-index: 1
}

.btn.btn-border {
	border: 2px solid #fede00;
	background: transparent;
	line-height: 14px
}

button#place_order,
.btn.btn-lg {
	height: auto;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 20px 35px
}

@media (max-width:767px) {
	.btn.btn-lg {
		font-size: 16px
	}
}

.btn.btn-sm {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	padding: 10px 40px;
	text-transform: none;
	min-width: 0
}

.btn.btn-xs {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	padding: 10px 15px;
	min-width: 0
}

.btn.btn-full {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

button#place_order,
.btn-invert {
	background: #fede00;
	color: #2c2c2c
}

.btn-invert:not([data-action]),
.btn-invert:not([data-action]).active,
.btn-invert:not([data-action]):active,
.btn-invert:not([data-action]).focus,
.btn-invert:not([data-action]):focus {
	background: #fede00;
	color: #2c2c2c
}

.btn-invert:before,
.btn-invert:after {
	background-color: #2c2c2c
}

.btn-invert:not([data-action]):hover {
	background: #2c2c2c!important;
	color: #fff!important
}

.btn-invert-alt {
	background: #2c2c2c
}

.btn-invert-alt:hover,
.btn-invert-alt.active,
.btn-invert-alt:active,
.btn-invert-alt.focus,
.btn-invert-alt:focus {
	background-color: #fff;
	color: #2c2c2c
}

.btn-white {
	background: #fff;
	color: #2c2c2c;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

.btn-white:hover,
.btn-white.active,
.btn-white:active,
.btn-white.focus,
.btn-white:focus {
	background-color: #2c2c2c;
	color: #fff
}

.btn-inline .btn {
	margin: 0 24px 10px 0
}

.text-center .btn-inline .btn {
	margin: 0 12px 10px
}

.social-links ul {
	margin: 0;
	padding: 0
}

.social-links ul li {
	display: inline-block;
	margin: 0 7px 5px 0;
	list-style: none;
	text-align: center
}

@media screen and (max-width:767px) {
	.social-links ul li {
		margin: 0 4px 3px 0
	}
}

.social-links ul li:last-child {
	margin-right: 0
}

.social-links ul li a {
	font-size: 45px;
	color: #fede00;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease
}

@media screen and (max-width:767px) {
	.social-links ul li a {
		font-size: 36px
	}
}

.social-links ul li a:hover {
	color: #2c2c2c
}

.link a {
	font-size: 34px;
	line-height: 1em;
	color: #fede00;
	text-decoration: none;
	padding: 0 4px 0 0;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease
}

.link a:hover {
	color: #2c2c2c
}

a.icon-facebook-logo:hover {
	color: #3b5998!important
}

a.icon-twitter-logo:hover {
	color: #55acee!important
}

a.icon-google-plus-logo:hover {
	color: #dd4b39!important
}

a.icon-linkedin-logo:hover {
	color: #4875B4!important
}

a.icon-pinterest-logo:hover {
	color: #C92228!important
}

a.icon-instagram-logo:hover {
	color: #4E433C!important
}

.tags-list {
	position: relative;
	list-style: none;
	margin: 30px 0 0;
	padding: 0
}

.tags-list a {
	margin-bottom: 7px;
	margin-right: 5px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	background-color: #f5f5f5;
	color: #5e5e5e;
	font-size: 16px!important;
	padding: 11px 21px
}

.tags-list a:hover {
	background-color: #fede00;
	color: #fff
}

.calendar__header {
	font-size: 16px;
	font-style: italic;
	padding: 0 0 18px
}

.calendar__footer {
	font-size: 16px;
	font-style: italic;
	padding: 10px 0 0
}

.calendar__footer a {
	text-decoration: none
}

.calendar__footer a:hover {
	color: #fede00
}

.calendar table {
	background: #fff;
	border-collapse: collapse;
	color: #2c2c2c;
	font-size: 15px;
	width: 100%;
	max-width: 350px;
	border-spacing: 1px;
	border-collapse: separate
}

.calendar th,
.calendar td {
	border: 1px solid #eee;
	color: #484848;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease
}

.calendar th:hover,
.calendar td:hover {
	background-color: #f5f5f5
}

.calendar th {
	background-color: #f5f5f5
}

.calendar tr:first-child td {
	color: #2c2c2c;
	font-weight: 700;
	padding-bottom: 10px
}

.calendar .selected,
.calendar .selected:hover {
	background-color: #fede00;
	color: #2c2c2c
}

.nav-tabs {
	border-bottom: 1px solid #d8d8d8
}

.nav-tabs>li {
	margin: 0 20px
}

@media (max-width:479px) {
	.nav-tabs>li {
		width: 100%;
		margin: 0
	}
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-width: 0
}

.nav-tabs>li>a {
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	border: none;
	color: #292929;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
	border: none;
	color: #fede00!important;
	background: transparent
}

.nav-tabs>li>a::after {
	content: "";
	background: #fede00;
	height: 4px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transform: scale(0)
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
	transform: scale(1)
}

.tab-nav>li>a::after {
	background: #fede00 none repeat scroll 0% 0%;
	color: #fff
}

.tab-pane {
	padding: 15px 0
}

.tab-content {
	padding: 20px
}

@media (max-width:479px) {
	.tab-content {
		padding: 0
	}
}

.tab-services .tab-content {
	position: relative
}

.tab-services .tab-content>.tab-pane {
	display: block;
	position: absolute;
	width: calc(100% + 30px);
	top: -10000px
}

.tab-services .tab-content>.active {
	position: relative;
	top: 0
}

.nav-pills {
	margin: 70px 0 47px;
	text-align: center
}

.nav-pills>li {
	display: inline-block;
	float: none;
	margin: 0 3px 10px 3px
}

.nav-pills>li>a {
	display: block;
	border-radius: 0;
	padding: 0 18px;
	min-width: 50px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	line-height: 53px;
	color: #383838;
	text-decoration: none;
	text-align: center
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #fede00;
	border-color: #fede00;
	color: #383838
}

.block {
	margin-bottom: 120px
}

.block.bottom-sm {
	margin-bottom: 48px
}

.block.bottom-md {
	margin-bottom: 100px
}

.block.bottom-null {
	margin-bottom: 0
}

.block.bg-1,
.block.bg-3 {
	background-size: cover;
	padding: 75px 0 60px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-backface-visibility: hidden
}

@media (max-width:991px) {
	.block.bg-1,
	.block.bg-2,
	.block.bg-3 {
		background-attachment: scroll
	}
}

@media (max-width:1199px) {
	.block.bg-1,
	.block.bg-3 {
		background-size: cover;
		padding: 40px 0 40px
	}
}

.faq-excerpt {
	margin-top: 0
}

.services-page-txt.block.bg-1 {
	padding: 20px 0 60px
}

.services-page-txt .wpb_content_element {
	margin-bottom: 0px!important
}

.black-bg-color {
	margin: 1px 0 80px
}

.block.bg-1 h1,
.block.bg-2 h1,
.block.bg-3 h1,
.block.bg-1 h2,
.block.bg-2 h2,
.block.bg-3 h2,
.block.bg-1 h3,
.block.bg-2 h3,
.block.bg-3 h3,
.black-bg-color h2.h-lg {
	color: #fff
}

.block.bg-1 .slick-dots li button:after,
.block.bg-2 .slick-dots li button:after,
.block.bg-3 .slick-dots li button:after {
	background: #fff
}

.block.bg-1 .slick-dots li.slick-active button:after,
.block.bg-2 .slick-dots li.slick-active button:after,
.block.bg-3 .slick-dots li.slick-active button:after,
.block.bg-1 .slick-dots li.slick-active button:hover:after,
.block.bg-2 .slick-dots li.slick-active button:hover:after,
.block.bg-3 .slick-dots li.slick-active button:hover:after {
	background: #2c2c2c
}

.block.bg-2 {
	padding: 75px 0 60px
}

@media (max-width:991px) {
	.block.bg-2 {
		padding: 60px 0 60px 0
	}
}

.block.bg-3 {
	background: #252525;
	padding: 52px 0 0
}

@media (max-width:767px) {
	.block.bg-3 {
		padding: 44px 0 0
	}
}

@media (min-width:768px) {
	.block.bg-3 .container-fluid {
		padding: 0
	}
}

.block.bg-4 {
	background: #f5f5f5;
	padding: 55px 0 45px
}

@media (max-width:991px) {
	.block.bg-4 {
		padding: 55px 0 45px
	}
}

@media (max-width:767px) {
	.block.bg-4 {
		padding: 55px 0 45px
	}
}

.block.bg-dark {
	color: #fff
}

.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3 {
	color: #fff
}

.block.bg-dark.full-block {
	background: url(../../../themes/car-repair-services../images/grey-bg-1.png) repeat 0 0
}

.block.bg-dark:not(.full-block) .container {
	background: url(../../../themes/car-repair-services../images/grey-bg-1.png) repeat 0 0
}

.block.offset-sm {
	margin-top: -35px
}

@media (min-width:992px) {
	.contact-hone-number {
		margin-top: -20px
	}
}

@media (max-width:1199px) {
	.block {
		margin-bottom: 78px
	}
}

@media (max-width:991px) {
	.block {
		margin-bottom: 60px
	}
	.block.offset-sm {
		margin-top: 0
	}
	.contact-hone-number .wpb_column.vc_column_container {
		width: 100%
	}
	.contact-hone-number .wpb_column .wpb_text_column.wpb_content_element {
		margin-bottom: 10px
	}
}

@media (min-width:1200px) {
	.block>.container,
	.navbar .container,
	#pageContent>.container {
		padding-left: 0;
		padding-right: 0
	}
}

.slidertop-space {
	padding-top: 120px
}

@media (max-width:991px) {
	html body:not(.home) #pageContent,
	.slidertop-space {
		padding-top: 60px
	}
}

@media (max-width:480px) {
	body:not(.home),
	body:not(.custom-background) {
		background-size: contain!important;
		background-repeat-y: repeat!important
	}
}

#pageContent {
	position: relative;
	background-color: #fff;
	top: -1px
}

#pageContent:before,
#pageContent:after {
	content: '';
	display: table
}

#pageTitle h1,
#pageTitle h2 {
	text-align: center;
	color: #fff
}

#pageTitle {
	padding: 47px 15px 45px
}

@media (min-width:1200px) {
	#pageTitle .container {
		padding: 0
	}
}

#pageTitle h1 {
	margin: 0;
	padding: 0 0 8px 0
}

@media (max-width:991px) {
	#pageTitle h1,
	#pageTitle h2 {
		text-align: center;
		color: #fff;
		font-size: 40px;
		line-height: 40px
	}
}

@media (max-width:767px) {
	#pageTitle h1,
	#pageTitle h2 {
		text-align: center;
		color: #fff;
		font-size: 32px;
		line-height: 32px
	}
}

@media (max-width:479px) {
	#pageTitle h1,
	#pageTitle h2 {
		font-size: 33px;
		line-height: 40px
	}
}

.vc_row.car-faq-text {
	margin-bottom: -50px
}

.car-faq-text h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px
}

.car-faq-text .vc_toggle_title:hover h4 {
	color: #fede00
}

@media (max-width:767px) {
	.car-faq-text h4 {
		padding-top: 5px;
		padding-bottom: 5px
	}
}

@media (max-width:1199px) {
	.gallery-item img {
		width: auto;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		max-width: 100%;
		height: auto
	}
}

.entry-header h1,
.entry-header h2 {
	text-align: center;
	color: #fff;
	font-size: 44px;
	line-height: normal
}

@media (max-width:991px) {
	.car-faq-text h4 {
		font-size: 16px
	}
	.car-faq-text .vc_toggle {
		display: block;
		margin: 0 0 60.74px;
		padding: 0;
		font-size: 1em
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1493347865495.vc_row-no-padding {
		padding-bottom: 0!important
	}
}

.row-grey {
	margin: 40px 0 60px;
	padding: 30px 20px;
	background-color: #f3f3f3
}

@media (max-width:767px) {
	.row-grey {
		margin: 40px 0 40px;
		padding: 20px 15px
	}
}

.row-grey .contact-info {
	margin-bottom: 0
}

.contacts-page .wpcf7-form-control.wpcf7-textarea {
	height: 220px
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
	border: 2px solid #fede00
}

@media (max-width:991px) {
	.contacts-page .wpcf7-form-control.wpcf7-textarea {
		height: 195px
	}
	.btn-contacts.contacts-page {
		margin-bottom: -20px
	}
}

@media (min-width:991px) {
	body.fixedSlider header.page-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2
	}
}

@media (min-width:992px) {
	.page-header.is-sticky .header-row {
		display: none
	}
}

body.home.page header.page-header {
	position: absolute;
	background: none
}

.page-header.is-sticky {
	position: fixed!important;
	width: 100%
}

header.page-header.is-sticky .header-right-bottom,
header.page-header.is-sticky .header-right-top,
.page-header.is-sticky .header-info-toggle {
	display: none
}

header.page-header.is-sticky .logo {
	padding-top: 0;
	height: auto
}

header.is-sticky .header-row .logo>a {
	padding: 5px 0
}

header.page-header {
	position: relative;
	width: 100%;
	z-index: 1000;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: 400
}

header.page-header:before {
	content: '';
	height: 59px;
	background-color: transparent;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

header .header-row {
	background: url(../../../themes/car-repair-services../images/grey-bg.png) repeat;
	display: flex
}

header.page-header-1 .header-row .logo {
	width: 254px;
	float: left
}

header.page-header-1 .header-row .logo>a {
	padding: 24px 0 13px 32px
}

@media (max-width:1199px) {
	header .header-row .logo {
		width: 300px
	}
}

@media (max-width:991px) {
	header.page-header {
		background: #333!important
	}
}

@media (max-width:767px) {
	.appointment {
		right: 0
	}
}

header .header-right {
	float: right;
	width: calc(100% - 254px)
}

header .header-right .address {
	float: left;
	width: 65%;
	position: relative;
	height: 59px;
	border-radius: 0 0 0 20px;
	font-size: 16px;
	line-height: 24px;
	padding: 17px 60px 17px 86px;
	margin-left: -15px;
	width: calc(100% - 305px);
	color: #fff;
	text-align: left
}

@media (max-width:1199px) {
	header .header-right .address {
		font-size: 16px;
		width: calc(100% - 250px);
		padding: 17px 30px 17px 40px
	}
}

header .header-right .address {
	background-color: transparent;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 17px 60px 17px 86px
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	font-weight: 400
}

header.page-header-1 .header-right .address span {
	color: #fede00
}

header.page-header-1 .header-right-top {
	height: 59px;
	width: 100%
}

header.page-header-1 .header-right-top a:hover {
	color: #333
}

header.page-header-1 .header-right-bottom {
	padding: 18px 0;
	height: 66px;
	text-align: right
}

header.page-header-1 .header-phone {
	font-size: 14px;
	line-height: 28px;
	color: #fff
}

header.page-header-1 .header-phone>span {
	display: inline-block;
	vertical-align: middle
}

header.page-header-1 .header-phone .text {
	font-size: 16px;
	text-transform: capitalize;
	padding-right: 16px;
	padding-top: 8px
}

header.page-header-1 .header-phone .phone-number {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 35px
}

header.page-header-1 .header-phone .phone-number .code {
	color: #fede00
}

header.page-header-1 .logo {
	position: relative;
	overflow: hidden
}

@media (max-width:991px) {
	header.page-header .logo {
		padding-top: 34px;
		max-width: 185px
	}
	header.page-header .logo {
		padding-top: 0;
		position: relative;
		top: 4px
	}
}

@media (max-width:767px) {
	header.page-header .logo {
		max-width: 165px
	}
}

header.page-header-1 .logo>a {
	position: relative;
	display: block
}

header.page-header-1 .logo img {
	max-height: 110px;
	max-width: 100%
}

@media (max-width:991px) {
	header.page-header-1 .header-phone .phone-number {
		display: none
	}
}

@media (max-width:991px) {
	header.page-header-1 .logo img {
		max-width: 185px;
		height: auto;
		width: 100%
	}
}

@media (max-width:767px) {
	header.page-header-1 .logo img {
		max-width: 165px
	}
	header.page-header-1 .logo>a {
		display: inline-block
	}
}

.appointment {
	display: block;
	float: right;
	position: relative;
	background-color: #fede00;
	height: 59px;
	font-size: 19px;
	line-height: 25px;
	font-weight: 600;
	padding: 17px 20px;
	margin-left: -15px;
	width: 240px;
	color: #000;
	text-align: center;
	outline: none;
	font-family: 'Poppins', sans-serif
}

@media (max-width:1199px) {
	.appointment,
	.appointment {
		width: 250px;
		font-size: 22px;
		padding: 17px 10px
	}
}

header.page-header .appointment:focus,
header.page-header .appointment:hover,
.modal-header .appointment:focus,
.modal-header .appointment:hover {
	outline: none
}

.appointment span,
.appointment .icon {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

header.page-header .appointment .icon,
.modal-header .appointment .icon {
	margin-right: 7px;
	font-size: 25px
}

header.page-header .appointment:after,
.modal-header .appointment:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48px 67px 0;
	left: -47.3px;
	top: -7px;
	border-color: transparent #fede00 transparent transparent
}

.layout-2 .appointment {
	width: auto
}

@media (min-width:992px) {
	header.page-header-1 #slide-nav #slidemenu {
		position: relative;
		background: #fff;
		box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
	}
	header .heade-mobile {
		display: none
	}
	.header-row {
		float: none
	}
	.navbar-toggle {
		display: none
	}
	.navbar {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		min-height: 70px;
		margin-bottom: 0;
		padding: 0
	}
	.ecaret {
		display: none
	}
	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover {
		background-color: transparent;
		color: #000
	}
	.navbar-nav {
		margin: 0 20px;
		float: none
	}
	.navbar-nav>li {
		margin: 0
	}
	header.page-header-1 .navbar-nav>li>a {
		display: block;
		position: relative;
		overflow: hidden;
		font-size: 15px;
		line-height: 23px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		padding: 18px 15px 18px;
		text-decoration: none;
		color: #000;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transition: background-color 0.2s ease 0s;
		-moz-transition: background-color 0.2s ease 0s;
		-ms-transition: background-color 0.2s ease 0s;
		-o-transition: background-color 0.2s ease 0s;
		background-color: transparent;
		box-shadow: none;
		position: relative
	}
	.navbar-nav>li>a span {
		display: block;
		position: relative;
		z-index: 1
	}
	header.page-header-1 .navbar-nav>li>a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 0%;
		height: 4px;
		margin: auto;
		left: 0;
		right: 0;
		background-color: #fede00;
		transition: width 0.2s linear
	}
	header.page-header-1 .navbar-nav>li.current-menu-item a:after,
	header.page-header-1 .navbar-nav>li>a:hover:after {
		width: 100%;
		bottom: 0
	}
	.navbar-nav .dropdown .dropdown-menu {
		border: 0;
		border-radius: 0;
		padding: 0;
		margin-left: -110px;
		transform: translateX(20px);
		bottom: auto!important;
		left: 50%;
		width: 220px;
		display: block!important;
		opacity: 1;
		visibility: hidden;
		top: -5000px;
		-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
	}
	.navbar-nav .dropdown .dropdown-menu:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 7px;
		margin-left: -7px
	}
	.navbar-nav .dropdown .dropdown-menu li.open>a {
		background-color: transparent
	}
	.navbar-nav .dropdown .dropdown-menu li>a {
		font-size: 15px;
		line-height: 20px;
		font-family: 'Poppins', sans-serif;
		padding: 10px 45px 10px 15px;
		color: #000;
		background-color: #fff!important;
		border-bottom: 1px solid #f0f0f0;
		white-space: normal;
		text-decoration: none;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease
	}
	.navbar-nav .dropdown .dropdown-menu li>a:hover,
	.navbar-nav .dropdown .dropdown-menu li>a:focus {
		background-color: #f2f2f2!important
	}
	.navbar-nav .dropdown .dropdown-menu li:last-child>a {
		border-bottom: 0
	}
	.navbar-nav .dropdown .dropdown-menu .dropdown-menu {
		top: 6px
	}
	.navbar-nav .dropdown:hover .dropdown-menu {
		transform: translateX(0);
		-webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		margin-top: -4px
	}
}

@media (max-width:1024px) {
	header.page-header-1 .header-row {
		background: #2d2d2d!important
	}
}

@media (max-width:1199px) and (min-width:992px) {
	header.page-header-1 .navbar-nav>li>a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.search-container {
	overflow: hidden;
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	margin: 7px 10px 0 0;
	-moz-transition: width 0.35s;
	-webkit-transition: width 0.35s
}

.search-container:hover {
	width: 100%
}

.search-container:hover input {
	display: block;
	width: calc(100% - 50px);
	opacity: 1;
	background-color: #f7f7f7
}

.search-container:hover .button {
	background-color: #fede00;
	color: #000
}

.search-container input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	width: calc(100% - 50px);
	height: 50px;
	padding: 10px;
	border: 0;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	background-color: transparent;
	outline: none;
	min-width: auto;
	opacity: 0
}

.search-container .button {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	min-width: auto;
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
	font-size: 16px;
	color: #5f5f5f;
	cursor: pointer;
	text-decoration: none;
	border-radius: 0;
	line-height: 50px;
	border: none
}

@media (max-width:991px) {
	.page-header-1 .search-container {
		width: calc(100% - 30px)!important;
		margin: 20px 15px
	}
	.search-container input {
		display: block;
		width: calc(100% - 50px);
		opacity: 1;
		background-color: #fff
	}
	.search-container .button {
		background-color: #fede00;
		color: #000
	}
	header.page-header [class*="col-"] {
		position: static;
		padding: 0
	}
	header.page-header .appointment:after,
	.modal-header .appointment:after {
		border-width: 0 48px 58px 0
	}
	.appointment .icon {
		display: none
	}
	header .header-row {
		display: none
	}
	header .heade-mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		background: #2d2d2d;
		min-height: 50px
	}
	header .heade-mobile .logo>a {
		padding: 5px 0 5px 20px
	}
	header .heade-mobile .logo>a img {
		max-width: 119px;
		height: auto
	}
	header .heade-mobile .col-left {
		flex: 2 1 auto
	}
	header .heade-mobile .col-right {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start
	}
	header .heade-mobile .search-container {
		padding: 0;
		margin: 0;
		width: inherit!important;
		position: relative;
		overflow: inherit
	}
	header .heade-mobile .search-container input {
		appearance: none;
		float: inherit;
		width: 300px;
		height: 50px;
		padding: 10px;
		border: 0;
		border-radius: 0;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		background-color: transparent;
		outline: none;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		pointer-events: none;
		right: 54px
	}
	header .heade-mobile .search-container .button {
		background: #2d2d2d;
		color: #fff;
		width: 54px;
		height: 50px;
		right: 0;
		position: relative;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s
	}
	header .heade-mobile .search-container .button [class^="icon-"],
	header .heade-mobile .search-container .button [class*=" icon-"] {
		position: relative;
		top: 2px
	}
	header .heade-mobile .search-container .button:hover {
		color: #fede00
	}
	header .heade-mobile .search-container.active input {
		display: block;
		background-color: #fff;
		pointer-events: auto;
		opacity: 1;
		visibility: visible
	}
	header .heade-mobile .navbar-toggle {
		background: #2d2d2d;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
		align-items: flex-end;
		width: 50px;
		height: 50px;
		line-height: 0;
		font-size: 0;
		border-radius: 0;
		right: inherit;
		padding-top: 17px;
		padding-bottom: 17px;
		padding-left: 14px;
		padding-right: 19px;
		top: 0
	}
	header .heade-mobile .navbar-toggle span {
		height: 2px;
		background-color: #fff;
		display: inline-block
	}
	header .heade-mobile .navbar-toggle span:nth-child(1) {
		width: 12px
	}
	header .heade-mobile .navbar-toggle span:nth-child(2) {
		width: 20px;
		margin-top: 4px
	}
	header .heade-mobile .navbar-toggle span:nth-child(3) {
		width: 14px;
		margin-top: 4px
	}
	header .heade-mobile .navbar-toggle:hover span {
		background-color: #fede00
	}
}

@media (max-width:991px) and (max-width:790px) {
	header .heade-mobile .logo>a img {
		max-width: 100px
	}
}

@media (max-width:991px) and (max-width:575px) {
	header .heade-mobile .search-container input {
		width: 197px
	}
}

@media (max-width:991px) {
	header.page-header .address {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		color: #fff;
		font-size: 15px;
		margin-right: 70px;
		height: 50px
	}
}

@media (max-width:790px) {
	header.page-header .address {
		display: none
	}
}

body.hdr-sticky .heade-mobile-top {
	display: none!important
}

.heade-mobile-top {
	position: relative;
	background-color: #131313;
	height: 33px;
	overflow: hidden
}

@media (min-width:791px) {
	.heade-mobile-top {
		display: none
	}
}

.heade-mobile-top .header-info-toggle {
	height: 100%
}

.heade-mobile-top .header-info-toggle [class*='icon-'] {
	position: relative;
	top: -2px
}

@media (max-width:991px) {
	.header-info-mobile {
		background-color: #2d2d2d;
		color: #fff
	}
	.header-info-mobile a {
		color: #fff
	}
	.header-info-mobile p {
		padding-left: 30px
	}
	.header-info-mobile p>[class*='icon-'] {
		color: #fff;
		font-size: 14px;
		line-height: 19px;
		top: 2px
	}
}

@media (max-width:790px) {
	.header-info-mobile .appointment {
		height: 33px
	}
}

@media (max-width:790px) {
	.heade-mobile .appointment {
		display: none
	}
}

.search-container:hover {
	width: 300px
}

@media (min-width:992px) {
	.search-container {
		position: absolute;
		right: 15px;
		top: -2px
	}
}

@media (max-width:790px) {
	header.page-header .appointment:after,
	.modal-header .appointment:after {
		border-width: 0 48px 40px 0
	}
}

.overflow-visible {
	overflow: visible!important
}

body .darkout-menu {
	position: fixed;
	z-index: -1;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	-webkit-transition: opacity 0.3s linear, left 0.3s linear;
	-moz-transition: opacity 0.3s linear, left 0.3s linear;
	-ms-transition: opacity 0.3s linear, left 0.3s linear;
	-o-transition: opacity 0.3s linear, left 0.3s linear
}

body.slide-active {
	overflow-x: hidden
}

body.slide-active .darkout-menu {
	z-index: 1000;
	left: 270px;
	top: 0
}

#pageContent {
	position: relative;
	left: 0
}

#pageContent.slide-active {
	padding-top: 0
}

.navbar-header {
	position: relative
}

#slidemenu,
#pageContent,
#mainSliderWrapper,
.page-footer,
.page-header-1 .header-row,
.header-info-mobile,
.header-topline {
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-ms-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	left: 0;
	position: relative
}

.header-info-mobile.slide-active,
#slidemenu.slide-active,
#pageContent.slide-active,
.page-footer.slide-active,
.page-header-1 .header-row.slide-active {
	left: 270px
}

.page-footer.slide-active {
	z-index: 9999
}

@media (max-width:991px) {
	#slide-nav .container {
		margin: 0!important;
		padding: 0!important;
		height: 100%;
		width: 100%
	}
	#slide-nav .navbar-header {
		margin: 0 auto;
		padding: 0 15px
	}
	#slide-nav .navbar.slide-active {
		position: absolute;
		width: 270px;
		top: -1px;
		z-index: 1000
	}
	#slide-nav #slidemenu {
		left: -100%;
		width: 270px!important;
		min-width: 0;
		position: absolute;
		z-index: 2;
		top: 0;
		margin: 0;
		padding-right: 0;
		padding-left: 0;
		background: #262626 none repeat scroll 0 0;
		border: 0;
		-webkit-transition: left 0.3s linear;
		-moz-transition: left 0.3s linear;
		-ms-transition: left 0.3s linear;
		-o-transition: left 0.3s linear
	}
	#slide-nav #slidemenu .close-menu {
		display: none;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 10px;
		height: 42px;
		color: #fede00;
		text-align: left;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 42px;
		font-weight: 600
	}
	#slide-nav #slidemenu.slide-active {
		left: 0;
		height: 100vh;
		overflow-y: scroll;
		display: block
	}
	#slide-nav #slidemenu.slide-active .row {
		margin: 0
	}
	#slide-nav #slidemenu.slide-active .close-menu {
		display: block
	}
	#slide-nav #slidemenu.slide-active .search-container .button {
		border-radius: 0 0 0 0!important;
		min-width: 10px;
		right: 0;
		padding: 0
	}
	#slide-nav #slidemenu .navbar-nav {
		min-width: 0;
		width: 100%;
		margin: 42px 0 0
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
		min-width: 0;
		width: 100%;
		white-space: normal;
		text-decoration: none
	}
	#slide-nav {
		border-top: 0
	}
	#navbar-height-col {
		position: fixed;
		top: 0;
		height: 100%;
		bottom: 0;
		width: 270px;
		left: -270px;
		background: #262626;
		-webkit-transition: left 0.3s linear;
		-moz-transition: left 0.3s linear;
		-ms-transition: left 0.3s linear;
		-o-transition: left 0.3s linear
	}
	#navbar-height-col.slide-active {
		left: 0
	}
}

@media (min-width:992px) {
	#slide-nav #slidemenu .close-menu {
		display: none!important
	}
	#pageContent {
		left: 0
	}
	.navbar.navbar-fixed-top.slide-active {
		position: fixed
	}
	.navbar-header {
		left: 0!important
	}
}

.home-slider-one .vc_column-inner {
	z-index: 0!important
}

.car-add-texts .vc_column-inner {
	margin-top: -35px!important
}

.car-add-texts .wpb_wrapper .wpb_text_column.wpb_content_element {
	margin-bottom: 0!important
}

body.admin-bar .page-header.sticky.is-sticky {
	top: 32px
}

body.admin-bar.home #appointmentForm.modal .modal-dialog {
	top: 32px
}

@media (max-width:782px) {
	body.admin-bar .page-header.sticky.is-sticky {
		top: 0
	}
	body.admin-bar.home #appointmentForm.modal .modal-dialog {
		top: 46px
	}
}

@media (min-width:767px) {
	body.fixedFooter .page-footer {
		position: fixed;
		bottom: -100%;
		width: 100%;
		z-index: 2
	}
}

@media (min-width:769px) {
	.page-footer .footer-col-left .inside {
		width: 470px;
		float: right;
		padding: 68px 15px 55px 0
	}
}

@media (max-width:768px) {
	.page-footer .footer-col-left .inside {
		max-width: 500px;
		margin: 0 auto;
		text-align: center
	}
}

@media (min-width:769px) {
	.page-footer .footer-content {
		display: table;
		width: 100%;
		table-layout: fixed;
		background-color: #2b2b2b
	}
	.page-footer .footer-col-left {
		display: table-cell;
		vertical-align: top;
		width: 44%;
		padding: 0
	}
	.page-footer .footer-col-right {
		display: table-cell;
		vertical-align: top;
		width: 56%;
		position: relative
	}
	.page-footer .footer-map {
		position: absolute!important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.page-footer .footer-col-left .inside {
		width: 390px
	}
}

@media (min-width:769px) and (max-width:991px) {
	.page-footer .footer-col-left .inside {
		width: 360px
	}
	.page-footer .footer-col-left,
	.page-footer .footer-col-right {
		width: 50%
	}
}

@media (max-width:768px) {
	.page-footer .footer-col-left {
		padding: 40px 20px
	}
	.page-footer .footer-col-left,
	.page-footer .footer-col-right {
		width: 100%;
		display: block
	}
}

.page-footer a,
.page-footer a:hover {
	color: #fff
}

.page-footer .contact-info a:hover {
	text-decoration: underline
}

.page-footer {
	position: relative;
	background: #2c2c2c;
	color: #fff;
	z-index: 0
}

.page-footer .footer-content {
	background-color: #2b2b2b
}

.footer-section03 {
	background-color: #2d2d2d;
	padding: 22px 0 15px 0
}

@media (max-width:991px) {
	.page-footer .footer-bottom {
		text-align: center
	}
}

.page-footer .footer-phone,
.page-footer .footer-phone h2 {
	font-size: 28px;
	color: #fff
}

.page-footer .container {
	position: relative;
	z-index: 100
}

.page-footer .copyright {
	color: #c8c8c8;
	font-size: 16px;
	line-height: 27px
}

@media (max-width:767px) {
	.page-footer .copyright {
		font-size: 14px;
		line-height: 21px
	}
}

.page-footer .footer-map {
	min-height: auto;
	width: 100%
}

@media (min-width:768px) {
	.page-footer .footer-map {
		position: absolute!important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
}

.page-footer .social-links {
	margin-top: 68px
}

@media (max-width:767px) {
	.page-footer .social-links {
		margin-top: 35px;
		text-align: center
	}
	.page-footer .social-links li {
		margin-bottom: 10px!important
	}
}

.page-footer .social-links ul li {
	margin: 0 8px 0 0
}

.page-footer .social-links ul li a {
	color: #fede00;
	font-size: 44px
}

.page-footer .social-links ul li a:hover {
	color: #fff
}

.page-footer .footer-phone {
	margin-bottom: 62px;
	font-size: 34px;
	line-height: 1em
}

@media (max-width:768px) {
	.page-footer .footer-phone {
		margin-bottom: 35px
	}
	.page-footer .social-links {
		margin-top: 35px;
		text-align: center
	}
}

@media (max-width:767px) {
	.page-footer .social-links ul li a {
		font-size: 36px
	}
}

.page-footer .footer-phone,
.page-footer .footer-phone h2 {
	color: #fff
}

.page-footer .footer-phone .number {
	color: #fede00;
	white-space: nowrap
}

.page-footer .contact-info {
	margin: 0 0 40px
}

.page-footer .contact-info .icon {
	color: #fede00;
	font-size: 36px
}

@media (max-width:768px) {
	#pageContent .page-footer .contact-info {
		font-size: 14px;
		line-height: 20px;
		padding-left: 40px;
		max-width: 500px;
		margin: 0 auto 20px
	}
	#pageContent .page-footer .footer-phone {
		margin-bottom: 35px;
		text-align: center
	}
}

@media (max-width:767px) {
	.page-footer .contact-info {
		font-size: 14px;
		line-height: 22px;
		padding-left: 40px;
		max-width: 500px;
		margin: 0 auto 20px
	}
	.page-footer .contact-info .icon {
		font-size: 30px;
		top: -4px
	}
}

@media (min-width:992px) {
	body.fixedSlider #mainSlider {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1
	}
}

.home-slider-one .vc_column-inner {
	padding-right: 0px!important;
	padding-left: 0px!important
}

#mainSlider {
	opacity: 0
}

#mainSlider.slick-slider {
	margin-bottom: 0
}

#mainSlider.slick-initialized {
	opacity: 1
}

@media (min-width:992px) {
	#mainSlider {
		height: 800px
	}
	body.layout-2 #mainSlider {
		height: inherit
	}
}

@media (max-width:991px) {
	#mainSlider.slick-slider {
		margin-bottom: 0
	}
}

#mainSlider .slide .img--holder {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat
}

#mainSlider .slide-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 100
}

#mainSlider .slide-content.center {
	text-align: center
}

#mainSlider .slide-content.left {
	text-align: left
}

#mainSlider .slide-content.right {
	text-align: right
}

#mainSlider .slide-content h4 {
	color: #fff;
	text-transform: none;
	font-size: 27px;
	line-height: 1.2;
	margin-bottom: .23em
}

#mainSlider .slide-content h3 {
	letter-spacing: -.04em;
	color: #fede00;
	text-transform: none;
	font-size: 72px;
	line-height: 1.2;
	margin-bottom: .4em;
	letter-spacing: -.04em
}

#mainSlider .slide-content h4,
#mainSlider .slide-content h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

#mainSlider .slide-content.left h3,
#mainSlider .slide-content.right h3 {
	display: table
}

#mainSlider .slide-content h3+h3 {
	margin-top: -.3em
}

#mainSlider .slide-content p {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 2.5em
}

#mainSlider .slide-content .btn,
#mainSlider .slide-content .btn:focus {
	height: auto;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 20px 27px;
	outline: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0
}

#mainSlider .slide-content .btn:hover,
#mainSlider .slide-content .btn.active,
#mainSlider .slide-content .btn:active,
#mainSlider .slide-content .btn.focus,
#mainSlider .slide-content .btn:focus {
	background: #fff;
	color: #fede00
}

#mainSlider .banner-btn,
#mainSlider .banner-btn:focus {
	height: auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 27px;
	outline: 0;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 2px solid #fede00;
	color: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	text-decoration: none!important
}

@media (max-width:991px) {
	#mainSlider .banner-btn,
	#mainSlider .banner-btn:focus {
		font-size: 11px;
		line-height: 16px;
		padding: 10px 15px
	}
}

@media (max-width:480px) {
	#mainSlider .banner-btn,
	#mainSlider .banner-btn:focus {
		font-size: 11px;
		line-height: 12px;
		padding: 8px 12px
	}
}

#mainSlider .banner-btn:hover {
	background: #fff;
	border-color: #fff!important;
	color: #000
}

#mainSlider .vert-wrap {
	padding-top: 220px;
	width: inherit
}

@media (max-width:1199px) {
	#mainSlider .slide-content h3 {
		font-size: 80px
	}
	#mainSlider .slide-content h4 {
		font-size: 40px
	}
	#mainSlider .slide-content p {
		font-size: 18px
	}
}

@media (max-width:991px) {
	#mainSlider .slide-content .container {
		padding-left: 20px;
		padding-right: 20px
	}
	#mainSlider .slide-content h3 {
		font-size: 60px
	}
	#mainSlider .slide-content h4 {
		font-size: 27px
	}
	#mainSlider .slide-content p {
		font-size: 13px
	}
	#mainSlider .slide .img--holder {
		height: 45vw
	}
	#mainSlider .vert-wrap {
		padding-top: 0
	}
}

@media (max-width:790px) {
	#mainSlider .slide-content h3 {
		font-size: 55px
	}
	#mainSlider .slide-content h4 {
		font-size: 24px
	}
	#mainSlider .slide-content p {
		font-size: 16px
	}
	#mainSlider .slide-content .btn {
		font-size: 12px;
		padding: 15px 20px
	}
	#mainSlider .slide .img--holder {
		min-height: 145px!important
	}
}

@media (max-width:767px) {
	#mainSlider .slide-content .container {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:575px) {
	#mainSlider .slide-content h3 {
		font-size: 30px
	}
	#mainSlider .slide-content h4 {
		font-size: 20px
	}
	#mainSlider .slide-content p {
		font-size: 9px;
		margin-bottom: 1em
	}
}

#mainSlider .slick-prev,
#mainSlider .slick-next {
	width: 30px;
	height: 30px;
	margin-top: -15px
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
	font-size: 23px;
	line-height: 30px;
	color: #fff
}

#mainSlider .slick-prev:hover:before,
#mainSlider .slick-next:hover:before {
	color: #fede00
}

#mainSlider .slick-prev {
	left: 50px;
	min-width: auto
}

#mainSlider .slick-next {
	right: 50px;
	min-width: auto
}

@media (max-width:1199px) {
	#mainSlider .slick-prev {
		left: 20px
	}
	#mainSlider .slick-next {
		right: 20px
	}
}

body.layout-2 #mainSlider {
	margin-bottom: 0
}

body.layout-2 #mainSlider .slide .img--holder {
	height: 780px;
	min-height: 0
}

body.layout-2 #mainSlider .vert-wrap {
	padding-top: 0
}

body.layout-2 #mainSlider .slide-content p {
	font-size: 20px;
	margin-bottom: 3.5em
}

body.layout-2 #mainSlider .slide-content h3 {
	font-size: 80px;
	margin-bottom: .5em
}

body.layout-2 #mainSlider .slide-content h4 {
	font-size: 42px
}

@media (max-width:1199px) {
	body.layout-2 #mainSlider .slide-content h3 {
		font-size: 70px
	}
	body.layout-2 #mainSlider .slide-content h4 {
		font-size: 36px
	}
	body.layout-2 #mainSlider .slide-content p {
		font-size: 16px
	}
}

@media (max-width:991px) {
	body.layout-2 #mainSlider .slide-content .container {
		padding-left: 20px;
		padding-right: 20px
	}
	body.layout-2 #mainSlider .slide-content h3 {
		font-size: 60px
	}
	body.layout-2 #mainSlider .slide-content h4 {
		font-size: 28px
	}
	body.layout-2 #mainSlider .slide-content p {
		font-size: 14px;
		margin-bottom: 3em
	}
	body.layout-2 #mainSlider .vert-wrap {
		padding-top: 0
	}
	body.layout-2 #mainSlider .slide .img--holder {
		height: 650px
	}
}

@media (max-width:768px) {
	body.layout-2 #mainSlider .slide-content .container {
		padding-left: 15px;
		padding-right: 15px
	}
	body.layout-2 #mainSlider .slide-content h3 {
		font-size: 50px
	}
	body.layout-2 #mainSlider .slide-content h4 {
		font-size: 25px
	}
	body.layout-2 #mainSlider .slide-content p {
		font-size: 13px
	}
	body.layout-2 #mainSlider .slide .img--holder {
		height: 414px
	}
}

@media (max-width:667px) {
	body.layout-2 #mainSlider .slide-content h3 {
		font-size: 30px
	}
	body.layout-2 #mainSlider .slide-content h4 {
		font-size: 20px
	}
	body.layout-2 #mainSlider .slide-content p {
		font-size: 10px;
		margin-bottom: 2.5em
	}
}

@media (max-width:480px) {
	body.layout-2 #mainSlider .slide-content h3 {
		font-size: 28px
	}
	body.layout-2 #mainSlider .slide-content h4 {
		font-size: 18px
	}
	body.layout-2 #mainSlider .slide-content p {
		font-size: 9px
	}
	body.layout-2 #mainSlider .slide .img--holder {
		height: 225px
	}
}

#mainSliderWrapper {
	position: relative
}

.mainSlider-arrow-bottom {
	position: absolute;
	bottom: 170px;
	left: 50%;
	z-index: 1;
	font-size: 28px;
	line-height: 1em;
	color: #fff;
	-webkit-animation-name: scrollDown;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: scrollDown;
	-moz-animation-duration: 1.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out
}

@media (max-width:991px) {
	.mainSlider-arrow-bottom {
		display: none
	}
}

@-webkit-keyframes scrollDown {
	from,
	to {
		-webkit-transform: translate(0, 0)
	}
	65% {
		-webkit-transform: translate(0, 10px)
	}
}

@-moz-keyframes scrollDown {
	from,
	to {
		-moz-transform: translate(0, 0)
	}
	65% {
		-moz-transform: translate(0, 10px)
	}
}

.wpb_single_image.negative-margin img {
	height: auto;
	max-width: 370px;
	vertical-align: top
}

@media (min-width:992px) and (max-width:1199px) {
	.wpb_single_image.negative-margin img {
		max-width: 100%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.wpb_single_image.negative-margin img {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.wpb_single_image.negative-margin img {
		height: auto;
		max-width: 240px;
		vertical-align: top
	}
}

.slider-under-bttn a.btn.btn-full.btn-border {
	width: 200px;
	float: right
}

@media (max-width:991px) {
	.slider-under-bttn a.btn.btn-full.btn-border {
		width: auto!important;
		float: right;
		padding: 10px 8px!important;
		min-width: 50px!important;
		margin-top: 15px
	}
}

.breadcrumbs {
	overflow: hidden
}

.breadcrumbs strong {
	font-weight: 400
}

.breadcrumbs span span:first-child {
	margin-left: 0
}

strong.breadcrumb_last,
.breadcrumbs span span {
	margin-left: 10px
}

.breadcrumbs a:hover {
	color: #fede00
}

.breadcrumbs>li {
	display: inline-block
}

.breadcrumbs>li+li:before {
	content: "/";
	padding: 0 15px
}

.breadcrumbs .breadcrumb {
	color: #fff;
	background-color: transparent;
	display: inline-block;
	padding: 18px 0;
	border-radius: 0;
	margin: 0;
	width: 100%
}

.breadcrumbs .breadcrumb {
	padding: 0;
	text-align: center
}

.breadcrumbs .breadcrumb a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	margin-right: 10px
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.video-responsive iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.text-icon {
	position: relative;
	margin: 90px 0 0;
	text-align: center;
	background-color: #f9f9f9;
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	padding: 0 25px 36px
}

.text-icon:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 4px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	transition: width 0.2s linear
}

.text-icon:hover {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.text-icon.active {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.text-icon:hover:before {
	width: 100%
}

.text-icon.active:before {
	width: 100%
}

.text-icon-wrapper .text-icon {
	margin-top: 0
}

@media (max-width:767px) {
	.text-icon-wrapper .text-icon {
		margin-top: 40px
	}
}

.vehicle-damage {
	margin-bottom: 80px
}

.vehicle-damage .tab-content {
	padding: 20px
}

@media (max-width:991px) {
	.text-icon {
		padding: 0 20px 20px;
		margin: 50px 0 0
	}
	.vehicle-damage {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.text-icon {
		margin-top: 65px
	}
	.vc_row.about-page-last-content {
		margin-bottom: -10px;
		margin-top: -30px
	}
	.about-page-last-content .vc_column_container .vc_column-inner {
		padding: 0
	}
}

.text-icon .icon-wrapper {
	display: inline-block;
	margin-top: 52px;
	background: #fff;
	border-radius: 50%
}

.text-icon .icon-wrapper>span {
	display: block;
	width: 103px;
	height: 103px;
	margin: 0 auto;
	background: #fede00;
	border-radius: 50%
}

.text-icon .icon-wrapper>span i {
	font-size: 46px;
	line-height: 104px;
	color: #fff
}

.text-icon .title {
	margin: 33px auto 16px;
	text-transform: capitalize;
	font-size: 27px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #3a3a3a
}

@media (max-width:991px) {
	.text-icon .icon-wrapper {
		margin-top: 31px
	}
	.text-icon .icon-wrapper>span {
		width: 63px;
		height: 63px
	}
	.text-icon .icon-wrapper>span i {
		font-size: 26px;
		line-height: 64px
	}
	.text-icon .title {
		font-size: 18px;
		margin: 14px auto 9px
	}
}

.text-icon .number {
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 11px;
	font-weight: 400;
	text-transform: none;
	color: #fff
}

.text-icon p {
	font-size: 16px;
	line-height: 25px
}

@media (max-width:767px) {
	.text-icon p {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.text-icon .number {
		font-size: 30px
	}
	.text-icon p {
		font-size: 15px;
		line-height: 22px
	}
}

.text-icon .text {
	max-width: 220px;
	margin: 0 auto;
	color: #5e5e5e
}

@media (max-width:992px) {
	.text-icon .text {
		font-size: 15px
	}
}

@media (min-width:768px) {
	.text-icon .text {
		min-height: 88px
	}
}

@media (max-width:1199px) {
	.home-service-ceritfied .vc_column_container>.vc_column-inner {
		padding-top: 0!important
	}
	.vc_row.wpb_row.vc_row-fluid.meet-team-txt.about-page-out-team {
		margin-bottom: 20px
	}
}

.text-icon-sm {
	position: relative;
	margin: 60px 0 0;
	text-align: center
}

.text-icon-sm .icon-wrapper {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 2px;
	margin-top: -46px;
	background: #fff;
	border-radius: 50%;
	text-decoration: none;
	outline: 0
}

.text-icon-sm .icon-wrapper>span {
	display: block;
	position: relative;
	width: 93px;
	height: 93px;
	margin: 0 auto;
	background-color: #fede00;
	border-radius: 50%
}

.text-icon-sm:hover .icon-wrapper span {
	-webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	-moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	box-shadow: 0 0 0 20px rgba(94, 138, 241, 0)
}

.text-icon-sm .icon-wrapper>span i {
	font-size: 40px;
	line-height: 93px;
	color: #fff
}

.text-icon-sm .icon-wrapper .icon-hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: calc(100%);
	height: calc(100%);
	opacity: 0;
	background-color: #ffc513;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease
}

.text-icon-sm:hover .icon-wrapper span {
	-webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	-moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	box-shadow: 0 0 0 20px rgba(94, 138, 241, 0)
}

.text-icon-sm:hover .icon-wrapper .icon-hover {
	opacity: 1;
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, .11);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .11)
}

.text-icon-sm:hover .icon-wrapper span i.icon {
	color: #fff
}

.text-icon-sm .title {
	margin: 15px auto 0;
	font-weight: 600;
	text-transform: uppercase
}

.text-icon-hor-grid {
	margin-top: 45px
}

.text-icon-hor {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8
}

.text-icon-hor:last-child {
	border-bottom: 0
}

.text-icon-hor .icon-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding: 8px
}

@media (max-width:767px) {
	.text-icon-hor .icon-wrapper {
		width: 120px
	}
	.text-icon {
		margin: 65px auto 0;
		padding: 0 20px 20px;
		max-width: 290px
	}
}

.text-icon-hor .icon-wrapper span {
	display: inline-block;
	position: relative;
	width: 144px;
	height: 144px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 8px #e9eaed;
	-moz-box-shadow: 0 0 0 8px #e9eaed;
	box-shadow: 0 0 0 8px #e9eaed
}

@media (max-width:767px) {
	.text-icon-hor .icon-wrapper span {
		width: 90px;
		height: 90px
	}
}

.text-icon-hor .icon-wrapper span i.icon {
	position: relative;
	z-index: 1;
	font-size: 60px;
	line-height: 144px;
	color: #fede00;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease
}

@media (max-width:767px) {
	.text-icon-hor .icon-wrapper span i.icon {
		font-size: 40px;
		line-height: 90px
	}
}

.text-icon-hor .icon-wrapper .icon-hover {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: calc(100%);
	height: calc(100%);
	opacity: 0;
	background-color: #fede00;
	-webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, .25);
	-moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, .25);
	box-shadow: 0 0 0 0 rgba(94, 138, 241, .25);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease
}

.text-icon-hor:hover .icon-wrapper span {
	-webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	-moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
	box-shadow: 0 0 0 20px rgba(94, 138, 241, 0)
}

.text-icon-hor:hover .icon-wrapper .icon-hover {
	opacity: 1;
	-webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, .25);
	-moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, .25);
	box-shadow: 0 0 0 8px rgba(94, 138, 241, .25)
}

.text-icon-hor:hover .icon-wrapper span i.icon {
	color: #fff
}

.text-icon-hor h4.title {
	text-transform: none;
	margin-bottom: 7px
}

.text-icon-hor .text {
	display: table-cell;
	vertical-align: middle
}

.text-icon-hor .text p:last-child {
	margin-bottom: 0
}

.text-icon-hor .price {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	white-space: nowrap;
	font-size: 20px;
	line-height: 40px;
	font-family: 'Muli', sans-serif;
	color: #fede00;
	text-align: right
}

.text-icon-hor .price span {
	font-size: 40px
}

@media (max-width:767px) {
	.text-icon-hor .price span {
		font-size: 30px
	}
}

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
	padding: 15px 8px;
	border-top: 0;
	border-bottom: 3px solid #e5e5e5
}

.table>tbody>tr>td {
	border-top: 1px solid #e5e5e5;
	padding: 10px 8px
}

.table .cell-marker {
	background: #fede00;
	border-color: #fede00;
	padding-left: 12px;
	padding-right: 12px
}

.table th.cell-marker {
	border-color: #fff
}

.text-icon-hor .price .remark {
	color: #f84646
}

.service-icon {
	margin-top: 50px;
	text-align: center;
	position: relative;
	z-index: 1
}

.single-service-txt {
	margin-bottom: 120px;
	padding-top: 30px
}

@media(max-width:1199px) {
	.single-service-txt {
		margin-bottom: 90px
	}
}

@media(max-width:991px) {
	.single-service-txt {
		margin-bottom: 40px
	}
}

@media(max-width:767px) {
	.single-service-txt {
		padding-top: 0;
		margin-bottom: 0
	}
}

.single-service-txt .text-icon .icon-wrapper>span {
	display: block;
	width: 93px;
	height: 93px
}

.single-service-txt .icon-wrapper>span i {
	font-size: 40px;
	line-height: 93px;
	color: #fff
}

.service-icon:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	background-color: #a1a1a1
}

.service-icon .icon-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 152px;
	background-color: #fff
}

.service-icon .icon-wrapper span,
.service-icon .icon-wrapper .fack_icon_div {
	display: inline-block;
	position: relative;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background: #fede00;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 1px #ddd;
	-moz-box-shadow: 0 0 0 1px #ddd;
	box-shadow: 0 0 0 1px #ddd;
	border: 5px solid #fff
}

.service-icon .icon-wrapper span i.icon,
.service-icon .icon-wrapper .fack_icon_div img {
	position: relative;
	z-index: 1;
	font-size: 55px;
	line-height: 115px;
	color: #252525;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease
}

.service-icon .icon-wrapper .fack_icon_div img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	width: 75%
}

h2+.testimonials {
	margin-top: 55px
}

.testimonials {
	display: table;
	width: 100%;
	table-layout: fixed
}

.testimonials-block-txt .black-bg-color {
	margin-bottom: 40px!important
}

.testimonials-item {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	position: relative
}

.testimonials-item .bg-image {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: cover
}

.testimonials-item .inside {
	float: right;
	margin-right: 15px
}

.testimonials-item:nth-child(2n) .bg-image {
	opacity: 1
}

.testimonials-item:nth-child(2n) .inside {
	float: left;
	margin-left: 15px
}

.testimonials-item.testimonials-item--dark .inside {
	color: #fff
}

.testimonials-item .inside {
	width: 570px;
	padding: 0 10px 0 100px;
	text-align: left;
	color: #000;
	margin-top: 96px;
	margin-bottom: 90px;
	position: relative;
	z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
	.testimonials-item .inside {
		width: 485px
	}
}

@media (max-width:991px) {
	.testimonials-item {
		display: block;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0
	}
	.testimonials-item.testimonials-item--dark .inside {
		margin: 0!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.testimonials-item .inside {
		width: 360px
	}
}

.testimonials-item .inside h5 {
	margin-bottom: 8px;
	color: #2a2a2a
}

.testimonials-item .inside .rating {
	margin-right: 15px;
	font-size: 11px;
	color: #fede00
}

.testimonials-item .inside .rating i {
	margin-right: 5px
}

.testimonials-item .inside .username {
	font-size: 18px;
	font-weight: 700
}

.testimonials-item .inside .meta {
	margin-bottom: 15px
}

.testimonials-item .inside .text {
	font-size: 18px;
	line-height: 24px
}

.testimonials-item .inside:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: -29px;
	left: 20px;
	content: '“';
	color: #fff;
	font-size: 150px;
	line-height: 1em
}

@media (min-width:992px) {
	.slick-initialized .slick-slide.testimonials {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex
	}
	.testimonials {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
}

@media (max-width:991px) {
	.slick-slider.testimonials-carousel {
		margin: 30px -15px 0;
		width: calc(100% + 30px);
		padding: 0 15px
	}
	.home_client_say_testimonials .slick-slider.testimonials-carousel {
		margin-bottom: 0
	}
	.testimonials-item {
		display: block;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0
	}
	.testimonials-item .inside {
		width: 60%;
		float: none!important;
		padding: 50px 15px 50px 88px;
		margin: 0 0 0 25%!important
	}
	.testimonials-item .inside .username,
	.testimonials-item .inside .rating {
		display: block;
		margin-bottom: 10px
	}
	.testimonials-item .inside:before {
		top: 14px;
		left: 12px
	}
}

@media (max-width:767px) {
	.slick-slider.testimonials-carousel {
		margin: 30px -30px 0;
		width: calc(100% + 60px);
		padding: 0 15px
	}
}

.testimonials-item .text p {
	font-size: 18px
}

.testimonial-card {
	position: relative;
	float: left;
	width: calc(33.333% - 20px);
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px;
	margin-top: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

@media (max-width:1199px) {
	.testimonial-card {
		width: calc(50% - 15px)
	}
}

@media (max-width:767px) {
	.testimonial-card {
		width: 100%
	}
	.testimonials-item .text p {
		font-size: 14px
	}
	.testimonials-item .inside {
		width: 100%;
		margin: 0!important
	}
}

.testimonial-card:after {
	content: '“';
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 150px;
	color: #fede00
}

.testimonial-card-title {
	border-bottom: 1px solid #ebebeb
}

.testimonial-card-title h5 {
	text-transform: none;
	font-weight: 700;
	font-size: 18px
}

.testimonial-card-text,
.testimonial-card-text p {
	margin-top: 20px;
	font-size: 17px;
	line-height: 24px
}

.testimonial-card-rating {
	margin-top: 15px
}

.testimonials-carousel2 {
	margin-top: 50px
}

@media (max-width:1199px) {
	.testimonials-carousel2 {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.testimonials-carousel2 {
		margin-top: 20px
	}
}

@media (min-width:1200px) {
	.testimonials-carousel2 .slick-prev {
		margin-top: -30px;
		left: calc(50vw - 585px)
	}
	.testimonials-carousel2 .slick-next {
		margin-top: -30px;
		right: calc(50vw - 585px)
	}
}

.testimonials-item2 {
	text-align: center
}

.testimonials-item2 .meta {
	font-size: 16px;
	line-height: 1.5em
}

@media (max-width:1199px) {
	.testimonials-item2 .meta {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.testimonials-item2 .meta {
		font-size: 15px
	}
	.testimonials-item2 .meta .rating {
		display: block;
		margin-bottom: 5px
	}
}

.testimonials-item2 .username {
	font-weight: 700
}

.testimonials-item2 .username:not(:first-child) {
	padding-left: 10px
}

.testimonials-item2 .userfrom {
	color: #8c8c8c
}

.testimonials-item2 .userfrom:not(:first-child) {
	padding-left: 3px
}

.testimonials-item2 .text {
	max-width: 830px;
	margin: 15px auto 0
}

.testimonials-item2 .text p {
	font-size: 20px;
	line-height: 1.5em
}

@media (max-width:1199px) {
	.testimonials-item2 .text p {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.testimonials-item2 .text p {
		font-size: 14px
	}
}

.testimonials-item2 .testimonial-auto {
	margin-top: 15px;
	display: inline-block
}

.testimonials-item2 .testimonial-auto img {
	max-width: 100%;
	width: auto
}

.testimonials-item2 .animated {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animations {
	opacity: 0
}

.person:not(.person-hor) {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto
}

.person .person-info {
	margin-top: 23px;
	text-align: left
}

@media (max-width:991px) {
	.person .person-info {
		text-align: center
	}
}

.person .image {
	margin: 0 auto 20px;
	position: relative
}

.person .name {
	margin-bottom: 8px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #000
}

.person .position {
	margin-bottom: 16px;
	padding: 0;
	font-weight: 400;
	text-transform: none;
	font-size: 15px
}

.person .text {
	margin-bottom: 30px
}

@media (max-width:1199px) {
	.person .position {
		margin-bottom: 10px
	}
	.person .text {
		margin-bottom: 10px
	}
}

.slick-slide img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

@media (max-width:767px) {
	.person:not(.last) {
		margin-bottom: 25px
	}
}

.person-hor {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

@media (max-width:479px) {
	.person-hor {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.person-hor .image {
	margin: 0;
	width: calc(50% - 15px)
}

@media (max-width:1199px) {
	.person-hor .image {
		width: calc(57% - 15px)
	}
}

@media (max-width:479px) {
	.person-hor .image {
		width: 100%
	}
}

.person-hor .person-info {
	width: calc(50% + 15px);
	padding: 15px 30px;
	margin-top: 0
}

@media (max-width:1199px) {
	.person-hor .person-info {
		padding: 15px 15px;
		font-size: 14px;
		line-height: 20px;
		width: calc(43% + 15px)
	}
}

@media (max-width:767px) {
	.person-hor .person-info {
		width: auto!important;
		padding: 15px 30px
	}
}

@media (max-width:479px) {
	.person-hor .person-info {
		width: 100%;
		padding: 20px 20px 15px
	}
}

.panel-group {
	margin-top: 43px;
	margin-bottom: 0
}

.panel-group#accordion {
	margin-top: 0
}

.faq-item .panel,
.faq-item.panel {
	margin-bottom: 10px;
	background: transparent;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-radius: 0
}

.faq-item .panel-heading {
	position: relative;
	padding: 0
}

.faq-item .panel-heading .panel-title {
	text-align: left!important;
	border-top: 1px solid #fede00;
	display: table;
	min-height: 90px;
	width: 100%
}

.calendar_wrap table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	max-width: 350px
}

.calendar_wrap th,
.calendar_wrap td {
	border: 1px solid #eee;
	color: #484848;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease
}

.calendar_wrap th {
	background-color: #f5f5f5
}

.calendar_wrap td#today {
	background-color: #fede00;
	color: #fff
}

@media (max-width:1199px) {
	.calendar_wrap th,
	.calendar_wrap td {
		padding: 5px
	}
}

@media screen and (max-width:767px) {
	.faq-item .panel-heading .panel-title {
		min-height: 60px
	}
}

.faq-item .panel-heading .panel-title>a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 125px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease
}

.faq-item .panel-heading .panel-title>a:hover {
	color: #fede00
}

@media screen and (max-width:767px) {
	.faq-item .panel-heading .panel-title>a {
		padding: 15px 0 15px 75px
	}
}

@media (min-width:991px) {
	.faq-excerpt {
		margin-top: -35px
	}
}

.panel-heading1 .vc_toggle_title {
	min-height: 90px;
	display: table;
	position: relative
}

.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
	text-decoration: none;
	-webkit-transition: all .25 ease;
	-moz-transition: all .25 ease;
	-ms-transition: all .25 ease;
	-o-transition: all .25 ease
}

.faq-item .panel-heading a>span.caret-toggle {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	font-size: 44px;
	line-height: 90px;
	background-color: #fede00;
	text-align: center;
	color: #000
}

@media screen and (max-width:767px) {
	.faq-item .panel-heading a>span.caret-toggle {
		width: 60px;
		height: 60px;
		font-size: 34px;
		line-height: 58px
	}
}

.faq-item .panel-heading a:not(.collapsed)>span.opened {
	display: none
}

.faq-item .panel-heading a.collapsed>span.closed {
	display: none
}

.faq-item .panel-collapse {
	background: transparent
}

.faq-item .panel-body {
	border: 0;
	padding: 0 0 25px 125px
}

@media screen and (max-width:767px) {
	.faq-item .panel-body {
		padding-left: 75px
	}
}

.faq-item .panel-body>p:last-child {
	margin-bottom: 0
}

.faq-item .panel-heading+.panel-collapse>.panel-body {
	border: 0
}

.faq-items-sm {
	margin-top: 30px
}

.faq-item-sm.panel {
	overflow: hidden
}

.faq-item-sm.panel .caret-toggle {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	right: 18px;
	top: 17px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #000;
	background-color: #eee
}

@media (max-width:767px) {
	.faq-item-sm.panel .caret-toggle {
		top: 12px;
		right: 12px
	}
}

.faq-item-sm.panel .panel-heading a:not(.collapsed)>span.closed {
	background-color: #fede00
}

.faq-item-sm.panel .panel-heading a:not(.collapsed)>span.opened {
	display: none
}

.faq-item-sm.panel .panel-heading a.collapsed>span.closed {
	display: none
}

.faq-item-sm.panel.panel-default {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #edeff0;
	border-radius: 0
}

.faq-item-sm.panel.panel-default>.panel-heading {
	padding: 0;
	color: #000;
	background-color: #fff;
	border-radius: 0;
	border: 0
}

.faq-item-sm.panel .panel-title a {
	display: block;
	padding: 21px 55px 21px 22px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none
}

@media (max-width:767px) {
	.faq-item-sm.panel .panel-title a {
		padding: 12px 55px 12px 15px;
		font-size: 14px;
		line-height: 20px
	}
}

.faq-item-sm.panel .panel-body {
	padding: 0 55px 26px 22px
}

@media (max-width:767px) {
	.faq-item-sm.panel .panel-body {
		padding: 0 55px 12px 15px;
		font-size: 14px;
		line-height: 20px
	}
}

.faq-item-sm.panel .panel-heading+.panel-collapse>.panel-body {
	border-top: 0
}

.faq-item-sm.panel .panel-collapse.collapse.in {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.faq-item-sm.panel+.faq-item-sm.panel {
	margin-top: -1px
}

@media (max-width:1199px) {
	.column-center .blog-post {
		margin-bottom: 50px
	}
}

.blog-post h3 {
	font-size: 34px;
	text-transform: capitalize
}

@media (max-width:1199px) {
	.blog-post h3 {
		font-size: 26px;
		margin: 0 0 10px
	}
}

.tags-links a {
	background-color: hsl(0, 0%, 94%);
	display: inline-block;
	font-size: 14px!important;
	line-height: 25px;
	margin-bottom: 7px;
	margin-right: 5px;
	padding: 0 10px;
	text-decoration: none;
	transition: all 0.2s ease 0s
}

.tags-links a:hover {
	color: #333
}

.blog-post {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.blog-post {
		margin-bottom: 50px
	}
}

.blog-post .post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
	width: 100%;
	height: auto;
	border: 0
}

.blog-post .post-image {
	position: relative;
	margin-bottom: 38px;
	border-radius: 0
}

.blog-post .post-image img {
	height: auto
}

.blog-post .post-image .post-link-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.blog-post .post-image .post-link {
	font-size: 42px;
	line-height: 1em;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	text-decoration: none
}

.column-right .blog-post .post-image .post-link {
	font-size: 18px
}

@media (max-width:767px) {
	.blog-post .post-image .post-link {
		font-size: 4vw
	}
}

.blog-post .post-image .post-link:hover {
	color: #fede00;
	text-decoration: none
}

.blog-post .post-title {
	margin-bottom: 28px;
	line-height: 1.4em
}

@media (max-width:767px) {
	.blog-post .post-title {
		margin-bottom: 28px;
		font-size: 20px
	}
}

.blog-post .post-meta {
	margin: 0 0 26px;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.blog-post .post-meta li {
	float: left;
	font-size: 14px;
	padding-right: 40px;
	margin-top: 0
}

.column-right .blog-post .post-meta li {
	padding-right: 10px
}

.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
	display: inline-block;
	vertical-align: middle
}

.blog-post .post-meta li i.icon {
	font-size: 20px;
	padding-right: 7px;
	color: #fede00
}

.blog-post .post-meta li:last-child {
	padding-right: 0
}

.blog-post .post-meta li .author {
	font-size: 14px;
	font-weight: 700
}

.vert-wrapper {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle
}

.post-teaser a.btn {
	margin-top: 40px
}

@media (max-width:767px) {
	.blog-post .post-meta li {
		padding-right: 15px
	}
}

.blog-post .post-teaser {
	margin-bottom: 32px
}

.blog-post .post-author {
	margin: 20px 0 25px
}

.blog-post .post-author img {
	margin-right: 20px
}

.blog-post.single {
	margin-bottom: 0
}

.post-carousel {
	overflow: hidden
}

.post-carousel .slick-prev {
	left: 20px
}

.post-carousel .slick-next {
	right: 20px
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
	color: #fff
}

.post-preview {
	margin-top: 28px;
	margin-bottom: 45px
}

.post-preview .post-image {
	margin-bottom: 15px
}

.post-preview .post-meta {
	margin-bottom: 15px;
	font-size: 13px
}

.post-preview .post-title {
	line-height: 1.222em;
	margin-bottom: 10px;
	text-transform: uppercase
}

.column-right .post-preview .post-title {
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700
}

.column-right h4 {
	font-size: 30px;
	margin-bottom: 30px
}

.widget_calendar caption {
	padding-top: 0;
	padding-bottom: 20px
}

.post-preview .post-title a {
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease
}

.post-preview .post-title a:hover {
	color: #fede00
}

.view-more-post {
	margin-bottom: 30px
}

.side-block {
	margin-bottom: 45px;
	padding-bottom: 30px
}

.side-block .post-preview .post-meta {
	margin-bottom: 10px
}

.column-right .side-block .post-preview .post-title {
	margin-bottom: 5px
}

.side-block h3 {
	margin-bottom: 18px
}

.blog-post.single .reply a {
	text-decoration: underline;
	font-size: 14px
}

.blog-post.single .reply a:hover {
	text-decoration: none
}

.side-block:last-child {
	border-bottom: 0
}

.comment-meta {
	margin-bottom: 15px
}

.comment-body {
	margin-bottom: 50px
}

.comments {
	padding-top: 15px
}

.comments .comment {
	margin: 10px 0 0
}

.comment-content {
	padding-left: 90px
}

.comment-metadata {
	padding-left: 90px
}

.comment-author.vcard img {
	margin-right: 20px
}

.reply {
	float: right
}

.comments .comment .userpic {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 26px 0 0;
	font-size: 64px;
	line-height: 64px;
	color: #e8e8e8
}

.comments-area ul,
.comments-area ol {
	list-style: none
}

.comment-content ul {
	list-style: disc
}

.comment-content ol {
	list-style: decimal
}

.comments .comment .text {
	overflow: hidden
}

.comments .comment .text .meta {
	padding-bottom: 5px
}

.comments .comment .text .meta a {
	color: #fede00;
	font-size: 14px;
	padding: 0 12px
}

.comments .comment .text .date {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	font-size: 13px
}

.comments .comment .text .date i.icon,
.comments .comment .text .date span {
	display: inline-block;
	vertical-align: middle
}

.comments .comment .text .date i.icon {
	font-size: 20px;
	padding-right: 7px;
	color: #fede00
}

.single_pg_cont .form-submit {
	margin-top: 30px
}

.comments .comment.replay {
	margin-left: 80px
}

.comment-form .form-group {
	margin-bottom: 8px
}

.comment-form input[type=text] {
	padding: 10px 15px;
	margin-bottom: 0;
	height: 38px;
	border: 1px solid #ccc;
	box-shadow: none
}

.textarea-custom {
	appearance: none;
	margin-bottom: 4px;
	padding: 13px 15px 13px;
	font-size: 16px;
	line-height: 20px;
	height: 46px;
	background: #fff;
	border: 0;
	border-radius: 2px;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 235px;
	height: auto;
	border: 1px solid #ccc
}

.comment-form textarea {
	padding: 12px 10;
	overflow: hidden
}

.blog-tags ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-tags ul li {
	display: inline-block;
	margin: 0 10px
}

.blog-tags ul li a {
	border: 1px solid #444;
	display: block;
	padding: 3px 10px;
	border-radius: 3px
}

.blog-isotope {
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 10px;
	overflow: visible
}

.blog-isotope .post-meta li.author {
	display: none
}

.blog-isotope .post-image {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px
}

.blog-isotope .blog-post {
	position: relative;
	float: left;
	width: calc(33.333% - 20px);
	padding: 20px 20px 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

@media (max-width:1199px) {
	.blog-isotope .blog-post {
		width: calc(50% - 15px)
	}
}

@media (max-width:767px) {
	.blog-isotope .blog-post {
		width: 100%
	}
}

@media (min-width:768px) {
	.blog-isotope .post-image {
		margin-bottom: 15px
	}
	.blog-isotope .post-meta {
		margin-bottom: 15px;
		font-size: 14px
	}
	.blog-isotope .post-title {
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 15px
	}
	.blog-isotope .post-image .post-link {
		font-size: 22px
	}
	.blog-isotope .quote {
		margin-top: 15px;
		margin-bottom: 20px;
		padding-left: 80px
	}
	.blog-isotope .quote:before {
		font-size: 200px;
		top: -35px;
		left: -10px
	}
}

#appointmentForm.modal {
	padding-left: 0!important
}

#appointmentForm.modal .modal-dialog {
	margin: 0 auto;
	width: 1170px;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:1240px) {
	#appointmentForm.modal .modal-dialog {
		width: 970px
	}
}

@media (max-width:767px) {
	.modal-body h5 {
		font-size: 16px
	}
}

.post_loop_cont_wrap .blog-post img {
	width: auto;
	max-width: 100%;
	height: auto
}

.services-block-alt .image {
	position: relative;
	overflow: hidden
}

.home-services-img,
.services-angle-text.how-works-row {
	margin-left: 0;
	margin-right: 0
}

.single-service-txt h3.title {
	font-size: 22px;
	margin: 10px 0
}

.single-services-head {
	margin-top: 30px;
	margin-bottom: 105px
}

@media (max-width:1199px) {
	.single-services-head {
		margin-top: 0;
		margin-bottom: 30px
	}
}

@media (max-width:991px) {
	.single-services-head {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.single-services-head h2 {
	margin-bottom: 30px!important
}

.services-pages-txt .btn-invert {
	margin-right: 10px
}

@media (min-width:768px) and (max-width:991px) {
	.services-pages-txt .form-popup-wrap {
		margin-left: 10px
	}
}

.services-pages-txt h2.h-lg {
	font-size: 40px
}

@media (max-width:767px) {
	.services-pages-txt h2.h-lg {
		font-size: 32px
	}
	.service-page-quality-car.services-pages-txt h2.h-lg {
		font-size: 32px
	}
	.service-page-quality-car {
		margin-bottom: -10px
	}
}

@media (max-width:479px) {
	.service-page-quality-car.services-pages-txt h2.h-lg,
	.services-pages-txt h2.h-lg {
		font-size: 28px
	}
}

.modal-body h2 {
	font-size: 34px
}

@media (min-width:768px) and (max-width:991px) {
	#appointmentForm.modal .modal-body .divider-lg {
		height: 30px
	}
	.modal-body h2 {
		margin-bottom: 35px
	}
}

@media (max-width:767px) {
	.modal-body h2 {
		font-size: 23px
	}
	#appointmentForm.modal {
		font-size: 14px;
		line-height: 20px
	}
	#appointmentForm.modal .modal-body .divider-lg {
		height: 20px
	}
}

@media (min-width:1240px) {
	#appointmentForm.modal .modal-dialog {
		width: 970px
	}
}

@media (min-width:1240px) {
	#appointmentForm.modal .modal-dialog .modal-header .close {
		top: 13px
	}
}

@media (max-width:991px) {
	#appointmentForm.modal .modal-dialog .modal-header .close {
		height: 50px
	}
}

@media (min-width:992px) {
	#appointmentForm.modal .modal-dialog .modal-body {
		padding: 0 50px 40px
	}
}

@media (min-width:1240px) {
	#appointmentForm.modal .modal-body {
		margin-top: -28px
	}
}

#appointmentForm.modal .modal-title-main {
	font-size: 27px;
	line-height: 37px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 16px;
	margin: 0
}

#appointmentForm.modal .modal-title {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 16px
}

.imges-services .vc_column-inner {
	padding-top: 0!important
}

.service-row-image {
	position: absolute;
	height: 100%;
	width: 100%
}

.imges-services .service-row-image {
	margin-bottom: 0px!important
}

@media (max-width:1399px) {
	.imges-services .service-row-image img {
		height: 456px!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#appointmentForm.modal .modal-dialog {
		width: 970px
	}
}

@media (max-width:991px) {
	#appointmentForm.modal .modal-dialog {
		width: 100%
	}
}

@media (max-width:991px) {
	#appointmentForm.modal .modal-dialog .modal-body {
		padding: 0 30px 20px
	}
}

@media (max-width:767px) {
	#appointmentForm.modal .modal-dialog .modal-body {
		padding: 0 0 10px
	}
}

#appointmentForm.modal .modal-dialog .modal-content {
	background-color: #fff;
	border-radius: 0;
	border: 0
}

@media (max-width:991px) {
	#appointmentForm.modal .modal-dialog .modal-content {
		padding-left: 25px;
		padding-right: 25px
	}
}

#appointmentForm.modal .modal-dialog .modal-header {
	height: 59px;
	border: 0;
	padding: 0
}

@media (max-width:1240px) {
	#appointmentForm.modal .modal-dialog .modal-header {
		margin-bottom: 35px
	}
}

#appointmentForm.modal .modal-dialog .modal-header .close {
	margin-top: 0;
	position: absolute;
	right: -64px;
	top: 5px;
	font-size: 30px;
	text-shadow: inherit;
	opacity: 1;
	color: #fede00;
	border-radius: 0;
	min-width: unset
}

@media (max-width:1240px) {
	#appointmentForm.modal .modal-dialog .modal-header .close {
		left: 0;
		right: 0;
		top: 0;
		background: #131313;
		width: 100%;
		text-align: left;
		z-index: 0;
		font-size: 24px;
		line-height: 58px;
		padding-left: 25px
	}
}

#appointmentForm.modal .appointment:after {
	border-width: 0 41px 65px 0;
	left: -41px
}

@media (max-width:991px) {
	#appointmentForm.modal .modal-dialog .modal-header .close {
		height: 50px;
		font-size: 20px;
		line-height: 45px
	}
	#appointmentForm.modal .appointment {
		font-size: 18px;
		padding: 13px 25px;
		height: 50px
	}
	#appointmentForm.modal .appointment:after {
		border-width: 0 41px 57px 0
	}
}

#appointmentForm.modal a.appointment {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	font-style: normal
}

#appointmentForm.modal .appointment {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19px;
	text-transform: capitalize!important;
	border-radius: 0;
	width: auto;
	padding: 17px 40px
}

#appointmentForm.modal .container-fluid {
	padding: 0;
	overflow-x: hidden
}

#appointmentForm {
	margin-bottom: 0
}

#appointmentForm .form-inline {
	position: relative;
	margin-bottom: 14px
}

@media (max-width:767px) {
	#appointmentForm .form-inline {
		margin-bottom: 10px
	}
}

#appointmentForm .form-inline .form-inline {
	margin-right: -20px;
	width: 50%
}

@media (max-width:767px) {
	#appointmentForm .form-inline .form-inline {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

#appointmentForm .form-inline>* {
	display: inline-block;
	margin-right: 16px;
	width: calc(50% - 20px);
	vertical-align: top
}

@media (max-width:767px) {
	#appointmentForm .form-inline>* {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

#appointmentForm .form-inline>*:only-child {
	width: calc(100% - 20px)
}

@media (max-width:767px) {
	#appointmentForm .form-inline>*:only-child {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

@media (max-width:480px) {
	#appointmentForm .form-inline>*:only-child {
		margin-bottom: 0
	}
}

#appointmentForm .form-inline label {
	width: 100%!important
}

#appointmentForm .form-inline .form-control {
	width: 100%
}

#appointmentForm .form-horizontal {
	padding: 0
}

#appointmentForm .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0
}

#appointmentForm .input-group .form-control {
	display: block;
	float: none;
	width: 100%
}

#appointmentForm .textarea-custom {
	height: 115px;
	min-height: 0
}

.datetimepicker-wrap .form-control,
.timepicker-wrap .form-control {
	width: 100%
}

.datetimepicker-wrap {
	position: relative
}

.datetimepicker-wrap:before {
	content: "\e901";
	font-family: 'auto';
	position: absolute;
	display: block;
	top: 12px;
	right: 15px;
	font-size: 20px;
	line-height: 27px;
	color: #999;
	z-index: 999
}

.timepicker-wrap {
	position: relative
}

.timepicker-wrap:before {
	content: "\e90a";
	font-family: 'auto';
	position: absolute;
	display: block;
	top: 12px;
	right: 15px;
	font-size: 20px;
	line-height: 27px;
	color: #999;
	z-index: 999
}

.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td {
	border: none
}

.modal-body .bootstrap-datetimepicker-widget .btn {
	padding: 0!important;
	height: auto!important;
	min-width: 0!important;
	line-height: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	padding: 10px 0px!important;
	display: inline-block;
	color: #333!important;
	width: 200px;
	font-size: 18px
}

.bootstrap-datetimepicker-widget .btn[data-action] {
	width: auto;
	background: transparent!important;
	min-width: 0
}

.bootstrap-datetimepicker-widget .btn[data-action]:after,
.bootstrap-datetimepicker-widget .btn[data-action]:before {
	display: none;
	opacity: 1
}

.bootstrap-datetimepicker-widget .btn[data-action].btn-primary {
	border: 0;
	background-color: #333!important;
	color: #fff!important;
	padding: 8px!important;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 16px
}

.bootstrap-datetimepicker-widget table td span {
	display: block;
	opacity: 1
}

#appointmentForm.modal.fade,
#appointmentForm.modal.fade .modal-dialog,
#appointmentForm.modal.fade.in .modal-dialog {
	opacity: 1
}

.appoinment-button-txt {
	margin-top: 80px;
	margin-bottom: 120px
}

.appoinment-button-txt .wpb_wrapper {
	text-align: center
}

@media (max-width:1199px) {
	.appoinment-button-txt {
		margin-top: 20px
	}
}

@media (min-width:1400px) {
	.text-appointment {
		margin: 0 0 0 -35px;
		text-align: center;
		width: calc(100% + 130px)
	}
	.img-move {
		position: relative
	}
	.img-move img {
		position: absolute;
		top: 0;
		left: -4%;
		width: 130%;
		max-width: initial
	}
	.appoinment-button-txt .btn-invert {
		z-index: 9
	}
}

@media (min-width:1200px) {
	.text-appointment {
		width: calc(100% + 230px)
	}
	.text-appointment .btn:not([data-action]) {
		padding-left: 53px;
		padding-right: 53px
	}
}

@media (max-width:1399px) {
	.text-appointment {
		text-align: center
	}
	.appoinment-button-txt .btn-invert {
		z-index: 9
	}
	.img-move {
		width: calc(100% + 30px);
		margin: 15px 0 0 -15px;
		text-align: center
	}
	.img-move img {
		max-width: 100%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.home-appoinment-button-txt .text-appointment h2.h-phone {
		font-size: 34px
	}
}

@media (max-width:991px) {
	.appoinment-button-txt {
		margin-top: 10px;
		margin-bottom: 40px
	}
}

@media (max-width:767px) {
	.img-move {
		padding: 15px
	}
	.appoinment-button-txt {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media (max-width:479px) {
	.appoinment-button-txt .btn-invert,
	.appoinment-button-txt .form-popup-wrap .form-popup-link,
	.appoinment-button-txt .form-popup-wrap {
		left: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto
	}
}

.search-submit.btn {
	min-width: 30px;
	margin: 15px 0 0 5px
}

.column-right input.search-field {
	margin-bottom: 4px;
	padding: 15px 15px 15px;
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	color: #2b2b2b
}

@media (min-width:992px) {
	.column-right input.search-field {
		width: 100%
	}
}

.blog-post a.more-link .meta-nav {
	display: none
}

.blog-post a.more-link {
	display: inline-block;
	margin-top: 10px
}

.banner-under-slider {
	background: url(../../../themes/car-repair-services../images/banner-bg.png);
	color: #fff;
	padding: 50px 0 47px;
	overflow: visible!important;
	margin-top: -1px
}

.banner-under-slider h2,
.banner-under-slider h3,
.banner-under-slider h4 {
	margin: 0;
	color: #fff;
	font-size: 38px
}

.banner-under-slider h2 {
	font-size: 34px;
	line-height: 1em
}

.banner-under-slider h2.h-lg {
	font-size: 44px
}

.banner-under-slider .negative-margin {
	margin: -75px 0 -90px
}

.banner-under-slider .action {
	padding-top: 10px
}

@media (max-width:991px) {
	.banner-under-slider .row-flex>* {
		padding: 0 12px
	}
	.banner-under-slider .row-flex {
		display: flex;
		align-items: center
	}
	.banner-under-slider {
		margin-bottom: 50px;
		padding: 15px 0
	}
}

@media (max-width:767px) {
	.banner-under-slider {
		margin-bottom: 45px
	}
}

.banner-under-slider p {
	margin-bottom: 0
}

@media (min-width:1200px) {
	.banner-under-slider .action {
		padding-top: 10px
	}
	.banner-under-slider .action .btn {
		width: calc(100% + 30px);
		margin-left: -30px
	}
}

@media (max-width:1199px) {
	.banner-under-slider .negative-margin {
		margin: -30px 0 -30px
	}
}

@media (max-width:991px) {
	.banner-under-slider {
		margin-bottom: 50px;
		padding: 15px 0
	}
	.banner-under-slider .row-flex {
		display: flex;
		align-items: center
	}
	.banner-under-slider .row-flex .col-title {
		min-width: 215px;
		width: auto
	}
	.banner-under-slider .row-flex>* {
		padding: 0 12px
	}
	.banner-under-slider .row-flex .col-img {
		min-width: 90px;
		width: auto
	}
	.banner-under-slider>.container {
		width: 100%
	}
	.banner-under-slider .negative-margin {
		width: 180px;
		margin: -29px -11px -31px -31px
	}
	.banner-under-slider .action {
		min-width: 140px
	}
	.banner-under-slider h2 {
		font-size: 22px;
		line-height: 1em;
		margin-bottom: 0
	}
	.banner-under-slider h2.text-right {
		font-size: 32px;
		line-height: 1em;
		text-align: left;
		margin-bottom: 0;
		padding-left: 32px
	}
	.banner-under-slider p {
		font-size: 14px;
		line-height: 20px
	}
	.banner-under-slider .btn:not([data-action]) {
		font-size: 12px;
		min-width: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px
	}
}

@media (max-width:767px) {
	.banner-under-slider {
		padding: 18px 0 25px
	}
	.banner-under-slider [class*="col-"] {
		position: static
	}
	.banner-under-slider .negative-margin {
		margin: 0;
		position: absolute;
		top: -15px;
		right: -50px;
		width: 205px
	}
	.banner-under-slider h2,
	.banner-under-slider h3,
	.banner-under-slider h4 {
		font-size: 26px!important
	}
}

@media (max-width:479px) {
	.banner-under-slider h2 {
		font-size: 28px
	}
	.banner-under-slider h2.h-lg {
		font-size: 30px
	}
	.banner-under-slider .negative-margin {
		margin: 0;
		position: absolute;
		top: -10px;
		right: -45px;
		width: 205px
	}
}

@media (max-width:767px) {
	.services-banner-12.home-services-img {
		margin-top: 30px
	}
	.services-banner-12 p.info {
		display: block;
		overflow: hidden;
		max-width: 100%;
		padding: 0 10px
	}
	.services-banner-12 .service .caption {
		padding: 0 15px 0 20px!important
	}
}

.services-block .service {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	vertical-align: top;
	color: #292929
}

.services-block .caption {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0 10%;
	text-align: center;
	pointer-events: none;
	font-size: 18px;
	line-height: 26px
}

.services-block .caption h2,
.services-block .caption h3,
.services-block .caption h4 {
	text-transform: uppercase
}

.services-block .caption h3 {
	font-size: 27px;
	line-height: 33px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: inherit;
	margin-bottom: 4px
}

.services-block .caption .text {
	margin-top: 18px;
	font-size: 16px;
	line-height: 25px
}

.services-block .services__text-background {
	left: 0;
	bottom: -18px;
	width: 100%;
	position: absolute;
	z-index: 0;
	font-size: 120px;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	pointer-events: none
}

.services-block .services__text-background.text-color-01 {
	color: #fff;
	opacity: .19
}

.services-block .services__text-background.text-color-02 {
	color: #e6e6e6
}

.services-block .services__text-background.text-color-03 {
	color: #373737
}

.services-block .caption h2 {
	margin-bottom: 18px
}

.services-block .image {
	background-color: #fede00
}

.services-block .image img {
	width: 100%
}

.services-block .service.dark {
	color: #fff
}

.services-block .service.dark h2,
.services-block .service.dark h3,
.services-block .service.dark h4 {
	color: #fede00
}

.vertical-tab-content h2,
.vertical-tab-content h1 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 700
}

@media screen and (min-width:768px) {
	.services-block .service {
		width: 33.333%
	}
	.services-block .service:nth-child(3n+1) {
		clear: none
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.services-block .service .caption {
		font-size: 14px;
		line-height: 16px;
		padding: 0 7%
	}
	.services-block .service h2 {
		font-size: 26px;
		margin-bottom: 10px
	}
	.services-block .service h3 {
		font-size: 22px
	}
}

.not-found .widget_search button {
	margin-top: 10px;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 0
}

@media screen and (max-width:1199px) {
	.services-block .caption h3 {
		font-size: 25px;
		line-height: 31px
	}
	.services-block .services__text-background {
		font-size: 90px
	}
}

@media screen and (max-width:991px) {
	.services-block .service h3 {
		font-size: 22px;
		line-height: 29px
	}
	.services-block .caption .text {
		font-size: 15px;
		line-height: 21px;
		margin-top: 9px
	}
	.services-block .services__text-background {
		font-size: 70px;
		bottom: -10px
	}
}

@media screen and (max-width:767px) {
	.services-block {
		max-width: 330px;
		margin: 20px auto;
		margin-top: 0
	}
	.services-block .service {
		margin-top: 15px
	}
	.services-block .service .caption {
		font-size: 13px;
		line-height: 1.1em;
		padding: 0 5%
	}
	.services-block .service h2 {
		font-size: 18px;
		line-height: 1.2em;
		margin-bottom: 7px;
		letter-spacing: -.5px
	}
}

@media screen and (max-width:575px) {
	.services-block .caption .text {
		font-size: 14px;
		line-height: 19px;
		margin-top: 9px
	}
	.services-block .services__text-background {
		font-size: 62px
	}
}

.services-angle-text .number {
	background: #fede00;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700
}

.services-angle-text h5 {
	color: #fff
}

.services-block-alt {
	margin-top: 30px;
	text-align: center
}

.services-block-alt .image i,
.services-block-alt .image .fack_icon_div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	margin: -59px 0 0 -59px;
	font-size: 50px;
	line-height: 118px;
	text-align: center;
	background-color: #fede00;
	opacity: 0;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
	-webkit-box-shadow: 0 0 0 20px #fede00;
	-moz-box-shadow: 0 0 0 20px #fede00;
	box-shadow: 0 0 0 20px #fede00
}

.services-block-alt .image:hover i,
.services-block-alt .image:hover .fack_icon_div {
	opacity: 1;
	-webkit-box-shadow: 0 0 0 0 #fede00;
	-moz-box-shadow: 0 0 0 0 #fede00;
	box-shadow: 0 0 0 0 #fede00
}

.services-block-alt .image .fack_icon_div img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: baseline;
	width: 75%
}

.services-block-alt .image img {
	width: 100%
}

.services-block-alt .caption .title {
	margin-bottom: 14px
}

@media (max-width:991px) {
	.services-block-alt .caption .title {
		font-size: 26px
	}
}

@media screen and (max-width:767px) {
	.services-block-alt .caption {
		padding: 20px 35px 30px;
		font-size: 14px;
		line-height: 20px
	}
	.services-block-alt .caption .title {
		margin-bottom: 5px;
		font-size: 20px;
		height: auto!important
	}
}

@media screen and (min-width:992px) {
	.services-block-alt.col-sm-3:nth-child(3n+1) {
		clear: left
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.services-block-alt.col-sm-6:nth-child(2n+1),
	.services-block-alt.col-sm-3:nth-child(3n+1) {
		clear: left
	}
}

@media screen and (max-width:767px) and (min-width:480px) {
	.services-block-alt.col-xs-6:nth-child(2n+1) {
		clear: left
	}
}

.service-row h1,
.service-row h2,
.service-row h3 {
	color: #fff
}

.service-row-text {
	padding: 75px 15px;
	float: right
}

.service-row {
	background: #2b2b2b;
	color: #fff
}

@media screen and (min-width:768px) {
	.service-row {
		display: flex;
		margin: 0 -30px
	}
}

.service-row>* {
	position: relative
}

.service-row,
.service-row-text {
	color: #fff
}

.service-row h1,
.service-row h2,
.service-row h3,
.service-row-elementor h1,
.service-row-elementor h2,
.service-row-elementor h3 {
	color: #fff
}

@media screen and (min-width:1200px) {
	.service-row .service-row-text {
		width: 600px
	}
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.service-row .service-row-text {
		width: 485px;
		padding: 50px 25px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.service-row-elementor .service-row-text {
		width: 375px;
		padding: 30px 25px
	}
	.service-row-elementor .service-row-text p {
		font-size: 14px;
		line-height: 20px
	}
}

@media screen and (max-width:991px) {
	.service-row .service-row-text p {
		font-size: 14px;
		line-height: 20px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.service-row .service-row-text {
		width: 375px;
		padding: 30px 25px
	}
	.service-row h2 {
		font-size: 34px
	}
}

@media screen and (max-width:767px) {
	.service-row .service-row-text,
	.service-row-elementor .service-row-text {
		width: 100%;
		float: none;
		padding: 30px 15px 0
	}
	.service-row h2 {
		font-size: 23px
	}
	.service-row-image {
		min-height: 200px;
		position: relative;
		width: calc(100% + 30px);
		margin: 0 -15px
	}
}

.service-row-text .wpb_button,
.service-row-text .wpb_content_element,
.service-row-text ul.wpb_thumbnails-fluid>li,
.service-row-text .vc_column-inner {
	padding-bottom: 0;
	padding-top: 0
}

@media (max-width:767px) {
	.wpb_button,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid>li {
		margin-bottom: 17px
	}
}

.box01 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.box01 .box01__icon {
	width: 67px;
	min-width: 67px;
	position: relative;
	font-size: 46px
}

.box01 .box01__icon:before {
	content: '';
	width: 3px;
	height: 46px;
	background-color: #fede00;
	display: block;
	position: absolute;
	top: 1px;
	right: -2px
}

.box01 .box01__icon svg {
	max-width: 36px
}

.box01 .box01__content {
	position: relative;
	padding: 0 0 0 25px
}

.box01 .box01__content .box01__title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 37px;
	color: #3a3a3a;
	font-weight: 600;
	text-transform: inherit;
	padding: 0 0 8px 0;
	margin: -9px 0 0 0
}

.box01 .box01__content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0
}

@media (min-width:992px) {
	.box01 {
		margin-bottom: -7px
	}
}

@media (max-width:991px) {
	.box01 {
		margin-bottom: -6px;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center
	}
	.box01 .box01__icon {
		text-align: center
	}
	.box01 .box01__icon:before {
		display: none
	}
	.box01 .box01__content {
		text-align: center;
		padding: 0;
		margin: 14px 0 0 0
	}
	.box01 .box01__content .box01__title {
		font-size: 18px;
		position: relative;
		margin-bottom: 15px
	}
	.box01 .box01__content .box01__title:before {
		content: '';
		display: inline-block;
		width: 46px;
		height: 2px;
		background-color: #fede00;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -23px
	}
	.box01 .box01__content>:last-child {
		margin-bottom: 0
	}
	.box01 .box01__content p {
		font-size: 15px;
		line-height: 21px
	}
}

@media (max-width:767px) {
	.box01 .box01__content .box01__title {
		font-size: 18px;
		position: relative;
		margin-bottom: 15px
	}
	.box01 .box01__content .box01__title:before {
		height: 2px;
		left: 50%;
		margin-left: -16px;
		width: 33px
	}
	.box01 .box01__content p {
		font-size: 14px;
		line-height: 19px
	}
}

@media (min-width:992px) {
	.box01-listing {
		margin-top: -40px
	}
	.box01-listing .box01 {
		margin-top: 40px
	}
}

@media (max-width:991px) {
	.box01-listing {
		margin-top: -30px
	}
	.box01-listing .box01 {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.box01-listing {
		margin-top: -20px
	}
	.box01-listing .box01 {
		margin-top: 20px
	}
}

.vertical-tab-container {
	background: url(../../../themes/car-repair-services../images/tabform-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
	width: calc(100% - 12px);
	overflow: hidden;
	color: #444
}

.vertical-tab-menu .list-group>a.active {
	border-right: none
}

.vertical-tab-container,
.vertical-tab-menu .list-group>a.active {
	background-color: transparent
}

@media (max-width:767px) {
	.vertical-tab-container {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px
	}
}

.vertical-tab-container .toggle-btn {
	float: left;
	width: 50%;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #1a1a1a;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}

@media (max-width:767px) {
	.vertical-tab-container .toggle-btn {
		font-size: 12px;
		line-height: 28px;
		margin-bottom: 11px
	}
}

.vertical-tab-container .toggle-btn.active {
	background: #1a1a1a;
	color: #fff
}

.vertical-tab-container p.comment {
	font-size: 14px;
	margin: 11px 0
}

.vertical-tab-container a.comment {
	display: inline-block;
	padding: 15px 0;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none
}

.vertical-tab-container a.comment:hover {
	text-decoration: underline
}

.vertical-tab-container form .form-group {
	margin-bottom: 7px
}

@media (max-width:767px) {
	.vertical-tab-container form .form-group {
		margin-bottom: 6px
	}
}

.vertical-tab-container form input.input-custom,
.vertical-tab-container form textarea.textarea-custom,
.vertical-tab-container form .select-wrapper select.input-custom {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #929292;
	color: #444;
	padding: 15px;
	font-size: 14px;
	line-height: 16px;
	height: 46px
}

.vertical-tab-container form .select-wrapper select.input-custom,
.vertical-tab-container form .select-wrapper select.input-custom:hover,
.vertical-tab-container form .select-wrapper select.input-custom:focus {
	border-color: #fff!important;
	box-shadow: none!important;
	outline: medium none!important
}

.search-form-area .btn.btn-lg.btn-full.false-submit:hover {
	background-color: #444
}

.search-form-area .btn.btn-lg.btn-full.false-submit:hover span {
	color: #fff!important
}

.vertical-tab-container form .select-wrapper:before {
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #444
}

.vertical-tab-container form .btn:before,
.vertical-tab-container form .btn:after {
	display: none
}

.vertical-tab-container form .btn span {
	color: #fff
}

.vertical-tab-container form .btn:hover {
	background-color: #444!important
}

.vertical-tab-container form .btn:hover span {
	color: #fff
}

.vertical-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 132px;
	float: left
}

@media (max-width:767px) {
	.vertical-tab-menu {
		width: 103px
	}
	.search-form-area .wpb_column.car-get-form .vc_column-inner {
		padding: 0
	}
}

.vertical-tab-menu .list-group {
	margin-bottom: 0
}

.vertical-tab-menu .list-group>a {
	margin-bottom: 2px;
	padding: 17px 10px 21px;
	border: 0;
	background-color: #494949;
	border-right: 1px solid #181818;
	border-radius: 0!important;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #d9d9d9
}

@media (max-width:767px) {
	.vertical-tab-menu .list-group>a {
		padding: 20px 10px 28px
	}
}

@media (max-width:767px) {
	.vertical-tab-menu .list-group>a {
		font-size: 12px;
		line-height: 14px
	}
}

.vertical-tab-menu .list-group>a span {
	display: block;
	margin-bottom: 13px
}

.vertical-tab-menu .list-group>a i.icon {
	color: #d9d9d9;
	font-size: 50px
}

@media (max-width:767px) {
	.vertical-tab-menu .list-group>a i.icon {
		font-size: 40px
	}
}

.vertical-tab-menu .list-group>a:last-child {
	margin-bottom: 0
}

.vertical-tab-menu .list-group>a.active span {
	color: #333
}

.vertical-tab-menu .list-group>a.active i.icon {
	color: #444!important
}

div.vertical-tab {
	width: calc(100% - 160px);
	padding: 25px 0 10px 25px;
	float: left
}

@media (max-width:767px) {
	div.vertical-tab {
		width: calc(100% - 105px);
		padding: 20px 12px 10px
	}
}

@media (max-width:479px) {
	div.vertical-tab {
		width: calc(100% - 130px)
	}
}

div.vertical-tab div.vertical-tab-content:not(.active) {
	display: none
}

.modal.modal-info .modal-header h3 {
	margin-bottom: 0
}

.modal.modal-info .modal-header .close {
	margin-top: 10px
}

.form-popup-wrap {
	display: inline-block;
	position: relative
}

.form-popup-wrap.text-icon-sm {
	width: 100%
}

.form-popup {
	position: absolute;
	width: 766px;
	left: 50%;
	margin-left: -395px;
	visibility: hidden;
	bottom: -25px;
	-webkit-transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-ms-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	opacity: 0
}

@media (max-width:1399px) {
	.form-popup {
		margin-left: -395px
	}
}

@media (max-width:1199px) {
	.form-popup {
		width: 600px;
		margin-left: -300px
	}
}

@media (max-width:767px) {
	.form-popup {
		width: 400px;
		margin-left: -200px
	}
}

.form-popup.opened {
	opacity: 1;
	bottom: -5px;
	visibility: visible
}

.text-icon-sm.form-popup-wrap .form-popup {
	margin-left: -383px
}

@media (max-width:767px) {
	.text-icon-sm.form-popup-wrap .form-popup {
		width: 300px;
		margin-left: -150px
	}
}

.quote-form {
	width: 100%;
	padding: 35px 20px 20px;
	background: #fff;
	border: 2px solid #252525;
	position: absolute;
	z-index: 1
}

@media (max-width:767px) {
	.quote-form {
		padding: 35px 20px 20px 20px
	}
}

form.quote-form p {
	margin-right: 16px
}

.quote-form:after,
.quote-form::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.quote-form::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px
}

.quote-form::before {
	border-color: rgba(37, 37, 37, 0);
	border-bottom-color: #252525;
	border-width: 13px;
	margin-left: -13px
}

.quote-form .form-inline {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	font-size: 16px
}

.quote-form .select-wrapper {
	display: flex!important;
	position: relative
}

@media (max-width:767px) {
	.quote-form .form-inline {
		margin-bottom: 10px
	}
}

.quote-form .form-inline .form-inline {
	margin-right: -20px;
	width: 50%
}

@media (max-width:767px) {
	.quote-form .form-inline .form-inline {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

.quote-form .form-inline>* {
	display: block;
	vertical-align: top;
	margin-right: 16px;
	width: calc(50% - 8px)
}

@media (max-width:767px) {
	.quote-form .form-inline>* {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

.quote-form .form-inline>*:only-child {
	width: calc(100% - 20px)
}

@media (max-width:767px) {
	.quote-form .form-inline>*:only-child {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0
	}
}

.quote-form .wpcf7-response-output {
	margin-left: 0;
	width: calc(100% - 20px)
}

.quote-form .form-inline label {
	width: 100%!important
}

.quote-form .form-inline .form-control {
	width: 100%
}

.quote-form .input-custom {
	height: 48px!important;
	width: 100%;
	padding: 12px 15px 12px!important
}

.quote-form .select-wrapper:before {
	height: 46px;
	line-height: 46px
}

.quote-form .textarea-custom {
	height: 106px;
	min-height: 0;
	color: #2b2b2b
}

.quote-form .placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #2b2b2b
}

.quote-form input::-webkit-input-placeholder,
.quote-form textarea::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #2b2b2b
}

.quote-form input::-moz-placeholder,
.quote-form textarea::-moz-placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #2b2b2b
}

.quote-form input:-ms-input-placeholder,
.quote-form textarea:-ms-input-placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #2b2b2b
}

.quote-form input:-moz-placeholder,
.quote-form textarea:-moz-placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #2b2b2b
}

#quote-form .textarea-custom {
	height: 106px;
	min-height: 0;
	color: #2b2b2b
}

.copon-baner-bg {
	background-repeat: no-repeat
}

.coupon {
	background: url(../../../themes/car-repair-services../images/coupon-bg.jpg);
	background-size: 100% 190px;
	width: 100%;
	height: 190px;
	position: relative;
	font-size: 100px
}

@media (max-width:1199px) {
	.coupon {
		font-size: 55px;
		height: 130px;
		background-size: 100% 130px
	}
}

@media (max-width:991px) {
	.coupon {
		height: 190px;
		background-size: 100% 190px;
		max-width: 715px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:767px) {
	.coupon {
		height: 95px;
		background-size: 100% 95px;
		max-width: 300px
	}
}

.coupon .coupon-row {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex
}

.coupon .coupon-row>* {
	padding: 4.5% 0
}

.coupon .coupon-row>*:last-child {
	padding: 3% 0
}

.coupon .coupon-col-left {
	width: 34%
}

.coupon .coupon-col-right {
	width: 66%
}

.coupon-text1 {
	font-size: .2em;
	line-height: 1em;
	font-weight: 700;
	color: #252525
}

.coupon-text2 {
	font-size: 70px;
	line-height: 1em;
	font-weight: 900;
	color: red;
	font-family: sans-serif
}

.coupon-text2 span {
	display: inline-block;
	vertical-align: top;
	font-size: .45em;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase
}

.coupon-text3 {
	font-size: .4em;
	line-height: 1em;
	font-weight: 900;
	color: #252525;
	font-family: sans-serif
}

.coupon-text4 {
	font-size: .42em;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff
}

.coupon-text5 {
	font-size: .2em;
	line-height: 1em;
	font-weight: 700;
	color: #fede00
}

.search-form-area .coupon-text5 {
	line-height: 1.5em
}

.coupon .coupon-all {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	width: 12.25em;
	top: -13px;
	font-size: .16em;
	line-height: 2.315em;
	border-radius: 2px;
	font-weight: 700;
	background-color: #fede00;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.coupon .coupon-all:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.78em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .8em 6.125em 0 6.125em;
	border-color: #fede00 transparent transparent transparent;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.coupon .coupon-all:hover {
	background-color: #fff;
	color: #333
}

.coupon .coupon-all:hover:after {
	border-top-color: #fff
}

@media (max-width:1199px) and (min-width:992px) {
	.coupon .coupon-all {
		font-size: 14px
	}
	.coupon-text1 {
		font-size: 15px
	}
	.coupon-text2 {
		font-size: 45px;
		margin-top: 3px;
		margin-bottom: 3px
	}
	.coupon-text4 {
		font-size: 26px
	}
	.coupon-text5 {
		font-size: 16px;
		line-height: 20px
	}
	.coupon .coupon-all {
		top: -2px
	}
}

@media (max-width:991px) {
	.coupon-text1 {
		font-size: 20px;
		line-height: 1em
	}
	.coupon-text2 {
		font-size: 70px
	}
	.coupon-text3 {
		font-size: 40px;
		line-height: 1em
	}
	.coupon-text4 {
		font-size: 42px
	}
	.coupon-text5 {
		font-size: 20px
	}
	.coupon .coupon-all {
		font-size: 16px;
		top: 5px
	}
}

@media (max-width:767px) {
	.coupon-text1 {
		font-size: 10px
	}
	.coupon-text2 {
		font-size: 32px
	}
	.coupon-text3 {
		font-size: 18px
	}
	.coupon-text4 {
		font-size: 20px;
		font-weight: 400
	}
	.coupon-text5 {
		font-size: 12px
	}
	.coupon .coupon-all {
		font-size: 11px;
		border-radius: 2px;
		font-weight: 800;
		top: -12px
	}
}

.coupon-print {
	padding: 7px;
	margin-top: 35px;
	position: relative;
	font-size: 16px;
	line-height: 20px
}

.coupon-print:after,
.coupon-print:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background: url(../../../themes/car-repair-services../images/border-hor.png) repeat-x 0 0
}

.coupon-print img {
	margin: 0 -28px;
	width: calc(100% + 56px);
	position: relative;
	z-index: 1
}

.coupon-print:before {
	top: 0
}

.coupon-print-col-left {
	float: left;
	width: 55%
}

@media (max-width:767px) {
	.coupon-print-col-left {
		width: 100%;
		margin-bottom: 15px
	}
}

.coupon-print-col-right {
	float: right;
	width: 42%
}

@media (max-width:767px) {
	.coupon-print-col-right {
		width: 100%
	}
}

.coupon-print-row-top,
.coupon-print-row-bot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:767px) {
	.coupon-print-row-top,
	.coupon-print-row-bot {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.coupon-print-row-top {
	padding: 0 0 20px
}

.coupon-print-row-bot {
	padding: 10px 0 0
}

.coupon-print-row-bot .coupon-print-col-right {
	font-size: 18px;
	font-weight: 700
}

.coupon-print-row-bot .coupon-print-col-left {
	font-weight: 600
}

.coupon-print .contact-info {
	margin: 0!important;
	padding-left: 33px;
	position: relative;
	font-size: 16px;
	line-height: 22px
}

.coupon-print .contact-info>.icon {
	font-size: 30px
}

.coupon-print-inside {
	background: url(../../../themes/car-repair-services../images/coupon-bg.png) no-repeat right top;
	border: 1px solid #fede00;
	position: relative;
	padding: 20px
}

.coupon-print-inside:after,
.coupon-print-inside:before {
	content: '';
	position: absolute;
	width: 1px;
	top: -7px;
	bottom: -7px;
	background: url(../../../themes/car-repair-services../images/border-vert.png) repeat-y 0 0
}

.coupon-print-inside:after {
	right: -8px
}

.coupon-print-inside:before {
	left: -8px
}

.coupon-print .red-color {
	color: red
}

.coupon-print .print-link {
	position: absolute;
	z-index: 1;
	width: 145px;
	display: block;
	bottom: -7px;
	left: 50%;
	margin-left: -72px;
	padding: 5px 0;
	background: #fff;
	text-decoration: underline;
	text-align: center;
	font-weight: 600
}

.coupon-print .print-link:hover {
	text-decoration: none
}

.promo-banner {
	border: 2px dotted #fede00;
	padding: 25px 32px;
	margin: 42px 0 0
}

@media (max-width:1199px) {
	.promo-banner {
		text-align: center;
		padding: 25px 15px
	}
}

@media (min-width:1200px) {
	.promo-banner .text {
		padding-right: 15px
	}
	.promo-banner .action {
		float: right
	}
}

.promo-banner .action {
	text-align: center
}

.promo-banner .title {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 15px
}

@media (max-width:1199px) {
	.promo-banner .title {
		font-size: 30px
	}
}

.promo-banner .title span {
	color: #fe0000;
	font-size: 50px;
	font-weight: 700
}

@media (max-width:1199px) {
	.promo-banner .title span {
		font-size: 36px
	}
}

.promo-banner .icon-lg {
	display: block;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 12px;
	color: #fede00;
	animation: arrowUpDown 2s infinite;
	-webkit-animation: arrowUpDown 2s infinite;
	-moz-animation: arrowUpDown 2s infinite;
	-o-animation: arrowUpDown 2s infinite
}

.promo-banner p {
	margin-bottom: 0
}

.vc_parallax .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-attachment: fixed!important;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 0;
	background-position: 50% 0
}

@media (max-width:1199px) {
	.vc_parallax .vc_parallax-inner {
		background-attachment: scroll!important;
		background-size: cover;
		top: 0!important;
		height: 100%!important
	}
}

.how-works-block {
	display: table;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px
}

.how-works-block .image img {
	width: 100%
}

.how-works-block .caption>.inside {
	overflow: hidden;
	display: table;
	width: 100%;
	margin-top: 18px
}

.how-works-block .caption>.inside .number {
	display: table-cell;
	vertical-align: middle
}

.how-works-block .caption>.inside .number span {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #444;
	background-color: #fede00;
	text-align: center
}

.how-works-block .caption>.inside .text {
	vertical-align: middle;
	padding-left: 15px;
	overflow: hidden;
	display: table-cell
}

.how-works-block .caption>.inside .text h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px
}

.how-works-block.shifted {
	margin-top: -10px
}

@media (max-width:991px) {
	.how-works-block .caption>.inside .text h5 {
		font-size: 15px;
		line-height: 20px
	}
	.how-works-block .caption>.inside .number {
		position: absolute;
		top: -58px;
		left: 0;
		line-height: 40px
	}
	.how-works-block .caption>.inside {
		position: relative;
		overflow: visible
	}
	.how-works-row>div:nth-child(2n) .how-works-block .inside .number,
	.how-works-row>div:nth-child(4n) .how-works-block .inside .number {
		bottom: -58px;
		top: auto
	}
	.how-works-row .vc_column-inner {
		margin-top: 25px!important
	}
	.how-works-block .caption>.inside .text {
		padding-left: 0
	}
}

.breadcrumbs span .breadcrumb_last {
	color: #fff
}

.breadcrumbs span {
	color: #ffc513
}

.back-to-top {
	position: fixed;
	bottom: -50px;
	opacity: 0;
	visibility: hidden;
	right: 15px;
	z-index: 1000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	bottom: 27px
}

.back-to-top a {
	position: relative;
	top: 0;
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #fede00;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
	text-decoration: none!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.back-to-top:hover a {
	top: -10px;
	opacity: .8
}

@media (max-width:991px) {
	.back-to-top.visible {
		bottom: 23px
	}
}

@media (max-width:767px) {
	.back-to-top.visible {
		bottom: 42px
	}
}

@media (max-width:1199px) {
	.back-to-top {
		right: 15px
	}
}

@media (max-width:991px) {
	.back-to-top {
		right: 15px
	}
	.block.bg-2 .vc_parallax-inner {
		background-position: top left;
		top: 0!important
	}
}

@media (max-width:575px) {
	.back-to-top a {
		width: 45px;
		height: 45px;
		line-height: 48px;
		font-size: 21px
	}
}

@media (min-width:768px) {
	.vc_row .how-works-row.shifted>div:nth-child(2n) .how-works-block {
		margin-top: -15px;
		position: absolute;
		top: 0
	}
	.vc_row .how-works-row.shifted>div:nth-child(4n) .how-works-block {
		margin-top: -15px;
		position: absolute;
		top: 0
	}
	.how-works-row.shifted>div:nth-child(2n) .how-works-block .caption,
	.how-works-row.shifted>div:nth-child(4n) .how-works-block .caption {
		display: table-header-group
	}
	.how-works-row.shifted>div:nth-child(2n) .how-works-block .caption .inside,
	.how-works-row.shifted>div:nth-child(4n) .how-works-block .caption .inside {
		margin-bottom: 18px;
		margin-top: 0
	}
	.how-works-row.shifted>div:nth-child(2n) .how-works-block .image,
	.how-works-row.shifted>div:nth-child(4n) .how-works-block .image {
		display: table-footer-group
	}
}

.image.nd-images {
	margin-top: 80px
}

@media (max-width:767px) {
	.how-works-row .wpb_single_image,
	.how-works-block {
		max-width: 205px;
		margin: 0 auto 0;
		padding: 0
	}
	.block.bg-2 .vc_empty_space {
		height: 0!important
	}
	.how-works-row.slick-slider {
		margin-bottom: 80px
	}
	.how-works-row>div:nth-child(2n) .how-works-block .inside,
	.how-works-row>div:nth-child(4n) .how-works-block .inside {
		direction: rtl
	}
	.how-works-row>div:nth-child(2n) .how-works-block .inside .number,
	.how-works-row>div:nth-child(4n) .how-works-block .inside .number {
		direction: ltr;
		float: right
	}
	.how-works-row>div:nth-child(2n) .how-works-block .inside .text,
	.how-works-row>div:nth-child(4n) .how-works-block .inside .text {
		direction: ltr;
		padding-left: 0;
		padding-right: 10px;
		text-align: right;
		width: 100%
	}
	.how-works-row .vc_column-inner {
		margin-top: 0px!important
	}
	.wpb_single_image .vc_single_image-wrapper {
		display: block;
		vertical-align: top;
		max-width: 100%;
		text-align: center
	}
	.wpb_single_image .vc_single_image-wrapper {
		display: block;
		vertical-align: top;
		max-width: 100%;
		text-align: center
	}
	.wpb_single_image .vc_figure {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		max-width: 100%;
		display: block
	}
	.image.nd-images {
		margin-top: 0
	}
	.how-works-row>div:nth-child(2n) .how-works-block .inside .number {
		line-height: 35px
	}
	.how-works-block .caption>.inside .text h5 {
		text-align: center
	}
}

.how-works-circle {
	margin: 20px auto;
	max-width: 246px;
	text-align: center
}

.how-works-circle img {
	max-width: 100%;
	display: inline-block
}

.how-works-text {
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

@media (max-width:991px) {
	.how-works-text {
		font-size: 15px;
		line-height: 20px
	}
}

@media (max-width:991px) {
	.how-works-text {
		font-size: 13px;
		line-height: 18px
	}
}

@media (max-width:767px) {
	.how-works-text {
		font-size: 14px;
		line-height: 18px
	}
}

.how-works-text:not(:first-child) {
	margin-top: .6em
}

.how-works-number {
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	color: #fede00;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

@media (max-width:991px) {
	.how-works-number {
		font-size: 25px
	}
}

@media (max-width:991px) {
	.how-works-number {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.how-works-number {
		font-size: 23px
	}
}

.how-works-number:not(:first-child) {
	margin-top: .3em
}

.step-animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.step {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background-color: #f5f5f5
}

.step .step-inside {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.step img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.step1:not(.step-animate) img,
.step2:not(.step-animate) img {
	opacity: 0
}

.step1:not(.step-animate) img:first-child {
	opacity: 1
}

.step1:not(.step-animate) img:last-child {
	opacity: 1
}

.step1.step-animate-start:not(.step-animate) img:first-child {
	opacity: 1
}

.step1.step-animate-start:not(.step-animate) img:last-child {
	opacity: 0
}

.step1.step-animate img:not(:first-child) {
	-webkit-animation-name: step1;
	animation-name: step1;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.step1.step-animate img:nth-child(2) {
	animation-delay: .5s;
	-webkit-animation-delay: 0.5s
}

.step1.step-animate img:nth-child(3) {
	animation-delay: 1s;
	-webkit-animation-delay: 1s
}

.step1.step-animate img:nth-child(4) {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s
}

.step1.step-animate img:nth-child(5) {
	animation-delay: 2s;
	-webkit-animation-delay: 2s
}

.step2.step-animate img {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2
}

.step2:not(.step-animate) img:first-child {
	opacity: 1
}

.step2.step-animate img:nth-child(1) {
	-webkit-animation-name: step2;
	animation-name: step2;
	animation-delay: 0s;
	-webkit-animation-delay: 0s
}

.step2.step-animate img:nth-child(2) {
	-webkit-animation-name: step22;
	animation-name: step22;
	animation-delay: 0s;
	-webkit-animation-delay: 0s
}

@keyframes step1 {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes step1 {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes step2 {
	from {
		opacity: 0
	}
	47% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	97% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-moz-keyframes step2 {
	from {
		opacity: 0
	}
	47% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	97% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes step22 {
	from {
		opacity: 1
	}
	47% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	97% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes step22 {
	from {
		opacity: 1
	}
	47% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	97% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.step3.step-animate img {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.step4.step-animate img {
	-webkit-animation-name: step4;
	animation-name: step4;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2
}

@-moz-keyframes step4 {
	0% {
		-moz-transform: rotate(0)
	}
	25% {
		-moz-transform: rotate(10deg)
	}
	50% {
		-moz-transform: rotate(-10deg)
	}
	100% {
		-moz-transform: rotate(0)
	}
}

@keyframes step4 {
	0% {
		transform: rotate(0)
	}
	25% {
		transform: rotate(10deg)
	}
	50% {
		transform: rotate(-10deg)
	}
	100% {
		transform: rotate(0)
	}
}

.stat-box {
	margin: 30px 0 0 0;
	text-align: center
}

@media (max-width:767px) {
	.stat-box {
		margin: 8px 0 15px 0
	}
}

.stat-box .text {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:767px) {
	.stat-box .text {
		max-width: 215px
	}
}

.stat-box .number {
	font-size: 44px;
	line-height: 46px;
	font-weight: 700;
	color: #2b2b2b;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle
}

.stat-box .icon {
	font-size: 44px;
	line-height: 46px;
	color: #fede00;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:991px) {
	.stat-box .number,
	.stat-box .icon {
		font-size: 36px;
		line-height: 36px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.text-center-md {
		text-align: center
	}
}

@media (min-width:992px) {
	.view-more-link {
		display: none
	}
}

@media (max-width:991px) {
	.view-more-link {
		display: block;
		margin-top: 20px;
		text-decoration: underline
	}
	.view-more-link:hover {
		text-decoration: none
	}
	.view-more-tablet {
		display: none
	}
	.view-more-tablet .marker-list {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media (max-width:767px) {
	.view-more-mobile {
		display: none
	}
	.view-more-mobile .marker-list {
		margin-top: 0;
		margin-bottom: 0
	}
	.service-icon:after {
		content: '';
		height: 1px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: -1;
		background-color: #a1a1a1
	}
	.services-pages-txt .form-popup-wrap {
		margin-left: 0
	}
	.services-pages-txt .form-popup-link,
	.services-pages-txt .btn-invert {
		margin-right: 12px;
		margin-bottom: 15px;
		margin-left: 12px
	}
}

.person-hor {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.person {
	margin-top: 23px
}

@media (max-width:991px) {
	.person-hor {
		flex-direction: column;
		text-align: center;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto
	}
	.person-hor .person-info,
	.person-hor .image {
		width: 100%
	}
}

.about-page-txt h2.h-lg.text-center {
	color: #fff
}

.abot-txt h4 {
	font-size: 22px;
	line-height: 24px
}

@media (max-width:991px) {
	.abot-txt .wpb_column {
		width: 100%
	}
}

.view-more-link .less {
	display: none
}

.view-more-link.opened .more {
	display: none
}

.view-more-link.opened .less {
	display: inline-block
}

.gallery-item {
	position: relative;
	display: inline-block;
	width: calc(33.333% - 20px);
	margin-bottom: 30px;
	overflow: hidden
}

@media (max-width:767px) {
	.gallery-item {
		width: calc(50% - 15px)
	}
}

@media (max-width:480px) {
	.gallery-item {
		width: calc(50% - 15px)
	}
}

.gallery-item img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: auto
}

.gallery-item .hover {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, .09);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuMjMxOTk5OTk5OTk5OTk5OTgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
	background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgba(0, 0, 0, .8)), color-stop(.232, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 23.2%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 23.2%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 23.2%);
	text-decoration: none!important
}

.gallery-item .hover span {
	display: block
}

.gallery-item .hover .view {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -22px
}

.gallery-item .hover .view .icon {
	text-align: center;
	font-size: 44px
}

.gallery-item .hover .tags {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 0 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px
}

.gallery-item .hover .tags .icon {
	font-size: 20px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: bottom
}

.gallery-item-image {
	overflow: hidden
}

.gallery-item:hover .hover {
	opacity: 1
}

.filters-by-category ul {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	text-align: center
}

.filters-by-category ul li {
	display: inline-block;
	line-height: 1em;
	margin: 0 0 10px
}

.filters-by-category ul li+li a:before {
	content: "|";
	position: absolute;
	left: 0;
	top: -2px;
	color: #292929
}

.filters-by-category ul li a {
	display: block;
	position: relative;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 36px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
	color: #fede00
}

@media (max-width:1199px) {
	.filters-by-category ul li a {
		font-size: 18px;
		padding: 0 20px
	}
}

@media (max-width:991px) {
	.filters-by-category ul li a {
		font-size: 16px;
		line-height: 20px;
		padding: 0 10px
	}
}

@media (min-width:768px) {
	.image-scale {
		position: relative;
		overflow: hidden;
		display: block
	}
	.image-scale>a {
		display: block;
		overflow: hidden
	}
	.image-scale img {
		-webkit-transition: transform 0.4s ease-in-out 0.05s;
		-moz-transition: transform 0.4s ease-in-out 0.05s;
		-ms-transition: transform 0.4s ease-in-out 0.05s;
		-o-transition: transform 0.4s ease-in-out 0.05s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: optimizeQuality;
		vertical-align: middle;
		max-width: 100%
	}
	.image-scale:hover img {
		-webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
		transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg)
	}
}

@media (min-width:768px) {
	.image-scale-color {
		position: relative;
		overflow: hidden;
		display: block
	}
	.image-scale-color>a {
		display: block;
		overflow: hidden
	}
	.image-scale-color img {
		-webkit-transition: transform 0.4s ease-in-out 0.05s;
		-moz-transition: transform 0.4s ease-in-out 0.05s;
		-ms-transition: transform 0.4s ease-in-out 0.05s;
		-o-transition: transform 0.4s ease-in-out 0.05s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: optimizeQuality;
		vertical-align: middle;
		max-width: 100%
	}
	.image-scale-color:after {
		content: '';
		background: #fede00;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out
	}
	.image-scale-color:hover:after {
		opacity: .2
	}
	.image-scale-color:hover img {
		-webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
		transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg)
	}
}

@-webkit-keyframes arrowUpDown {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-10px)
	}
	60% {
		-webkit-transform: translateY(-5px)
	}
}

@-moz-keyframes arrowUpDown {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0)
	}
	40% {
		-moz-transform: translateY(-10px)
	}
	60% {
		-moz-transform: translateY(-5px)
	}
}

@-o-keyframes arrowUpDown {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0)
	}
	40% {
		-o-transform: translateY(-10px)
	}
	60% {
		-o-transform: translateY(-15px)
	}
}

@keyframes arrowUpDown {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0)
	}
	40% {
		transform: translateY(-10px)
	}
	60% {
		transform: translateY(-5px)
	}
}

.slick-loading .slick-list {
	background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 200;
	text-align: center
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'auto';
	font-size: 23px;
	line-height: 30px;
	color: #727272;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #fede00
}

.slick-prev {
	left: -20px
}

.slick-prev:before {
	content: "\e91f"
}

.slick-next {
	right: -20px
}

.slick-next:before {
	content: "\e920"
}

.slick-slider {
	padding: 0;
	list-style: none
}

.slick-slider.nav-dot {
	margin-bottom: 75px
}

.slick-dots {
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center
}

@media (min-width:992px) {
	.slick-dots {
		margin-top: 45px
	}
}

@media (max-width:767px) {
	.slick-slider {
		margin-bottom: 40px
	}
}

@media (max-width:991px) {
	.slick-dots {
		margin-top: 31px
	}
}

@media (max-width:575px) {
	.slick-dots {
		margin-top: 26px
	}
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 -4px 0 0;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 11px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	border: 0;
	outline: none;
	border-radius: 3px;
	background: #c1c1c1;
	transition: all 0.2s linear
}

.slick-dots li.slick-active button {
	width: 17px
}

@media (max-width:991px) {
	.slick-dots li button {
		width: 5px;
		height: 5px
	}
	.slick-dots li.slick-active button {
		width: 12px
	}
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
	background: #fede00
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.stat-box h5 {
	font-size: 18px;
	font-weight: 700
}

@media (max-width:767px) {
	.stat-box h5 {
		font-size: 16px
	}
}

@media (max-width:991px) {
	.slick-slide .animation {
		opacity: 1!important;
		animation-name: none!important;
		-webkit-animation-name: none!important
	}
	.car-get-form .vertical-tab-content h3 {
		font-size: 22px
	}
}

#mainSlider .slick-dots {
	position: absolute;
	bottom: 30px
}

.vc_toggle {
	border-top: 1px solid #fede00;
	margin: 0 0 10px
}

.vc_toggle_square .vc_toggle_icon,
.vc_toggle_square.panel-heading1.vc_toggle_icon {
	background-color: #fede00;
	padding: 21px;
	border: none;
	width: 90px;
	height: 90px;
	position: absolute!important;
	left: -90px!important;
	top: 0px!important;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-o-transform: none!important;
	transform: none!important
}

.panel-heading1 .vc_toggle_title,
.panel-heading1 .vc_toggle_content {
	margin-left: 90px;
	margin-top: 0
}

.panel-heading1.vc_toggle_size_lg .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
	height: 3px;
	width: 20px;
	background-color: #333
}

.panel-heading1.vc_toggle_size_lg .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after {
	height: 20px;
	width: 3px;
	background-color: #333
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
	background: #fede00
}

.postform {
	padding: 6px 0;
	width: 100%
}

#archives-dropdown--1 {
	padding: 10px 10px;
	width: 100%
}

h1.text-center.decor {
	font-size: 42px;
	font-weight: 600
}

.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
	left: 100%;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 999;
	position: absolute;
	margin-left: 0
}

.navbar-nav .dropdown .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2::after {
	left: -6px;
	top: 8%;
	transform: rotate(270deg)
}

.sub-menu-item.menu-item-odd:hover .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
	opacity: 1;
	visibility: visible;
	top: 14%
}

#primary .search-form .search-field {
	min-width: 80%;
	margin-right: 20px
}

.price-text .table-responsive .table {
	table-layout: initial;
	border: none
}

.price-text .table-responsive .table>tbody>tr>td,
.price-text .table-responsive .table>tbody>tr>th,
.price-text .table-responsive .table>tfoot>tr>td,
.price-text .table-responsive .table>tfoot>tr>th,
.price-text .table-responsive .table>thead>tr>td,
.price-text .table-responsive .table>thead>tr>th,
.price-text .table-responsive table>tbody>tr>td,
.price-text .table-responsive table>tbody>tr>th,
.price-text .table-responsive table>tfoot>tr>td,
.price-text .table-responsive table>tfoot>tr>th,
.price-text .table-responsive table>thead>tr>td,
.price-text .table-responsive table>thead>tr>th,
.price-text .table-responsive th,
.price-text .table-responsive td {
	border-color: none;
	border-image: none;
	border-style: none none solid none;
	border-width: medium medium 1px 0;
	padding: 12px
}

.price-text .table-responsive .table>tbody>tr>th,
.price-text .table-responsive .table>tfoot>tr>th,
.price-text .table-responsive .table>thead>tr>th {
	padding: 15px 8px;
	border-top: 0;
	border-bottom: 3px solid #e5e5e5
}

@media (max-width:479px) {
	header .header-right-bottom {
		padding: 25px 0
	}
	.wpb_single_image.negative-margin img {
		height: auto;
		max-width: 100%;
		vertical-align: top
	}
}

.car-get-form-text .vc_row {
	margin-left: 0;
	margin-right: 0
}

.services-banner-12.home-services-img,
.search-form-area {
	padding: 90px 0
}

@media (max-width:1199px) {
	.services-banner-12.home-services-img,
	.search-form-area {
		padding: 78px 0
	}
}

@media (max-width:991px) {
	.search-form-area {
		padding: 20px 0
	}
	.search-form-area .wpb_column.car-get-form,
	.search-form-area .wpb_column.car-get-form-text {
		width: 100%
	}
	.home-search-area {
		padding: 10px 0 45px 0
	}
}

#tabForm {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto
}

.services-icons-txt {
	padding: 90px 0 120px
}

@media (max-width:1199px) {
	.services-icons-txt {
		padding: 78px 0 78px
	}
}

@media (max-width:991px) {
	.services-icons-txt {
		padding: 45px 0 45px
	}
}

.counter-area-txt {
	padding: 100px 0
}

@media (max-width:1199px) {
	.counter-area-txt {
		padding: 50px 0 50px 0
	}
}

.meet-area-txt {
	margin-top: 90px
}

@media (max-width:1199px) {
	.meet-area-txt {
		margin-top: 40px
	}
}

@media (max-width:1023px) {
	.meet-area-txt {
		margin-top: 30px
	}
}

.meet-team-txt {
	padding: 90px 0
}

@media (max-width:1199px) {
	.meet-team-txt {
		padding: 60px 0
	}
}

@media (max-width:1023px) {
	.meet-team-txt {
		padding: 40px 0
	}
}

.meet-team-txt .slick-next,
.meet-team-txt button.slick-prev {
	display: none!important
}

.coupons-pages-area {
	padding-top: 60px
}

.services-pages-txt.coupons-txts {
	padding-top: 100px
}

@media (max-width:1023px) {
	.services-pages-txt.coupons-txts {
		padding-top: 60px
	}
}

.services-pages-txt input.wpcf7-form-control.wpcf7-submit {
	border-radius: 0
}

@media (max-width:767px) {
	.entry-header h1,
	.entry-header h2 {
		font-size: 30px
	}
	.services-banner-12.home-services-img {
		padding: 0
	}
	.search-form-area {
		padding: 0
	}
	.services-icons-txt {
		padding: 40px
	}
	.home .services-icons-txt {
		padding-top: 0
	}
	.counter-area-txt {
		padding: 40px
	}
	.vc_row.counter-area-txt.home-counter-area-txt {
		padding: 40px 0
	}
	.services-pages-txt.coupons-txts {
		padding-top: 30px
	}
	.blog-post h3 {
		font-size: 20px
	}
	.blog-post h2 {
		font-size: 22px
	}
	.vc_toggle_square .vc_toggle_icon,
	.vc_toggle_square.panel-heading1.vc_toggle_icon {
		width: 70px;
		height: 70px
	}
	.panel-heading1 .vc_toggle_title,
	.panel-heading1 .vc_toggle_content {
		padding-left: 0!important
	}
	.panel-heading1 .vc_toggle_title {
		min-height: 70px
	}
	.car-faq-text .vc_toggle {
		margin-bottom: 30px;
		min-height: 80px
	}
	.block {
		margin-bottom: 45px
	}
}

@media (max-width:575px) {
	html body:not(.home) #pageContent,
	.slidertop-space {
		padding-top: 50px
	}
}

@media (min-width:480px) and (max-width:560px) {
	.appoinment-button-txt .form-popup {
		width: 300px;
		margin-left: -222px
	}
}

@media (max-width:479px) {
	.appoinment-button-txt .btn-invert,
	.appoinment-button-txt .form-popup-wrap {
		left: auto;
		margin-left: 0
	}
	.form-popup {
		width: 300px;
		margin-left: -151px
	}
	.related.products {
		width: 100%;
		margin-top: 40px
	}
}

.view-more-testimonial:hover span {
	color: #fff!important
}

.woocommerce .custom-loader.loader::before {
	background: none
}

.send-mail-ok-massage {
	color: red;
	font-weight: 700;
	margin-bottom: 15px
}

.form-popup.opened.form-popup-top {
	bottom: 80px;
	top: auto;
	transition: bottom 0.3s ease 0s
}

.form-popup-top .quote-form {
	position: relative
}

.form-popup-top .quote-form::before {
	border-color: #252525 rgba(37, 37, 37, 0) rgba(37, 37, 37, 0);
	bottom: -26px
}

.form-popup-top .quote-form::after {
	border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}

.form-popup-top .quote-form::after {
	bottom: -20px
}

@media (min-width:992px) {
	.header-info-mobile,
	.header-info-toggle {
		display: none
	}
}

@media (max-width:991px) {
	.header-info-mobile {
		display: none;
		position: relative;
		z-index: 1;
		padding: 20px 15px 12px
	}
	.header-info-mobile,
	.header-info-mobile p {
		font-size: 15px;
		line-height: 20px
	}
	.header-info-mobile a {
		text-decoration: none
	}
	.header-info-mobile a:hover {
		text-decoration: underline
	}
	.header-info-mobile p {
		padding-left: 30px;
		position: relative;
		margin-bottom: 12px
	}
	.header-info-mobile p>[class*='icon-'] {
		position: absolute;
		left: 0
	}
	.header-info-mobile p+.social-links {
		margin-top: 15px
	}
	.header-info-mobile .social-links {
		margin-left: 40px
	}
	.header-info-mobile-inside {
		position: relative;
		top: -50px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease
	}
	.header-info-mobile.open .header-info-mobile-inside {
		top: 0;
		opacity: 1
	}
	.header-info-toggle {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		cursor: pointer
	}
	.header-info-toggle [class*='icon-'] {
		display: block;
		font-size: 24px;
		line-height: 37px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		padding: 0 12px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		color: #fff
	}
	.header-info-toggle [class*='icon-']:hover {
		color: #fede00
	}
	.header-info-toggle.open [class*='icon-'] {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.form-popup-close {
	position: absolute;
	right: 9px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	transition: .2s
}

@media (max-width:991px) {
	.form-popup-close {
		right: 8px;
		top: 8px
	}
	.vc_row.service-page-services {
		padding-top: 70px;
		padding-bottom: 60px;
		margin-bottom: 60px
	}
}

@media (max-width:767px) {
	.vc_row.service-page-services {
		padding-top: 40px;
		padding-bottom: 30px;
		margin-bottom: 40px
	}
}

.about-us-title {
	margin-bottom: 25px
}

@media (max-width:767px) {
	.about-us-title {
		margin-bottom: 0
	}
}

.service-page-services.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0
}

.table-price {
	min-width: 800px
}

@media (max-width:480px) {
	.table-price {
		min-width: 900px
	}
}

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
	padding: 15px 8px;
	border-top: 0;
	border-bottom: 3px solid #e5e5e5
}

.table>tbody>tr>td {
	border-top: 1px solid #e5e5e5;
	padding: 10px 8px
}

.table .cell-marker {
	background: @custom-color;
	border-color: @custom-color;
	padding-left: 12px;
	padding-right: 12px
}

.table th.cell-marker {
	border-color: #fff
}

.sticky-table {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0!important
}

.sticky-table table {
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	border-spacing: 0
}

.sticky-table table tr.sticky-row th,
.sticky-table table tr.sticky-row td {
	background-color: #fff;
	border-top: 0;
	position: relative;
	outline: 1px solid #ddd;
	z-index: 5
}

.sticky-table .table {
	border: none
}

@media (max-width:767px) {
	.sticky-table .table {
		font-size: 14px
	}
}

.sticky-table .table>tbody>tr>td,
.sticky-table .table>tbody>tr>th {
	border-left: none;
	border-right: none;
	border-bottom: none
}

.sticky-table .table>tbody>tr>td.sticky-cell,
.sticky-table .table>tbody>tr>th.sticky-cell {
	background-color: #fff;
	outline: none;
	position: relative;
	z-index: 10;
	border-left: none;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.sticky-table table tr.sticky-row td.sticky-cell,
.sticky-table table tr.sticky-row th.sticky-cell {
	z-index: 15
}

.sticky-table tr th:nth-child(4) {
	width: 95px
}

.sticky-table tr th:nth-child(3) {
	width: 180px
}

.sticky-table tr th:nth-child(4) {
	width: 100px
}

.sticky-table .table>tbody>tr>th,
.sticky-table .table>tfoot>tr>th,
.sticky-table .table>thead>tr>th {
	padding: 15px 8px;
	border-top: none;
	border-bottom: 2px solid #e5e5e5;
	border-left: none;
	border-right: none
}

@media (max-width:991px) {
	header.page-header {
		position: relative!important;
		padding: 0;
		margin: 0
	}
	header.page-header .navbar-nav>li>a {
		padding-left: 30px;
		padding-right: 30px
	}
	header.page-header .phone .right-text {
		display: none
	}
	header.page-header .phone .phone-wrapper {
		margin: 0
	}
	.navbar-toggle {
		position: relative;
		margin: 0;
		padding: 0
	}
	header.page-header .header-right {
		width: 100%
	}
	.page-header.is-sticky:before {
		background-color: transparent
	}
	.header-right-bottom {
		padding: 0 0 30px;
		height: auto;
		position: absolute;
		top: 37px;
		right: 45px;
		margin-left: -124px
	}
	header.page-header .header-right-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 34px;
		background-color: #131313
	}
	header.page-header .header-phone {
		text-align: center
	}
	header.page-header .header-phone .text {
		display: none
	}
	header.page-header .navbar {
		position: static;
		min-height: 0;
		border: 0;
		margin: 0
	}
	header.page-header .dropdown-menu,
	header.page-header-2 .dropdown-menu {
		border-radius: 0
	}
	header.page-header .navbar-nav .ecaret,
	header.page-header-2 .navbar-nav .ecaret {
		display: block;
		width: 60px;
		height: 60px;
		border: 0;
		position: absolute;
		z-index: 100;
		top: 0;
		right: 0
	}
	header.page-header .navbar-nav .ecaret:after,
	header.page-header-2 .navbar-nav .ecaret:after {
		font-family: 'auto';
		content: '\e92b';
		position: absolute;
		top: 0;
		width: 100%;
		font-size: 28px;
		line-height: 60px;
		text-align: center
	}
	header.page-header .navbar-nav li.opened>a>.ecaret:after,
	header.page-header-2 .navbar-nav li.opened>a>.ecaret:after {
		content: '\e92a'
	}
	header.page-header .navbar-nav li,
	header.page-header-2 .navbar-nav li {
		background: transparent;
		position: relative;
		float: none;
		width: 100%
	}
	header.page-header .navbar-nav li>a,
	header.page-header-2 .navbar-nav li>a {
		position: relative
	}
	header.page-header .navbar-nav>li>a,
	header.page-header .navbar-nav>li>a:focus,
	header.page-header-2 .navbar-nav>li>a,
	header.page-header .navbar-nav>li>a:focus {
		font-size: 20px;
		line-height: 29px;
		padding: 15px 20px 15px 30px;
		color: #fff;
		background: transparent;
		text-decoration: none;
		border-bottom: 1px solid #333;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease
	}
	header.page-header .navbar-nav>li>a:hover,
	header.page-header-2 .navbar-nav>li>a:hover {
		background-color: rgba(0, 0, 0, .1);
		color: #fff
	}
	header.page-header .navbar-nav .opened>a,
	header.page-header .navbar-nav .opened>a:focus,
	header.page-header .navbar-nav .opened>a:hover,
	header.page-header-2 .navbar-nav .opened>a,
	header.page-header-2 .navbar-nav .opened>a:focus,
	header.page-header-2 .navbar-nav .opened>a:hover {
		background-color: rgba(0, 0, 0, .2);
		color: #fff
	}
	header.page-header .navbar-toggle .icon-cancel,
	header.page-header-2 .navbar-toggle .icon-cancel {
		display: none;
		font-size: 34px
	}
	header.page-header .navbar-nav .dropdown-menu,
	header.page-header-2 .navbar-nav .dropdown-menu {
		margin: 0 0 10px;
		padding: 0;
		display: none;
		width: 100%;
		position: relative;
		background-color: #f0f0f0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	header.page-header .navbar-nav .dropdown-menu a,
	header.page-header .navbar-nav .dropdown-menu a:focus,
	header.page-header-2 .navbar-nav .dropdown-menu a,
	header.page-header-2 .navbar-nav .dropdown-menu a:focus {
		font-size: 16px;
		line-height: 30px;
		color: #333;
		background: transparent;
		padding: 10px 15px 10px 20px;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease
	}
	header.page-header .navbar-nav .dropdown-menu a:hover,
	header.page-header-2 .navbar-nav .dropdown-menu a:hover {
		background-color: rgba(0, 0, 0, .2);
		color: #fff
	}
	header.page-header .navbar-nav .dropdown-menu .dropdown-menu,
	header.page-header-2 .navbar-nav .dropdown-menu .dropdown-menu {
		background-color: #fcfcfc
	}
	header.page-header .navbar-nav .opened>.dropdown-menu,
	header.page-header-2 .navbar-nav .opened>.dropdown-menu {
		display: block
	}
	.appointment {
		white-space: nowrap;
		padding: 6px 20px;
		width: 131px;
		color: #000;
		text-align: center;
		font-size: 15px;
		line-height: 22px;
		height: 50px;
		right: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
		align-items: center
	}
	.appointment .icon {
		margin-right: 4px;
		font-size: 20px
	}
	button.navbar-toggle.slide-active {
		background-color: transparent;
		border: none
	}
	body h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 15px
	}
}

@media (max-width:790px) {
	.appointment {
		height: 33px;
		font-size: 14px
	}
}

@media (max-width:1199px) {
	body h3 {
		font-size: 26px;
		margin: 0 0 10px
	}
}

@media (max-width:767px) {
	body h2 {
		font-size: 22px;
		line-height: 25px
	}
	body h3 {
		font-size: 20px;
		margin: 0 0 10px
	}
	.single-car_services h3 {
		font-size: 20px;
		line-height: normal
	}
}

@media (max-width:1199px) {
	.vc_row.home-services-img.home-what-we-do {
		padding: 53px 0 53px 0
	}
}

@media (max-width:991px) {
	.vc_row.home-services-img.home-what-we-do {
		padding: 50px 0 45px 0
	}
	#slide-nav #slidemenu.slide-active .navbar-nav li {
		margin-top: 0
	}
	#slide-nav #slidemenu.slide-active .search-container button.button {
		top: 0
	}
	.home-how-it-work .vc_parallax-inner {
		background-size: auto
	}
}

@media (min-width:768px) and (max-width:991px) {
	.home-how-it-work {
		padding-top: 0px!important;
		padding-bottom: 45px!important
	}
	.home-how-it-work .wpb_text_column {
		margin-bottom: 0
	}
	.vc_row.about-us-title {
		margin-bottom: 15px
	}
	.about-us-after-image.wpb_column {
		margin-top: -15px
	}
	.single-services-head h2.text-center {
		font-size: 34px
	}
}

@media (max-width:767px) {
	.vc_row.home-services-img.home-what-we-do {
		padding: 0
	}
	.vc_row.home-our-service {
		padding-bottom: 20px
	}
	.home-search-area .car-get-form-text {
		margin-top: -15px
	}
	.search-form-area.home-search-area {
		padding-bottom: 40px
	}
	.vc_row.home-service-ceritfied {
		padding: 40px 0
	}
	.about-us-teammember .row .col-sm-6:last-child .person.person-hor {
		margin-bottom: 0
	}
	.about-page-out-team .about-team-title {
		margin-bottom: 40px
	}
}

@media (max-width:479px) {
	.vc_row.about-page-last-content {
		margin-bottom: 10px
	}
	.vehicle-damage .wpb_text_column.wpb_content_element {
		padding-top: 0!important
	}
	.vc_row.home-services-img.home-what-we-do {
		padding: 0 0 30px 0
	}
}

@media (max-width:991px) {
	.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
		left: 0;
		position: relative;
		opacity: 1;
		visibility: visible
	}
}

.form-popup.form-popup-top {
	bottom: 0;
	top: auto
}

@media (max-width:991px) {
	.sub-menu-item.menu-item-odd:hover .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
		position: unset
	}
}

.prd-sm-img a img {
	max-width: 100%
}

.navbar-nav li li {
	margin-top: 0
}

header.page-header-2 {
	background-color: #fff
}

header.page-header-2 .logo {
	max-width: 210px
}

header.page-header-2 .logo img {
	width: 100%
}

header.page-header-2 .header-cart a.icon {
	font-size: 19px;
	color: #2e2e2e
}

header.page-header-2 .header-cart .badge {
	width: 17px;
	height: 17px;
	line-height: 18px;
	font-size: 9px;
	padding: 0;
	right: -12px;
	top: -10px
}

header.page-header-2 .header-cart:hover {
	padding-left: 15px;
	padding-right: 0
}

header.page-header-2 .header-cart:hover a.icon {
	color: #fede00
}

header.page-header-2 .header-cart:hover .badge {
	background-color: #fede00
}

header.page-header-2 .header-phone {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	white-space: nowrap
}

header.page-header-2 .header-phone:hover {
	color: #fede00
}

header.page-header-2 .header-topline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	min-height: 50px;
	padding: 5px 0;
	background-color: #4d4d4d;
	font-size: 16px;
	line-height: 18px;
	color: #a9a9a9
}

@media (max-width:1599px) {
	header.page-header-2 .header-topline {
		font-size: 14px;
		line-height: 17px
	}
}

@media (max-width:1199px) {
	header.page-header-2 .header-topline {
		font-size: 13px;
		line-height: 16px
	}
}

header.page-header-2 .header-topline>.container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

@media (min-width:1600px) {
	header.page-header-2 .header-topline>.container {
		padding: 0
	}
}

@media (max-width:1599px) {
	header.page-header-2 .header-topline>.container .row-flex {
		padding-right: 130px
	}
}

@media (max-width:1399px) {
	header.page-header-2 .header-topline>.container .row-flex {
		padding-right: 165px
	}
}

@media (max-width:1199px) {
	header.page-header-2 .header-topline>.container {
		width: 100%
	}
	header.page-header-2 .header-topline>.container .row-flex {
		padding-right: 200px
	}
}

header.page-header-2 .header-topline a:not(.header-phone) {
	color: #a9a9a9;
	text-decoration: none
}

header.page-header-2 .header-topline a:not(.header-phone):hover {
	color: #fede00
}

header.page-header-2 .header-topline [class*='icon'] {
	position: relative;
	top: -1px;
	color: #fede00;
	padding-right: 7px
}

@media (max-width:1599px) {
	header.page-header-2 .header-topline [class*='icon'] {
		top: 1px
	}
}

@media (max-width:1199px) {
	header.page-header-2 .header-topline [class*='icon'] {
		top: -1px
	}
}

header.page-header-2 .header-topline .row-flex {
	width: 100%;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center
}

header.page-header-2 .header-topline .col-center {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

header.page-header-2 .header-topline .col-right {
	margin-left: auto
}

header.page-header-2 .header-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: none
}

header.page-header-2 .header-row-right {
	margin-left: auto;
	margin-right: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

@media (min-width:992px) {
	header.page-header-2 .header-right-top {
		position: absolute;
		right: 0;
		top: 0
	}
	header.page-header-2 #slide-nav #slidemenu {
		position: relative;
		padding: 0 15px
	}
	header.page-header-2 #slide-nav #slidemenu .row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex
	}
	header.page-header-2 .navbar-toggle {
		display: none
	}
	header.page-header-2 .navbar {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		min-height: 70px;
		margin-bottom: 0;
		padding: 15px 0
	}
	header.page-header-2 .ecaret {
		dispaly: none
	}
	header.page-header-2 .nav .open>a,
	header.page-header-2 .nav .open>a:focus,
	header.page-header-2 .nav .open>a:hover {
		background-color: transparent;
		color: #000
	}
	header.page-header-2 .navbar-nav {
		margin: 0 15px;
		float: none
	}
	header.page-header-2 .navbar-nav>li>a {
		display: block;
		top: 0;
		position: relative;
		font-size: 14px;
		line-height: 23px;
		font-family: 'Muli', sans-serif;
		font-weight: 800;
		padding: 5px 15px;
		text-decoration: none;
		color: #2e2e2e;
		text-transform: uppercase;
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		-ms-transition: all 0.1s ease 0s;
		-o-transition: all 0.1s ease 0s
	}
	header.page-header-2 .navbar-nav>li>a span {
		display: block;
		position: relative;
		z-index: 1
	}
	header.page-header-2 .navbar-nav>li>a:after {
		content: '';
		position: absolute;
		right: 10px;
		left: 100%;
		bottom: -6px;
		height: 3px;
		background-color: transparent;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s
	}
	header.page-header-2 .navbar-nav>li.dropdown:hover a {
		background-color: transparent
	}
	header.page-header-2 .navbar-nav>li a,
	header.page-header-2 .navbar-nav>li:hover a {
		background-color: transparent
	}
	header.page-header-2 .navbar-nav>li.current-menu-item>a:after,
	header.page-header-2 .navbar-nav>li:hover>a:after {
		left: 10px;
		bottom: -6px;
		background-color: #fede00
	}
	header.page-header-2 .navbar-nav .dropdown-menu {
		border: 0;
		border-radius: 0;
		padding: 0;
		margin-left: -110px;
		transform: translateX(20px);
		bottom: auto!important;
		left: 50%;
		width: 220px;
		display: block!important;
		opacity: 1;
		visibility: hidden;
		top: -5000px;
		border-bottom: 3px solid #fede00;
		-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
	}
	header.page-header-2 .navbar-nav .dropdown-menu:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 7px;
		margin-left: -7px
	}
	header.page-header-2 .navbar-nav .dropdown-menu li.open>a {
		background-color: transparent
	}
	header.page-header-2 .navbar-nav .dropdown-menu li>a {
		position: relative;
		font-size: 15px;
		line-height: 20px;
		font-family: 'Muli', sans-serif;
		padding: 10px 45px 10px 15px;
		color: #000;
		background-color: #fff!important;
		border-bottom: 1px solid #f0f0f0;
		white-space: normal;
		text-decoration: none;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease
	}
	header.page-header-2 .navbar-nav .dropdown-menu li>a:hover,
	header.page-header-2 .navbar-nav .dropdown-menu li>a:focus {
		background-color: #f2f2f2!important
	}
	header.page-header-2 .navbar-nav .dropdown-menu li>a:not(:only-child):after {
		font-family: 'auto';
		content: "\e920";
		position: absolute;
		font-size: 11px;
		top: 50%;
		right: 10px;
		margin-top: -10px
	}
	header.page-header-2 .navbar-nav .dropdown-menu li:last-child>a {
		border-bottom: 0
	}
	header.page-header-2 .navbar-nav .dropdown-menu .dropdown-menu {
		top: 6px
	}
	header.page-header-2 .navbar-nav .dropdown-menu>li {
		position: relative
	}
	header.page-header-2 .navbar-nav .dropdown:hover>.dropdown-menu {
		transform: translateX(0);
		-webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		-o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		margin-top: 0
	}
	header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu {
		-webkit-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s!important;
		-moz-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s!important;
		-ms-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s!important;
		-o-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s!important;
		left: 100%;
		top: 0;
		opacity: 0;
		margin: 0!important
	}
	header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu:after {
		display: none
	}
	header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu.posRight {
		left: -100%
	}
	header.page-header-2 .navbar-nav .dropdown-menu>li:hover>a+.dropdown-menu {
		transform: translateX(0);
		-webkit-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s!important;
		-moz-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s!important;
		-ms-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s!important;
		-o-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s!important;
		opacity: 1;
		visibility: visible
	}
}

@media (min-width:992px) and (max-width:1199px) {
	header.page-header-2 .navbar-nav>li>a {
		padding: 5px 10px
	}
}

@media (max-width:1399px) and (min-width:1200px) {
	header.page-header-2 .logo {
		max-width: 180px
	}
	header.page-header-2 .navbar-nav>li>a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 16px
	}
}

@media (max-width:1199px) and (min-width:992px) {
	header.page-header-2 .logo {
		max-width: 180px
	}
	header.page-header-2 .navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px
	}
}

header.page-header-2 .search-container-wrap {
	position: relative;
	z-index: 1;
	width: 50px
}

header.page-header-2 .search-container {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -5px;
	margin: 0;
	width: 36px;
	height: 36px;
	-moz-transition: width 0.35s;
	-webkit-transition: width 0.35s
}

header.page-header-2 .search-container input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	float: left;
	width: calc(100% - 36px);
	height: 36px;
	padding: 5px 10px;
	border-radius: 0;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	background-color: transparent;
	outline: none;
	opacity: 0;
	border: 1px solid #ccc;
	border-right: 0
}

header.page-header-2 .search-container .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	margin: 0;
	background: transparent;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	color: #2e2e2e;
	cursor: pointer;
	text-decoration: none;
	border: none;
	padding: 0
}

header.page-header-2 .search-container:hover {
	width: 300px
}

@media (max-width:991px) {
	header.page-header-2 .search-container:hover {
		width: 220px
	}
}

header.page-header-2 .search-container:hover input {
	display: block;
	width: calc(100% - 36px);
	opacity: 1;
	background-color: #fff
}

header.page-header-2 .search-container:hover .button {
	background-color: #fede00;
	color: #000
}

header.page-header-2 a.appointment {
	display: block;
	position: relative;
	background-color: #fede00;
	height: 50px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	padding: 15px 20px 15px 10px;
	margin-left: -15px;
	text-align: center;
	outline: none;
	width: auto
}

@media (max-width:991px) {
	header.page-header-2 a.appointment {
		height: 44px;
		padding: 12px 20px 12px 10px
	}
}

header.page-header-2 a.appointment:focus,
header.page-header-2 a.appointment:hover {
	outline: none
}

header.page-header-2 a.appointment .icon {
	position: relative;
	top: 0;
	font-size: 18px;
	margin-right: 10px;
	padding: 0
}

header.page-header-2 a.appointment span,
header.page-header-2 a.appointment .icon {
	color: #131313!important;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

header.page-header-2 a.appointment:hover .icon {
	padding-left: 15px;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s
}

header.page-header-2 a.appointment:after {
	position: absolute;
	left: -40px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 20px 0 20px;
	border-color: transparent #fede00 transparent transparent
}

@media (max-width:991px) {
	header.page-header-2 a.appointment:after {
		left: -35.5px;
		border-width: 44px 18px 0 18px
	}
}

@media (max-width:991px) {
	body:not(.home) header.page-header-2 {
		z-index: 1000;
		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
	}
	header.page-header-2 {
		position: relative;
		background-color: #fff
	}
	header.page-header-2 .logo {
		max-width: 160px
	}
	header.page-header-2 .header-info-toggle [class*='icon-'] {
		font-size: 18px;
		top: 4px
	}
	header.page-header-2 .header-info-toggle.open [class*='icon-'] {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg)
	}
	header.page-header-2 .header-info-toggle.open [class*='icon-']:before {
		content: '\e930'
	}
	header.page-header-2 .header-info-mobile {
		background-color: #fff;
		color: #2e2e2e
	}
	header.page-header-2 .header-info-mobile p {
		padding-left: 28px;
		margin-bottom: 8px
	}
	header.page-header-2 .header-info-mobile,
	header.page-header-2 .header-info-mobile p {
		font-size: 13px;
		line-height: 18px
	}
	header.page-header-2 .header-info-mobile p>[class*='icon-'] {
		font-size: 15px;
		color: #2e2e2e
	}
	header.page-header-2 .navbar {
		margin-bottom: 0
	}
	header.page-header-2 .navbar-toggle {
		padding: 0 10px;
		margin: 0 0 0 18px;
		color: #2e2e2e;
		min-width: unset
	}
	header.page-header-2 .navbar-toggle:hover {
		color: #fede00
	}
	header.page-header-2 .header-topline {
		min-height: 44px;
		max-height: 44px
	}
	header.page-header-2 .header-topline .container {
		display: none
	}
	header.page-header-2 .header-right-top {
		position: absolute;
		right: 0;
		top: 0
	}
	header.page-header-2 .header-row {
		margin: 8px 10px
	}
	header.page-header-2 .header-row-right {
		margin-right: 0
	}
	header.page-header-2 #slide-nav {
		position: static
	}
}

@media (max-width:767px) {
	header.page-header-2 .logo {
		max-width: 120px
	}
}

.footer-section02 {
	position: relative
}

.footer-section02 .footer-section02__box01 {
	background-color: rgba(64, 64, 64, .9);
    width: 40%;
    padding: 65px 40px 38px 52px;
    right: 0;
    margin: 0 auto;
    float: right;
}

.footer-section02 .footer-section02__box01>:nth-child(1) {
	margin-top: 0
}

.footer-section02 .footer-section02__title {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 0 0 25px 0;
	margin-top: 34px
}

.footer-section02 .footer-map {
	min-height: inherit;
	height: inherit
}
.footer-section02 .footer-map iframe {
	width: 100%;
}
.footer-section02 .contact-info-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	color: #d4d4d4
}

.footer-section02 .contact-info-item a {
	color: #d4d4d4;
	text-decoration: none;
	transition: color 0.2s linear
}

.footer-section02 .contact-info-item a:hover {
	color: #fff
}

.footer-section02 .contact-info-item .item-icon {
	position: relative;
	top: 2px
}

.footer-section02 .contact-info-item .item-icon+.item-description {
	margin-left: 13px
}

.footer-section02 .contact-info-item .item-description span {
	color: #fff
}

.footer-section02 .contact-info-item+.contact-info-item {
	margin-top: 8px
}

@media (max-width:991px) {
	.footer-section02 .footer-section02__box01 {
		width: 305px;
		padding: 35px 17px 34px
	}
	.footer-section02 .footer-section02__title {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 13px
	}
	.footer-section02 .contact-info-item {
		font-size: 15px;
		line-height: 21px
	}
	.footer-section02 .contact-info-item+.contact-info-item {
		margin-top: 10px
	}
	.footer-section02 .footer-section02__title {
		margin-top: 41px
	}
}

@media (max-width:768px) {
	.footer-section02 .footer-section02__box01 {
		width: inherit;
		padding: 35px 17px 34px;
		background-color: #535353;
		float: none;
	}
	.footer-section02 .footer-section02__title {
		padding-bottom: 15px
	}
	.footer-section02 .footer-section02__title {
		margin-top: 27px
	}
}

.footer-section03 {
	background-color: #2d2d2d;
	padding: 22px 0 15px 0
}

.footer-section03 .social-links {
	margin-top: 0
}

.footer-section03 .social-links ul li {
	margin-right: 3px
}

.footer-section03 .social-links ul li a {
	color: #d4d4d4;
	text-decoration: none;
	font-size: 28px
}

.footer-section03 .social-links ul li a:hover {
	color: #fede00
}

.footer-section03 .copyright {
	position: relative;
	top: 3px
}

@media (max-width:991px) {
	.footer-section03 .container {
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.footer-section03 .container {
		justify-content: center;
		text-align: center
	}
	.footer-section03 .container>* {
		margin-top: 13px
	}
	.footer-section03 .container>:nth-child(1) {
		margin-top: 0
	}
}

.page-footer .copyright {
	float: left
}

.row-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex
}

.services-tabs {
	position: relative
}

.services-tabs .scrtabs-tab-container {
	height: 162px
}

.services-tabs .services-tabs-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: 0 -1px;
	padding: 0
}

.services-tabs .services-tabs-nav>li.active {
	border-color: #737373 #737373 transparent #737373!important
}

.services-tabs .services-tabs-nav>li.active>a,
.services-tabs .services-tabs-nav>li>a:hover {
	background-color: transparent;
	color: #000!important
}

.services-tabs .services-tabs-nav>li.active>a:after,
.services-tabs .services-tabs-nav>li>a:hover:after {
	display: none
}

.services-tabs .services-tabs-nav>li.active>a [class*='icon'],
.services-tabs .services-tabs-nav>li>a:hover [class*='icon'] {
	color: #000
}

.services-tabs .services-tabs-nav>li>a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 17px;
	line-height: 24px;
	text-transform: none;
	color: #000;
	text-align: center;
	text-decoration: none!important
}

.services-tabs .services-tabs-nav>li>a:after {
	display: none
}

@media (max-width:992px) {
	.services-tabs .services-tabs-nav>li>a {
		font-size: 12px;
		line-height: 18px
	}
}

.services-tabs .services-tabs-nav>li [class*='icon'] {
	color: #707070;
	font-size: 40px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.services-tabs .services-tabs-nav>li [class*='icon']:not(:last-child) {
	margin-bottom: 10px
}

@media (max-width:992px) {
	.services-tabs .services-tabs-nav>li [class*='icon'] {
		font-size: 26px
	}
}

.services-tabs .scrtabs-tab-container {
	height: 162px
}

@media (max-width:1399px) {
	.services-tabs .scrtabs-tab-container {
		height: 140px
	}
}

@media (max-width:1199px) {
	.services-tabs .scrtabs-tab-container {
		height: 140px
	}
}

@media (max-width:1025px) {
	.services-tabs .scrtabs-tab-container {
		height: 106px
	}
}

@media (max-width:700px) {
	.services-tabs .scrtabs-tab-container {
		height: 92px
	}
}

.services-tabs .services-tabs-nav>li {
	height: 162px;
	min-width: 193.4px;
	width: auto;
	margin: 0 1px;
	padding: 0 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7 #e7e7e7 transparent transparent;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%)
}

@media (max-width:1399px) {
	.services-tabs .services-tabs-nav>li {
		height: 140px
	}
}

@media (max-width:1199px) {
	.services-tabs .services-tabs-nav>li {
		height: 140px;
		min-width: calc(16.667vw - 6.78px)
	}
}

@media (max-width:1025px) {
	.services-tabs .services-tabs-nav>li {
		height: 106px;
		min-width: calc(16.667vw - 6.8px)
	}
}

@media (max-width:768px) {
	.services-tabs .services-tabs-nav>li {
		min-width: 126px
	}
}

@media (max-width:700px) {
	.services-tabs .services-tabs-nav>li {
		height: 92px;
		min-width: 112px
	}
}

.services-tabs .services-tabs-nav>li:first-child {
	border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7
}

.services-tabs .services-tabs-content {
	position: relative;
	background-color: #4d4d4d;
	padding: 60px 0;
	overflow: hidden
}

@media (max-width:992px) {
	.services-tabs .services-tabs-content {
		padding: 100px 0 60px
	}
}

.services-tabs .services-tabs-content img {
	max-width: 100%;
	min-width: 600px
}

.services-tabs .services-tabs-content-bg-wrap {
	overflow-x: auto;
	overflow-x: -moz-scrollbars-none;
	overflow-y: hidden
}

.services-tabs .services-tabs-content-bg-wrap::-webkit-scrollbar {
	width: 0!important
}

.services-tabs .services-tabs-content-bg {
	display: table;
	position: relative;
	margin: 0 auto
}

.services-tabs .services-tab-info {
	position: absolute;
	top: 29px;
	left: 24px;
	width: 366px;
	max-width: calc(100% - 55px);
	background-color: #f5f5f5;
	padding: 17px 17px 17px 57px;
	color: #000
}

@media (max-width:992px) {
	.services-tabs .services-tab-info {
		width: 505px
	}
}

@media (max-width:767px) {
	.services-tabs .services-tab-info {
		width: 100%;
		max-width: calc(100% - 30px);
		top: 15px;
		left: 15px;
		padding: 12px 12px 12px 40px
	}
}

.services-tabs .services-tab-info p {
	font-size: 14px;
	line-height: 20px;
	margin: 0
}

@media (max-width:991px) {
	.services-tabs .services-tab-info p {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:767px) {
	.services-tabs .services-tab-info p {
		font-size: 11px;
		line-height: 14px
	}
}

.services-tabs .services-tab-info p:not(.active) {
	display: none
}

.services-tabs .services-tab-info:after {
	position: absolute;
	left: 18px;
	top: 18px;
	content: '\e934';
	font-family: 'auto';
	font-size: 24px;
	color: #fede00
}

@media (max-width:767px) {
	.services-tabs .services-tab-info:after {
		left: 10px;
		top: 12px;
		font-size: 20px
	}
}

.services-tabs .services-tabs-icons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.services-tabs .services-tabs-icons>span {
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	color: #2e2e2e;
	text-decoration: none!important;
	background-color: #fff
}

@media (max-width:992px) {
	.services-tabs .services-tabs-icons>span {
		width: 49px;
		height: 49px;
		font-size: 20px;
		line-height: 49px
	}
}

.services-tabs .services-tabs-icons>span.active {
	background-color: #fede00
}

.services-tabs .services-tabs-icons>span:nth-child(1) {
	left: 8%;
	top: 42%
}

.services-tabs .services-tabs-icons>span:nth-child(2) {
	left: 13%;
	top: 28%
}

.services-tabs .services-tabs-icons>span:nth-child(3) {
	left: 25%;
	top: 28%
}

.services-tabs .services-tabs-icons>span:nth-child(4) {
	left: 31%;
	top: 48%
}

.services-tabs .services-tabs-icons>span:nth-child(5) {
	left: 38%;
	top: 67%
}

.services-tabs .services-tabs-icons>span:nth-child(6) {
	left: 82%;
	top: 59%
}

.services-tab-button {
	position: absolute;
	right: 25px;
	bottom: 25px
}

.icons-tabs .nav-tabs {
	border-bottom: 1px solid #d8d8d8
}

.icons-tabs .nav-tabs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-bottom: 0
}

.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li.active>a:focus,
.icons-tabs .nav-tabs>li.active>a:hover {
	border-width: 0
}

.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li>a:hover {
	border: none;
	color: #fede00!important;
	background: transparent
}

.icons-tabs .nav-tabs>li>a::after {
	content: "";
	background: #fede00;
	height: 4px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transform: scale(0)
}

.icons-tabs .nav-tabs>li.active>a::after,
.icons-tabs .nav-tabs>li:hover>a::after {
	transform: scale(1)
}

.icons-tabs .nav-tabs>li>a::after {
	height: 3px
}

.icons-tabs .nav-tabs>li.active>a [class*='icon-'],
.icons-tabs .nav-tabs>li>a:hover [class*='icon-'] {
	color: #fede00
}

.icons-tabs .nav-tabs>li {
	margin: 0 20px
}

.icons-tabs .nav-tabs>li {
	margin: 0 35px
}

.icons-tabs .nav-tabs a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	color: #000
}

.icons-tabs .nav-tabs a span {
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: center
}

@media (max-width:992px) {
	.icons-tabs .nav-tabs a span {
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 21px
	}
}

@media (max-width:767px) {
	.icons-tabs .nav-tabs a span {
		padding-bottom: 0;
		font-size: 11px;
		line-height: 16px
	}
}

.icons-tabs .nav-tabs a [class*='icon-'] {
	font-size: 54px;
	line-height: 1em;
	margin-bottom: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

@media (max-width:992px) {
	.icons-tabs .nav-tabs a [class*='icon-'] {
		font-size: 40px
	}
}

@media (max-width:767px) {
	.icons-tabs .nav-tabs a [class*='icon-'] {
		font-size: 30px
	}
}

.icons-tabs .nav-tabs a:focus {
	outline: none;
	background-color: transparent
}

.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li>a:hover {
	color: #000000!important
}

.icons-tabs .nav-tabs>li.active>a [class*='icon-'],
.icons-tabs .nav-tabs>li>a:hover [class*='icon-'] {
	color: #fede00
}

.icons-tabs .nav-tabs>li>a::after {
	height: 3px
}

@media (max-width:767px) {
	.icons-tabs .nav-tabs>li>a::after {
		height: 2px
	}
}

.icons-tabs .nav-tabs>li {
	margin: 0 35px
}

@media (max-width:767px) {
	.icons-tabs .nav-tabs>li {
		margin: 0 14px
	}
}

.icons-tabs .tab-content-bg {
	margin: -2px 0 0 0;
	padding: 65px 0
}

@media (max-width:992px) {
	.icons-tabs .tab-content-bg {
		padding: 45px 0
	}
}

@media (max-width:767px) {
	.icons-tabs .tab-content-bg {
		padding: 40px 0
	}
}

.icons-tabs .tab-content,
.icons-tabs .tab-pane {
	padding: 0
}

@media (max-width:1199px) {
	.icons-tabs .tab-content {
		padding: 0 15px
	}
}

@media (max-width:767px) {
	.icons-tabs .tab-content {
		padding: 0 15px
	}
}

.icons-tabs h5 {
	text-transform: none;
	margin-bottom: 30px;
	font-weight: 700
}

.marker-list-sm-1 {
	margin: 15px 0 0;
	padding: 0;
	list-style: none
}

.marker-list-sm-1>li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
	margin-top: 0
}

.marker-list-sm-1>li a {
	text-decoration: none
}

.marker-list-sm-1>li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'auto';
	content: "\e93c";
	font-size: 15px;
	color: #fede00
}

.marker-list-sm-1>li a:hover {
	text-decoration: underline
}

.text-icon-hor2 {
	position: relative;
	padding-left: 70px;
	font-size: 16px;
	line-height: 24px;
	color: #000
}

@media (max-width:767px) {
	.text-icon-hor2 {
		padding-left: 40px;
		font-size: 14px;
		line-height: 20px
	}
}

.text-icon-hor2 .icon-wrapper2 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 1em;
	color: #fede00
}

.text-icon-hor2+.text-icon-hor2 {
	margin-top: 50px
}

@media (max-width:767px) {
	.text-icon-hor2 .icon-wrapper2 {
		font-size: 26px
	}
}

.text-icon-hor2+.text-icon-hor2 {
	margin-top: 50px
}

@media (max-width:767px) {
	.text-icon-hor2+.text-icon-hor2 {
		margin-top: 15px
	}
}

@media (max-width:479px) {
	.banner-col {
		width: 100%!important;
		margin-top: 30px
	}
}

.banner-free {
	position: relative;
	font-size: 100px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

@media (max-width:1199px) {
	.banner-free {
		font-size: 8vw
	}
}

@media (max-width:991px) {
	.banner-free {
		font-size: 9.5vw
	}
}

@media (max-width:479px) {
	.banner-free {
		font-size: 19.5vw
	}
}

.banner-free img {
	width: 100%
}

.banner-free .banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner-free .banner-text-header {
	background-color: #4d4d4d
}

.banner-free .banner-text-1 {
	position: relative;
	display: table;
	padding: 0 30px;
	font-size: .48em;
	line-height: 1.46em;
	color: #333;
	font-weight: 900;
	font-style: italic;
	background-color: #fede00
}

.banner-free .banner-text-1:after {
	position: absolute;
	right: -20px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 20px 0 0;
	border-color: #fede00 transparent transparent transparent
}

@media (max-width:1199px) {
	.banner-free .banner-text-1:after {
		border-width: 5.5vw 20px 0 0
	}
}

@media (max-width:991px) {
	.banner-free .banner-text-1:after {
		right: -19.8px;
		border-width: 6.5vw 20px 0 0
	}
}

@media (max-width:479px) {
	.banner-free .banner-text-1:after {
		right: -19.1px;
		border-width: 13.6vw 20px 0 0
	}
}

.banner-free .banner-text-2 {
	padding: .625em .9375em;
	font-size: .32em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 700
}

.banner-free .banner-text-3 {
	padding: .33em .41em;
	color: #000;
	font-weight: 400;
	max-width: 73%
}

.banner-free .banner-text-3 p {
	font-size: .16em;
	line-height: 1.5em;
	margin-bottom: 20px
}

.banner-free .banner-text-btn {
	position: absolute;
	bottom: 8%;
	left: 9%
}

.banner-service {
	display: block;
	text-decoration: none!important;
	min-height: 157px;
	background-color: #686868;
	font-size: 100px;
	padding: .27em .3em .27em .37em;
	color: inherit;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s
}

.banner-service img {
	width: 100%
}

@media (max-width:1199px) {
	.banner-service {
		font-size: 8.2vw;
		min-height: 0
	}
}

@media (max-width:991px) {
	.banner-service {
		font-size: 9.5vw;
		padding: 0;
		text-align: center
	}
	.banner-service .row-flex {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: .3em .6em;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center
	}
	.banner-service .row-flex>*:not(:first-child) {
		margin-top: .35em
	}
}

@media (max-width:479px) {
	.banner-service {
		font-size: 18.5vw
	}
}

.banner-service:hover {
	background-color: #4d4d4d
}

.banner-service .row-flex {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.banner-service .col-left {
	margin-right: .37em
}

.banner-service .col-left i.icon {
	display: block;
	width: 2.38em;
	height: 2.38em;
	border-radius: 50%;
	font-size: .42em;
	line-height: 2.38em;
	background-color: #fff;
	color: #000;
	text-align: center
}

@media (max-width:991px) {
	.banner-service .col-left i.icon {
		font-size: .55em
	}
}

@media (min-width:992px) {
	.banner-service .col-center {
		max-width: 42%
	}
	.banner-service .col-right {
		max-width: 36%;
		margin-left: auto;
		text-align: right
	}
}

.banner-service .banner-text-1 {
	font-size: .34em;
	line-height: 1.3em;
	color: #fff;
	font-weight: 600
}

@media (max-width:991px) {
	.banner-service .banner-text-1 {
		line-height: 1em;
		margin-bottom: .5em
	}
}

.banner-service .banner-text-2 {
	font-size: .16em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400
}

.banner-service .banner-text-3 {
	font-size: .3em;
	line-height: 1.6em;
	color: #fff;
	font-weight: 600
}

.banner-service .banner-text-3 i.icon {
	margin-right: .4em;
	font-size: .8em;
	color: #fede00
}

@media (max-width:991px) {
	.banner-service .banner-text-3 {
		line-height: 1em;
		margin-bottom: .5em
	}
}

.banner-service .banner-text-4 {
	font-size: .16em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400
}

@media (min-width:1360px) {
	.pricing-carousel .slick-prev {
		margin-top: -30px;
		left: -50px
	}
	.pricing-carousel .slick-next {
		margin-top: -30px;
		right: -50px
	}
}

.pricing-carousel .slick-dots {
	display: block;
	position: relative;
	bottom: 0;
	margin-top: 20px
}

.pricing-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 100px;
	padding-top: 5px;
	padding-bottom: 5px
}

.pricing-box-inside {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

@media (max-width:1199px) {
	.pricing-box {
		font-size: 8vw
	}
}

@media (max-width:768px) {
	.pricing-box {
		font-size: 12vw
	}
}

@media (max-width:479px) {
	.pricing-box {
		font-size: 24vw
	}
}

.pricing-box-header {
	padding: .23em .15em;
	background-color: #fede00;
	color: #333;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.pricing-box-header .divide-line {
	position: relative
}

.pricing-box-header .divide-line:after {
	display: block;
	margin: 0 .2em;
	content: '';
	width: 2px;
	height: .55em;
	background-color: #333;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg)
}

.pricing-box-header .text-1 {
	font-size: .18em;
	line-height: 1.222em;
	font-weight: 800;
	text-align: right
}

.pricing-box-header .text-2 {
	font-size: .4em;
	line-height: 1em;
	font-weight: 900
}

.pricing-box-header .text-2 sup {
	font-size: .5em;
	line-height: 1em;
	top: -1em
}

.pricing-box-center {
	background-color: #fff;
	font-size: .16em;
	line-height: 1.5em;
	text-align: center
}

.pricing-box-center .text-3 {
	padding: 0 2em 1em
}

.pricing-box-center img {
	display: block;
	width: 100%;
	margin-bottom: 7px
}

.pricing-box-logo {
	min-width: .106em;
	margin-left: 10px
}

.pricing-box-footer {
	padding: .145em .1em .145em .145em;
	background-color: #4d4d4d;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.pricing-box-footer .mark-icon {
	position: relative;
	top: 0;
	font-size: .12em;
	color: #fede00;
	align-self: flex-start;
	padding-right: 5px
}

.pricing-box-footer .text-4 {
	font-size: .12em;
	line-height: 1.333em
}

.pricing-box-footer img {
	max-width: 100%
}

.brands-carousel {
	margin: 0 -2px
}

.brands-carousel img {
	display: block;
	border: 1px solid #edeff0;
	max-width: 100%;
	margin: 0 2px
}

.brands-carousel .slick-dots {
	display: block;
	position: relative;
	bottom: 0;
	margin-top: 20px
}

.view-all-brands.active span:last-child {
	display: none
}

.view-all-brands:not(.active) span:first-child {
	display: none
}

.brands-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.brands-grid>img,
.brands-grid a {
	display: block;
	margin: 2px;
	border: 1px solid #edeff0;
	min-width: calc(14.285% - 4px);
	width: calc(14.285% - 4px);
	align-self: center
}

.brands-grid img:nth-child(7)~img {
	display: none
}

.brands-grid a:nth-child(7)~a {
	display: none
}

@media (max-width:767px) {
	.brands-grid>img,
	.brands-grid a {
		min-width: calc(20% - 4px);
		width: calc(20% - 4px)
	}
	.brands-grid img:nth-child(5)~img {
		display: none
	}
	.brands-grid a:nth-child(5)~a {
		display: none
	}
}

@media (max-width:479px) {
	.brands-grid>img,
	.brands-grid a {
		min-width: calc(33.333% - 4px);
		width: calc(33.333% - 4px)
	}
	.brands-grid img:nth-child(3)~img {
		display: none
	}
	.brands-grid a:nth-child(3)~a {
		display: none
	}
}

.brands-grid.visible img {
	display: block!important
}

.brands-grid.visible a {
	display: block!important
}

@media (min-width:992px) {
	header.page-header-2 .navbar-toggle {
		display: none!important
	}
}

@media (min-width:768px) {
	header.page-header-2 .navbar-toggle {
		display: block
	}
}

@media (max-width:991px) {
	.container-fluid-sm {
		padding-left: 0;
		padding-right: 0
	}
	.container-fluid-sm .info {
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (max-width:991px) {
	.page-header-2.is-sticky .header-topline,
	.page-header-2.is-sticky .header-right-top {
		display: none
	}
}

.page-header-2.is-sticky {
	position: fixed!important;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block
}

span.wpcf7-not-valid-tip {
	font-size: 14px;
	text-align: left
}

@media (min-width:992px) {
	.page-header-2.is-sticky .header-topline {
		display: none
	}
}

#appointmentForm.modalform-sm .modal-dialog {
	width: 732px;
	margin: 45px auto
}

.form-upload .upload {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 10px 20px;
	color: #131313;
	background: #e5e5e5;
	cursor: pointer;
	white-space: nowrap;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #d6d6d6));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, #d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#d6d6d6', GradientType=0);
	height: 45px
}

.dflex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden
}

#appointmentForm.modalform-sm .form-inline,
#appointmentForm.modalform-sm .form-upload {
	margin-bottom: 5px
}

input[type="file"] {
	-webkit-appearance: initial;
	background-color: initial;
	padding: initial;
	border: initial;
	width: 210px
}

#appointmentForm.modalform-sm .modal-dialog .modal-header .close {
	right: 15px;
	top: 15px;
	z-index: 1
}

#appointmentForm.modalform-sm .modal-dialog .modal-header a {
	display: none
}

#appointmentForm.modalform-sm .modal-dialog .modal-header {
	height: 0
}

#appointmentForm.modalform-sm .modal-dialog .modal-body {
	padding: 30px 45px
}

#appointmentForm.modalform-sm h2 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #3a3a3a
}

#appointmentForm.modalform-sm .input-custom,
#appointmentForm.modalform-sm .textarea-custom {
	margin-bottom: 4px;
	padding: 5px 15px!important;
	font-size: 16px;
	line-height: 20px;
	color: #989898
}

#appointmentForm.modalform-sm .input-custom {
	height: 40px!important
}

#appointmentForm.modalform-sm .datetimepicker-wrap:before,
#appointmentForm.modalform-sm .timepicker-wrap:before {
	top: 6px;
	right: 12px
}

#appointmentForm.modalform-sm .select-wrapper:before {
	width: 44px;
	height: 38px;
	line-height: 38px
}

#appointmentForm.modalform-sm .textarea-custom {
	height: 66px
}

#appointmentForm.modalform-sm .form-inline .w-100 {
	width: 100%
}

#appointmentForm.modalform-sm .wpcf7-submit.btn {
	margin-top: 5px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	border-color: #fede00
}

@media (max-width:1240px) {
	#appointmentForm.modalform-sm .modal-dialog .modal-header .close {
		right: 10px;
		top: -4px;
		left: auto;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent
	}
}

@media (max-width:991px) {
	#appointmentForm.modalform-sm .modal-dialog .modal-body {
		padding: 20px 30px
	}
}

@media (max-width:767px) {
	#appointmentForm.modalform-sm .modal-dialog .modal-body {
		padding: 20px 15px 15px
	}
}

@media (max-width:760px) {
	#appointmentForm.modalform-sm .modal-dialog {
		width: calc(100% - 20px)
	}
}

@media (max-width:560px) {
	#appointmentForm.modalform-sm h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px
	}
}

@media (max-width:560px) {
	#appointmentForm.modalform-sm p {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:1240px) {
	#appointmentForm.modalform-sm .modal-dialog .modal-header {
		margin-bottom: 0
	}
}

@media (max-width:560px) {
	#appointmentForm.modalform-sm .form-inline>* {
		margin-right: 0;
		width: 100%
	}
}

@media (max-width:560px) {
	#appointmentForm.modalform-sm .form-inline>*,
	#appointmentForm.modalform-sm .form-upload {
		margin-bottom: 5px
	}
	#appointmentForm.modalform-sm .wpcf7-form-control-wrap {
		overflow: unset;
		margin-bottom: 0
	}
}

.banner-free .banner-text-btn .btn {
	font-size: .16em!important;
	padding: 1.3em 2.2em!important;
	min-width: 0!important
}

.banner-free .banner-text-btn .btn.wpcf7-submit {
	font-size: 14px!important
}

@media (max-width:767px) {
	#quote-form .form-inline {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:767px) {
	.marker-list-sm-1>li {
		font-size: 14px;
		line-height: 20px
	}
}

.service-row h1,
.service-row h2,
.service-row h3 {
	color: #fff!important
}

.mb-0 {
	margin-bottom: 0
}

body.layout-3 {
	color: #3a3a3a
}

body.layout-3 .icons-tabs .nav-tabs a,
body.layout-3 .banner-free .banner-text-3 {
	color: #3a3a3a
}

body.layout-3 h1,
body.layout-3 h2,
body.layout-3 h2.h-lg,
body.layout-3 h3,
body.layout-3 h4,
body.layout-3 h5,
body.layout-3 h6 {
	color: #3a3a3a
}

body.layout-3 .block.bg-1,
body.layout-3 .block.bg-2,
body.layout-3 .block.bg-3,
body.layout-3 .block.bg-1 a,
body.layout-3 .block.bg-2 a,
body.layout-3 .block.bg-3 a {
	color: #3a3a3a
}

body.layout-3 h1,
body.layout-3 h2.h-lg {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 45px!important;
	font-size: 42px
}

body.layout-3 h1:after,
body.layout-3 h2.h-lg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 55px;
	height: 2px;
	background-color: #2f63b6
}

@media (max-width:991px) {
	body.layout-3 h1,
	body.layout-3 h2.h-lg {
		padding-bottom: 22px;
		margin-bottom: 22px;
		font-size: 38px;
		padding-top: 0
	}
}

@media (max-width:767px) {
	body.layout-3 h1,
	body.layout-3 h2.h-lg {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 24px;
		padding-top: 0
	}
}

body.layout-3 h1.h-noline,
body.layout-3 h2.h-lg.h-noline {
	margin-bottom: 22px;
	padding-bottom: 15px
}

body.layout-3 h1.h-noline:after,
body.layout-3 h2.h-lg.h-noline:after {
	display: none
}

@media (max-width:767px) {
	body.layout-3 h1.h-noline,
	body.layout-3 h2.h-lg.h-noline {
		padding-bottom: 15px;
		margin-bottom: 15px
	}
}

body.layout-3 h1:not(.h-noline)+p.info,
body.layout-3 h2:not(.h-noline)+p.info {
	margin-top: -20px
}

@media (max-width:991px) {
	body.layout-3 h1:not(.h-noline)+p.info,
	body.layout-3 h2:not(.h-noline)+p.info {
		margin-top: 0
	}
}

@media (max-width:767px) {
	body.layout-3 h1:not(.h-noline)+p.info,
	body.layout-3 h2:not(.h-noline)+p.info {
		margin-top: 0
	}
}

body.layout-3 h1.h-noline+p.info,
body.layout-3 h2.h-noline+p.info {
	margin-top: -10px
}

@media (max-width:991px) {
	body.layout-3 h1.h-noline+p.info,
	body.layout-3 h2.h-noline+p.info {
		margin-top: -10px
	}
}

@media (max-width:767px) {
	body.layout-3 h1.h-noline+p.info,
	body.layout-3 h2.h-noline+p.info {
		margin-top: -10px
	}
}

body.layout-3 h1:not(.h-noline)+.block,
body.layout-3 h2:not(.h-noline)+.block {
	margin-top: -20px
}

@media (max-width:991px) {
	body.layout-3 h1:not(.h-noline)+.block,
	body.layout-3 h2:not(.h-noline)+.block {
		margin-top: 0
	}
}

@media (max-width:767px) {
	body.layout-3 h1:not(.h-noline)+.block,
	body.layout-3 h2:not(.h-noline)+.block {
		margin-top: 0
	}
}

body.layout-3 .breadcrumbs .breadcrumb,
body.layout-3 .breadcrumbs .breadcrumb li,
body.layout-3 .breadcrumbs .breadcrumb a {
	color: #8d8d8d
}

body.layout-3 #pageTitle {
	padding-bottom: 0;
	background: #f5f5f5
}

body.layout-3 #pageTitle h1,
body.layout-3 #pageTitle h2 {
	color: #3a3a3a
}

body.layout-3 .slick-dots li button {
	width: 11px;
	height: 11px;
	margin: 0 7px;
	background-color: #727579
}

body.layout-3 header.page-header-2 .header-topline {
	background-color: #f5f5f5;
	color: #3a3a3a
}

body.layout-3 header.page-header-2 .header-phone {
	color: #3a3a3a
}

body.layout-3 header.page-header-2 a.appointment span,
body.layout-3 header.page-header-2 a.appointment .icon,
body.layout-3 .header-cart .badge {
	color: #fff!important
}

body.layout-3 .step {
	background: #fff
}

body.layout-3 .how-works-number {
	color: #b8b8b8
}

body.layout-3 .icons-tabs .tab-content-bg {
	background: transparent;
	border-top: 3px solid #f5f5f5
}

body.layout-3 .text-icon-hor2:not(.text-icon-hor--lg) .icon-wrapper2 {
	font-size: 32px
}

@media (min-width:768px) {
	body.layout-3 .text-icon-hor2:not(.text-icon-hor--lg) .icon-wrapper2 {
		left: 17px
	}
}

body.layout-3 .pricing-box {
	margin-top: 10px;
	margin-bottom: 5px
}

body.layout-3 .pricing-box-header {
	background-color: #727579;
	color: #fff
}

body.layout-3 .pricing-box-header .divide-line:after {
	background-color: #fff
}

body.layout-3 .pricing-box-header .text-2 {
	font-weight: 800
}

body.layout-3 .pricing-box-footer {
	background: url(../../../themes/car-repair-services../images/dashed-line.png) repeat-x left top #f6f6f6;
	color: #858585
}

body.layout-3 .pricing-box-footer .mark-icon {
	top: -3px
}

body.layout-3 .pricing-box-inside {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

body.layout-3 .banner-free .banner-text-header {
	background-color: #727579
}

body.layout-3 .block.bg-5 {
	background: url(../../../themes/car-repair-services../images/block-bg-5.html) no-repeat center center;
	background-size: cover;
	padding: 75px 0 60px
}

@media (max-width:991px) {
	body.layout-3 .block.bg-5 {
		padding: 45px 0 30px
	}
}

@media (max-width:767px) {
	body.layout-3 .block.bg-5 {
		padding: 35px 0 20px
	}
}

body.layout-3 .banner-free .banner-text-1 {
	color: #2f63b6;
	background-color: #f6f6f6
}

body.layout-3 .banner-free .banner-text-1:after {
	border-top-color: #f6f6f6
}

body.layout-3 .faq-item-sm.panel .caret-toggle {
	width: 26px;
	height: 26px;
	line-height: 22px;
	border-radius: 50%;
	border: 1px solid #84868a;
	text-align: center;
	color: #84868a;
	background-color: transparent
}

body.layout-3 .faq-item-sm.panel .panel-heading a:not(.collapsed)>span.closed {
	line-height: 20px;
	border-color: #2f63b6;
	color: #2f63b6;
	background-color: transparent!important
}

body.layout-3 .faq-item-sm.panel {
	background: #f6f6f6
}

body.layout-3 .faq-item-sm.panel.panel-default>.panel-heading {
	background-color: transparent
}

body.layout-3 .faq-item-sm.panel.panel-default>.panel-heading.active,
body.layout-3 .faq-item-sm.panel.panel-default .panel-collapse.collapse.in,
body.layout-3 .faq-item-sm.panel.panel-default .panel-collapse.collapsing {
	background-color: #fff
}

body.layout-3 .faq-item .panel-heading a>span.caret-toggle {
	color: #fff
}

body.layout-3 .banner-service {
	background-color: #727579
}

body.layout-3 .banner-service .color,
body.layout-3 .banner-service .banner-text-3 i.icon {
	color: #fff!important
}

body.layout-3 .banner-service .col-left [class*='icon-']:before {
	color: #2f63b6
}

body.layout-3 .page-footer .contact-info {
	margin: 0 0 15px
}

body.layout-3 .page-footer-2 .footer-col-left {
	background-color: rgba(234, 234, 234, .9)
}

body.layout-3 .page-footer-2,
body.layout-3 .page-footer-2 a {
	color: #000
}

body.layout-3 .page-footer-2 .footer-bottom {
	background-color: #727579;
	color: #fff
}

body.layout-3 .page-footer-2 .footer-bottom a {
	color: #c3c3c3!important
}

body.layout-3 .page-footer2 .social-links ul li a {
	color: #c3c3c3!important
}

body.layout-3 .page-footer-2 h5,
body.layout-3 .page-footer-2 h4,
body.layout-3 .page-footer-2 h3 {
	color: #000!important
}

body.layout-3 .page-footer-2 .contact-info-divider {
	background-color: transparent
}

body.layout-3 #mainSlider .slide-content h3 {
	color: #fff!important
}

body.layout-3 #mainSlider .vert-wrap {
	padding-top: 0
}

body.layout-3 .back-to-top a {
	color: #fff
}

body.layout-3 .table .cell-marker {
	color: #fff
}

body.layout-3 .how-works-block .caption>.inside .number span {
	color: #fff
}

body.layout-3 .services-block-alt .caption {
	background-color: #f5f5f5;
	color: #3a3a3a
}

body.layout-3 .services-block-alt .caption .title {
	color: #3a3a3a
}

@media (min-width:768px) {
	body.layout-3 .services-block-alt .caption {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 65px
	}
}

@media (max-width:767px) {
	body.layout-3 .services-block-alt .caption {
		padding-bottom: 55px
	}
}

body.layout-3 .services-block-alt .services-link {
	font-size: 18px;
	bottom: 25px;
	left: calc(50% - 10px);
	right: auto;
	transform: rotate(90deg)
}

@media (max-width:768px) {
	body.layout-3 .services-block-alt .services-link {
		bottom: 20px
	}
}

body.layout-3 .services-block-alt .services-link:hover {
	color: #000
}

body.layout-3 .services-block-alt .image i {
	color: #fff
}

body.layout-3 .nav-pills>li.active>a,
body.layout-3 .nav-pills>li.active>a:focus,
body.layout-3 .nav-pills>li.active>a:hover {
	color: #fff
}

body.layout-3 .calendar .selected,
body.layout-3 .calendar .selected:hover {
	color: #fff
}

body.layout-3 .service-icon .icon-wrapper span i.icon {
	color: #fff
}

body.layout-3 .pagination>.active>a,
body.layout-3 .pagination>.active>span,
body.layout-3 .pagination>.active>a:hover,
body.layout-3 .pagination>.active>span:hover {
	color: #fff
}

@media (max-width:991px) {
	body.layout-3 #mainSlider .slide .img--holder {
		height: 68vw
	}
}

@media (max-width:767px) {
	body.layout-3 #mainSlider .slide .img--holder {
		height: 48vw
	}
}

@media (max-width:767px) {
	body.layout-3 #mainSlider.slick-slider {
		margin-bottom: 0
	}
}

body.layout-3 .btn {
	font-size: 16px;
	font-weight: 700;
	min-width: 175px;
	line-height: 18px
}

@media (max-width:991px) {
	body.layout-3 .btn {
		font-size: 12px;
		padding: 15px 20px;
		min-width: 0
	}
}

@media (max-width:479px) {
	body.layout-3 .btn {
		font-size: 10px;
		font-weight: 800;
		padding: 10px 15px
	}
}

body.layout-3 .btn,
body.layout-3 .btn.active,
body.layout-3 .btn:active,
body.layout-3 .btn.focus,
body.layout-3 .btn:focus {
	color: #fff
}

body.layout-3 .btn:hover {
	color: #fff
}

body.layout-3 .btn.btn-invert,
body.layout-3 .btn.btn-invert.active,
body.layout-3 .btn.btn-invert:active,
body.layout-3 .btn.btn-invert.focus,
body.layout-3 .btn.btn-invert:focus {
	color: #fff
}

body.layout-3 .btn.btn-invert:hover {
	color: #fff
}

body.layout-3 .btn.btn-border,
body.layout-3 .btn.btn-border.active,
body.layout-3 .btn.btn-border:active,
body.layout-3 .btn.btn-border.focus,
body.layout-3 .btn.btn-border:focus {
	color: #3a3a3a
}

body.layout-3 .btn.btn-border:hover {
	color: #fff
}

.service-grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

.service-grid-item {
	position: relative;
	padding: 15px 24px;
	flex: 0 0 25%;
	max-width: 25%
}

@media (max-width:575px) {
	.service-grid-item {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 10px 15px
	}
}

.service-grid-item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background-color: #dcdfe2
}

.service-grid-item:before {
	content: '';
	position: absolute;
	right: 18px;
	left: 18px;
	bottom: 0;
	height: 1px;
	background-color: #dcdfe2
}

.service-grid-item img {
	max-width: 100%
}

.service-grid-item-title {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none
}

@media (max-width:1199px) {
	.service-grid-item-title {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 15px
	}
}

@media (max-width:991px) {
	.service-grid-item-title {
		font-size: 11px;
		line-height: 14px;
		padding: 10px 15px;
		margin-top: 10px
	}
}

@media (max-width:575px) {
	.service-grid-item-title {
		padding: 5px
	}
}

.service-grid-item-title:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: -8px;
	left: calc(42%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #2f63b6 transparent
}

@media (max-width:991px) {
	.service-grid-item-title:after {
		top: -6px
	}
}

.service-grid-item-title [class*='icon'] {
	visibility: hidden;
	display: inline-block;
	font-size: 10px;
	position: relative;
	top: -2px;
	left: 4px;
	width: 0
}

@media (max-width:991px) {
	.service-grid-item-title [class*='icon'] {
		font-size: 7px
	}
}

.service-grid-item:hover .service-grid-item-title {
	color: #fff;
	background-color: #2f63b6
}

.service-grid-item:hover .service-grid-item-title:after {
	opacity: 1
}

.service-grid-item:hover .service-grid-item-title [class*='icon'] {
	visibility: visible;
	width: auto
}

@media (min-width:576px) {
	.service-grid-item:nth-child(4n):after {
		display: none
	}
	.service-grid-item:nth-last-child(-n+4):before {
		display: none
	}
}

@media (max-width:575px) {
	.service-grid-item:nth-child(2n):after {
		display: none
	}
	.service-grid-item:nth-last-child(-n+2):before {
		display: none
	}
}

.estimator-panel-section {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%)
}

.estimator-panel {
	padding: 22px 0 26px;
	background-color: #f5f5f5
}

@media (max-width:1199px) {
	.estimator-panel {
		padding: 15px 0
	}
}

@media (max-width:767px) {
	.estimator-panel {
		padding: 5px 0
	}
	.estimator-panel-section {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		padding-bottom: 25px
	}
}

.estimator-panel .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}

@media (max-width:1199px) {
	.estimator-panel .container {
		flex-wrap: wrap
	}
}

.estimator-panel .col-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex: 0 0 250px;
	max-width: 250px;
	padding-right: 15px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #3a3a3a
}

.estimator-panel .col-title [class*='icon'] {
	margin-right: 10px;
	font-size: 60px;
	color: #2f63b6
}

@media (max-width:1199px) {
	.estimator-panel .col-title {
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 20px;
		margin-bottom: 10px
	}
	.estimator-panel .col-title [class*='icon'] {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.estimator-panel .col-title {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		font-size: 18px;
		margin-bottom: 0;
		padding: 0
	}
}

.estimator-panel .col-form {
	flex: 1
}

.estimator-panel .panel-toggle {
	display: none
}

@media (max-width:767px) {
	.estimator-panel .panel-toggle {
		display: block;
		position: relative;
		top: -3px;
		margin-left: auto;
		font-size: 12px;
		line-height: 18px;
		font-weight: 800;
		color: #2f63b6;
		animation: blinker 3s linear infinite
	}
	.estimator-panel .panel-toggle [class*='icon'] {
		position: relative;
		top: 2px;
		font-size: 18x;
		margin: 0 0 0 5px
	}
	.estimator-panel .panel-toggle span:last-child {
		display: none
	}
	.estimator-panel .panel-toggle.open span:first-child {
		display: none
	}
	.estimator-panel .panel-toggle.open span:last-child {
		display: block
	}
}

.estimator-form-label {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #3a3a3a;
	margin-bottom: 5px
}

@media (max-width:1199px) {
	.estimator-form-label {
		display: none
	}
}

.estimator-form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-left: -6px;
	margin-right: -6px
}

@media (max-width:767px) {
	.estimator-form-row {
		flex-wrap: wrap;
		margin-bottom: 5px
	}
	.estimator-form-row:not(.open) {
		display: none
	}
}

.estimator-form-row>* {
	flex: 1;
	margin: 0 6px
}

@media (max-width:767px) {
	.estimator-form-row .select-wrapper-sm {
		flex: 0 0 calc(33.333% - 12px);
		max-width: calc(33.333% - 12px);
		margin-bottom: 3px
	}
}

.estimator-form-row .input-with-link {
	position: relative
}

.estimator-form-row select {
	width: 100%
}

.input-with-link .form-control {
	min-width: 225px;
	padding-right: 70px
}

.estimator-form-row input {
	height: 40px!important;
	padding: 5px 15px!important;
	font-size: 16px;
	line-height: 20px;
	color: #3e3e3e;
	min-width: unset
}

@media (max-width:1199px) {
	.estimator-form-row input {
		height: 34px!important;
		font-size: 14px!important;
		padding: 5px 15px!important
	}
}

@media (max-width:767px) {
	.estimator-form-row input {
		flex: 2
	}
}

.estimator-form-row .btn:not([data-action]) {
	margin-left: 25px;
	margin-top: -6px;
	height: 52px;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px
}

@media (max-width:1199px) {
	.estimator-form-row .btn:not([data-action]) {
		margin-left: 10px;
		margin-top: -4px;
		height: 42px!important;
		font-size: 12px!important;
		line-height: 20px!important;
		padding: 10px 15px!important
	}
}

@media (max-width:767px) {
	.estimator-form-row .btn:not([data-action]) {
		margin-top: 0;
		height: 34px!important;
		font-size: 9px!important;
		line-height: 14px!important;
		padding: 10px 15px!important;
		flex: 1
	}
}

.estimate-table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.estimate-table:not(:last-child) {
	margin-bottom: 50px
}

@media (max-width:767px) {
	.estimate-table {
		flex-direction: column
	}
}

.estimate-table-total {
	flex: 0 0 45%;
	max-width: 45%;
	padding: 35px 35px;
	background-color: #727579;
	color: #fff
}

@media (max-width:767px) {
	.estimate-table-total {
		padding: 25px;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.estimate-table-total-title {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width:767px) {
	.estimate-table-total-title {
		margin-bottom: 25px
	}
}

.estimate-table-total-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px
}

.estimate-table-total-price {
	font-size: 34px;
	line-height: 40px;
	font-weight: 700
}

@media (max-width:767px) {
	.estimate-table-total-price {
		font-size: 24px;
		line-height: 30px
	}
}

.estimate-table-info {
	flex: 0 0 55%;
	max-width: 55%;
	padding: 35px 45px;
	background-color: #f6f6f6;
	color: #3a3a3a
}

@media (max-width:767px) {
	.estimate-table-info {
		padding: 25px 35px;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.estimate-table-info:not(:last-child) {
	margin-bottom: 50px
}

.estimate-table-info-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.estimate-part {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
	border: 1px solid #edeff0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.estimate-part:not(:first-child) {
	margin-top: 30px
}

@media (max-width:767px) {
	.estimate-part {
		flex-direction: column
	}
}

.estimate-table-info-list {
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700
}

.estimate-table-info-list>* {
	position: relative;
	margin-bottom: 25px;
	padding-left: 48px
}

.estimate-table-info-list .round-icon {
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #2f63b6;
	border: 1px solid #2f63b6;
	border-radius: 50%
}

.estimate-part-info {
	flex: 0 0 65%;
	max-width: 65%;
	padding: 35px
}

@media (max-width:767px) {
	.estimate-part-info {
		padding: 25px;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.estimate-part-info-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700
}

@media (max-width:767px) {
	.estimate-part-info-title {
		font-size: 22px;
		line-height: 30px
	}
}

.estimate-part-price {
	flex: 0 0 35%;
	max-width: 35%;
	padding: 35px 0 35px 35px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700
}

@media (max-width:767px) {
	.estimate-part-price {
		padding: 25px 25px 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.estimate-part-price-price {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #2f63b6
}

@media (max-width:767px) {
	.estimate-part-price-price {
		font-size: 24px;
		line-height: 30px
	}
}

.estimate-current-name {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none
}

.estimate-current-name b {
	font-weight: 700;
	text-transform: uppercase
}

.estimate-current-change {
	color: #2f63b6;
	text-decoration: none
}

.estimate-part-close {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	font-size: 24px;
	color: #2f63b6;
	cursor: pointer
}

.estimate-part-close:hover {
	color: #3a3a3a
}

@keyframes blinker {
	0% {
		opacity: 1
	}
	80% {
		opacity: 1
	}
	90% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@media (max-width:479px) {
	.banner-col {
		width: 100%!important;
		margin-top: 30px
	}
}

.brands-carousel {
	margin: 0 -2px
}

.brands-carousel img {
	display: block;
	border: 1px solid #edeff0;
	max-width: 100%;
	margin: 0 2px
}

.brands-carousel .slick-dots {
	display: block;
	position: relative;
	bottom: 0;
	margin-top: 20px
}

.view-all-brands.active span:last-child {
	display: none
}

.view-all-brands:not(.active) span:first-child {
	display: none
}

body.layout-3 .page-footer-2 .footer-bottom .copyright {
	color: #fff
}

div.wpcf7 .estimator-form-row .ajax-loader {
	display: none
}

@media (max-width:991px) && (min-width:768px) {
	.estimator-panel-section {
		margin-bottom: -74px
	}
}

body.layout-3 .block.bg-1 h1,
body.layout-3 .block.bg-2 h1,
body.layout-3 .block.bg-3 h1,
body.layout-3 .block.bg-1 h2,
body.layout-3 .block.bg-2 h2,
body.layout-3 .block.bg-3 h2,
body.layout-3 .block.bg-1 h3,
body.layout-3 .block.bg-2 h3,
body.layout-3 .block.bg-3 h3 {
	color: #3a3a3a
}

body.layout-3 .breadcrumbs li,
body.layout-3 .breadcrumbs a,
body.layout-3 .breadcrumbs span {
	color: #8d8d8d
}

body.layout-3 #container .woocommerce-breadcrumb,
body.layout-3 #container .woocommerce-breadcrumb a {
	color: #8d8d8d
}

.pricing-grid .pricing-box {
	margin-top: 30px!important
}

body.layout-3 .vehicle-damage .tab-content {
	padding: 0
}

.woocommerce div.product .product_title {
	margin-bottom: 30px!important
}

.woocommerce div.product .product_title:after {
	display: none
}

.btn:not([data-action]).btn-lg [class*='icon-'] {
	font-size: 20px;
	padding-right: 20px;
	vertical-align: text-top
}

.btn:not([data-action]) [class*='icon-'] {
	font-size: 18px;
	color: #fff;
	padding-right: 14px;
	vertical-align: text-bottom
}

@media (min-width:992px) {
	body.layout-3 header.page-header-2 .navbar {
		padding: 18px 0
	}
}

body.layout-3 .pricing-box-center .text-3 {
	padding: 0 1.2em 1em
}

.estimator-form-row input[type="text"]::-webkit-input-placeholder {
	color: #3e3e3e
}

.estimator-form-row input[type="text"]::-moz-placeholder {
	color: #3e3e3e
}

.estimator-form-row input[type="text"]:-ms-input-placeholder {
	color: #3e3e3e
}

.estimator-form-row input[type="text"]::placeholder {
	color: #3e3e3e
}

#envato_activate_checkbox {
	display: block
}

#fullServices.modal .modal-dialog {
	width: 822px
}

@media (max-width:991px) {
	#fullServices.modal .modal-dialog {
		width: 100%
	}
}

#fullServices.modal .modal-body {
	padding: 0
}

#fullServices.modal .modal-content {
	background-color: #fff;
	border-radius: 0;
	border: 0;
	padding: 0 23px 23px
}

#fullServices.modal .modal-footer {
	border: 0;
	border-top: 1px solid #e3e3e3;
	padding: 23px 38px 0;
	text-align: left;
	margin: 30px -38px 0
}

#fullServices.modal .modal-header {
	border: 0;
	padding: 32px 15px 32px
}

#fullServices.modal .modal-header h2 {
	margin-bottom: 0
}

@media (max-width:767px) {
	#fullServices.modal .modal-header {
		padding: 19px 15px 20px
	}
}

#fullServices.modal .modal-header .close {
	margin-top: 0;
	position: absolute;
	right: 22px;
	top: 22px;
	font-size: 30px;
	text-shadow: inherit;
	opacity: 1;
	color: #2f63b6
}

@media (max-width:1240px) {
	#fullServices.modal .modal-header .close {
		font-size: 24px
	}
}

#fullServices.modal .modal-header .close:hover {
	opacity: .7
}

#fullServices.modal .form-group {
	margin-bottom: 2px
}

@media (max-width:767px) {
	#fullServices.modal .form-group {
		margin-bottom: 0
	}
	#fullServices.modal .form-group label {
		font-size: 13px
	}
}

#fullServices.modal h5:not(:first-child) {
	margin-top: 29px
}

@media (max-width:767px) {
	#fullServices.modal h5:not(:first-child) {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	#fullServices.modal .col-sm-6:not(:first-child) h5 {
		margin-top: 15px
	}
}

.estimator-panel .form-group input,
div.rwmb-input .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer
}

.estimator-panel .form-group label,
div.rwmb-input .form-group label {
	position: relative;
	cursor: pointer;
	font-size: 15px
}

.estimator-panel .form-group label a,
div.rwmb-input .form-group label a {
	text-decoration: none;
	color: #2f63b6
}

.estimator-panel .form-group label:before,
div.rwmb-input .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	top: -1px;
	margin-right: 10px
}

.estimator-panel .form-group input:checked+label:after,
div.rwmb-input .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #2f63b6;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.estimate_search input:disabled,
.estimate_search select:disabled,
.estimate_search button:disabled,
.estimate_search .btn[disabled] {
	opacity: .6!important;
	pointer-events: none!important
}

.estimate_search input:disabled+a,
.estimate_search select:disabled+a,
.estimate_search button:disabled+a,
.estimate_search .btn[disabled]+a {
	pointer-events: none
}

.estimate_search .input-with-link {
	position: relative
}

.estimate_search a,
.estimator-panel .input-with-link a {
	display: block;
	position: absolute;
	font-size: 11px;
	text-decoration: none;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	color: #111
}

.estimator-panel .input-with-link .form-control {
	min-width: 225px;
	padding-right: 70px
}

.estimator-panel .input-with-link a:hover {
	color: #2f63b6
}

.estimate-breadcrumb {
	margin-bottom: 0
}

.estimate-empty {
	padding: 35px
}

.estimate-empty .estimate-part-info-title {
	margin-bottom: 0
}

@media (max-width:991px) {
	.estimate-part:last-child {
		margin-bottom: 30px
	}
}

.services-tabs-icons img {
	min-width: auto!important
}

.footer-col-right iframe {
	vertical-align: bottom
}

.product-category a {
	display: block;
	text-align: center
}

.product-category .woocommerce-loop-category__title {
	margin-bottom: 0
}

.page-footer-widget h4,
.page-footer-widget .category-list>li a,
.page-footer-widget {
	color: #fff!important
}

.page-footer-widget .tagcloud a,
.page-footer-widget .tags-links a {
	color: #333
}

.page-footer-widget .calendar_wrap td {
	color: #fff
}

.page-footer-widget .side-block {
	margin-bottom: 0;
	padding-bottom: 0
}

.page-footer-widget .footer-content {
	padding: 80px 0
}

.wp-block-gallery {
	padding-left: 0px!important
}

.wp-block-gallery li {
	list-style: none!important
}

.has-strong-yellow-background-color {
	background-color: #f7bd00!important
}

.has-strong-white-background-color {
	background-color: #ffffff!important
}

.has-light-black-background-color {
	background-color: #242424!important
}

.has-very-light-gray-background-color {
	background-color: #797979!important
}

.has-very-dark-black-background-color {
	background-color: #000000!important
}

.has-strong-yellow-color {
	color: #f7bd00!important
}

.has-strong-white-color {
	color: #ffffff!important
}

.has-light-black-color {
	color: #242424!important
}

.has-very-light-gray-color {
	color: #797979!important
}

.has-very-dark-black-color {
	color: #000000!important
}

.has-small-font-size {
	font-size: 10px!important
}

.has-normal-font-size {
	font-size: 15px!important
}

.has-large-font-size {
	font-size: 24px!important
}

.has-huge-font-size {
	font-size: 36px!important
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw)
}

.with-sidebar-blog .alignfull {
	width: auto;
	margin-left: calc(50% / .62 - 50vw);
	max-width: 100vw
}

.with-sidebar-blog .alignfull img {
	width: auto
}

pre {
	background: none;
	padding: 0;
	border: none;
	line-height: 1.8;
	font-family: monospace;
	font-size: 15px;
	color: #333
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%
}

.wp-block-separator {
	border: none;
	border-bottom: 1px solid #8f98a1;
	margin: 1.65em auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0
}

.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives {
	padding-left: 0;
	margin-bottom: 20px
}

.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li {
	list-style: none
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 20px 0;
	padding: 0;
	border-left: none;
	padding-left: 100px
}

.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p,
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: .5em;
	margin-top: .5em
}

.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-family: 'Open Sans', sans-serif;
	font-size: .71111em;
	line-height: 1.6;
	color: #767676
}

.wp-block-pullquote {
	border: none
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 68.25%
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #ddd;
	line-height: 1.8;
	padding: 8px;
	vertical-align: top
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
	padding-left: 100px
}

figure.wp-block-pullquote.alignleft {
	padding: 0;
	text-align: left
}

figure.wp-block-pullquote.alignleft blockquote {
	margin: 0
}

figure.wp-block-pullquote.alignright {
	padding: 0;
	text-align: right
}

figure.wp-block-pullquote.alignright blockquote {
	margin: 0;
	margin-bottom: 60px
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 335px
}

ul.wp-block-latest-posts {
	margin-bottom: 30px
}

ul.wp-block-latest-posts a {
	transition: all 0.2s linear;
	text-decoration: underline;
	color: #5a5a5a;
	background-color: transparent
}

.wp-block-categories a {
	transition: all 0.2s linear;
	text-decoration: underline;
	color: #5a5a5a;
	background-color: transparent
}

.wp-block-archives a {
	transition: all 0.2s linear;
	text-decoration: underline;
	color: #5a5a5a;
	background-color: transparent
}

.defult_title_r h1 span,
.defult_title_r h2 span {
	font-size: 60px!important;
	line-height: 1.1!important;
	font-weight: 400!important;
	letter-spacing: 0.01em!important;
	margin: 0!important;
	padding-bottom: 29px!important;
	color: #393939!important;
	font-family: 'Muli', sans-serif!important
}

.defult_title_r h1,
.defult_title_r h2 {
	font-size: 60px!important;
	line-height: 1.1!important;
	font-weight: 400!important;
	letter-spacing: 0.01em!important;
	margin: 0!important;
	padding-bottom: 29px!important;
	color: #393939!important;
	font-family: 'Muli', sans-serif!important
}

button.gm-control-active {
	min-width: unset
}

.person-hor .image img {
	max-width: 100%
}

body:not(.home) {
	background: url(../../../themes/car-repair-services../images/header-photo-bg.jpg) no-repeat center 0
}

.block.pad-sm {
	padding: 61px 0 54px
}

.how-works-block .caption>.inside .text h5 {
	color: #fff
}

.block.custom {
	margin-bottom: 0
}

.block.offset-sm.custom {
	margin-bottom: 0
}

.block-wrapper-01 {
	background-color: #2d2d2d
}

.promo-01 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	color: #fff;
	padding: 36px 0 39px
}

.promo-01 .promo-01__col-left {
	margin-right: 50px;
	min-width: 208px
}

.promo-01 .promo-01__col-center {
	flex: 2 1 auto;
	position: relative
}

.promo-01 .promo-01__title {
	font-size: 27px;
	line-height: 33px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-top: 1px
}

.promo-01 .promo-01__title .text-01 {
	color: #fff
}

.promo-01 .promo-01__title .text-02 {
	color: #fede00;
	margin-left: 76px
}

.promo-01 .promo-01__description {
	font-size: 16px;
	line-height: 25px;
	width: 57%;
	max-width: 355px
}

.promo-01 .promo-01__img {
	position: absolute;
	right: 30px;
	top: -69px;
	width: 44.5%
}

.promo-01 .promo-01__img img {
	max-width: 100%;
	height: auto
}

@media (max-width:1199px) {
	.promo-01 .promo-01__img {
		top: -50px
	}
}

@media (max-width:991px) {
	.promo-01 {
		padding: 23px 0 26px
	}
	.promo-01 .promo-01__col-left {
		min-width: 157px;
		margin-right: 15px
	}
	.promo-01 .promo-01__title {
		font-size: 22px;
		line-height: 29px
	}
	.promo-01 .promo-01__title .text-02 {
		margin-left: 40px
	}
	.promo-01 .promo-01__description {
		font-size: 15px;
		line-height: 21px;
		width: 53%;
		padding-right: 20px
	}
	.promo-01 .promo-01__img {
		top: -40px;
		width: 200px
	}
}

@media (max-width:767px) {
	.promo-01 .promo-01__description {
		display: none
	}
	.promo-01 .promo-01__img {
		top: -70px;
		width: 230px;
		right: 15px
	}
}

@media (max-width:575px) {
	.promo-01 .promo-01__title {
		font-size: 14px;
		line-height: 17px
	}
	.promo-01 .promo-01__title .text-02 {
		margin-left: 25px
	}
	.promo-01 .promo-01__img {
		top: -45px;
		width: 150px
	}
}

@media (max-width:410px) {
	.promo-01 .promo-01__img {
		top: -20px;
		width: 70px;
		right: 10px
	}
}

@media (max-width:767px) {
	.slick-slider {
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	#slideMobile .marker-list {
		margin-left: 37px
	}
	#slideMobile .block-title {
		margin-top: 0
	}
}

#slideMobile .marker-list {
	margin-top: 2px
}

@media (min-width:992px) {
	.block.bg-1 {
		padding: 112px 0 79px 0
	}
}

.position-relative {
	position: relative
}

.btn-add {
	color: #fede00;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block
}

.btn-top {
	margin-top: 15px
}

@media (max-width:575px) {
	.btn-add {
		font-size: 12px
	}
	.btn-add.btn-top {
		margin-top: 7px
	}
}

.btn-add.active {
	display: none
}

.btn-add.active+br {
	display: none
}

@media (min-width:1025px) {
	.btn:not([data-action]).btn-wide {
		padding-left: 53px;
		padding-right: 53px
	}
}

.btn.btn-border:focus,
.btn.btn-border:active {
	background-color: transparent
}

.btn.btn-border.btn-invert {
	border-color: #3a3a3a
}

.btn:not([data-action]).btn-border {
	border-width: 1px
}

.btn:not([data-action]) {
	padding: 17px 34px;
	min-width: inherit;
	text-transform: inherit;
	font-size: 16px;
	font-weight: 500
}

@media (max-width:991px) {
	.btn:not([data-action]) {
		font-size: 15px
	}
}

@media (max-width:575px) {
	.btn:not([data-action]) {
		font-size: 12px;
		padding: 8px 17px
	}
}

.btn:not([data-action]).btn-sm {
	padding: 9px 33px 6px;
	font-size: 16px
}

.block.bg-1 .btn-add,
.block.bg-2 .btn-add,
.block.bg-3 .btn-add {
	color: #fede00
}

.section__text-background {
	width: 100%;
	position: absolute;
	z-index: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 18px;
	white-space: nowrap;
	pointer-events: none
}

.section__text-background.text-color01 {
	color: #fff;
	opacity: .02
}

.section__text-background.text-color02 {
	color: #232323;
	opacity: .05
}

.section__text-background.text-color03 {
	color: #fff;
	opacity: .02
}

.section__text-background:not(.text-background__top):not(.text-background__center):not(.text-background__bottom02) {
	left: 0;
	bottom: -5px
}

.section__text-background.text-background__top {
	left: 0;
	top: 0
}

.section__text-background.text-background__center {
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

@media (min-width:992px) {
	.section__text-background {
		font-size: 180px
	}
}

@media (max-width:991px) and (min-width:576px) {
	.section__text-background {
		font-size: 140px
	}
}

@media (max-width:575px) {
	.section__text-background {
		font-size: 108px
	}
	.section__text-background:not(.text-background__top):not(.text-background__center):not(.text-background__bottom02) {
		bottom: -20px
	}
}

.marker-list .list-hidden {
	display: none
}

@media (min-width:768px) {
	.show-onlymobile {
		display: none
	}
}

@media (min-width:992px) {
	.show-tablet {
		display: none!important
	}
}

@media (max-width:767px) {
	.hide-onlymobile {
		display: none
	}
}

@media (max-width:480px) {
	.hide-mobile {
		display: none!important
	}
}

@media (min-width:481px) {
	.show-mobile {
		display: none!important
	}
}

.wrapper-parallax-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.wrapper-parallax-left .col-img {
	width: 49%;
	position: relative
}

.wrapper-parallax-left .col-img img {
	width: 100%;
	height: auto
}

.wrapper-parallax-left .col-img .parallax-img {
	position: relative;
	z-index: 1
}

.wrapper-parallax-left .col-img .img-tablet {
	display: none
}

.wrapper-parallax-left .col-description {
	width: 51%;
	padding: 25px 0 0 80px
}

.wrapper-parallax-left .tt-box-custom01 {
	position: absolute;
	bottom: -60px;
	right: -34px;
	z-index: 2;
	width: 338px
}

@media (max-width:991px) {
	.wrapper-parallax-left .tt-box-custom01 {
		right: -28px;
		bottom: -60px;
		width: 287px
	}
	.wrapper-parallax-left .col-img {
		width: 35%
	}
	.wrapper-parallax-left .col-img .parallax-img {
		display: none
	}
	.wrapper-parallax-left .col-img .img-tablet {
		display: block
	}
	.wrapper-parallax-left .col-description {
		width: 65%;
		padding-right: 15px
	}
	.wrapper-parallax-left .marker-list-sm {
		margin-bottom: -5px
	}
}

@media (max-width:767px) {
	.wrapper-parallax-left {
		flex-wrap: wrap;
		flex-direction: column
	}
	.wrapper-parallax-left .col-img {
		width: 100%
	}
	.wrapper-parallax-left .col-img .img-tablet {
		display: none
	}
	.wrapper-parallax-left .col-img .parallax-img {
		display: block
	}
	.wrapper-parallax-left .col-img .parallax-img img {
		max-width: calc(100% - 33px)
	}
	.wrapper-parallax-left .col-img .img-tablet {
		display: none
	}
	.wrapper-parallax-left .col-img .img-tablet img {
		max-width: calc(100% - 33px)
	}
	.wrapper-parallax-left .col-description {
		padding: 125px 0 0 0;
		width: inherit
	}
	.wrapper-parallax-left .tt-box-custom01 {
		position: absolute;
		bottom: -60px;
		right: 0;
		z-index: 2;
		width: 338px
	}
}

@media (max-width:575px) {
	.wrapper-parallax-left .col-img .parallax-img {
		display: none
	}
	.wrapper-parallax-left .col-img .img-tablet {
		display: block
	}
	.wrapper-parallax-left .tt-box-custom01 {
		width: 248px
	}
	.wrapper-parallax-left .col-description {
		padding: 99px 0 0 0
	}
}

.wrapper-parallax-left02 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.wrapper-parallax-left02 p {
	line-height: 25px
}

.wrapper-parallax-left02 .col-img {
	width: 49%;
	position: relative
}

.wrapper-parallax-left02 .col-img img {
	width: 100%;
	height: auto
}

.wrapper-parallax-left02 .col-description {
	width: 51%;
	padding: 25px 0 0 80px
}

@media (max-width:1200px) {
	.wrapper-parallax-left02 .col-img {
		width: 40%
	}
	.wrapper-parallax-left02 .col-description {
		width: 60%;
		padding-right: 25px
	}
}

@media (max-width:1024px) {
	.wrapper-parallax-left02 .col-img {
		width: 43%
	}
	.wrapper-parallax-left02 .col-description {
		width: 57%;
		padding-left: 40px;
		padding-top: 0;
		margin-top: -11px
	}
}

@media (max-width:767px) {
	.wrapper-parallax-left02 {
		flex-wrap: wrap;
		flex-direction: column
	}
	.wrapper-parallax-left02 .col-img {
		width: 100%
	}
	.wrapper-parallax-left02 .col-img img {
		max-width: 450px
	}
	.wrapper-parallax-left02 .col-description {
		padding: 60px 0 0 0;
		width: inherit;
		margin-top: 0
	}
}

@media (max-width:575px) {
	.wrapper-parallax-left02 .col-description {
		padding: 50px 0 0 0
	}
}

.promo01 {
	position: relative;
	z-index: 2
}

.promo01 .promo01-header {
	background-color: #fede00;
	text-align: center;
	padding: 22px 15px 31px
}

.promo01 .promo01-header .text-01 {
	font-size: 16px;
	line-height: 26px
}

.promo01 .promo01-header .text-02 {
	font-size: 60px;
	line-height: 51px;
	color: #ff4200;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-top: 7px;
	letter-spacing: -.04em
}

.promo01 .promo01-header .text-02 span {
	font-size: 40px
}

.promo01 .promo01-header .text-03 {
	font-size: 29px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.promo01 .promo01-content {
	position: relative;
	text-align: center;
	background: #2d2d2d url(../../../themes/car-repair-services../images/promo01-bg01.png) 0 0 repeat-x;
	padding: 46px 20px 46px
}

.promo01 .promo01-content .icon-separator {
	position: absolute;
	top: -16px;
	left: 22px;
	fill: #fff
}

.promo01 .promo01-content .icon-separator:after {
	content: '';
	display: block;
	overflow: hidden;
	background-color: #2d2d2d;
	width: 28px;
	height: 4px;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1
}

.promo01 .promo01-content .icon-separator .icon {
	font-size: 35px;
	color: #fff;
	height: auto;
	position: relative;
	z-index: 2
}

.promo01 .promo01-content .icon-separator .icon:before {
	transform: rotate(90deg);
	position: absolute
}

.promo01 .promo01-content .text-01 {
	font-size: 27px;
	line-height: 28px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.promo01 .promo01-content .text-02 {
	font-size: 16px;
	line-height: 20px;
	color: #fede00;
	margin-top: 8px
}

.promo01 .promo01-content .btn:not([data-action]) {
	margin-top: 17px;
	padding-left: 23px;
	padding-right: 23px
}

@media (max-width:991px) {
	.promo01 .promo01-content .icon-separator {
		position: absolute;
		top: -14px;
		left: 22px
	}
	.promo01 .promo01-content .icon-separator:after {
		height: 15px;
		top: 14px
	}
	.promo01 .promo01-content .icon-separator .icon {
		font-size: 30px
	}
	.promo01 .promo01-header {
		padding: 18px 10px 27px
	}
	.promo01 .promo01-header .text-01 {
		font-size: 15px;
		line-height: 23px
	}
	.promo01 .promo01-header .text-02 {
		font-size: 52px;
		line-height: 43px;
		margin-top: 5px
	}
	.promo01 .promo01-header .text-02 span {
		font-size: 35px
	}
	.promo01 .promo01-header .text-03 {
		font-size: 24px;
		line-height: 23px;
		margin-top: 2px
	}
	.promo01 .promo01-content {
		padding: 39px 20px 40px
	}
	.promo01 .promo01-content .text-01 {
		font-size: 23px;
		line-height: 23px
	}
	.promo01 .promo01-content .text-02 {
		font-size: 15px;
		line-height: 17px;
		margin-top: 7px
	}
	.promo01 .promo01-content .btn:not([data-action]) {
		margin-top: 15px;
		padding: 12px 15px;
		font-size: 15px
	}
}

@media (max-width:575px) {
	.promo01 .promo01-header {
		padding: 15px 10px 23px
	}
	.promo01 .promo01-header .text-01 {
		font-size: 14px;
		line-height: 20px
	}
	.promo01 .promo01-header .text-02 {
		font-size: 44px;
		line-height: 37px
	}
	.promo01 .promo01-header .text-03 {
		font-size: 22px;
		line-height: 20px
	}
	.promo01 .promo01-content {
		padding: 32px 10px 35px;
		background: #2d2d2d
	}
	.promo01 .promo01-content .icon-separator {
		left: 16px;
		top: -12px
	}
	.promo01 .promo01-content .icon-separator>* {
		width: 26px
	}
	.promo01 .promo01-content .icon-separator:after {
		top: 12px
	}
	.promo01 .promo01-content .icon-separator .icon {
		font-size: 25px
	}
	.promo01 .promo01-content .text-01 {
		font-size: 22px;
		line-height: 20px
	}
	.promo01 .promo01-content .text-02 {
		font-size: 14px;
		line-height: 15px
	}
	.promo01 .promo01-content .btn:not([data-action]) {
		margin-top: 15px;
		padding: 8px 15px;
		font-size: 12px
	}
}

.promo01.colors-cheme-02 .promo01-header {
	background-color: #ffffff!important
}

.promo01.colors-cheme-02 .promo01-content {
	background: #fff url(../../../themes/car-repair-services../images/promo01-bg03.png) 0 0 repeat-x
}

.promo01.colors-cheme-02 .promo01-content .text-01 {
	color: #3a3a3a
}

.promo01.colors-cheme-02 .promo01-content .text-02 {
	color: #5e5e5e!important
}

.promo01.colors-cheme-02 .promo01-content .icon-separator:after {
	background-color: #fff
}

.promo01.colors-cheme-02 .promo01-content .icon-separator .icon {
	color: #444
}

.promo02 {
	position: relative
}

.promo02 .promo02__marker {
	font-size: 400px;
	font-weight: 400;
	line-height: 1;
	color: #fede00;
	width: 28%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	position: absolute;
	top: -44px;
	left: -14px;
	z-index: 1
}

.promo02 .promo02__content {
	position: relative;
	z-index: 2;
	width: 72%;
	float: right
}

.promo02 .promo02__img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 307px
}

.promo02 .promo02__img .promo02__description {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 25px 20px 20px 27px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-end;
	transition: color 0.2s linear
}

.promo02 .promo02__img .promo02__title {
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: absolute;
	text-transform: inherit;
	padding: 0;
	margin: 0;
	text-align: left
}

@media (max-width:991px) {
	.promo02 .promo02__marker {
		font-size: 250px;
		top: -23px;
		width: 19%
	}
	.promo02 .promo02__content {
		width: 81%
	}
	.promo02 .promo02__img {
		height: 197px
	}
	.promo02 .promo02__img .promo02__title {
		font-size: 18px;
		line-height: 25px
	}
	.promo02 .promo02__img .promo02__description {
		padding: 11px 11px 11px 20px
	}
}

@media (max-width:767px) {
	.promo02 .promo02__marker {
		font-size: 246px;
		top: -23px;
		width: 19%
	}
	.promo02 .promo02__content {
		width: 81%
	}
	.promo02 .promo02__img {
		height: 188px
	}
	.promo02 .promo02__img .promo02__title {
		font-size: 14px;
		line-height: 17px
	}
	.promo02 .promo02__img .promo02__description {
		padding: 11px 11px 11px 20px
	}
}

.js-promo02-carousel.slick-initialized .promo02 {
	width: 320px;
	display: inline-block
}

.js-promo02-carousel.slick-initialized .slick-slide {
	text-align: center
}

@media (max-width:480px) {
	.js-promo02-carousel.slick-initialized .promo02 {
		width: 270px
	}
}

.promo02-wrapper {
	margin-top: -40px
}

@media (min-width:576px) {
	.promo02-wrapper {
		padding-left: 50px;
		padding-right: 50px
	}
}

.promo02-wrapper .promo02 {
	margin-top: 40px
}

.btn:not([data-action]) {
	position: relative;
	padding: 20px 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	height: auto;
	border-radius: 0;
	border: 0;
	vertical-align: top;
	-webkit-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-moz-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-ms-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	-o-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 195px;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.btn:not([data-action]).btn-border {
	border: 2px solid #fede00;
	background: transparent!important
}

.btn:not([data-action]).btn-border {
	border-width: 1px
}

.btn:not([data-action]) {
	padding: 17px 34px;
	min-width: inherit;
	text-transform: inherit;
	font-size: 16px!important;
	font-weight: 500
}

@media (max-width:991px) {
	.btn:not([data-action]) {
		font-size: 15px!important
	}
}

@media (max-width:575px) {
	.btn:not([data-action]) {
		font-size: 12px!important;
		padding: 8px 17px
	}
}

.btn:not([data-action]).btn-sm {
	padding: 9px 33px 6px;
	font-size: 16px
}

.divider-lg {
	clear: both;
	height: 45px
}

@media (max-width:767px) {
	.divider-lg {
		height: 40px
	}
}

.divider-md {
	clear: both;
	height: 24px
}

@media (min-width:1400px) {
	.col-w1500-3 {
		width: 25%
	}
}

.section-bg-wrapper {
	background-color: #2d2d2d
}

.section-blog {
	padding: 120px 0 120px
}

.section-blog .section__text-background {
	margin-top: 212px
}

.section-blog .item .item__img {
	width: 178px;
	margin: 0 auto;
	position: relative
}

.section-blog .item .item__img img {
	width: 100%;
	height: auto;
	border-radius: 50%
}

.section-blog .item .item__img .icon {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #fede00;
	color: #5e5e5e;
	position: absolute;
	top: -19px;
	left: -7px;
	border-radius: 50%;
	text-align: center
}

.section-blog .item .item__img .icon:before {
	content: "“";
	font-size: 80px;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: relative;
	top: 22px
}

.section-blog .item .item__description,
.section-blog .item .item__autor {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px
}

.section-blog .item .item__description {
	font-size: 20px;
	line-height: 28px;
	margin-top: 27px;
	color: #5e5e5e
}

.section-blog .item .item__description p {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	color: #3a3a3a
}

.section-blog .item .item__autor {
	margin-top: 17px;
	font-size: 15px;
	color: #d4d4d4
}

.section-blog .item .item__autor span {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.section-blog .slick-list {
	margin-bottom: -7px;
	overflow: unset
}

@media (max-width:991px) {
	.section-blog.no-inner .item .item__img img {
		margin-top: 12px
	}
}

@media (max-width:991px) {
	.section-blog {
		padding: 55px 0 60px
	}
	.section-blog .slick-slider.testimonials-carousel {
		margin-bottom: 0;
		margin-top: 0
	}
	.section-blog .section__text-background {
		margin-top: 125px
	}
	.section-blog .item .item__img {
		width: 131px
	}
	.section-blog .item .item__img .icon {
		width: 52px;
		height: 52px;
		top: -12px
	}
	.section-blog .item .item__img .icon:before {
		font-size: 58px;
		top: 18px
	}
	.section-blog .item .item__description,
	.section-blog .item .item__autor {
		max-width: 553px
	}
	.section-blog .item .item__description p,
	.section-blog .item .item__description {
		font-size: 18px;
		line-height: 25px
	}
	.section-blog .item .item__autor {
		margin-top: 11px;
		font-size: 14px
	}
	.section-blog .item .item__autor span {
		font-size: 17px
	}
	.section-blog .item .item__description {
		margin-top: 22px
	}
}

@media (max-width:575px) {
	.section-blog {
		padding: 33px 0 33px
	}
	.section-blog .section__text-background {
		margin-top: 97px
	}
	.section-blog .item .item__img {
		width: 107px
	}
	.section-blog .item .item__img .icon {
		width: 42px;
		height: 42px;
		top: -12px
	}
	.section-blog .item .item__img .icon:before {
		font-size: 48px;
		top: 15px
	}
	.section-blog .item .item__description,
	.section-blog .item .item__autor {
		max-width: 553px;
		padding-left: 10px;
		padding-right: 10px
	}
	.section-blog .item .item__description p,
	.section-blog .item .item__description {
		font-size: 17px;
		line-height: 23px
	}
	.section-blog .item .item__autor {
		margin-top: 11px;
		font-size: 13px
	}
	.section-blog .item .item__autor span {
		font-size: 16px
	}
	.section-blog .item .item__description {
		margin-top: 13px
	}
}

.section-blog.section-blog__color02 .item .item__description p,
.section-blog.section-blog__color02 .item .item__description {
	color: #fff
}

.section-blog.no-inner {
	padding-top: 0;
	padding-bottom: 0
}

@media (max-width:767px) {
	#mainSlider.slick-slider {
		margin-bottom: 0
	}
}

.video-block {
	position: relative;
	display: inline-block
}

.video-block .video-block__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	top: 0;
	fill: #fff
}

.video-block .video-block__icon span {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	width: 99px;
	height: 99px;
	background-color: #fede00;
	border-radius: 50%;
	transition: background-color 0.2s linear
}

.video-block .video-block__icon span>* {
	width: 35px;
	height: auto
}

.video-block img {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}

.video-block:hover .video-block__icon span {
	background-color: #2d2d2d;
	color: #fff
}

@media (max-width:767px) {
	.video-block .video-block__icon span {
		width: 80px;
		height: 80px
	}
	.video-block .video-block__icon span>* {
		width: 30px;
		margin-left: 3px
	}
}

@media (max-width:575px) {
	.video-block .video-block__icon span {
		width: 68px;
		height: 68px
	}
	.video-block .video-block__icon span>* {
		width: 26px;
		margin-left: 3px
	}
}

.video-wrapper {
	position: relative
}

.video-wrapper .video-block__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	top: 0;
	fill: #fff
}

.video-wrapper .video-block__icon span {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	width: 99px;
	height: 99px;
	background-color: #fede00;
	border-radius: 50%;
	transition: background-color 0.2s linear
}

.video-wrapper .video-block__icon span>* {
	width: 35px;
	height: auto
}

.video-wrapper .video-block__icon:hover span {
	background-color: #2d2d2d;
	color: #fff
}

.stat-box02-wrapper {
	margin-top: -34px
}

.stat-box02-wrapper .stat-box02 {
	margin-top: 34px
}

@media (max-width:575px) {
	.stat-box02-wrapper {
		margin-top: -30px
	}
	.stat-box02-wrapper .stat-box02 {
		margin-top: 30px
	}
}

.stat-box02 {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center
}

.stat-box02 .stat-box02__value {
	font-size: 45px;
	line-height: 65px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fede00;
	position: relative;
	padding: 0 22px 0 0
}

.stat-box02 .stat-box02__value .number {
	display: flex
}

.stat-box02 .stat-box02__value .count {
	font-size: 55px
}

.stat-box02 .stat-box02__value:before {
	content: '';
	width: 3px;
	height: 46px;
	background-color: #fede00;
	position: absolute;
	top: 12px;
	right: 0;
	display: block
}

.stat-box02 .stat-box02__value+.stat-box02__title {
	margin-left: 15px
}

.stat-box02 .stat-box02__title {
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left
}

.stat-box02 .stat-box02__title>* {
	color: #3a3a3a;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: inherit;
	margin: 0;
	padding: 0
}

@media (max-width:991px) {
	.stat-box02 {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto
	}
	.stat-box02 .stat-box02__value {
		font-size: 40px;
		line-height: 60px
	}
	.stat-box02 .stat-box02__value .count {
		font-size: 48px
	}
	.stat-box02 .stat-box02__value:before {
		top: 9px
	}
	.stat-box02 .stat-box02__title>* {
		font-size: 18px;
		line-height: 24px
	}
}

@media (max-width:767px) {
	.stat-box02 .stat-box02__value {
		min-width: 130px;
		text-align: right
	}
}

@media (max-width:575px) {
	.stat-box02 .stat-box02__value {
		font-size: 34px;
		line-height: 45px;
		position: relative;
		padding-top: 9px
	}
	.stat-box02 .stat-box02__value .count {
		font-size: 44px
	}
	.stat-box02 .stat-box02__title>* {
		font-size: 17px;
		line-height: 23px
	}
}

@media (min-width:992px) {
	.form-table .form-group-cell.sm {
		width: 125px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.form-table .form-group {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
	.form-table .form-group.sm {
		width: 100%
	}
	.form-table .form-group.action {
		text-align: center
	}
}

#pageContent .form-table>.form-group:last-child {
	margin-bottom: 0
}

@media (max-width:575px) {
	#pageContent .form-table .select-wrapper:before {
		width: 44px;
		height: 44px;
		line-height: 44px
	}
}

@media (max-width:575px) and (max-width:575px) {
	#pageContent .form-table .input-custom {
		font-size: 14px;
		height: 44px;
		line-height: 13px;
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.btn.btn-border.btn-invert {
	border-color: #3a3a3a!important;
	margin-left: 15px;
}

.subtitle {
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
	color: #3a3a3a;
	margin: 0;
	padding: 0 0 10px 0
}

.card01-wrapper .item {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px
}

.card01-wrapper .slick-list {
	margin-bottom: -15px
}

.card01 .card01__img {
	position: relative
}

.card01 .card01__img img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.card01 .card01__title {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0
}

.card01 .card01__title a {
	text-decoration: none;
	color: #444;
	transition: color 0.2s linear
}

.card01 .card01__title a:hover {
	color: #fede00
}

.card01 .card01__description {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 7px
}

.card01 .card01__social-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
	list-style: none;
	padding: 0
}

.card01 .card01__social-icon li {
	margin-left: 3px;
	margin-right: 3px
}

.card01 .card01__social-icon li a {
	text-decoration: none;
	font-size: 16px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #444;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.2s linear, color 0.2s linear
}

.card01 .card01__social-icon li a:hover {
	background-color: #fede00;
	color: #fff
}

.card01 .card01__wrapper {
	position: relative;
	background-color: #f9f9f9;
	transition: background-color 0.2s linear, box-shadow 0.2s linear;
	padding: 35px 10px 32px;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .07);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .07)
}

.card01 .card01__wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 4px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	transition: width 0.2s linear
}

.card01:hover .card01__wrapper {
	background-color: #fff
}

.card01:hover .card01__wrapper:before {
	width: 100%
}

.slick-center .card01 .card01__wrapper {
	background-color: #fff
}

.slick-center .card01 .card01__wrapper:before {
	width: 100%
}

.bg-custom-01 {
	padding: 70px 10px 60px;
	background-size: cover
}

@media (max-width:991px) {
	.bg-custom-01 {
		padding: 45px 0 30px
	}
}

@media (max-width:767px) {
	.bg-custom-01 {
		padding: 35px 0 20px
	}
}

@media (min-width:1025px) {
	.bg-custom-01 {
		background-attachment: fixed
	}
}

.style-theme-01 {
	color: #fff
}

.style-theme-01 h1,
.style-theme-01 h2.h-lg {
	color: #fff
}

.style-theme-01 .h-phone {
	color: #fff
}

.services-item-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
	background-color: #272727;
	color: #cacaca
}

.services-item-wrapper .services-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: stretch;
	padding: 69px 70px 69px 50px
}

.services-item-wrapper .services-bg-01 {
	background-color: #343434
}

.services-item-wrapper .services-bg-02 {
	background-color: #404040
}

.services-item-wrapper .services-bg-03 {
	background-color: #4b4b4b
}

.services-item-wrapper .btn-top {
	margin-top: 11px
}

.services-item-wrapper .section__text-background {
	bottom: 45px!important
}

@media (max-width:1600px) {
	.services-item-wrapper .services-item {
		padding: 59px 40px 59px
	}
}

@media (max-width:1199px) {
	.services-item-wrapper .services-item {
		padding: 49px 30px 49px
	}
}

@media (min-width:1025px) {
	.services-item-wrapper .services-item {
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (max-width:1024px) {
	.services-item-wrapper .services-item {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:575px) {
	.services-item-wrapper .services-item {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.services-box {
	font-size: 16px;
	line-height: 25px
}

.services-box .services-box__icon {
	color: #fede00;
	font-size: 62px
}

.services-box .services-box__title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 31px 0 0 0;
	padding: 0 0 10px 0
}

.services-box .services-box__title+* {
	margin-top: 0
}

.services-box>:nth-child(1) {
	margin-top: 0
}

.services-box>:last-child {
	margin-bottom: 0
}

@media (max-width:1199px) {
	.services-box .services-box__icon {
		font-size: 47px
	}
	.services-box .services-box__title {
		font-size: 20px;
		line-height: 30px;
		margin: 21px 0 0 0
	}
}

.services-title {
	position: relative;
	padding-bottom: 34px
}

.services-title .services-title__title {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	padding: 0;
	margin: 0
}

.services-title .services-title__description {
	font-size: 16px;
	line-height: 26px
}

.services-title .title-separator {
	width: 46px;
	height: 3px;
	background-color: #fede00;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	top: 1px
}

.services-title .title-separator:before,
.services-title .title-separator:after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #fede00;
	display: inline-block;
	position: absolute
}

.services-title .title-separator:before {
	right: -5px
}

.services-title .title-separator:after {
	right: -10px
}

.services-title>:nth-child(1) {
	margin-top: 0
}

@media (max-width:1600px) {
	.services-title .services-title__title {
		font-size: 34px;
		line-height: 40px
	}
}

@media (max-width:1199px) {
	.services-title {
		padding-bottom: 24px
	}
	.services-title .services-title__title {
		font-size: 28px;
		line-height: 35px
	}
}

.container-fluid.no-gutters {
	padding-left: 0;
	padding-right: 0
}

.popup-img {
	display: block
}

.popup-img img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s linear
}

.popup-img:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%)
}

.tab-content {
	padding: 0
}

.services-block-alt {
	position: relative;
	transition: background-color 0.2s linear, box-shadow 0.2s linear
}

.services-block-alt:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 4px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	transition: width 0.2s linear;
	z-index: 2
}

.services-block-alt .caption {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 185px;
	background-color: #eee;
	padding: 13px 30px 15px;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 25px;
	transition: background-color 0.2s linear
}

.services-block-alt .caption .title {
	font-size: 27px;
	line-height: 35px;
	text-transform: capitalize;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.services-block-alt .caption .title a {
	text-decoration: none;
	color: #3a3a3a;
	transition: color 0.2s linear
}

.services-block-alt .caption .title a:hover {
	color: #fede00
}

.services-block-alt:hover {
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.services-block-alt:hover:before {
	width: 100%
}

.services-block-alt:hover .caption {
	background-color: #fff
}

@media (max-width:1024px) {
	.services-block-alt .caption {
		font-size: 14px;
		line-height: 23px
	}
	.services-block-alt .caption .title {
		font-size: 23px;
		line-height: 31px
	}
}

@media (max-width:767px) {
	.services-block-alt .caption {
		font-size: 14px;
		line-height: 23px;
		padding: 13px 15px 15px
	}
	.services-block-alt .caption .title {
		font-size: 21px;
		line-height: 29px
	}
}

.tab-services .tab-content .tab-pane {
	padding-top: 0
}

.tab-services .tab-pane {
	padding: 0
}

@media (min-width:992px) {
	.tab-services {
		margin-top: -50px
	}
	.tab-services .services-block-alt {
		margin-top: 50px
	}
}

@media (max-width:991px) {
	.tab-services {
		margin-top: -30px
	}
	.tab-services .services-block-alt {
		margin-top: 30px
	}
}

@media (max-width:479px) {
	.tab-services .tab-content .tab-pane {
		padding-top: 0
	}
}

.nav-pills {
	margin: 24px 0 -33px
}

.nav-pills>li>a {
	border-color: transparent;
	font-size: 16px;
	font-weight: 500;
	min-width: inherit;
	padding-left: 8px;
	padding-right: 8px;
	display: inline
}

.nav-pills>li>a .icon {
	font-size: 11px;
	color: #3a4a4a;
	position: relative;
	top: -1px
}

.nav-pills>li>.current,
.nav-pills>li>a:hover {
	background-color: transparent;
	color: #fede00
}

.nav-pills>li>a:hover .icon {
	color: #fede00
}

.nav-pills>li.active {
	background-color: transparent
}

.nav-pills>li.active>a {
	color: #fede00!important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: transparent;
	border-color: transparent
}

@media (max-width:575px) {
	.nav-pills>li>a {
		line-height: 35px
	}
}

.pagination {
	margin: 36px 0 -30px!important
}

.pagination>li {
	outline: none
}

.pagination>li>span,
.pagination>li>a {
	border-color: transparent;
	font-size: 16px;
	font-weight: 500;
	min-width: inherit;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
	border: none
}

.pagination>li>a .icon {
	font-size: 11px;
	color: #3a4a4a;
	position: relative;
	top: -1px
}

.pagination>li>span:hover,
.pagination>li>a:hover {
	background-color: transparent;
	color: #fede00;
	border-color: transparent
}

.pagination>li>a:hover .icon {
	color: #fede00
}

.pagination>li>a:hover span {
	background-color: transparent
}

.pagination>li.active {
	background-color: transparent
}

.pagination>li.active>a {
	color: #fede00!important
}

.pagination>li.active>a,
.pagination>li.active>a:active,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover {
	background-color: transparent;
	border-color: transparent
}

.pagination>li.active>a span,
.pagination>li.active>a:active span,
.pagination>li.active>a:focus span,
.pagination>li.active>a:hover span {
	background-color: transparent;
	border-color: transparent
}

.pagination-wrapper {
	border-top: 1px solid #ededed;
	margin-top: 42px
}

.table-01-wrapper {
	overflow-x: auto;
	overflow-y: hidden
}

.table-01 {
	min-width: 400px;
	width: 100%;
	border: none
}

.table-01 thead tr td,
.table-01 tbody tr td,
.table-01 thead tr th,
.table-01 tbody tr th {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border: none
}

.table-01 thead tr td:nth-child(1),
.table-01 tbody tr td:nth-child(1),
.table-01 thead tr th:nth-child(1),
.table-01 tbody tr th:nth-child(1) {
	width: 49%;
	padding-left: 38px;
	padding-right: 25px
}

.table-01 thead tr td:nth-child(2),
.table-01 tbody tr td:nth-child(2),
.table-01 thead tr th:nth-child(2),
.table-01 tbody tr th:nth-child(2) {
	width: 30%
}

.table-01 thead tr td:nth-child(3),
.table-01 tbody tr td:nth-child(3),
.table-01 thead tr th:nth-child(3),
.table-01 tbody tr th:nth-child(3) {
	width: 21%;
	padding-left: 38px;
	padding-right: 38px
}

.table-01 thead tr {
	background-color: #f5f5f5
}

.table-01 thead tr th {
	font-weight: 500;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 22px
}

.table-01 thead tr th:last-child {
	background-color: #eaeaea
}

.table-01 tbody tr:not(:last-child) {
	border-bottom: 1px solid #ebebeb
}

.table-01 tbody tr td {
	text-align: left;
	padding-top: 13px;
	padding-bottom: 11px;
	color: #5e5e5e
}

.table-01 tbody tr td:last-child {
	background-color: #f3f3f3;
	color: #3a3a3a
}

@media (max-width:1200px) {
	.table-01 thead tr td:nth-child(3),
	.table-01 tbody tr td:nth-child(3),
	.table-01 thead tr th:nth-child(3),
	.table-01 tbody tr th:nth-child(3) {
		width: 21%;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:991px) {
	.table-01 thead tr td,
	.table-01 tbody tr td,
	.table-01 thead tr th,
	.table-01 tbody tr th {
		font-size: 14px;
		line-height: 19px
	}
	.table-01 thead tr td:nth-child(1),
	.table-01 tbody tr td:nth-child(1),
	.table-01 thead tr th:nth-child(1),
	.table-01 tbody tr th:nth-child(1) {
		width: 45%;
		padding-left: 20px;
		padding-right: 20px
	}
	.table-01 thead tr td:nth-child(2),
	.table-01 tbody tr td:nth-child(2),
	.table-01 thead tr th:nth-child(2),
	.table-01 tbody tr th:nth-child(2) {
		width: 30%
	}
	.table-01 thead tr td:nth-child(3),
	.table-01 tbody tr td:nth-child(3),
	.table-01 thead tr th:nth-child(3),
	.table-01 tbody tr th:nth-child(3) {
		width: 25%;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:767px) {
	.table-01 thead tr td:nth-child(1),
	.table-01 tbody tr td:nth-child(1),
	.table-01 thead tr th:nth-child(1),
	.table-01 tbody tr th:nth-child(1) {
		width: 38%;
		padding-left: 15px;
		padding-right: 15px
	}
	.table-01 thead tr td:nth-child(2),
	.table-01 tbody tr td:nth-child(2),
	.table-01 thead tr th:nth-child(2),
	.table-01 tbody tr th:nth-child(2) {
		width: 23%
	}
	.table-01 thead tr td:nth-child(3),
	.table-01 tbody tr td:nth-child(3),
	.table-01 thead tr th:nth-child(3),
	.table-01 tbody tr th:nth-child(3) {
		width: 34%;
		padding-left: 15px;
		padding-right: 15px
	}
}

.text-icon-sm {
	display: block;
	border: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .05)!important;
	padding: 0 15px 43px;
	text-decoration: none;
	max-width: 400px
}

.text-icon-sm .title {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 27px
}

.text-icon-sm .icon-wrapper>span i {
	font-size: 34px
}

.text-icon-sm .title {
	margin-top: 25px;
	padding-bottom: 15px
}

.text-icon-sm p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	max-width: 233px
}

@media (max-width:991px) {
	.text-icon-sm .title {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.text-icon-sm .title {
		font-size: 22px
	}
	.text-icon-sm p {
		font-size: 14px;
		line-height: 22px
	}
}

@media (min-width:1025px) {
	.content-top-lg {
		margin-top: 25px
	}
}

.content-top {
	margin-top: 15px
}

.block-aside .block-aside__title {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin: 0;
	padding-bottom: 26px
}

.block-aside.block-aside__wrapper {
	background-color: #fff;
	padding: 40px 0 40px 0;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.block-aside.block-aside__wrapper .block-aside__title {
	padding-left: 40px;
	padding-right: 40px;
	margin: -4px 0 0 0
}

.block-aside.block-aside__wrapper .block-aside__content:not(.no-indent) {
	padding: 0 40px 40px
}

@media (max-width:991px) {
	.block-aside.block-aside__wrapper .block-aside__title {
		padding-left: 20px;
		padding-right: 20px
	}
	.block-aside.block-aside__wrapper .block-aside__content:not(.no-indent) {
		padding: 0 20px 40px
	}
}

@media (min-width:992px) {
	.block-aside-wrapper {
		padding-right: 19px
	}
	.block-aside-wrapper .block-aside:not(:first-child) {
		margin-top: 50px
	}
}

@media (max-width:991px) {
	.block-aside-wrapper .block-aside:not(:first-child) {
		margin-top: 40px
	}
}

.nav-aside ul {
	list-style: none;
	margin: -20px 0 -20px 0;
	padding: 0
}

.nav-aside ul li {
	padding: 0 10px 0 40px;
	position: relative
}

.nav-aside ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 20px 0
}

.nav-aside ul li a:before {
	content: '';
	width: 0;
	height: 100%;
	background-color: #fede00;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.2s linear
}

.nav-aside ul li a .nav-aside__icon {
	font-size: 19px;
	color: #3a3a3a;
	min-width: 42px
}

.nav-aside ul li a .nav-aside_text {
	color: #5e5e5e;
	flex: 2 1 auto
}

.nav-aside ul li.current a:before,
.nav-aside ul li a:hover:before {
	width: 5px
}

.nav-aside ul li:not(:last-child) {
	border-bottom: 1px solid #f7f7f7
}

.nav-aside ul li.active a:before {
	width: 5px
}

@media (max-width:991px) {
	.nav-aside ul li {
		padding: 0 10px 0 30px
	}
}

.address-info .address-info__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.address-info .address-info__item:not(:first-child) {
	margin-top: 12px
}

.address-info .address-info__icon {
	color: #fede00;
	font-size: 20px;
	min-width: 24px;
	width: 24px;
	position: relative;
	top: 1px
}

.address-info .address-info__icon+.address-info__content {
	margin-left: 14px
}

.address-info .address-info__content address {
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	margin: 0
}

.address-info .address-info__content address strong {
	display: block;
	padding-bottom: 3px
}

.address-info .address-info__content address a {
	text-decoration: none;
	color: #5e5e5e;
	transition: color 0.2s linear
}

.address-info .address-info__content address a:hover {
	color: #fede00
}

.form-default {
	margin: 0
}

.form-default .form-control {
	background: #f7f7f7;
	color: #8d8d8d;
	font-size: 16px;
	line-height: 25px;
	border: none;
	padding: 13px 12px 12px 18px;
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 0;
	transition: all .2;
	box-shadow: none
}

.form-default .form-control:not(textarea) {
	height: 50px
}

.form-default input.form-control,
.form-default textarea.form-control {
	-webkit-appearance: none
}

.form-default textarea.form-control {
	padding-top: 8px
}

.form-default select.form-control {
	padding: 10px 12px 11px 15px;
	cursor: pointer;
	color: #8d8d8d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-default select.form-control:not([size]):not([multiple]) {
	height: auto
}

.form-default .form-control:focus {
	background: #f7f7f7
}

.form-default .select-wrapper select {
	background: #f7f7f7;
	color: #8d8d8d;
	border: none;
	box-shadow: none
}

.form-default .select-wrapper:before {
	width: 44px;
	height: 50px;
	color: #444;
	background: transparent
}

.form-default .form-group {
	margin-bottom: 10px
}

.form-default ::-webkit-input-placeholder {
	color: #8d8d8d
}

.form-default ::-moz-placeholder {
	color: #8d8d8d
}

.form-default :-moz-placeholder {
	color: #8d8d8d
}

.form-default :-ms-input-placeholder {
	color: #8d8d8d
}

.form-default ::-moz-placeholder,
.form-default :-moz-placeholder {
	opacity: 1
}

.form-default input:focus::-webkit-input-placeholder {
	color: transparent
}

.form-default input:focus:-moz-placeholder {
	color: transparent
}

.form-default input:focus::-moz-placeholder {
	color: transparent
}

.form-default input:focus:-ms-input-placeholder {
	color: transparent
}

.form-default textarea:focus::-webkit-input-placeholder {
	color: transparent
}

.form-default textarea:focus:-moz-placeholder {
	color: transparent
}

.form-default textarea:focus::-moz-placeholder {
	color: transparent
}

.form-default textarea:focus:-ms-input-placeholder {
	color: transparent
}

@media (max-width:575px) {
	.form-default .form-control {
		font-size: 14px;
		line-height: 25px;
		padding: 13px 12px 12px 18px
	}
	.form-default .form-control:not(textarea) {
		height: 44px
	}
}

.blog-post {
	border-bottom: 1px solid #ededed
}

.blog-post .post-image {
	margin-bottom: 25px
}

.blog-post .post-image .post-link {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block
}

.blog-post .post-image .post-link .icon {
	width: 77px;
	height: 77px;
	background-color: #fede00;
	display: inline-block;
	border-radius: 50%
}

.blog-post .post-image .post-link .icon * {
	width: 32px;
	height: auto;
	fill: #fff;
	position: relative;
	top: 22px
}

.blog-post .post-image .post-link .post-link__text {
	display: block;
	margin-top: 23px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

@media (max-width:575px) {
	.blog-post .post-image .post-link .icon {
		width: 68px;
		height: 68px
	}
	.blog-post .post-image .post-link .icon * {
		width: 26px
	}
	.blog-post .post-image .post-link .post-link__text {
		font-size: 18px;
		margin-top: 15px
	}
}

.blog-post .post-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-bottom: 17px
}

.blog-post .post-meta li {
	color: #878787;
	font-size: 15px
}

.blog-post .post-meta li span {
	color: #3a3a3a
}

.blog-post .post-meta li.author {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center
}

.blog-post .post-meta li.author .author__img {
	border-radius: 50%;
	overflow: hidden;
	width: 40px
}

.blog-post .post-meta li.author .author__img img {
	width: 100%;
	height: auto
}

.blog-post .post-meta li.author .author__img+.author__text {
	margin-left: 10px
}

.blog-post .post-meta li.author .author__text {
	font-size: 15px;
	line-height: 25px;
	color: #fede00;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.blog-post .post-title {
	font-size: 27px;
	line-height: 37px;
	color: #3a3a3a;
	margin-bottom: 21px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	max-width: inherit
}

.blog-post .post-title a {
	color: #3a3a3a;
	text-decoration: none
}

.blog-post .post-title a:hover {
	color: #3a3a3a
}

.blog-post .post-teaser {
	margin-bottom: 27px
}

@media (min-width:768px) {
	.blog-post {
		padding: 0 0 60px 0;
		margin-bottom: 60px
	}
}

@media (max-width:767px) {
	.blog-post {
		padding: 0 0 40px 0;
		margin-bottom: 40px
	}
	.blog-post .post-title {
		font-size: 22px;
		line-height: 32px
	}
}

.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
	vertical-align: inherit
}

.link-video-post {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 7;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	text-decoration: none;
	top: 0
}

.link-video-post .icon {
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 99px;
	height: 99px;
	line-height: 1;
	font-size: 35px;
	background-color: #fede00;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center
}

.link-video-post .icon:before {
	position: relative;
	top: 32px
}

@media (max-width:575px) {
	.link-video-post .icon {
		width: 68px;
		height: 68px;
		font-size: 27px
	}
	.link-video-post .icon:before {
		top: 22px;
		margin-left: 3px
	}
}

.column-wrapper-right .side-block {
	margin-bottom: 30px;
	border: none;
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.column-wrapper-right .side-block h3 {
	font-size: 22px;
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.column-wrapper-right .side-block .form-group:first-child:last-child {
	margin-bottom: 0!important
}

.column-wrapper-right .side-block .category-list {
	margin-top: 0
}

@media (min-width:991px) {
	.column-wrapper-right .side-block {
		padding: 35px 40px
	}
}

@media (max-width:990px) {
	.column-wrapper-right .side-block {
		padding: 20px
	}
}

.column-wrapper-right {
	max-width: 400px
}

@media (min-width:992px) {
	.column-wrapper-right {
		padding-left: 19px
	}
}

@media (max-width:991px) {
	.column-wrapper-right {
		padding-bottom: 30px
	}
}

@media (max-width:575px) {
	.column-wrapper-right {
		padding-bottom: 20px
	}
}

.side-search .form-group {
	position: relative
}

.side-search .form-group .btn-custom {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: none;
	border: none;
	outline: none;
	padding: 6px 5px 5px
}

.side-search .form-group .btn-custom .icon {
	color: #3a3a3a;
	transition: color 0.2s linear
}

.side-search .form-group .btn-custom:hover .icon {
	color: #fede00
}

@media (min-width:576px) {
	.side-post-wrapper .side-post:not(:first-child) {
		margin-top: 30px
	}
}

@media (max-width:575px) {
	.side-post-wrapper .side-post:not(:first-child) {
		margin-top: 20px
	}
}

.side-post {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	text-decoration: none
}

.side-post .side-post__img {
	width: 92px;
	min-width: 92px
}

.side-post .side-post__img img {
	width: 100%;
	height: auto
}

.side-post .side-post__img+.side-post__content {
	margin-left: 20px
}

.side-post .side-post__content .side-post__title {
	font-size: 15px;
	line-height: 20px;
	color: #3a3a3a;
	margin: 0;
	padding-bottom: 10px;
	transition: color 0.2s linear
}

.side-post .side-post__content .side-post__meta {
	color: #878787;
	font-size: 15px
}

.side-post:hover .side-post__content .side-post__title {
	color: #fede00
}

.blog-post.single {
	padding-bottom: 47px;
	margin-bottom: 60px
}

.blog-post.single .post-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

@media (min-width:1200px) {
	.blog-post.single .post-title {
		font-size: 44px;
		line-height: 50px
	}
}

@media (max-width:1199px) {
	.blog-post.single .post-title {
		font-size: 40px;
		line-height: 46px
	}
}

@media (max-width:991px) {
	.blog-post.single .post-title {
		font-size: 36px;
		line-height: 46px
	}
}

@media (max-width:767px) {
	.blog-post.single .post-title {
		font-size: 32px;
		line-height: 42px
	}
}

@media (max-width:575px) {
	.blog-post.single .post-title {
		font-size: 27px;
		line-height: 37px
	}
}

.blog-post.single .post-title-sub {
	font-size: 27px;
	line-height: 37px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px 0
}

.blog-post.single p+.post-title-sub {
	margin-top: 35px
}

.single-content-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center
}

.social-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	position: relative;
	top: 7px
}

.social-box .social-box__title {
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: 2px
}

.social-box .social-box__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.social-box .social-box__list ul li {
	margin: 0 7px
}

.social-box .social-box__list ul li a {
	font-size: 15px;
	color: #444;
	transition: color 0.2s linear;
	text-decoration: none;
	padding: 10px 5px;
	display: inline-block
}

.social-box .social-box__list ul li a:hover {
	color: #fede00
}

.social-box .social-box__list ul li:last-child {
	margin-right: 0
}

.social-box .social-box__list ul li:first-child {
	margin-left: 0
}

.single-nav-post {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center
}

.single-nav-post .btn-next .nav-post__content {
	text-align: right
}

.nav-post-btn {
	max-width: 315px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.nav-post-btn .btn-prev {
	padding-right: 10px
}

.nav-post-btn .btn-next {
	padding-left: 10px
}

.nav-post-btn .nav-post__img {
	width: 91px;
	min-width: 91px;
	overflow: hidden
}

.nav-post-btn .nav-post__img img {
	width: 100%;
	height: auto
}

.nav-post-btn .nav-post__content {
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.nav-post-btn .nav-post__content .nav-post__title {
	font-weight: 600
}

.nav-post-btn .nav-post__tag {
	position: relative;
	color: #fede00;
	transition: color 0.2s linear;
	font-size: 15px;
	display: inline-block
}

.nav-post-btn .nav-post__tag:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	width: 0%;
	height: 2px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	transition: width 0.2s linear
}

.nav-post-btn:hover .nav-post__tag:before {
	width: 100%
}

@media (min-width:768px) {
	.nav-post-btn .nav-post__img+.nav-post__content {
		margin-left: 20px
	}
	.nav-post-btn .nav-post__content+.nav-post__img {
		margin-left: 20px
	}
}

@media (max-width:767px) {
	.nav-post-btn .nav-post__title,
	.nav-post-btn .nav-post__tag {
		font-size: 14px
	}
	.nav-post-btn .nav-post__img {
		display: none
	}
}

@media (max-width:575px) {
	.nav-post-btn .nav-post__title,
	.nav-post-btn .nav-post__tag {
		font-size: 12px
	}
}

.social-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	list-style: none;
	margin: -5px 0 0 0;
	padding: 0
}

.social-icon li a {
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	color: #444;
	transition: color 0.2s linear
}

.social-icon li a:hover {
	color: #fede00
}

.social-icon li:not(:first-child):not(:last-child) {
	margin-left: 8px;
	margin-right: 8px
}

.social-icon li:first-child {
	margin-right: 8px
}

.social-icon li:first-child a {
	padding-left: 0
}

.social-icon li:last-child {
	margin-left: 8px
}

.social-icon li:last-child a {
	padding-right: 0
}

.box-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	border: 3px solid #fede00;
	padding: 40px
}

.box-info .box-info__img {
	width: 111px;
	min-width: 111px;
	border-radius: 50%;
	overflow: hidden
}

.box-info .box-info__img img {
	width: 100%;
	height: auto
}

.box-info .box-info__img+.box-info__content {
	margin-left: 26px
}

.box-info .box-info__title {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #3a3a3a
}

@media (max-width:767px) {
	.box-info {
		padding: 30px
	}
	.box-info .box-info__img {
		width: 90px;
		min-width: 90px
	}
}

@media (max-width:400px) {
	.box-info {
		flex-wrap: wrap
	}
	.box-info .box-info__img+.box-info__content {
		margin: 30px 0 0 0
	}
	.box-info .box-info__content {
		margin: 30px 0 0 0
	}
}

.comments .comments__title {
	font-size: 22px;
	line-height: 32px;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.comments .comment {
	position: relative;
	margin-bottom: 30px
}

.comments .comment:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	pointer-events: none;
	background-color: #ededed
}

.comments .comment .comment:before {
	top: 0
}

.comments .comment .comment {
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 30px
}

.comments .comment .comment .text .meta a {
	top: 35px
}

@media (min-width:1200px) {
	.comments .comment .comment {
		padding-left: 80px
	}
}

.comments .comment .userpic {
	height: inherit;
	width: 89px
}

.comments .comment .userpic img {
	width: 100%;
	height: auto;
	border-radius: 50%
}

.comments .comment .text p {
	font-style: normal;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 25px
}

.comments .comment .text .meta {
	padding-bottom: 2px
}

.comments .comment .text .meta b {
	font-family: 'Poppins', sans-serif;
	color: #fede00;
	font-size: 15px;
	font-weight: 600
}

.comments .comment .text .meta a {
	font-weight: 500;
	font-size: 16px;
	color: #3a3a3a;
	border: 1px solid #444;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 4px 15px 2px;
	transition: all 0.2s linear
}

.comments .comment .text .meta a:hover {
	border-color: #fede00;
	color: #fede00
}

.comments .comment .text .date {
	margin-bottom: 12px
}

.comments .comment .text .date i.icon,
.comments .comment .text .date span {
	color: #878787;
	font-size: 15px
}

.comments .comment.replay {
	margin-left: 0
}

@media (min-width:1200px) {
	.comments .comment.replay {
		padding-left: 80px
	}
}

@media (max-width:1199px) {
	.comments .comment.replay {
		padding-left: 60px
	}
	.comments .comment .userpic {
		width: 60px
	}
}

@media (max-width:991px) {
	.comments .comment.replay {
		padding-left: 40px
	}
}

@media (max-width:575px) {
	.comments .comment .text {
		padding-top: 5px
	}
	.comments .comment .text .meta a {
		position: relative;
		top: 0;
		margin-left: 10px
	}
}

#pageContent .form-group {
	margin-bottom: 30px
}

@media (max-width:575px) {
	#pageContent .form-group {
		margin-bottom: 15px
	}
}

.column-center {
	margin-bottom: 121px
}

@media (max-width:991px) {
	.column-center {
		margin-bottom: 60px
	}
}

.filters-by-category ul {
	margin-top: -20px
}

.filters-by-category ul li {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px
}

.filters-by-category ul li a {
	font-family: 'Roboto', sans-serif;
	background-color: #f5f5f5;
	color: #5e5e5e;
	font-size: 16px;
	padding: 15px 45px;
	text-transform: capitalize
}

.filters-by-category ul li a:before {
	display: none
}

.filters-by-category ul li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 5px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	transition: width 0.2s linear
}

.filters-by-category ul li a:hover {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.filters-by-category ul li a:hover:after {
	width: 100%
}

.filters-by-category ul li a.selected {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.filters-by-category ul li a.selected:after {
	width: 100%
}

@media (max-width:1199px) {
	.filters-by-category ul li a {
		padding-left: 35px;
		padding-right: 35px
	}
}

@media (max-width:991px) {
	.filters-by-category ul {
		margin-bottom: 40px
	}
	.filters-by-category ul li a {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:767px) {
	.filters-by-category ul {
		margin-top: -5px;
		margin-bottom: 20px
	}
	.filters-by-category ul li {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px
	}
	.filters-by-category ul li a {
		padding-left: 15px;
		padding-right: 15px
	}
}

.gallery-item img {
	width: 100%;
	height: auto
}

.gallery-item .hover .view {
	top: inherit;
	bottom: 0;
	left: 0;
	margin-top: 0
}

.gallery-item .hover .view:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 113px solid #fede00;
	border-right: 113px solid transparent;
	z-index: 1
}

.gallery-item .hover .view:after {
	content: '';
	display: block;
	background: url(../../../themes/car-repair-services../images/gall-icon01.png) 0 0 no-repeat;
	width: 21px;
	height: 21px;
	bottom: 22px;
	left: 22px;
	top: auto;
	position: absolute;
	z-index: 2
}

@media (max-width:767px) {
	.gallery-item .hover .view:before {
		border-bottom-width: 90px;
		border-right-width: 90px
	}
	.gallery-item .hover .view:after {
		width: 17px;
		height: 17px;
		background-size: cover;
		left: 16px;
		bottom: 16px
	}
}

.gallery.gallery-col-2 .gallery-item {
	width: calc(50% - 20px)
}

@media (max-width:767px) {
	.gallery.gallery-col-2 .gallery-item {
		width: 100%;
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.gallery.gallery-col-4 .gallery-item {
		width: calc(25% - 30px)
	}
}

@media (max-width:991px) {
	.gallery.gallery-col-4 .gallery-item {
		width: calc(33.333% - 20px)
	}
}

@media (max-width:575px) {
	.gallery.gallery-col-4 .gallery-item {
		width: calc(50% - 20px)
	}
}

.bg-none {
	background: transparent
}

.comparing-obj .comparing-obj__title {
	font-size: 22px;
	line-height: 32px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 23px
}

@media (max-width:575px) {
	.comparing-obj .comparing-obj__title {
		font-size: 20px;
		line-height: 30px
	}
}

.custom-width-gallery {
	max-width: 1580px;
	margin-left: auto;
	margin-right: auto
}

.twentytwenty-handle {
	background-color: #fede00
}

.testimonial-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: -50px
}

.testimonial-wrapper .col-item {
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:992px) {
	.testimonial-wrapper .col-item {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media (max-width:991px) {
	.testimonial-wrapper .col-item {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:575px) {
	.testimonial-wrapper .col-item {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.testimonial-wrapper [class^=col] {
	margin-top: 50px
}

.testimonial-wrapper [class^=col]:nth-child(odd) .testimonial-item {
	background-color: #fff
}

.testimonial-wrapper [class^=col]:nth-child(even) .testimonial-item:after {
	color: #fff
}

.testimonial-wrapper [class^=col]:nth-child(even) .testimonial-item {
	background-color: #f9f9f9
}

@media (max-width:767px) {
	.testimonial-wrapper {
		margin-top: -40px
	}
	.testimonial-wrapper [class^=col] {
		margin-top: 40px
	}
}

.testimonial-item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: flex-start;
	position: relative;
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	padding: 82px 40px 40px 40px
}

.testimonial-item::after {
	content: "”";
	position: absolute;
	top: 126px;
	left: 20px;
	font-size: 280px;
	line-height: 10px;
	font-weight: 600;
	color: rgb(228, 228, 228);
	font-family: Poppins, sans-serif;
	transform: scale(-1, 1)
}

.testimonial-item .testimonial-item__content {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 25px;
	flex: 2 1 auto
}

.testimonial-item .testimonial-item__content p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	color: #5e5e5e
}

.testimonial-item .testimonial-item__footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-top: 22px
}

.testimonial-item .testimonial-item__footer .testimonial__img {
	border-radius: 50%;
	overflow: hidden;
	max-width: 63px
}

.testimonial-item .testimonial-item__footer .testimonial__img img {
	width: 100%;
	height: auto
}

.testimonial-item .testimonial-item__footer .testimonial__img+.testimonial__description {
	margin-left: 20px
}

.testimonial-item .testimonial-item__footer .testimonial__description {
	font-size: 18px;
	line-height: 24px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.testimonial-item .testimonial-item__footer .testimonial__description span {
	color: #878787;
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400
}

@media (max-width:2000px) {
	.testimonial-item {
		min-height: 384px
	}
}

@media (max-width:1199px) {
	.testimonial-item {
		min-height: 441px
	}
}

@media (max-width:991px) {
	.testimonial-item {
		min-height: inherit
	}
}

@media (max-width:767px) {
	.testimonial-item {
		padding: 82px 20px 40px 20px
	}
	.testimonial-item:after {
		top: 79px;
		left: 7px;
		font-size: 180px
	}
}

@media (max-width:575px) {
	.testimonial-item .testimonial-item__content {
		flex: 0 1 auto
	}
}

.custom-width-01 {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto
}

.btn-more-top {
	margin-top: 45px
}

.faq-accordion {
	margin-top: 0
}

.faq-accordion .faq__item:not(:first-child) {
	margin-top: 10px
}

.faq-accordion .faq__item .faq__content {
	padding: 20px 0 10px 0;
	font-size: 16px;
	line-height: 25px
}

.faq-accordion .faq__item:not(.active) .faq__content {
	display: none
}

.faq-accordion .faq__item.active .faq__title {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

.faq-accordion .faq__item.active .faq__title:before {
	width: 5px
}

.faq-accordion .faq__item.active .faq__title .icon:before {
	content: '-'
}

.faq-accordion .faq__title {
	background-color: #f5f5f5;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding: 23px 60px 22px 24px;
	cursor: pointer
}

.faq-accordion .faq__title:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fede00
}

.faq-accordion .faq__title .icon {
	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	color: #3a3a3a;
	top: 0;
	right: 0;
	font-size: 22px;
	font-weight: 500
}

.faq-accordion .faq__title .icon:before {
	content: '+';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0;
	width: 40px;
	height: 100%;
	font-size: 22px;
	color: #3a3a3a
}

@media (max-width:767px) {
	.faq-accordion .faq__title {
		font-size: 15px;
		line-height: 24px;
		font-weight: 500;
		padding: 19px 55px 18px 24px
	}
	.faq-accordion .faq__title .icon:before {
		width: 36px;
		font-size: 20px
	}
	.faq-accordion .faq__item .faq__content {
		font-size: 15px;
		line-height: 21px
	}
}

@media (max-width:575px) {
	.faq-accordion .faq__title {
		font-size: 14px;
		line-height: 19px;
		font-weight: 500;
		padding: 12px 50px 11px 19px
	}
	.faq-accordion .faq__title .icon:before {
		width: 30px;
		font-size: 18px
	}
	.faq-accordion .faq__item .faq__content {
		font-size: 14px;
		line-height: 19px
	}
}

.filters-row {
	border-top: none;
	padding: 0 0 54px 0;
	font-size: 16px;
	color: #5e5e5e
}

.filters-row .form-inline select {
	height: 50px;
	font-size: 16px;
	color: #8d8d8d;
	width: 227px;
	font-family: 'Roboto', sans-serif
}

.filters-row .form-inline .select-wrapper:before {
	top: 8px;
	font-size: 16px;
	color: #a4a4a4
}

.filters-row .filters-row-left {
	margin-top: 14px
}

@media (max-width:575px) {
	.filters-row>* {
		float: inherit;
		text-align: left
	}
	.filters-row>*:not(:first-child) {
		margin-top: 7px
	}
	.filters-row .filters-row-left {
		margin-top: 0
	}
}

.prd-info h3 {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400
}

.prd-info h3 a {
	color: #5e5e5e;
	text-decoration: none;
	transition: color 0.2s linear
}

.prd-info h3 a:hover {
	color: #fede00;
	text-decoration: none
}

.prd-info .rating {
	margin-top: 2px;
	margin-bottom: -4px
}

.prd-info .price {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	margin-top: 10px
}

.woocommerce div.prd {
	margin: 14px 15px
}

.prd.slick-slide {
	margin-top: 0;
	margin-bottom: 0
}

.column-filters-inside {
	border: none;
	margin-top: -7px;
	max-width: 350px
}

.column-filters-inside .side-block h3 {
	font-size: 22px;
	line-height: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.column-filters-inside .side-block h3+.tags-list,
.column-filters-inside .side-block h3+.category-list {
	margin-top: 0
}

.column-filters-inside .side-block {
	background: transparent;
	box-shadow: none
}

.column-filters .side-block {
	border: none;
	box-shadow: none;
	padding: 0
}

.column-filters .side-block h3 {
	margin-bottom: 13px
}

.column-filters .side-block+.side-block {
	margin-top: 70px
}

.column-filters .side-block .range {
	margin-top: 25px
}

@media (max-width:991px) {
	.column-filters {
		margin-bottom: 49px
	}
}

@media (max-width:575px) {
	.column-filters {
		margin-bottom: 39px
	}
}

.noUi-target {
	margin-bottom: 33px
}

.range__col {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center
}

.range__col .btn+* {
	margin-left: 17px
}

.column-filters .side-block+.side-block {
	margin-top: 48px
}

ul.category-list li:last-child {
	padding-bottom: 0
}

.column-filters .side-block .prd-sm .prd-sm-img {
	width: 106px;
	min-width: 106px
}

.column-filters .side-block .prd-sm .prd-sm-info {
	padding: 0 0 0 20px
}

.column-filters .side-block .prd-sm h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0
}

.column-filters .side-block .prd-sm h3 a {
	color: #5e5e5e
}

.column-filters .side-block .prd-sm .price {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif
}

.prd-grid.prd-carousel {
	margin-top: 0
}

@media (max-width:479px) {
	.prd-grid:not(.prd-carousel) .prd {
		padding-left: 15px;
		padding-right: 15px
	}
}

.nav-tabs {
	border: none;
	margin-top: -20px;
	margin-left: -20px
}

.nav-tabs>li {
	margin: 20px 0 0 20px
}

.nav-tabs>li>a {
	background-color: #f5f5f5;
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	padding: 19px 44px;
	text-transform: capitalize
}

.nav-tabs>li.active a {
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07);
	color: #3a3a3a!important
}

@media (max-width:479px) {
	.nav-tabs {
		margin-left: 0
	}
	.nav-tabs>li {
		margin-left: 0
	}
}

.tab-content {
	font-size: 16px;
	line-height: 25px
}

.tab-content .tab-pane {
	padding-top: 55px;
	padding-bottom: 0
}

.tab-content .tab-pane h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	padding: 0 0 25px 0
}

@media (max-width:1024px) {
	.tab-content .tab-pane {
		padding-top: 40px
	}
}

@media (max-width:479px) {
	.tab-content .tab-pane {
		padding-top: 34px
	}
}

.product-block-mainimage {
	float: inherit;
	width: 100%
}

.product-previews {
	float: inherit;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	width: inherit;
	margin-left: -10px
}

.product-previews .js-more-hidden {
	display: none
}

.product-previews img {
	height: auto
}

.product-previews-item {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	height: 100%;
	position: relative
}

@media (min-width:421px) {
	.product-previews-item {
		width: calc(25% - 10px)
	}
}

@media (max-width:420px) {
	.product-previews-item {
		width: calc(50% - 10px)
	}
}

.product-previews-text {
	border: 1px solid #545454;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s linear
}

.product-previews-text:hover {
	border-color: #fede00;
	color: #fede00
}

.product-block-title {
	color: #3a3a3a;
	font-weight: 600;
	font-family: 'Poppins', sans-serif
}

@media (min-width:1200px) {
	.product-block-title {
		font-size: 44px;
		line-height: 50px
	}
}

@media (max-width:1199px) {
	.product-block-title {
		font-size: 34px;
		line-height: 40px
	}
}

@media (max-width:991px) {
	.product-block-title {
		font-size: 28px;
		line-height: 35px
	}
	.product-block-title br {
		display: none
	}
}

@media (max-width:575px) {
	.product-block-title {
		font-size: 24px;
		line-height: 31px
	}
}

.product-block-info>*:not(:first-child):not(span) {
	margin-top: 25px
}

.product-block-price {
	color: #3a3a3a;
	font-size: 29px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif
}

@media (min-width:1200px) {
	.product-block-gallery {
		padding-right: 55px
	}
}

@media (max-width:1199px) {
	.product-block-gallery {
		padding-right: 30px
	}
}

@media (max-width:991px) {
	.product-block-gallery {
		padding-right: 0
	}
}

.product-block-info .count-input {
	background-color: #f7f7f7;
	border: none;
	color: #8d8d8d;
	font-family: 'Roboto', sans-serif;
	height: 64px
}

.product-block-info .qty-count {
	border-radius: 0;
	height: 64px
}

.product-block-info .count-add,
.product-block-info .count-reduce {
	background-color: #f7f7f7;
	color: #8d8d8d;
	height: 64px;
	line-height: 64px
}

@media (max-width:575px) {
	.product-block-info .count-input,
	.product-block-info .qty-count,
	.product-block-info .count-add,
	.product-block-info .count-reduce {
		height: 48px
	}
	.product-block-info .count-add,
	.product-block-info .count-reduce {
		line-height: 48px
	}
	.product-block-info .qty-count {
		margin-right: 15px
	}
}

.marker-list-arrow li {
	font-size: 16px
}

.marker-list-arrow li:after {
	content: '\e91d';
	font-size: 12px
}

.no-marker>li,
.marker-list-arrow>li {
	margin-bottom: 14px;
	padding-left: 30px
}

.product-block-description {
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 25px 0
}

.box-wrapper {
	background-color: #fff;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .07)
}

@media (min-width:768px) {
	.box-wrapper {
		padding: 50px 30px 48px 47px
	}
}

@media (max-width:767px) {
	.box-wrapper {
		padding: 30px
	}
}

@media (min-width:849px) {
	.info02-wrapper {
		margin-top: -48px
	}
	.info02-wrapper .info02 {
		margin-top: 48px
	}
}

@media (max-width:848px) {
	.info02-wrapper {
		margin-top: -30px
	}
	.info02-wrapper .info02 {
		margin-top: 30px
	}
}

.info02 {
	text-align: center
}

.info02 .info02__icon {
	color: #fede00;
	font-size: 24px
}

.info02 .info02__title {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #3a3a3a;
	margin: 20px 0 0 0;
	padding: 0
}

.info02 address {
	color: #5f5f5f;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0
}

@media (max-width:848px) {
	.info02 .info02__icon {
		font-size: 22px
	}
	.info02 .info02__title {
		font-size: 20px;
		margin-top: 10px
	}
}

.single_add_to_cart_button i {
	color: #000!important
}

.single_add_to_cart_button:hover i {
	color: #fff!important
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: #fede00
}

.flex-control-nav.flex-control-thumbs>li {
	display: inline-block;
	margin-right: 5px
}

header.page-header-2 .logo {
	max-width: 184px
}

@media (max-width:1199px) {
	header.page-header-2 .logo {
		max-width: 160px
	}
}

@media (max-width:991px) {
	header.page-header-2 .logo {
		max-width: 137px;
		position: relative;
		top: 5px;
		margin-bottom: 6px
	}
}

@media (max-width:575px) {
	header.page-header-2 .logo {
		max-width: 100px
	}
}

@media (min-width:992px) {
	header.page-header-2 .logo {
		margin-top: 4px;
		margin-bottom: 3px
	}
}

header.page-header-2 .header-topline {
	background-color: #3b3b3b;
	color: #a9a9a9;
	font-size: 16px
}

header.page-header-2 .header-topline [class*='icon'] {
	color: #fff
}

header.page-header-2 .navbar-toggle {
	font-size: 19px
}

@media (min-width:992px) {
	header.page-header-2 .navbar-nav .dropdown-menu {
		-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
	}
	header.page-header-2 .navbar-nav .dropdown-menu:after {
		left: 23px
	}
	header.page-header-2 .navbar-nav .dropdown-menu li>a:hover,
	header.page-header-2 .navbar-nav .dropdown-menu li>a:focus {
		background-color: transparent!important;
		color: #fede00
	}
}

@media (max-width:1024px) {
	header.page-header-2 .navbar-nav {
		margin-left: 0!important;
		margin-right: 0!important
	}
}

header.page-header-2 a.appointment {
	font-size: 18px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

header.page-header-2 a.appointment .icon {
	font-size: 21px
}

header.page-header-2 .header-phone {
	font-weight: 400
}

@media (min-width:992px) {
	header.page-header-2 .header-topline [class*="icon"] {
		font-size: 15px;
		top: 0
	}
	header.page-header-2 .header-topline .row-flex {
		display: block;
		margin-top: -10px;
		padding: 12px 0 10px 0
	}
	header.page-header-2 .header-topline .row-flex>* {
		display: inline-block;
		margin-top: 10px
	}
	header.page-header-2 .header-topline .row-flex>*:not(:last-child) {
		margin-right: 3.7%
	}
	header.page-header-2 .header-topline .col-center {
		text-align: left;
		-webkit-flex: 0;
		-ms-flex: 0;
		flex: 0
	}
	header.page-header-2 .header-topline [class*='icon'] {
		padding-right: 12px
	}
	header.page-header-2 .header-topline .col-right {
		margin-left: inherit
	}
}

@media (max-width:1399px) {
	header.page-header-2 .header-topline .hidden-md {
		display: none
	}
}

@media (max-width:1199px) {
	header.page-header-2 .header-topline [class*='icon'] {
		padding-right: 7px
	}
	header.page-header-2 .header-topline .row-flex>*:not(:last-child) {
		margin-right: 2.2%
	}
}

@media (min-width:992px) {
	header.page-header-2 .navbar-nav>li>a {
		font-size: 15px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600
	}
}

@media (min-width:992px) {
	header.page-header-2 .navbar-nav .dropdown-menu {
		margin-left: 15px;
		left: 0;
		width: 255px
	}
	header.page-header-2 .navbar-nav .dropdown-menu li>a {
		font-size: 15px;
		font-weight: 600;
		padding: 15px 25px
	}
	header.page-header-2 .navbar-nav>li>a {
		padding-top: 17px;
		padding-bottom: 17px
	}
	header.page-header-2 .navbar-nav>li>a:after {
		bottom: 6px
	}
	header.page-header-2 .navbar-nav>li.current-menu-item>a:after,
	header.page-header-2 .navbar-nav>li:hover>a:after {
		bottom: 6px
	}
}

header.page-header-2 .header-info-mobile {
	background-color: #2d2d2d;
	color: #d4d4d4
}

header.page-header-2 .header-info-mobile a {
	color: #d4d4d4
}

header.page-header-2 .header-info-mobile p>[class*='icon-'] {
	color: #fff;
	font-size: 15px
}

@media (max-width:991px) {
	header.page-header-2 a.appointment {
		height: 35px;
		font-size: 15px;
		padding: 8px 20px 7px 10px
	}
	header.page-header-2 a.appointment .icon {
		font-size: 17px;
		top: 2px;
		margin-right: 5px
	}
	header.page-header-2 a.appointment:after {
		border-width: 35px 18px 0 18px
	}
	header.page-header-2 .header-topline {
		min-height: 35px;
		max-height: 35px
	}
	header.page-header-2 .header-info-toggle [class*='icon-'] {
		top: -1px
	}
	header.page-header-2 .header-row-right {
		position: relative;
		top: 2px
	}
}

@media (max-width:575px) {
	header.page-header-2 a.appointment {
		font-size: 14px
	}
	header.page-header-2 a.appointment .icon {
		display: none
	}
	header.page-header-2 a.appointment:after {
		border-width: 39px 18px 0 18px;
		top: -4px
	}
	header.page-header-2 .logo {
		top: 1px;
		margin-bottom: 0
	}
	header.page-header-2 .header-info-mobile p>[class*='icon-'] {
		font-size: 14px
	}
}

.services-tabs .services-tab-info {
	background-color: rgba(69, 69, 69, .7);
	color: #d4d4d4
}

.services-tabs .services-tabs-nav>li {
	padding-left: 0;
	padding-right: 0;
	transition: all 0.3s ease 0s
}

.services-tabs .services-tabs-nav>li a {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	box-shadow: none;
	transition: all 0.3s ease 0s
}

.services-tabs .services-tabs-nav>li a:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0%;
	margin: auto;
	bottom: 0;
	height: 4px;
	z-index: 2;
	background-color: #fede00;
	transition: all 0.3s ease 0s
}

.services-tabs .services-tabs-nav>li a [class*='icon'] {
	color: #4d4d4d;
	font-size: 36px
}

.services-tabs .services-tabs-nav>li a [class*='icon']:not(:last-child) {
	margin-bottom: 12px
}

.services-tabs .services-tabs-nav>li a span {
	font-weight: 600
}

.services-tabs .services-tabs-nav>li a:hover:before {
	width: 100%
}

.services-tabs .services-tabs-nav>li a:hover [class*='icon'] {
	color: #4d4d4d
}

.services-tabs .services-tabs-nav>li a:hover {
	background-color: #fbfbfb
}

.services-tabs .services-tabs-nav>li.active {
	border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7!important
}

.services-tabs .services-tabs-nav>li.active [class*='icon'] {
	color: #4d4d4d
}

.services-tabs .services-tabs-nav>li.active a:before {
	width: 100%
}

.services-tabs .services-tabs-nav>li.active>a,
.services-tabs .services-tabs-nav>li>a:hover {
	background-color: #fbfbfb;
	color: #3a3a3a!important
}

.services-tabs .services-tabs-content {
	background-color: #616161;
	position: relative;
	padding: 66px 0
}

.services-tabs .services-tab-info {
	top: 24px;
	left: 30px
}

.services-tabs .services-tab-info:after {
	color: #fff
}

.services-tabs .services-tab-info p {
	font-size: 16px;
	line-height: 25px
}

.services-tabs .services-tabs-caption {
	font-size: 180px;
	color: #6c6c6c;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto
}

.services-tabs .services-tabs-icons>span {
	transition: all 0.3s ease 0s
}

.services-tabs .services-tabs-icons>span.active {
	color: #fff
}

.services-tabs .services-tabs-content {
	overflow: inherit
}

.services-tabs .services-tabs-modal {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	justify-content: left;
	align-content: center;
	align-items: center;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%
}

@media (max-width:575px) {
	.services-tabs .services-tabs-modal {
		padding: 20px
	}
}

.services-tabs .services-tabs-modal>.container {
	position: relative;
	padding-left: 0;
	padding-right: 0
}

.services-tabs .services-tabs-modal .services-modal {
	display: none;
	transition: opacity 0.3s ease 0s;
	pointer-events: none;
	position: relative;
	left: 0;
	width: 100%;
	margin: 0
}

.services-tabs .services-tabs-modal .services-modal.open {
	display: block;
	pointer-events: auto;
	opacity: 1;
	z-index: 110
}

.services-tabs .services-tabs-modal .services-modal .services-modal-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.services-tabs .services-modal__close {
	background-color: none;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	border: none;
	background-color: transparent;
	right: 3px;
	font-weight: 400;
	top: 3px;
	font-size: 28px;
	padding: 17px;
	z-index: 3;
	color: #292929;
	transition: opacity 0.3s ease 0s;
	cursor: pointer;
	-ms-touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.services-tabs .services-modal__close:before {
	display: inline-block;
	position: relative;
	content: "\e930";
	font-family: 'auto'!important;
	pointer-events: none
}

.services-tabs .services-modal__close:hover {
	opacity: .5
}

@media (min-width:992px) {
	.services-tabs .services-modal-wrapper {
		padding: 50px
	}
}

@media (max-width:991px) {
	.services-tabs .services-modal-wrapper {
		padding: 40px
	}
}

@media (max-width:575px) {
	.services-tabs .services-modal-wrapper {
		padding: 30px 25px
	}
}

.services-tabs .services-modal__title-large {
	font-size: 27px;
	line-height: 37px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0 0 22px 0
}

@media (max-width:575px) {
	.services-tabs .services-modal__title-large {
		font-size: 24px;
		line-height: 34px
	}
}

.services-tabs .services-modal__title-small {
	font-size: 22px;
	line-height: 32px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0 0 22px 0
}

@media (min-width:768px) {
	.services-tabs .btn.btn-top {
		margin-top: 21px
	}
}

@media (max-width:767px) {
	.services-tabs .btn.btn-top {
		margin-top: 10px
	}
}

.services-tabs .services-modal__table table {
	width: 100%
}

.services-tabs .services-modal__table table tr td {
	font-size: 16px;
	line-height: 24px;
	color: #5e5e5e;
	border: 2px solid #fff;
	padding: 13px 10px 13px 22px
}

.services-tabs .services-modal__table table tr td:first-child {
	color: #5e5e5e;
	width: 62%
}

.services-tabs .services-modal__table table tr td:last-child {
	color: #3a3a3a;
	width: 38%
}

.services-tabs .services-modal__table table tr:nth-child(odd) {
	background: #f7f7f7
}

@media (max-width:767px) {
	.services-tabs .services-modal__table table tr td {
		font-size: 14px;
		line-height: 19px;
		padding: 8px 10px 8px 15px
	}
}

.services-tabs .services-tab-button {
	right: 29px;
	bottom: 28px
}

.services-tabs .services-tab-button>* {
	padding-left: 43px;
	padding-right: 43px
}

.services-tabs .services-tabs-icons>span {
	line-height: 59px
}

@media (max-width:1199px) {
	.services-tabs .services-tabs-caption {
		font-size: 140px
	}
}

@media (max-width:1199px) and (min-width:720px) {
	.services-tabs .services-tabs-nav>li {
		min-width: calc(16.6% - 6.78px)
	}
}

@media (max-width:992px) {
	.services-tabs .services-tabs-icons>span {
		line-height: 55px
	}
	.services-tabs .services-tabs-icons>span:nth-child(2) {
		left: 13.8%
	}
	.services-tabs .services-tabs-content {
		padding-top: 42px;
		padding-bottom: 42px
	}
	.services-tabs .services-tabs-content img {
		min-width: inherit
	}
	.services-tabs .services-tabs-nav>li a {
		font-size: 13px
	}
	.services-tabs .services-tabs-nav>li a [class*='icon'] {
		font-size: 28px
	}
	.services-tabs .services-tabs-nav>li a [class*='icon']:not(:last-child) {
		margin-bottom: 9px
	}
	.services-tabs .services-tab-info {
		max-width: 328px;
		top: 21px;
		padding: 13px 15px 17px 43px
	}
	.services-tabs .services-tab-info:after {
		font-size: 18px;
		top: 10px;
		left: 15px
	}
	.services-tabs .services-tab-info p {
		font-size: 15px;
		line-height: 21px
	}
	.services-tabs .services-tab-button {
		right: 29px;
		bottom: 20px
	}
	.services-tabs .services-tab-button>* {
		padding: 12px 25px
	}
}

@media (max-width:575px) {
	.services-tabs .services-tabs-icons>span {
		width: 39px;
		height: 39px;
		font-size: 16px;
		line-height: 44px
	}
	.services-tabs .services-tab-info {
		left: 15px;
		width: inherit;
		right: 15px
	}
	.services-tabs .services-tab-info p {
		font-size: 14px;
		line-height: 19px
	}
	.services-tabs .services-tabs-caption {
		font-size: 78px
	}
	.services-tabs .services-tabs-content {
		padding-top: 20%;
		padding-bottom: 20%
	}
	.services-tabs .services-tab-button {
		width: 100%;
		left: 0;
		right: 0;
		text-align: center
	}
}

@media (max-width:420px) {
	.services-tabs .services-tabs-content {
		padding-top: 32%;
		padding-bottom: 25%
	}
}

body.js-modal {
	overflow: hidden
}

body.js-modal #pageContent {
	z-index: 1001
}

body.js-modal .services-tabs .services-tabs-modal {
	display: flex
}

html.touch-device body.js-modal {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 0
}

html.touch-device body.js-modal #pageContent {
	z-index: 1001
}

html.touch-device body:not(.touch-device).modal-open {
	overflow-x: hidden
}

html.touch-device body.js-modal {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 0
}

html.touch-device .services-tabs .services-tabs-modal .services-modal {
	top: 35px;
	height: 100vh
}

.tabs-layout01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch
}

.tabs-layout01 .tt-col-50.content-center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center
}

@media (min-width:768px) {
	.tabs-layout01 .tt-col-50 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:767px) {
	.tabs-layout01 .tt-col-50 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.tabs-layout01 .tt-col-50.tt-col-img {
		order: 1
	}
	.tabs-layout01 .tt-col-50:not(.tt-col-img) {
		order: 2
	}
}

@media (max-width:1300px) and (min-width:768px) {
	.tabs-layout01 .tt-col-img {
		padding-top: 49px
	}
}

.tabs-layout01 img {
	max-width: 100%;
	height: auto
}

.tabs-layout01 .btn-add {
	position: relative;
	z-index: 1
}

@media (min-width:1301px) {
	.tabs-layout01 .btn-add {
		display: none
	}
}

@media (min-width:768px) {
	.tabs-layout01 .btn-top {
		margin-top: 25px
	}
}

@media (max-width:1300px) {
	.tabs-layout01 .li-hide:not(.li-hide02) {
		display: none
	}
}

@media (max-width:1024px) {
	.tabs-layout01 .li-hide02 {
		display: none
	}
}

.tabs-layout02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch
}

.tabs-layout02 .tt-col-50.content-center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center
}

@media (min-width:768px) {
	.tabs-layout02 .tt-col-50 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:767px) {
	.tabs-layout02 .tt-col-50 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.tabs-layout02 .tt-col-50.tt-col-img {
		order: 1
	}
	.tabs-layout02 .tt-col-50:not(.tt-col-img) {
		order: 2
	}
}

.tabs-layout02 img {
	max-width: 100%;
	height: auto
}

.tabs-layout02 .btn-add {
	position: relative;
	z-index: 1
}

@media (min-width:1301px) {
	.tabs-layout02 .btn-add {
		display: none
	}
}

@media (min-width:768px) {
	.tabs-layout02 .btn-top {
		margin-top: 25px
	}
}

@media (max-width:1300px) {
	.tabs-layout02 .li-hide:not(.li-hide02) {
		display: none
	}
}

@media (max-width:1024px) {
	.tabs-layout02 .li-hide02 {
		display: none
	}
}

.img-bg-col+img,
.img-bg-col+.video-block {
	display: none
}

@media (max-width:767px) {
	.img-bg-col {
		display: none
	}
	.img-bg-col+img,
	.img-bg-col+.video-block {
		display: block
	}
}

.bg-col-1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover
}

.bg-col-2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover
}

@media (min-width:768px) and (max-width:1024px) {
	html.mac.touch-device .img-bg-col {
		height: 340px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	html.mac.touch-device .img-bg-col.bg-col-2 {
		height: 669px
	}
}

.tabs-layout01__bg-color {
	background-color: #393939;
	color: #d4d4d4
}

.tabs-layout01__bg-color .btn-add:hover {
	color: #fff
}

.tabs-layout01__bg-color .block-title .block-title__title {
	color: #fff
}

.tabs-layout01__bg-color .marker-list-sm-1 li {
	color: #fff
}

.tabs-layout01__bg01 {
	background-repeat: no-repeat;
	background-position: right bottom
}

.tabs-layout01__bg02 {
	background-repeat: no-repeat;
	background-position: center top
}

.tabs-layout01__box {
	padding: 60px 30px 40px 85px;
	width: 100%;
	text-align: left;
	position: relative
}

.tabs-layout01__box img {
	max-width: 100%;
	height: auto
}

.tabs-layout01__box .tabs-layout01__caption {
	position: absolute;
	bottom: 0;
	left: 27px;
	z-index: 1;
	color: #fff;
	opacity: .02;
	font-size: 180px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	white-space: nowrap;
	line-height: 120px
}

@media (max-width:1500px) {
	.tabs-layout01__box {
		padding: 40px 30px 40px 60px
	}
	.tabs-layout01__box .tabs-layout01__caption {
		font-size: 160px;
		left: 0;
		bottom: 0;
		line-height: 100px
	}
}

@media (max-width:1300px) {
	.tabs-layout01__box {
		padding: 40px 30px 40px 30px
	}
	.tabs-layout01__box .tabs-layout01__caption {
		font-size: 140px;
		left: 0;
		bottom: 38px
	}
}

@media (max-width:575px) {
	.tabs-layout01__box {
		padding: 30px 30px
	}
}

@media (min-width:1025px) {
	.column-gap-2 {
		column-count: 1;
		column-width: 42%;
		column-gap: 2em;
		-moz-column-count: 1;
		-moz-column-width: 42%;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-width: 42%;
		-webkit-column-gap: 2em;
		position: relative;
		top: 9px
	}
}

@media (min-width:1025px) {
	html.ie .column-gap-2 li {
		width: 42%;
		float: left
	}
}

.icons-tabs .nav-tabs a {
	background-color: transparent
}

.icons-tabs .nav-tabs a [class*='icon-'] {
	margin-bottom: 20px
}

.icons-tabs .nav-tabs a span {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding-bottom: 8px
}

.icons-tabs .nav-tabs>li.active a {
	box-shadow: none
}

@media (min-width:768px) {
	.icons-tabs .nav-tabs>li:not(:last-child):before {
		content: '';
		display: inline-block;
		position: absolute;
		right: -25px;
		top: 20px;
		width: 1px;
		height: 106px;
		background-color: #eef0f1
	}
}

.icons-tabs .tab-pane-nomargin .tab-pane {
	padding-top: 0
}

@media (max-width:1024px) {
	.icons-tabs .nav-tabs a [class*='icon-'] {
		font-size: 43px
	}
	.icons-tabs .nav-tabs a span {
		font-size: 16px;
		padding-bottom: 4px
	}
	.icons-tabs .nav-tabs>li>a {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:767px) {
	.icons-tabs .nav-tabs a [class*='icon-'] {
		font-size: 43px;
		margin-bottom: 17px
	}
	.icons-tabs .nav-tabs a span {
		font-size: 13px;
		padding-bottom: 4px
	}
	.icons-tabs .nav-tabs>li {
		margin-left: 7px;
		margin-right: 7px
	}
	.icons-tabs .nav-tabs>li>a {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:575px) {
	.icons-tabs .nav-tabs a [class*='icon-'] {
		font-size: 32px;
		margin-bottom: 13px
	}
	.icons-tabs .nav-tabs a span {
		font-size: 14px;
		line-height: 17px;
		padding-bottom: 4px
	}
	.icons-tabs .nav-tabs>li {
		margin-left: 0;
		margin-right: 0
	}
	.icons-tabs .nav-tabs>li>a {
		padding-left: 12px;
		padding-right: 12px
	}
}

.icons-tabs .tab-content {
	padding-left: 0!important;
	padding-right: 0!important
}

.marker-list-sm-1>li {
	padding-left: 27px
}

.marker-list-sm-1>li:after {
	font-size: 10px
}

.tabs-layout02__box {
	padding: 83px 60px;
	position: relative
}

.tabs-layout02__box .tabs-layout01__caption {
	position: absolute;
	bottom: 50px;
	width: 100%;
	font-size: 180px;
	z-index: 1;
	color: #fff;
	opacity: .02;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	white-space: nowrap;
	text-align: center
}

@media (max-width:1500px) {
	.tabs-layout02__box .tabs-layout01__caption {
		font-size: 160px;
		left: 0;
		bottom: 37px
	}
}

@media (max-width:1300px) {
	.tabs-layout02__box .tabs-layout01__caption {
		font-size: 140px;
		left: 0;
		bottom: 38px
	}
}

@media (max-width:767px) {
	.tabs-layout02__box {
		padding: 70px 50px
	}
}

@media (max-width:575px) {
	.tabs-layout02__box {
		padding: 50px 20px
	}
}

@media (min-width:576px) {
	.box-custom01-wrapper {
		margin-top: -53px
	}
	.box-custom01-wrapper .box-custom01 {
		margin-top: 53px
	}
}

@media (max-width:767px) {
	.box-custom01-wrapper {
		margin-top: -25px
	}
	.box-custom01-wrapper .box-custom01 {
		margin-top: 25px
	}
}

.box-custom01 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start
}

.box-custom01 .box-custom01__icon {
	margin-top: 1px
}

.box-custom01 .box-custom01__icon .icon {
	color: #fede00;
	font-size: 40px
}

.box-custom01 .box-custom01__icon+.box-custom01__content {
	margin-left: 30px
}

.box-custom01 .box-custom01__content {
	max-width: 382px
}

.box-custom01 .box-custom01__content p {
	font-size: 16px;
	line-height: 25px
}

.box-custom01 .box-custom01__content p:last-child {
	margin-bottom: 0
}

.box-custom01 .box-custom01__title {
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 14px 0;
	margin: 0
}

.box-custom01 .box-custom01__title+* {
	margin-top: 0
}

@media (max-width:767px) {
	.box-custom01 .box-custom01__icon .icon {
		font-size: 25px
	}
	.box-custom01 .box-custom01__icon+.box-custom01__content {
		margin-left: 25px
	}
	.box-custom01 .box-custom01__title {
		font-size: 18px;
		padding-bottom: 10px
	}
	.box-custom01 .box-custom01__content p {
		font-size: 14px;
		line-height: 22px
	}
}

.step .step-inside-number {
	font-size: 140px;
	line-height: 1;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: -11px
}

@media (max-width:767px) {
	.step .step-inside-number {
		font-size: 89px
	}
}

.how-works-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	text-transform: inherit;
	max-width: inherit
}

@media (max-width:1024px) {
	.how-works-text {
		font-size: 16px;
		line-height: 22px
	}
}

@media (max-width:767px) {
	.how-works-text {
		font-size: 13px;
		line-height: 17px
	}
}

.how-works-text:not(:first-child) {
	margin-top: 1.53em
}

@media (max-width:767px) {
	.how-works-text:not(:first-child) {
		margin-top: 1.1em
	}
}

.how-works-circle {
	margin-bottom: -7px
}

@media (max-width:1024px) {
	.how-works-circle {
		max-width: 157px
	}
}

@media (max-width:575px) {
	.how-works-circle {
		margin-bottom: -4px
	}
}

.box02-wrapper01 {
	background-color: #3b3b3b;
	color: #fff;
	padding: 95px 25px 219px;
	overflow: hidden
}

.box02-wrapper01 #counterBlock {
	margin-top: -50px
}

.box02-wrapper01 .start-box02 {
	margin-top: 50px
}

@media (max-width:991px) {
	.box02-wrapper01 {
		padding: 75px 25px 151px
	}
}

@media (max-width:575px) {
	.box02-wrapper01 {
		padding: 75px 25px 50px
	}
	.box02-wrapper01 .start-box02 {
		margin-top: 25px
	}
}

.start-box02 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center
}

.start-box02 .start-box02__number {
	font-size: 45px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 0 18px 0 0
}

.start-box02 .start-box02__number .count {
	font-size: 55px
}

.start-box02 .start-box02__text {
	position: relative;
	padding: 0 0 0 22px;
	border-left: 3px solid #fede00;
	font-size: 20px;
	line-height: 26px
}

@media (max-width:1300px) {
	.start-box02 .start-box02__number {
		font-size: 35px
	}
	.start-box02 .start-box02__number .count {
		font-size: 45px
	}
	.start-box02 .start-box02__text {
		font-size: 18px;
		line-height: 24px
	}
}

@media (max-width:767px) {
	.start-box02 {
		width: 260px;
		margin-left: auto;
		margin-right: auto
	}
	.start-box02 .start-box02__number {
		color: #fede00;
		min-width: 110px;
		text-align: right
	}
	.start-box02 .start-box02__text {
		min-width: 150px
	}
}

@media (max-width:575px) {
	.start-box02 .start-box02__number {
		font-size: 34px
	}
	.start-box02 .start-box02__number .count {
		font-size: 44px
	}
	.start-box02 .start-box02__text {
		font-size: 17px;
		line-height: 23px
	}
}

.testimonials02 {
	position: relative;
	z-index: 2;
	margin-top: -119px
}

@media (min-width:767px) {
	.testimonials02 .slick-track {
		display: flex
	}
	.testimonials02 .slick-track .slick-slide {
		display: flex;
		height: auto
	}
}

.testimonials02 .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.testimonials02 .item .item__img {
	flex: 0 0 65.8%;
	max-width: 65.8%
}

.testimonials02 .item .item__img img {
	max-width: 100%;
	height: auto
}

.testimonials02 .item .item__content {
	margin-top: 119px;
	padding: 60px 0 110px 81px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	height: 100%;
	margin-left: -200px
}

.testimonials02 .item .item__icon {
	position: absolute;
	top: 50px;
	left: -35px;
	display: inline-block;
	width: 70px;
	height: 70px;
	font-size: 80px;
	text-align: center;
	background-color: #616161;
	border-radius: 50%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.testimonials02 .item .item__icon:before {
	content: "“";
	display: inline-block;
	position: absolute;
	top: 50px;
	width: 70px;
	left: 0;
	text-align: center
}

.testimonials02 .item .item__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #3a3a3a;
	font-size: 44px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 32px 0
}

.testimonials02 .item .item__rating {
	color: #616161;
	font-size: 9px;
	margin-left: -3px;
	margin-top: -3px;
	padding-bottom: 16px
}

.testimonials02 .item .item__rating>* {
	margin-left: 3px;
	margin-top: 3px
}

.testimonials02 .item .item__description {
	font-size: 19px;
	line-height: 26px
}

.testimonials02 .item .item__description p {
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 20px
}

.testimonials02 .item .item__description .item__meta {
	font-size: 14px
}

.testimonials02 .item .item__description .item__meta span {
	font-size: 19px
}

@media (max-width:1024px) {
	.testimonials02 {
		margin-top: -76px
	}
	.testimonials02 .item .item__icon {
		display: none
	}
	.testimonials02 .item .item__title {
		font-size: 40px;
		padding: 0 0 16px 0
	}
	.testimonials02 .item .item__rating {
		padding-bottom: 13px
	}
	.testimonials02 .item .item__content {
		margin-top: 76px;
		padding: 30px 0 80px 40px
	}
	.testimonials02 .item .item__description {
		font-size: 18px;
		line-height: 25px
	}
	.testimonials02 .item .item__description p {
		font-size: 18px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.testimonials02 {
		margin-bottom: 0
	}
	.testimonials02 .item .item__title {
		font-size: 37px;
		padding: 0 0 16px 0
	}
	.testimonials02 .item .item__content {
		padding: 30px 30px 0 40px
	}
}

@media (max-width:575px) {
	.testimonials02 {
		margin-top: 0
	}
	.testimonials02 .item {
		flex-wrap: wrap
	}
	.testimonials02 .item .item__img {
		flex: 0 0 100%;
		max-width: 100%
	}
	.testimonials02 .item .item__icon {
		display: block;
		top: -25px;
		left: 50%;
		margin-left: -25px;
		width: 49px;
		height: 49px;
		font-size: 56px
	}
	.testimonials02 .item .item__icon:before {
		top: 33px;
		width: 49px
	}
	.testimonials02 .item .item__title {
		font-size: 33px;
		line-height: 40px;
		padding: 0 0 9px 0
	}
	.testimonials02 .item .item__content {
		margin-top: 0;
		margin-left: 0;
		padding: 38px 15px 0;
		text-align: center
	}
	.testimonials02 .item .item__rating {
		padding-bottom: 5px
	}
	.testimonials02 .item .item__description {
		font-size: 17px;
		line-height: 23px
	}
	.testimonials02 .item .item__description p {
		font-size: 17px;
		line-height: 23px;
		margin-bottom: 14px
	}
}

@media (min-width:766px) and (max-width:1025px) {
	html.mac .testimonials02 .item .item__content {
		min-height: 450px
	}
}

@media (max-width:767px) {
	.no-gutters-mobile {
		padding-left: 0;
		padding-right: 0
	}
}

.base-color {
	color: #fede00
}

.position-relative {
	position: relative
}

@media (min-width:768px) {
	.testimonials02-extra-left {
		margin-left: -126px
	}
}

.testimonials02-slick-total {
	width: 50%;
	right: 0;
	padding: 0 0 0 81px;
	position: absolute;
	z-index: 3
}

.testimonials02-slick-total .item:first-child {
	margin-left: -67px;
	position: relative
}

@media (max-width:1024px) {
	.testimonials02-slick-total {
		padding: 0
	}
}

@media (max-width:767px) {
	.testimonials02-slick-total {
		display: none
	}
}

.pt-slick-button {
	margin-top: -62px
}

.pt-slick-button .slick-arrow {
	background: none;
	width: 30px;
	height: 30px;
	border: none;
	color: #727272;
	font-size: 20px;
	line-height: 20px;
	padding: 3px
}

.pt-slick-button .slick-arrow:before {
	font-family: 'auto'
}

.pt-slick-button .slick-arrow.pt-slick-prev:before {
	content: "\e91f"
}

.pt-slick-button .slick-arrow.pt-slick-next {
	margin-left: 16px
}

.pt-slick-button .slick-arrow.pt-slick-next:before {
	content: "\e920"
}

.pt-slick-button .slick-arrow:hover {
	color: #fede00
}

@media (max-width:1024px) {
	.pt-slick-button {
		margin-top: -54px
	}
}

.pt-slick-quantity {
	font-family: 'Poppins', sans-serif;
	color: #ededed;
	font-size: 60px;
	line-height: 18px;
	font-weight: 600;
	text-align: right;
	margin-top: -22px;
	padding-right: 15px
}

.pt-slick-quantity .account-number {
	font-size: 120px;
	bottom: -10px;
	position: relative
}

@media (max-width:1024px) {
	.pt-slick-quantity {
		font-size: 40px
	}
	.pt-slick-quantity .account-number {
		font-size: 80px
	}
}

.block__nomargin {
	margin-bottom: 0!important
}

.promo01 {
	display: block;
	position: relative;
	overflow: hidden;
	user-select: none
}

.promo01 .image-box {
	overflow: hidden
}

.promo01 .image-box img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 1s
}

.promo01 .pt-description {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.promo01 .pt-description .pt-description-wrapper {
	padding: 45px
}

.promo01 .pt-description .pt-title {
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

.promo01 .pt-description .btn {
	margin-top: 36px
}

.promo01 .pt-description.pt-point-v-t {
	align-items: flex-start
}

.promo01 .pt-description.pt-point-v-b {
	align-items: flex-end
}

.promo01 .pt-description.pt-point-h-l {
	justify-content: flex-start;
	align-content: flex-start
}

.promo01 .pt-description.pt-point-h-r {
	justify-content: flex-end;
	align-content: flex-start
}

@media (max-width:1024px) {
	.promo01 .pt-description .pt-description-wrapper {
		padding: 35px
	}
	.promo01 .pt-description .pt-title {
		font-size: 31px;
		line-height: 38px
	}
	.promo01 .pt-description .btn {
		margin-top: 36px
	}
}

@media (max-width:767px) {
	.promo01 .pt-description .pt-description-wrapper {
		padding: 25px
	}
	.promo01 .pt-description .pt-title {
		font-size: 31px;
		line-height: 38px
	}
	.promo01 .pt-description .btn {
		margin-top: 20px
	}
}

@media (max-width:575px) {
	.promo01 .pt-description .pt-description-wrapper {
		padding: 25px
	}
	.promo01 .pt-description .pt-title {
		font-size: 22px;
		line-height: 29px
	}
	.promo01 .pt-description .btn {
		margin-top: 12px
	}
}

@media (min-width:1500px) {
	.promo01-layout-right {
		margin-right: -130px;
		padding-left: 50px;
		position: relative
	}
}

@media (max-width:520px) {
	.col-custom520 {
		width: 100%
	}
}

.banner-service {
	background-color: #3b3b3b
}

.banner-service .col-left {
	margin-right: .3em
}

.banner-service .col-left i.icon {
	transform: scale(-1, 1)
}

.banner-service .banner-text-1 {
	font-size: .27em;
	line-height: 1.3em;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-bottom: .4em
}

.banner-service .banner-text-2 {
	color: #d4d4d4;
	font-size: .16em;
	line-height: 1.5em
}

.banner-service .banner-text-3 {
	font-size: .27em;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif
}

.banner-service .banner-text-3 i.icon {
	margin-right: .6em
}

.banner-service .banner-text-4 {
	font-size: .16em;
	line-height: 1.6em;
	color: #d4d4d4
}

@media (max-width:991px) {
	.banner-service .col-left {
		margin-right: 0
	}
	.banner-service .col-left i.icon {
		font-size: .4em
	}
	.banner-service .banner-text-1 {
		padding-bottom: .05em
	}
	.banner-service .banner-text-4 {
		display: none
	}
}

@media (max-width:767px) {
	.banner-service {
		font-size: 18.5vw
	}
}

@media (max-width:479px) {
	.banner-col {
		width: inherit!important;
		margin-top: 0
	}
}

.custom-bg-4 {
	padding: 101px 0 100px
}

@media (max-width:767px) {
	.custom-bg-4 {
		padding: 44px 0 30px
	}
}

.custom-bg-4 .block-title .block-title__title {
	color: #fff
}

.custom-bg-4 .block-title .block-title__description {
	color: #fff
}

.custom-bg-4 .slick-dots li:not(.slick-active) button {
	background-color: #fff
}

.custom-bg-4 .slick-slider {
	margin-bottom: 0
}

@media (min-width:1025px) {
	.custom-bg-4 {
		background-attachment: fixed
	}
}

@media (max-width:991px) {
	.custom-bg-4 {
		padding: 60px 0
	}
}

@media (max-width:575px) {
	.custom-bg-4 {
		padding: 50px 0
	}
}

.slick-slide {
	height: inherit!important
}

.pricing-box02 {
	background-color: #fff;
	text-align: center;
	padding: 29px 0 35px;
	margin-left: 15px;
	margin-right: 15px;
	transition: background-color 0.6s ease-in-out 0s;
	height: 100%
}

.pricing-box02 .pricing-box02__title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 29px;
	font-weight: 600;
	color: #3a3a3a;
	transition: all 0.3s ease 0s;
	padding: 0 25px
}

.pricing-box02 .pricing-box02__price {
	font-size: 44px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	margin-top: 19px
}

.pricing-box02 .pricing-box02__price sup {
	font-size: 60%
}

.pricing-box02 .pricing-box02__img {
	background: url(../../../themes/car-repair-services../images/pricing-box02-bg.png) center top no-repeat;
	min-height: 163px;
	margin-top: 14px
}

.pricing-box02 .pricing-box02__description {
	color: #3a3a3a;
	transition: all 0.3s ease 0s;
	margin-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	line-height: 25px
}

.pricing-box02 .btn:not([data-action]) {
	margin-top: 29px
}

@media (min-width:1025px) {
	.pricing-box02 .btn:not([data-action]) {
		padding-left: 44px;
		padding-right: 44px
	}
}

.pricing-box02:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 4px;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #fede00;
	-webkit-transition: width 0.2s ease;
	transition: width 0.2s ease
}

.pricing-box02.slick-center,
.pricing-box02.item-active {
	background-color: #616161
}

.pricing-box02.slick-center .pricing-box02__title,
.pricing-box02.item-active .pricing-box02__title {
	color: #fff
}

.pricing-box02.slick-center .pricing-box02__price,
.pricing-box02.item-active .pricing-box02__price {
	color: #fede00
}

.pricing-box02.slick-center .pricing-box02__description,
.pricing-box02.item-active .pricing-box02__description {
	color: #fff
}

.pricing-box02.slick-center:before,
.pricing-box02.item-active:before {
	width: 100%
}

.pricing-box02.slick-center .btn.btn-border.btn-invert,
.pricing-box02.item-active .btn.btn-border.btn-invert {
	border-color: #fff;
	color: #fff;
	transition: all 0s 0s ease, background-color 0.4s ease-in-out, color 0.4s ease
}

.pricing-box02.slick-center .btn.btn-border.btn-invert:hover,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover {
	background-color: #ffffff!important;
	border-color: #ffffff!important;
	color: #3a3a3a!important
}

.pricing-box02.slick-center .btn.btn-border.btn-invert:hover:before,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover:before,
.pricing-box02.slick-center .btn.btn-border.btn-invert:hover:after,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover:after {
	display: none!important
}

@media (max-width:1024px) {
	.pricing-box02 .pricing-box02__title {
		font-size: 22px;
		line-height: 27px
	}
	.pricing-box02 .pricing-box02__price {
		font-size: 40px
	}
	.pricing-box02 .pricing-box02__description {
		font-size: 15px;
		line-height: 21px
	}
}

@media (max-width:767px) {
	.pricing-box02 .pricing-box02__title {
		font-size: 18px;
		line-height: 25px;
		padding-left: 15px;
		padding-right: 15px
	}
	.pricing-box02 .pricing-box02__price {
		font-size: 34px
	}
	.pricing-box02 .pricing-box02__description {
		font-size: 14px;
		line-height: 19px;
		padding-left: 15px;
		padding-right: 15px
	}
	.pricing-box02 .btn:not([data-action]) {
		margin-top: 22px
	}
}

#pageTitle.page-title-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	background-size: 100%;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	height: 203px;
	padding: 0;
	width: 100%
}

@media (max-width:575px) {
	.brands-grid+.divider-lg {
		height: 25px
	}
}

@media (max-width:991px) {
	header .navbar-nav li:not(.opened) .ecaret {
		width: 100%
	}
	header .navbar-nav li:not(.opened) .ecaret:after {
		right: 0;
		text-align: right;
		margin-right: 16px
	}
}

html.mac.touch-device .wrapper-extra-01 {
	overflow: hidden;
	position: relative
}

html.mac.touch-device .wrapper-extra-01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	z-index: 1
}

@media (max-width:991px) {
	.bg-dark-custom .block.pad-sm {
		padding: 0!important
	}
	.bg-dark-custom .block.bg-dark.full-block {
		background: none
	}
	.bg-dark-custom .tablet-bg {
		background: url(../../../themes/car-repair-services../images/grey-bg-1.png) repeat 0 0;
		padding: 60px 25px
	}
}

@media (max-width:991px) and (max-width:575px) {
	.bg-dark-custom .tablet-bg {
		padding: 50px 20px
	}
}

.panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: inherit
}

.panel-menu {
	width: 286px;
	background: #262626;
	position: fixed;
	z-index: 9999
}

.panel-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.panel-menu ul li {
	margin: 0;
	width: 100%
}

.panel-menu ul li a {
	display: flex;
	font-size: 16px;
	line-height: 24px;
	padding: 11px 65px 9px 20px;
	text-decoration: none;
	color: #fff;
	background: transparent;
	position: relative;
	transition: all 0.3s ease 0s
}

.panel-menu ul li a:hover {
	color: #fede00;
	background: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #333
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
	color: #fff
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
	color: #fede00
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
	top: 15px
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
	font-weight: 400
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
	top: -1px
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
	display: block;
	color: #fff;
	background-color: transparent;
	text-transform: uppercase
}

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	transition: all 0.3s ease 0s;
	color: #fff
}

.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
	color: #fede00
}

.panel-menu li.mm-close-parent .mm-close {
	padding: 18px 16px 7px 29px;
	color: #fff;
	background-color: transparent;
	font-family: 'auto';
	font-size: 0;
	line-height: 0;
	text-align: right
}

.panel-menu li.mm-close-parent .mm-close:before {
	content: "\e930";
	padding-right: 10px;
	position: relative;
	top: 0;
	font-size: 18px;
	color: #fff
}

.panel-menu li.mm-close-parent .mm-close:hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
	color: #fede00
}

.panel-menu .mm-prev-level {
	padding: 14px 16px 15px 29px;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #333;
	margin-bottom: 15px
}

.panel-menu .mm-prev-level:before {
	content: "\e91f";
	padding-right: 10px;
	position: relative;
	top: 0;
	color: #fff;
	display: inline-block;
	font-family: 'auto'
}

.panel-menu .mm-prev-level:hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu .mm-prev-level:hover:before {
	color: #fede00
}

.panel-menu .mm-next-level {
	color: #fff;
	background-color: transparent
}

.panel-menu .mm-next-level:after {
	content: "\e920";
	padding-left: 10px;
	top: 15px;
	right: 30px;
	position: absolute;
	color: #fff;
	font-family: 'auto'
}

.panel-menu .mm-next-level:hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu .mm-next-level:hover:after {
	color: #fede00
}

.panel-menu .mm-original-link {
	font-weight: 700;
	color: #fff;
	background-color: transparent
}

.panel-menu .mm-original-link:before {
	padding-right: 10px;
	color: #fff
}

.panel-menu .mm-original-link:hover {
	color: #fede00;
	background-color: transparent
}

.panel-menu .mm-original-link:hover:before {
	color: #fede00
}

.mm-open {
	overflow: hidden
}

.mm-open .mm-fullscreen-bg {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .55);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 21;
	display: none
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.panel-menu {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
	left: auto;
	right: 0;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mmitemopen.panel-menu.mmhide {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mmpanel {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mmpanels {
	overflow: hidden
}

.mmpanel.mmopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mmpanel.mmsubopened {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

.mmpanels>.mmpanel {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto
}

.mmpanels,
.mmpanels>.mmpanel {
	background: inherit;
	border-color: inherit
}

.mmpanels>.mmpanel:not(.mmhidden) {
	display: block
}

.mmpanels>.mmpanel:after {
	content: '';
	display: block;
	height: 20px
}

.mmhidden,
.mm-nav-btn {
	display: none
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
	outline: none
}

.newslist .newslist__item {
	display: block;
	text-decoration: none;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 25px
}

.newslist .newslist__item .newslist__data {
	font-size: 13px;
	line-height: 24px
}

.newslist .newslist__item .newslist__title {
	font-size: 18px;
	line-height: 24px;
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 12px;
	padding-bottom: 13px
}

.newslist .newslist__item .newslist__title+* {
	margin-top: 0
}

.newslist .newslist__item:not(:first-child) {
	margin: 24px 0 0 0
}

.newslist .newslist__item:not(:last-child) {
	border-bottom: 1px solid #eef0f1;
	padding-bottom: 24px
}

@media (max-width:767px) {
	.newslist .newslist__item {
		font-size: 14px;
		line-height: 19px
	}
	.newslist .newslist__item .newslist__data {
		font-size: 12px
	}
	.newslist .newslist__item .newslist__title {
		font-size: 14px;
		line-height: 17px;
		margin-top: 4px;
		padding-bottom: 7px
	}
	.newslist .newslist__item:not(:first-child) {
		margin: 19px 0 0 0
	}
	.newslist .newslist__item:not(:last-child) {
		padding-bottom: 19px
	}
}

.block-title+.newslist {
	margin-top: -8px
}

@media (min-width:1025px) {
	.block-title+.newslist {
		max-width: 355px
	}
}

.newsbox-caption {
	color: #f7f7f7;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 180px;
	line-height: 1;
	margin-top: -42px;
	margin-left: -10px;
	margin-bottom: -23px;
	white-space: nowrap;
	width: 100%
}

@media (max-width:1024px) {
	.newsbox-caption {
		font-size: 150px
	}
}

@media (max-width:767px) {
	.newsbox-caption {
		position: absolute;
		font-size: 140px
	}
}

@media (max-width:575px) {
	.newsbox-caption {
		font-size: 100px;
		text-align: center;
		margin-top: -20px
	}
}

@media (max-width:575px) {
	.tt-col-575 {
		width: 100%
	}
}

@media (min-width:576px) {
	.hidden-575 {
		display: none
	}
}

@media (max-width:767px) {
	.hide767 {
		display: none
	}
}

.show767 {
	display: none
}

@media (max-width:767px) {
	.show767 {
		display: block
	}
}

@media (max-width:575px) {
	.custom-news-layout .block-title.text-left {
		text-align: center
	}
}

@media (min-width:992px) {
	.js-newsbox {
		margin-bottom: -15px
	}
}

.newslist {
	margin-bottom: -7px
}

.newsbox .newsbox__img img {
	max-width: 100%;
	height: auto
}

.newsbox .newsbox-content {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	margin-right: 24px;
	position: relative;
	margin-top: -119px;
	padding: 36px 30px 30px 30px
}

.newsbox .newsbox__data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 24px
}

.newsbox .newsbox__data .icon-marker {
	width: 46px;
	height: 3px;
	display: inline-block;
	background-color: #fede00;
	margin-left: 15px
}

.newsbox .newsbox__title {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 12px 0 0 0;
	padding: 0 0 15px 0
}

.newsbox .newsbox__title a {
	color: #3a3a3a;
	text-decoration: none;
	transition: all 0.1s ease 0s
}

.newsbox .newsbox__title a:hover {
	color: #fede00
}

.newsbox .newsbox__link {
	font-size: 14px;
	font-weight: 500;
	color: #5e5e5e;
	text-decoration: none;
	display: inline-block;
	transition: all 0.1s ease 0s
}

.newsbox .newsbox__link:hover {
	color: #fede00
}

.newsbox .newsbox-caption {
	font-size: 180px;
	line-height: 18px;
	white-space: nowrap;
	color: #f7f7f7;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

@media (max-width:575px) {
	.newsbox .newsbox-content {
		padding: 25px
	}
}

.js-newsbox {
	margin-left: -15px;
	margin-right: -15px
}

.js-newsbox .newsbox__item {
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.js-newsbox .slick-slide {
	padding-bottom: 15px
}

.page-footer .footer-bottom-right {
	float: right
}

@media (max-width:767px) {
	.page-footer .copyright {
		float: none
	}
	.page-footer .footer-bottom-right {
		float: none
	}
}

.card01-wrapper .item {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px
}

@media (max-width:767px) {
	
}

@media (max-width:991px) {
	.woocommerce-Tabs-panel.entry-content.wc-tab {
		width: 100%
	}
}

body.layout-2 .btn-color02.btn.btn-border:not(:hover) {
	border-color: #fff;
	color: #fff
}

body.layout-2 .btn-color02.btn.btn-border:hover {
	color: #3a3a3a;
	border-color: #fff
}

body.layout-2 .btn-color02.btn.btn-border:before,
body.layout-2 .btn-color02.btn.btn-border:after {
	background: #ffffff!important
}

.slick-arrow-t-r .slick-prev,
.slick-arrow-t-r .slick-next {
	top: -44px;
	left: auto
}

.slick-arrow-t-r .slick-next {
	right: 5px
}

.slick-arrow-t-r .slick-prev {
	right: 55px
}

#appointmentForm.modal .btn:not([data-action]) {
	padding: 17px 76px
}

#appointmentForm.modal .notes-custom {
	margin-top: 16px
}

#appointmentForm.modal p {
	margin-bottom: 12px
}

.input-type-file {
	position: relative;
	width: 100%
}

.subtitle+.marker-list-sm {
	margin-top: 0
}

.select-wrapper.arrow-none:before {
	display: none
}

.marker-list-sm {
	margin-top: 34px
}

.marker-list-sm+p {
	margin-top: 20px
}

@media (max-width:1199px) {
	.layout-2 .container {
		width: 100%
	}
}

.testimonial-wrapper.blog-isotope {
	margin-bottom: 0
}

.schedule_one .section__text-background.text-background__center {
	left: -55px;
	transform: none;
	margin-right: 0;
	width: unset;
	top: 45%
}

@media (max-width:1300px) {
	.schedule_one .section__text-background.text-background__center {
		left: auto;
		right: auto;
		margin: 0 auto
	}
}

.overflow-hidden {
	overflow: hidden
}

.brands-grid img {
	max-width: 100%
}

.footer-section03 .social-links ul li a img {
	max-width: 40px
}

.row.service-single {
	display: flex
}

.row.service-single .col-12.col-sm-5.col-md-4 {
	order: 2
}

.row.service-single .col-12.col-sm-7.col-md-8 {
	order: 1
}

@media (max-width:767px) {
	.row.service-single .col-12.col-sm-7.col-md-8 {
		margin-bottom: 50px
	}
}

.services-block-alt i.icon img {
	max-width: 60px;
	max-height: 60px
}

.nav-aside ul li a .nav-aside__icon img {
	height: 23px;
	width: 23px
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block
}

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none
	}
	.main-navigation ul {
		display: block
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both
}

.widget select {
	width: 100%;
	padding: 6px 10px
}

.sticky {
	display: block
}

.byline,
.updated:not(.published) {
	display: none
}

.single .byline,
.group-blog .byline {
	display: inline
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0
}

.page-links {
	clear: both;
	margin: 0 0 1.5em
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: left
}

.blog-post .post-teaser .gallery-item {
	background-color: transparent
}

.post-teaser img {
	max-width: 100%;
	height: auto
}

.edit-link {
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	margin-left: 10px;
	margin-top: 30px
}

.edit-link a {
	color: #fff
}

.wp-caption-text.gallery-caption {
	display: block;
	padding: 20px 20px 20px 0;
	text-align: left
}

.post-teaser th {
	font-size: 17px!important
}

.post-teaser a {
	font-size: 15px!important
}

.post-teaser td {
	font-weight: 600
}

.post-teaser img {
	height: auto;
	max-width: 100%
}

.widget img {
	height: auto;
	max-width: 100%
}

.category-list>li {
	font-size: 16px;
	line-height: 20px
}

.category-list>li {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0 10px 20px;
	position: relative;
	margin-top: 0
}

.post-teaser ul li>span {
	font-size: 14px!important
}

.category-list>li a {
	color: hsl(0, 0%, 27%);
	font-size: 16px!important;
	text-decoration: none
}

.category-list>li {
	font-size: 16px!important
}

.post-teaser input[type="text"],
.post-teaser input[type="password"] {
	border: 1px solid hsl(0, 0%, 60%);
	border-radius: 0;
	padding: 13px 22px
}

.nav-links>.page-numbers {
	border: 1px solid #000;
	display: inline-block;
	padding: 10px 15px
}

.blog-post>.inside {
	padding: 0
}

.tags-links.tags-list>li {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 5px;
	padding: 0
}

.blog-post .post-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.sticky_post_icon {
	font-size: 2.76em;
	position: absolute;
	right: 0;
	background: rgba(256, 256, 256, .9);
	color: #333;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	z-index: 1;
	padding: 4px;
	border: 3px solid
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: auto
}

address {
	margin-bottom: 20px
}

.category-list {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.list-image>img {
	max-width: 100%;
	height: auto;
	width: auto
}

.widget_nav_menu ul>li>ul.sub-menu>li>ul.sub-menu ul.sub-menu {
	padding-left: 13px
}

.widget_nav_menu ul>li>ul.sub-menu li>ul.sub-menu li {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.widget_nav_menu ul>li>ul.sub-menu li>ul.sub-menu.category-list>li>a {
	margin-left: 15px
}

ol>li,
ul li {
	margin-top: 8px
}

.column-right ul {
	padding-bottom: 0
}

.post-image img {
	height: auto;
	max-width: 100%
}

.textwidget>form select option {
	width: 250px
}

.entry-content img {
	max-width: 100%;
	height: auto
}

.box-step .title span {
	color: #009cdc
}

.comments-area .comment .comment {
	margin-left: 2em
}

.comment-reply-title {
	font-size: 28px;
	font-weight: 600
}

.blog #monster-widget-placeholder-1 {
	margin-top: 40px
}

.post-teaser input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	border: 1px solid #333;
	background: #333;
	padding: 14px 22px 13px;
	display: inline-block;
	width: auto;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin: 0 0
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 40px
}

ol ol,
ol ul,
ul ol,
ul ul,
ul,
ol {
	margin-bottom: 0
}

.post-teaser ul ul,
.post-teaser ol ol {
	padding-left: 20px;
	padding-bottom: 0
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}

.page>.offset-sm>p {
	padding-top: 20px
}

@font-face {
	font-family: 'auto';
	src: url(../css/fonts/auto7d59.eot?tt9lds);
	src: url('../css/fonts/auto7d59.eot?tt9lds#iefix') format('embedded-opentype'), url(../css/fonts/auto7d59.ttf?tt9lds) format('truetype'), url(../css/fonts/auto7d59.woff?tt9lds) format('woff'), url('./css/fonts/auto7d59.svg?tt9lds#auto') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'auto'!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-arrowhead-pointing-to-the-right1:before {
	content: "\e93e"
}

.icon-92962:before {
	content: "\e93d"
}

.icon-wrench:before {
	content: "\e93c"
}

.icon-tuneup:before {
	content: "\e93b"
}

.icon-tow-truck:before {
	content: "\e93a"
}

.icon-diag:before {
	content: "\e939"
}

.icon-ok:before {
	content: "\e933"
}

.icon-info:before {
	content: "\e934"
}

.icon-raketa:before {
	content: "\e935"
}

.icon-wrech1:before {
	content: "\e936"
}

.icon-gear:before {
	content: "\e937"
}

.icon-122264:before {
	content: "\e938"
}

.icon-phone:before {
	content: "\e931"
}

.icon-email:before {
	content: "\e932"
}

.icon-arrowhead-pointing-to-the-right:before {
	content: "\e929"
}

.icon-exhaust-pipe:before {
	content: "\e92c"
}

.icon-engine:before {
	content: "\e92d"
}

.icon-gearshift:before {
	content: "\e92e"
}

.icon-shop-cart:before {
	content: "\e92f"
}

.icon-star:before {
	content: "\e900"
}

.icon-calendar:before {
	content: "\e901"
}

.icon-calendar-page:before {
	content: "\e902"
}

.icon-oil:before {
	content: "\e903"
}

.icon-balance:before {
	content: "\e904"
}

.icon-power:before {
	content: "\e905"
}

.icon-car-wheel:before {
	content: "\e906"
}

.icon-disc-brake:before {
	content: "\e907"
}

.icon-check:before {
	content: "\e908"
}

.icon-close-cross:before {
	content: "\e909"
}

.icon-clock:before {
	content: "\e90a"
}

.icon-locate:before {
	content: "\e90b"
}

.icon-favorite:before {
	content: "\e90c"
}

.icon-interface:before {
	content: "\e90d"
}

.icon-lines-menu:before {
	content: "\e90e"
}

.icon-search:before {
	content: "\e90f"
}

.icon-rocket:before {
	content: "\e910"
}

.icon-people-1:before {
	content: "\e911"
}

.icon-people:before {
	content: "\e912"
}

.icon-transport:before {
	content: "\e913"
}

.icon-people-2:before {
	content: "\e914"
}

.icon-people-3:before {
	content: "\e915"
}

.icon-settings:before {
	content: "\e916"
}

.icon-shape:before {
	content: "\e917"
}

.icon-squares:before {
	content: "\e918"
}

.icon-technology:before {
	content: "\e919"
}

.icon-tool:before {
	content: "\e91a"
}

.icon-diploma:before {
	content: "\e91b"
}

.icon-transport-1:before {
	content: "\e91c"
}

.icon-mark:before {
	content: "\e91d"
}

.icon-web-settings:before {
	content: "\e91e"
}

.icon-arrow-left:before {
	content: "\e91f"
}

.icon-arrow-right:before {
	content: "\e920"
}

.icon-arrows-2:before {
	content: "\e921"
}

.icon-behance-logo:before {
	content: "\e922"
}

.icon-facebook-logo:before {
	content: "\e923"
}

.icon-google-plus-logo:before {
	content: "\e924"
}

.icon-instagram-logo:before {
	content: "\e925"
}

.icon-linkedin-logo:before {
	content: "\e926"
}

.icon-tumblr-logo:before {
	content: "\e927"
}

.icon-twitter-logo:before {
	content: "\e928"
}

.icon-8800:before {
	content: "\e940"
}

.icon-59439:before {
	content: "\e941"
}

.icon-109720:before {
	content: "\e943"
}

.icon-259477:before {
	content: "\e945"
}

.icon-271045:before {
	content: "\e948"
}

.icon-452814:before {
	content: "\e93f"
}

.icon-598823:before {
	content: "\e947"
}

.icon-733614:before {
	content: "\e942"
}

.icon-808728:before {
	content: "\e946"
}

.icon-1:before {
	content: "\e944"
}

.icon-mobile_menu:before {
	content: "\e94c"
}

.icon-612844:before {
	content: "\e964"
}

.icon-close:before {
	content: "\e930"
}

.icon-arrow_up:before {
	content: "\e92a"
}

.icon-arrow_down:before {
	content: "\e92b"
}

.elementor-1721 .elementor-element.elementor-element-927c409>.elementor-element-populated {
	padding: 0 0 0 0
}

body {}

@media (min-width: 992px) {
	header.page-header-1 .navbar-nav>li>a,
	header.page-header-2 .navbar-nav>li>a {
		color: #000000;
	}
}

header .header-row {
	background: rgba(0, 0, 0, 0) url("../images/grey-bg.png") repeat scroll 0 0;
}


/*--------   2.2 Header          --------*/

body.home header.page-header {
	position: absolute;
	background: none;
}

body:not(.home) {
	background: url(../images/header-photo-bg.jpg) no-repeat center 0;
}

@media (max-width: 991px) {
	#pageTitle {
		background: url(../images/header-photo-bg.jpg) repeat 0;
		background-size: cover;
	}
}

body:not(.home) #pageContent {
	padding-top: 100px;
}

@media (min-width: 992px) {
	body:not(.home) #pageContent {
		padding-top: 120px;
	}
}

h2 {
	color: #000;
}

h4 {
	color: #000;
}

h5 {
	color: #000;
}

a {}

a:hover {}

.car_repair_services_wc_products_tab.vc_tta.vc_tta-style-classic .vc_tta-tab a {}

.widget-title,
.title-contact-info,
.widgettitle {
	color: #000;
}

body {}


/*anchor*/

dl,
dd,
a {}

a:hover,
h1 a:hover,
h2 a:hover,
.column-right .side-block ul li a:hover {}


/*heading*/

.loader-circle-2 {
	border-right-color: #ffc513;
}

.loader .line:nth-child(6),
.loader .subline:nth-child(11) {
	background: #ffc513;
}

.loader .needle:before {
	border-color: transparent #ffc513 transparent transparent;
}

h1,
h2.h-lg,
.modal-header a:hover {}

.block.bg-1 h1,
.block.bg-2 h1,
.block.bg-3 h1,
.block.bg-1 h2,
.block.bg-2 h2,
.block.bg-3 h2,
.block.bg-1 h3,
.block.bg-2 h3,
.block.bg-3 h3,
.black-bg-color h2.h-lg,
.banner-under-slider h2,
.banner-under-slider h3,
.banner-under-slider h4,
.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3,
.page-footer .footer-phone,
.page-footer .footer-phone h2 {}

.side-block {
	border-bottom: 1px solid#ffc513;
}

.vc_toggle,
.divider-line {
	border-top: 1px solid#ffc513;
}

.promo-banner {
	border: 2px dotted#ffc513;
}

.quote-simple {
	border-left: 4px solid#ffc513;
}

.color,
a.color,
a.color:hover,
a.color:focus,
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected,
.blog-post .post-meta li i.icon,
#appointmentForm.modal .modal-dialog .modal-header .close,
.slick-prev:hover:before,
.slick-next:hover:before,
.reply a {}

.block.bg-1,
.block.bg-2,
.block.bg-3,
block.bg-1 a,
.block.bg-2 a,
.block.bg-3 a,
.banner-under-slider,
.services-angle-text h5,
header .header-phone,
header .header-right .address {}

.text-icon .icon-wrapper>span i {}

.vertical-tab-menu .list-group>a i.icon,
.stat-box .icon,
.contact-info>.icon,
.social-links ul li a,
.category-list>li:after,
.services-block-alt .services-link,
.promo-banner .icon-lg,
.page-footer .contact-info .icon,
.page-footer .social-links ul li a,
.breadcrumbs .breadcrumb a:hover,
.link a,
.post-preview .post-title a:hover {}

@media (max-width: 991px) {
	#slide-nav #slidemenu .close-menu,
	header.page-header .navbar-toggle {}
}

a:hover,
h1 a:hover,
h2 a:hover,
.column-right .side-block ul li a:hover {}


/*heading*/

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 b,
h2 b,
h3 b,
h3 b {}

.back-to-top a,
.services-block .image,
.services-angle-text .number,
.text-icon .icon-wrapper>span,
.testimonials-item,
td#today,
.service-icon .icon-wrapper span,
.services-block-alt .image i,
.image-scale-color:after,
.text-icon-sm .icon-wrapper>span,
.woocommerce #slide-nav #slidemenu.slide-active .search-container button.button,
.woocommerce .search-container button.button:hover,
.service-icon .icon-wrapper .fack_icon_div,
.services-block-alt .image .fack_icon_div,
.calendar_wrap td#today {
	background-color: #ffc513!important;
}

body .services-block-alt .image i,
.services-block-alt .image .fack_icon_div {
	-webkit-box-shadow: 0 0 0 20px #ffc513;
	-moz-box-shadow: 0 0 0 20px #ffc513;
	box-shadow: 0 0 0 20px #ffc513;
}

.services-block-alt .image:hover i,
.services-block-alt .image:hover .fack_icon_div {
	-webkit-box-shadow: 0 0 0 0px #ffc513;
	-moz-box-shadow: 0 0 0 0px #ffc513;
	box-shadow: 0 0 0 0px #ffc513;
}

header.page-header .appointment,
header.page-header .appointment:after,
.modal-header .appointment:after {
	border-color: transparent #ffc513 transparent transparent;
}

.input-custom:hover,
.input-custom:focus,
.input-custom.focus,
.table .cell-marker,
.coupon-print-inside {
	border-color: #ffc513;
}

header.page-header .appointment,
.modal-header .appointment,
.table .cell-marker {
	background-color: #ffc513;
}

.color,
a.color,
a.color:hover,
a.color:focus,
.services-block .service.dark h2,
.services-block .service.dark h3,
.services-block .service.dark h4,
header.page-header-1 .header-phone .phone-number .code,
.marker-list>li:after,
header.page-header-1 .header-right .address span,
.testimonials-item .inside .rating,
.services-block-alt .caption .title,
.testimonial-card:after,
.icon-star:before,
blockquote::before {
	color: #ffc513;
}

.page-footer .footer-phone .number {
	color: #ffc513;
}


/*Menu Color*/

@media (min-width: 992px) {
	header.page-header-1 .navbar-nav>li>a:after {
		background-color: #ffc513;
		color: #000000;
	}
}


/*Slider Color*/

#mainSlider .slide-content h4,
#mainSlider .slide-content p {}

#mainSlider .slide-content h3 {
	color: #ffc513;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {}

#mainSlider .slick-prev:hover:before,
#mainSlider .slick-next:hover:before {}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {}


/*Button*/

.btn:before,
.btn:after,
.column-right .widget_search button:hover,
input[type="submit"]:hover,
.tags-list li a:hover,
.tagcloud a:hover {}

.view-more-testimonial:hover {
	background-color: #2c2c2c!important;
}

button#place_order,
.btn-invert {
	background: #ffc513;
}

.btn-lg.btn-invert.view-more-testimonial {
	background-color: #ffc513;
}

.blog-post a.more-link:before,
.blog-post a.more-link:after {
	background-color: #ffc513!important;
}

.btn.btn-border {
	border-color: #2c2c2c;
}

.btn:hover,
.btn.active,
.btn:active,
.btn.focus,
.btn:focus {}

.btn-invert:hover,
.btn-invert.active,
.btn-invert:active,
.btn-invert.focus,
.btn-invert:focus {}

.btn::before,
.btn::after {}

.btn.btn-invert::before,
.btn.btn-invert::after {}

.btn.btn-lg.btn-full.false-submit {
	background-color: #ffc513!important;
	color: #ffc513!important;
}

.btn.btn-lg.btn-full.false-submit:hover {
	background-color: #ffc513!important;
	color: #ffc513!important;
}

.btn.btn-lg.btn-full.false-submit span {
	color: #ffc513!important;
}

.btn.btn-lg.btn-full.false-submit:hover span {
	color: #ffc513!important;
}

.btn::before,
.btn::after,
.column-right .widget_search button:hover,
input[type="submit"]:hover,
.tags-list li a:hover,
#slide-nav #slidemenu.slide-active .search-container .button,
.tagcloud a:hover {
	background: #ffc513!important;
}

@media (max-width: 991px) {
	.header-info-toggle [class*='icon-']:hover {}
}

.coupon-text4 {}

.coupon-text5 {}

.coupon .coupon-all::after {}

.coupon .coupon-all {}

.coupon-print-inside {}

.coupon .coupon-all {}

.coupon-text2 {}

.coupon .coupon-all:hover::after {}

.coupon .coupon-all:hover {}

header .header-cart:hover a.icon,
header .header-cart.opened a.icon {
	color: #ffc513!important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #ffc513;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #ffc513;
}

.woocommerce span.onsale,
header .header-cart .badge {
	background-color: #ffc513;
}

.woocommerce .star-rating span::before,
.woocommerce .comment-form p.stars a,
.woocommerce-tabs .tabs.wc-tabs li.active a {
	color: #ffc513!important;
}

.wc-tabs>li>a::after {
	background: #ffc513!important;
}

.woocommerce-pagination .page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #ffc513!important;
}

.filters-row .page-numbers .current {
	background-color: transparent !important;
	color: #fede00;
}

header.page-header-2 a.appointment:after {
	border-color: transparent #ffc513 transparent transparent;
}

header.page-header-2 a.appointment {
	background-color: #ffc513;
}

@media (min-width: 992px) {
	header.page-header-2 .navbar-nav>li.current-menu-item>a:after,
	header.page-header-2 .navbar-nav>li:hover>a:after {
		background-color: #ffc513;
	}
}

header.page-header-2 .search-container:hover .button {
	background-color: #ffc513;
}

#mainSlider .banner-btn,
#mainSlider .banner-btn:focus {
	border: 2px solid #ffc513;
}

.services-tabs .services-tabs-icons>span.active {
	background-color: #ffc513;
}

.icons-tabs .nav-tabs>li.active>a [class*='icon-'],
.icons-tabs .nav-tabs>li>a:hover [class*='icon-'] {
	color: #ffc513;
}

.icons-tabs .nav-tabs>li>a::after {
	background: #ffc513;
}

.marker-list-sm-1>li:after {
	color: #ffc513;
}

.how-works-number {
	color: #ffc513;
}

.banner-free .banner-text-1 {
	background-color: #ffc513;
}

.banner-free .banner-text-1:after {
	border-color: #ffc513 transparent transparent transparent;
}

.pricing-box-header {
	background-color: #ffc513;
}

.text-icon-hor2 .icon-wrapper2 {
	color: #ffc513;
}

#appointmentForm.modalform-sm .wpcf7-submit.btn {
	border-color: #ffc513;
}

body .textarea-custom:hover,
body .textarea-custom:focus,
body .input-custom:hover,
body .input-custom.focus,
body .wpcf7-form-control.wpcf7-textarea:hover,
body .wpcf7-form-control.wpcf7-textarea:focus {
	border-color: #ffc513!important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #ffc513!important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: #ffc513;
}

@media (min-width: 992px) {
	header.page-header-2 .navbar-nav .dropdown-menu {
		border-bottom-color: #ffc513;
	}
}

.pricing-box-footer .mark-icon {
	color: #ffc513;
}

@media (max-width: 991px) {
	header.page-header-2 .navbar-toggle:hover {
		color: #ffc513;
	}
}

.filters-row .page-numbers .current {
	color: #ffc513;
}

.estimator-panel .col-title [class*='icon'] {
	color: #ffc513;
}

.service-grid-item:hover .service-grid-item-title {
	background-color: #ffc513;
}

.service-grid-item-title:after {
	border-color: transparent transparent #ffc513 transparent;
}

@media (max-width: 767px) {
	.estimator-panel .panel-toggle {
		color: #ffc513;
	}
}

.car-faq-text .vc_toggle_title:hover h4 {
	color: #ffc513;
}

.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
	color: #ffc513;
}

.filters-by-category ul li a:after {
	background-color: #ffc513;
}

.twentytwenty-handle {
	background-color: #ffc513;
}

.section-blog .item .item__img .icon {
	background-color: #ffc513;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
	background: #ffc513;
}

.block-title .title-separator {
	background-color: #ffc513;
}

.block-title .title-separator:before,
.block-title .title-separator:after {
	background-color: #ffc513;
}

.faq-accordion .faq__title:before {
	background-color: #ffc513;
}

.info02 .info02__icon {
	color: #ffc513;
}

.blog-post .post-meta li.author .author__text {
	color: #ffc513;
}

.promo01 .promo01-header {
	background-color: #ffc513;
}

.promo01 .promo01-content .text-02 {
	color: #ffc513;
}

.services-block-alt .caption .title a:hover {
	color: #ffc513;
}

.services-block-alt:before {
	background-color: #ffc513;
}

.nav-pills>li.active>a {
	color: #ffc513 !important;
}

.nav-aside ul li a:before {
	background-color: #ffc513;
}

.address-info .address-info__icon {
	color: #ffc513;
}

.services-box .services-box__icon {
	color: #ffc513;
}

.card01 .card01__wrapper:before {
	background-color: #ffc513;
}

.card01 .card01__title a:hover {
	color: #ffc513;
}

.card01 .card01__social-icon li a:hover {
	background-color: #ffc513;
}

.marker-list-sm>li:after {
	color: #ffc513;
}

.promo-01 .promo-01__title .text-02 {
	color: #ffc513;
}

.box01 .box01__icon:before {
	background-color: #ffc513;
}

.promo02 .promo02__marker {
	color: #ffc513;
}

.stat-box02 .stat-box02__value {
	color: #ffc513;
}

.text-icon:before {
	background-color: #ffc513;
}

.video-block .video-block__icon span {
	background-color: #ffc513;
}

.stat-box02 .stat-box02__value:before {
	background-color: #ffc513;
}

.pricing-box02:before {
	background-color: #ffc513;
}

.pricing-box02.slick-center .pricing-box02__price,
.pricing-box02.item-active .pricing-box02__price {
	color: #ffc513;
}

.newsbox .newsbox__title a:hover {
	color: #ffc513;
}

.newsbox .newsbox__data .icon-marker {
	background-color: #ffc513;
}

.newsbox .newsbox__link:hover {
	color: #ffc513;
}

.box-custom01 .box-custom01__icon .icon {
	color: #ffc513;
}

.video-wrapper .video-block__icon span {
	background-color: #ffc513;
}

.services-tabs .services-tabs-nav>li a:before {
	background-color: #ffc513;
}

.start-box02 .start-box02__text {
	border-color: #ffc513;
}

.pt-slick-button .slick-arrow:hover {
	color: #ffc513;
}

.banner-service .banner-text-3 i.icon {
	color: #ffc513;
}

.services-title .title-separator {
	background-color: #ffc513;
}

.estimate-current-change {
	color: #ffc513;
}

.estimate-part-price-price {
	color: #ffc513;
}

.estimate-part-close {
	color: #ffc513;
}

.estimate-table-info-list .round-icon {
	color: #ffc513;
	border-color: #ffc513;
}

.estimator-panel .form-group label a,
div.rwmb-input .form-group label a {
	color: #ffc513;
}

#fullServices.modal .modal-header .close {
	color: #ffc513;
}

.services-title .title-separator:before,
.services-title .title-separator:after {
	background-color: #ffc513;
}

.btn-invert:before,
.btn-invert:after {
	background-color: #2c2c2c !important;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.woocommerce form .form-row .required {
	visibility: visible;
}