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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.wp-block-column:nth-child(even) {
		margin-left: 32px
	}

	.wp-block-column:not(:first-child) {
		margin-left: 32px
	}

	.wp-block-column:not(:last-child) {
		margin-right: 32px
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2)/ 3);
		margin-right: 16px
	}

	.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3)/ 4);
		margin-right: 16px
	}

	.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4)/ 5);
		margin-right: 16px
	}

	.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5)/ 6);
		margin-right: 16px
	}

	.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 16px * 6)/ 7);
		margin-right: 16px
	}

	.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 16px * 7)/ 8);
		margin-right: 16px
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.wp-block-latest-posts.columns-3 li {
		width: calc((100% / 3) - 16px)
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc((100% / 4) - 16px)
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc((100% / 5) - 16px)
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc((100% / 6) - 16px)
	}
}

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

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

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

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

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

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

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

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

	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
		grid-template-areas: "media-text-content" "media-text-media"
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-huge-font-size,.has-larger-font-size {
	font-size: 42px
}
/*!*font-family: 'Playfair Display', serif;*!*/

/*!*font-family: 'Lato', sans-serif;*!*/

/*!*font-family: 'Montserrat', sans-serif;*!*/

/*!*font-family: 'PT Serif', serif;*!*/

/*!*font-family: 'Mate', serif;*!*/
.author-first-inner {
	background-color: #fff;
	padding: 14px
21px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer
}

.author-first-inner
.thumb {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 100px
}

.author-first-inner  .tweet-text {
	color: #272727;
	float: right;
	width: 78%
}

.author-first-inner  .tweet-text
p {
	font-size: 24px;
	margin: 7px
0 35px
}

.author-first-inner .thumb
img {
	display: block;
	width: 100%;
	height: 100%
}

.author-first-inner .lower-btn>label {
	color: #9f9f9f;
	font-size: 17px;
	float: left;
	font-family: "Open Sans"
}

.author-first-inner .lower-btn>a {
	border: 1px
solid #c8e4e5;
	color: #c8e4e5;
	padding: 7px
18px 8px 48px;
	font-weight: bold;
	margin: 0
25px 18px0;
	float: right;
	text-decoration: none;
	color: #00b6e6;
	font-size: 16px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/twitter-single.png");
	background-repeat: no-repeat;
	background-position: 15px 13px;
	background-size: 15px;
	line-height: normal;
	font-family: "Open Sans"
}

.author-first-inner:hover .tweet-text
p {
	color: #e53935
}

.author-first-inner:hover   .lower-btn
a {
	color: #e53935;
	border: 1px
solid #e53935;
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/tweet-hover.png");
	background-position: 15px 13px;
	background-size: 15px
}

.author-second-inner {
	padding: 14px
21px;
	cursor: pointer;
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/second-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.author-second-inner
.thumb {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 100px
}

.author-second-inner .tweet-text {
	color: #272727;
	float: right;
	width: 78%
}

.author-second-inner .tweet-text
p {
	font-size: 24px;
	margin: 0px
0 0px;
	font-style: italic;
	padding-left: 5%
}

.author-second-inner .tweet-text .lower-btn {
	padding-left: 5%
}

.author-second-inner .thumb
img {
	display: block;
	height: 100%
}

.author-second-inner .lower-btn
label {
	font-size: 17px;
	font-style: italic;
	text-transform: uppercase;
	color: #9f9f9f;
	margin: 22px
0 15px;
	display: inline-block;
	font: 16px 'Playfair Display', Georgia, serif
}

.author-second-inner .lower-btn>a {
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/twitter-single.png");
	background-repeat: no-repeat;
	background-size: 19px auto;
	color: #00b6e6;
	float: right;
	font-size: 16px;
	margin: 0
51px 22px 0;
	padding: 0
0 6px 42px;
	text-decoration: none;
	font-style: italic;
	float: right;
	color: #00b6e6;
	margin: 20px
0 10px;
	background-position: 15px 7px;
	background-size: 15px
}

.author-second-inner:hover .tweet-text
p {
	color: #e53935
}

.author-second-inner:hover .lower-btn>a {
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/tweet-hover.png");
	color: #e53935
}

.author-third-inner {
	padding: 40px
0 0 0;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none !important;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none
}

.author-third-inner
.thumb {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	float: left;
	overflow: hidden;
	width: 100px;
	padding: 0
3% 5% 5%;
	height: 100px
}

.author-third-inner .tweet-text {
	color: #272727;
	float: right;
	width: 73%
}

.author-third-inner .tweet-text
p {
	display: inline-block;
	position: relative;
	border-left: 1px solid #ededed;
	padding: 0
5% 0 30px;
	font: 24px "Playfair Display", Georgia, serif;
	font-style: italic;
	line-height: 1.2;
	color: #666
}

.author-third-inner .thumb
img {
	display: block;
	border-radius: 50%;
	height: 100%;
	width: 100%
}

.author-third-inner .lower-btn
label {
	font: 15px 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #314046;
	margin: 22px
0 15px;
	padding-left: 30px;
	display: inline-block
}

.author-third-inner
blockquote.style1 {
	font: 14px/20px italic Times, serif;
	padding: 0px;
	margin: 0px;
	background-image: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/Quote.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
	border-left: 1px solid #fff;
	background-position: 8px 9px;
	background-size: 20px
}

.author-third-inner blockquote.style1
p {
	background-position: 54% 99%;
	background-repeat: no-repeat;
	background-size: 19px auto;
	display: block;
	padding: 0
0 0 30px;
	margin: 0
auto;
	text-indent: 0;
	background-size: 15px
}

.author-third-inner:hover blockquote.style1
p {
	background-color: yellow;
	background-clip: content-box
}

.row.author-nm {
	display: none
}

.ctt-setting-container {
	width: 100%;
	display: block
}

.ctt-setting-container .ctt-left {
	width: 30%;
	float: left
}

.ctt-setting-container .ctt-right {
	width: 69%;
	float: right
}

.tweet-box .click-to-tweet
i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") no-repeat;
	margin-right: 3px;
	position: relative;
	top: 2px
}

.dis-hint .set-output {
	width: 44%
}

.col-preview {
	margin-top: 20px;
	float: left
}

.dis-hint .set-settings {
	width: 53%
}

.dis-hint .set-settings
label {
	font-size: 15px
}

.wp-admin .set-settings select, .wp-admin .set-settings input[type="text"] {
	width: 60%;
	height: 40px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.ctt-wrap {
	background: #fff;
	padding: 10px;
	border: 4px
solid #DCDCDC;
	margin: 10px
20px 0 2px
}

.ctt__settings
h3 {
	font-size: 17px;
	color: #2B6FB6
}

.box-design,.hint-box-container {
	border: 1px
solid #E4E4E4;
	padding: 20px;
	display: inline-block
}

.box-design>p {
	font-size: 14px;
	text-align: justify;
	color: #7c7c7c;
	font-family: "Open Sans",sans-serif !important
}

.ctt-mrsetting ul#ctt-tabmenu li.active a, .ctt-mrsetting ul#ctt-tabmenu li:hover a, .ctt-mrsetting ul#ctt-tabmenu li.current
a {
	box-shadow: none
}

input[value="Save"],#save_settings {
	border: 0;
	padding: 8px
20px;
	border-radius: 2px;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
	color: #fff;
	background: #00B9E6
}

.tweet-box {
	display: inline-block;
	padding: 15px
30px;
	margin: 15px
0px
}

.tweet-box
p {
	margin: 0
auto
}

.tweet-box .click-to-tweet {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #999;
	float: right;
	padding-right: 24px;
	text-decoration: none
}

.tweet-box.ctt-box-design-1 {
	margin: 0
auto
}

.tweet-box.ctt-box-design-1 {
	border: 5px
solid #e5e5e5;
	padding: 33px
40px 19px;
	margin: 15px
0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.tweet-box.ctt-box-design-1.ctt-color-1 {
	border: 5px
solid #eff1e5
}

.tweet-box.ctt-box-design-1.ctt-color-1:hover {
	border: 5px
solid #f38630
}

.tweet-box.ctt-box-design-1.ctt-color-1:hover .click-to-tweet {
	color: #f38630
}

.tweet-box.ctt-box-design-1.ctt-color-1:hover .click-to-tweet
i {
	background-position: 0 -458px
}

.tweet-box.ctt-box-design-1.ctt-color-2 {
	border: 5px
solid #9cccec
}

.tweet-box.ctt-box-design-1.ctt-color-2:hover {
	border: 5px
solid #eb7260
}

.tweet-box.ctt-box-design-1.ctt-color-2 .click-to-tweet {
	color: #3a9ad9
}

.tweet-box.ctt-box-design-1.ctt-color-2:hover .click-to-tweet {
	color: #eb7260
}

.tweet-box.ctt-box-design-1.ctt-color-2 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-1.ctt-color-2:hover .click-to-tweet
i {
	background-position: 0 -472px
}

.tweet-box.ctt-box-design-1
a {
	text-decoration: none
}

.tweet-box.ctt-box-design-1
p {
	font-size: 30px;
	color: #333;
	line-height: normal;
	font: 30px/38px "Montserrat",sans-serif;
	margin: 0
auto
}

.tweet-box:after {
	display: none
}

.tweet-box.ctt-box-design-1:hover .click-to-tweet {
	color: #00b9e6
}

.tweet-box.ctt-box-design-1:hover {
	border-color: #00b9e6;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.tweet-box.ctt-box-design-1 .click-to-tweet {
	color: #CCC;
	line-height: 22px;
	font-size: 14px;
	text-transform: none;
	font-family: "Montserrat",sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	padding-right: 0;
	transition: all 0.2s ease-out 0s;
	float: right;
	padding-top: 12px
}

.tweet-box.ctt-box-design-1 .click-to-tweet
i {
	background-position: 0 -402px
}

.tweet-box.ctt-box-design-1:hover .click-to-tweet i, .tweet-box.ctt-box-design-2 .click-to-tweet i, .tweet-box.ctt-box-design-3 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-2 {
	padding: 37px;
	background: #FDFDFD none repeat scroll 0% 0%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0;
	transition: all 0.2s ease-out 0s
}

.tweet-box.ctt-box-design-2
p {
	font: 30px/38px "PT Serif",serif;
	color: #7B7B7B;
	display: inline-block
}

.tweet-box.ctt-box-design-2 .click-to-tweet {
	color: #999;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	float: left;
	font-family: 'Open Sans',sans-serif;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-top: 29px;
	padding-top: 13px;
	border-top: 1px solid rgb(229,229,229);
	width: 100%;
	padding-top: 12px
}

.tweet-box.ctt-box-design-2:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

.tweet-box.ctt-box-design-2:hover
p {
	color: #666
}

.tweet-box.ctt-box-design-2.ctt-color-1 {
	background-color: #eff1e5
}

.tweet-box.ctt-box-design-2.ctt-color-1:hover {
	background-color: #f38630
}

.tweet-box.ctt-box-design-2.ctt-color-1:hover
p {
	color: #fff
}

.tweet-box.ctt-box-design-2.ctt-color-1 .click-to-tweet {
	color: #ccc;
	opacity: 1
}

.tweet-box.ctt-box-design-2.ctt-color-1:hover .click-to-tweet {
	color: #fff;
	opacity: 1
}

.tweet-box.ctt-box-design-2.ctt-color-1 .click-to-tweet
i {
	background-position: 0 -402px
}

.tweet-box.ctt-box-design-2.ctt-color-1:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-2.ctt-color-2 {
	background-color: #f7f7f7
}

.tweet-box.ctt-box-design-2.ctt-color-2:hover {
	background-color: #00ccd6
}

.tweet-box.ctt-box-design-2.ctt-color-2:hover
p {
	color: #fff
}

.tweet-box.ctt-box-design-2.ctt-color-2 .click-to-tweet {
	color: #ccc;
	opacity: 1
}

.tweet-box.ctt-box-design-2.ctt-color-2:hover .click-to-tweet {
	color: #fff;
	opacity: 1
}

.tweet-box.ctt-box-design-2.ctt-color-2 .click-to-tweet
i {
	background-position: 0 -402px
}

.tweet-box.ctt-box-design-2.ctt-color-2:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-3 {
	transition: all 0.2s ease-out 0s;
	background: #F7F7F7 none repeat scroll 0% 0%;
	border-radius: 0px;
	border: 0px
none;
	padding: 25px
30px
}

.tweet-box.ctt-box-design-3
p {
	color: #333;
	padding: 10px;
	font: 30px/38px "Open Sans",sans-serif;
	display: inline-block
}

.tweet-box.ctt-box-design-3 .click-to-tweet {
	color: #00B6E6;
	font: 14px "Open Sans",sans-serif;
	text-transform: none;
	padding-right: 0;
	padding-top: 12px
}

.tweet-box.ctt-box-design-3:hover {
	background: #333 none repeat scroll 0% 0%
}

.tweet-box.ctt-box-design-3:hover
p {
	color: #ccc
}

.tweet-box.ctt-box-design-3:hover .click-to-tweet {
	color: #fff
}

.tweet-box.ctt-box-design-3.ctt-color-1 {
	background-color: #e9e0d6
}

.tweet-box.ctt-box-design-3.ctt-color-1:hover {
	background-color: #354458
}

.tweet-box.ctt-box-design-3.ctt-color-1:hover
p {
	color: #fff
}

.tweet-box.ctt-box-design-3.ctt-color-1 .click-to-tweet {
	color: #00b6e6
}

.tweet-box.ctt-box-design-3.ctt-color-1:hover .click-to-tweet {
	color: #fff;
	opacity: 1
}

.tweet-box.ctt-box-design-3.ctt-color-1 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-3.ctt-color-1:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-3.ctt-color-2 {
	background-color: #efefef
}

.tweet-box.ctt-box-design-3.ctt-color-2:hover {
	background-color: #ffd900
}

.tweet-box.ctt-box-design-3.ctt-color-2:hover
p {
	color: #333
}

.tweet-box.ctt-box-design-3.ctt-color-2 .click-to-tweet {
	color: #00b6e6
}

.tweet-box.ctt-box-design-3.ctt-color-2:hover .click-to-tweet {
	color: #333
}

.tweet-box.ctt-box-design-3.ctt-color-2 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-3.ctt-color-2:hover .click-to-tweet
i {
	background-position: 0 -444px
}

.tweet-box.ctt-box-design-4 {
	border: 5px
solid rgb(174, 212, 238);
	border-radius: 0px;
	padding: 37px
25px;
	text-align: center;
	transition: all 0.2s ease-out 0s
}

.tweet-box.ctt-box-design-4
a {
	text-decoration: none
}

.tweet-box.ctt-box-design-4
p {
	color: #878787;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-family: "Mate",serif;
	text-align: center;
	margin-bottom: 10px;
	word-wrap: break-word
}

.tweet-box.ctt-box-design-4 .click-to-tweet {
	font-family: "Roboto",sans-serif;
	text-transform: none;
	font-weight: normal;
	float: none;
	color: #17B8E6;
	font-family: "Roboto",sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 6px
19px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 30px
}

.tweet-box.ctt-box-design-4 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-4:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-4:hover {
	border: 5px
solid #17B8E6
}

.tweet-box.ctt-box-design-4:hover
p {
	color: #878787;
	text-align: center;
	text-align: center;
	font-family: "Mate",serif;
	text-align: center;
	text-decoration: underline
}

.tweet-box.ctt-box-design-4:hover .click-to-tweet {
	background: #17B8E6;
	color: #fff
}

.tweet-box.ctt-box-design-4.ctt-color-1 {
	border: 5px
solid #fcc4af
}

.tweet-box.ctt-box-design-4.ctt-color-1:hover {
	border: 5px
solid #775ba3
}

.tweet-box.ctt-box-design-4.ctt-color-1 .click-to-tweet {
	background-color: transparent;
	color: #f98a5f
}

.tweet-box.ctt-box-design-4.ctt-color-1:hover .click-to-tweet {
	background-color: #775ba3;
	color: #fff
}

.tweet-box.ctt-box-design-4.ctt-color-1 .click-to-tweet
i {
	background-position: 0 -458px
}

.tweet-box.ctt-box-design-4.ctt-color-1:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-4.ctt-color-2 {
	border: 5px
solid #fde7ac
}

.tweet-box.ctt-box-design-4.ctt-color-2:hover {
	border: 5px
solid #de5842
}

.tweet-box.ctt-box-design-4.ctt-color-2 .click-to-tweet {
	background-color: transparent;
	color: #fcd059
}

.tweet-box.ctt-box-design-4.ctt-color-2:hover .click-to-tweet {
	background-color: #de5842;
	color: #fff
}

.tweet-box.ctt-box-design-4.ctt-color-2:hover
p {
	color: #de5842
}

.tweet-box.ctt-box-design-4.ctt-color-2 .click-to-tweet
i {
	background-position: 0 -430px
}

.tweet-box.ctt-box-design-4.ctt-color-2:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5 {
	box-shadow: 4px 4px 0px 0px #EBEBEB;
	border: 0px
none;
	border-radius: 0px;
	background: #49C5E6 none repeat scroll 0% 0%;
	padding: 0px;
	transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 4px 4px 0px 0px #ebebeb;
	-moz-box-shadow: 4px 4px 0px 0px #ebebeb;
	box-shadow: 4px 4px 0px 0px #ebebeb
}

.tweet-box.ctt-box-design-5
p {
	padding-top: 37px;
	padding-right: 115px;
	padding-left: 29px;
	padding-bottom: 30px !important;
	font-size: 24px;
	line-height: 36px;
	font-family: "Roboto",serif;
	font-weight: 300;
	transition: all 0.2s ease-out 0s;
	position: relative;
	z-index: 1;
	display: inline-block;
	color: rgb(255,255,255);
	margin-bottom: 0
}

.tweet-box.ctt-box-design-5:after {
	position: absolute;
	font-size: 14em;
	line-height: 203px;
	right: -10px;
	color: rgba(255,255,255,0.2)
}

.tweet-box.ctt-box-design-5 .click-to-tweet {
	display: block;
	padding: 8px
10px 10px 0px;
	font: 12px 'Roboto', Verdana, sans-serif;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	color: white;
	background-color: #2fa2c1;
	box-sizing: border-box;
	text-align: right;
	width: 100%;
	z-index: 1;
	text-transform: none
}

.tweet-box.ctt-box-design-5 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-5:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5:hover
p {
	background-color: #dcdcdc;
	color: #676767;
	text-decoration: underline
}

.tweet-box.ctt-box-design-5 p:before {
	content: '';
	opacity: 0.16;
	filter: alpha(opacity=16);
	width: 219px;
	height: 178px;
	position: absolute;
	right: 0px;
	top: 20px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/box_05_bg.png") no-repeat top center;
	z-index: -1
}

.tweet-box.ctt-box-design-5 .click-to-tweet:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -16px;
	border: 8px
solid transparent;
	border-top: 8px solid #298ba4;
	border-right: 8px solid #298ba4
}

.tweet-box.ctt-box-design-5.ctt-color-1 {
	background-color: #c3d7df;
	color: #67727a
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover {
	background-color: #f5f5f5;
	color: #676767
}

.tweet-box.ctt-box-design-5.ctt-color-1 .click-to-tweet {
	background-color: #6991ac
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover .click-to-tweet {
	background-color: #d75c37;
	color: #fff
}

.tweet-box.ctt-box-design-5.ctt-color-1
p {
	color: #67727a
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover
p {
	background-color: #f5f5f5;
	color: #676767
}

.tweet-box.ctt-box-design-5.ctt-color-1 .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover p:before {
	content: '';
	opacity: 0.75;
	filter: alpha(opacity=70)
}

.tweet-box.ctt-box-design-5 .click-to-tweet.ctt-color-1:before {
	border: 8px
solid transparent;
	border-top: 8px solid #67727a;
	border-right: 8px solid #67727a
}

.tweet-box.ctt-box-design-5.ctt-color-1:hover .click-to-tweet:before {
	border-top: 8px solid #b84421;
	border-right: 8px solid #b84421
}

.tweet-box.ctt-box-design-5.ctt-color-2 {
	background-color: #e2d893;
	color: #67727a
}

.tweet-box.ctt-box-design-5.ctt-color-2:hover {
	background-color: #73afb6;
	color: #676767
}

.tweet-box.ctt-box-design-5.ctt-color-2 .click-to-tweet {
	background-color: #a79e65
}

.tweet-box.ctt-box-design-5.ctt-color-2:hover .click-to-tweet {
	background-color: #5f9da1;
	color: #fff
}

.tweet-box.ctt-box-design-5.ctt-color-2
p {
	color: #2b2301
}

.tweet-box.ctt-box-design-5.ctt-color-2:hover
p {
	background-color: #73afb6;
	color: #fff
}

.tweet-box.ctt-box-design-5.ctt-color-2 .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5.ctt-color-2:hover .click-to-tweet
i {
	background-position: 0 -486px
}

.tweet-box.ctt-box-design-5.ctt-color-2 .click-to-tweet:before {
	border: 8px
solid transparent;
	border-top: 8px solid #787147;
	border-right: 8px solid #787147
}

.tweet-box.ctt-box-design-5.ctt-color-2:hover .click-to-tweet:before {
	border-top: 8px solid #437d81;
	border-right: 8px solid #437d81
}

.tweet-box.ctt-box-design-6 {
	background: #f5f5f5;
	border-left: 5px solid #bfbfbf;
	padding: 0
}

.tweet-box.ctt-box-design-6
p {
	font-size: 30px;
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	line-height: 1.2;
	padding: 34px
36px 20px 36px;
	color: #333;
	text-align: justify
}

.tweet-box.ctt-box-design-6 .click-to-tweet {
	font: 13px 'Open Sans', Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-left: 29px;
	padding: 20px
0px 30px 0px;
	border-top: 1px solid #dadada;
	width: 95%
}

.tweet-box.ctt-box-design-6 .click-to-tweet
i {
	background-position: 0 -171px;
	width: 25px;
	height: 20px
}

.tweet-box.ctt-box-design-6:hover .click-to-tweet
i {
	background-position: 0 -151px
}

.tweet-box.ctt-box-design-6:hover {
	border-left: 5px solid #2aa9e0
}

.tweet-box.ctt-box-design-6:hover .click-to-tweet {
	color: #2aa9e0
}

.tweet-box.ctt-box-design-7 {
	text-decoration: none !important;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	padding: 0
}

.tweet-box.ctt-box-design-7
p {
	overflow: hidden;
	padding-bottom: 5px;
	margin: 0
!important;
	position: relative;
	line-height: 1.25;
	color: #333;
	font: 30px "Lato", Arial, sans-serif;
	line-height: 1.2;
	padding: 5% 5% 0 5%;
	position: relative;
	text-align: justify
}

.tweet-box.ctt-box-design-7 .click-to-tweet {
	font: 16px 'Lato', Arial, sans-serif;
	color: #bfbfbf;
	margin: 0px
5%;
	padding: 22px
0px 10px 0px;
	text-transform: none;
	width: 90%;
	text-align: left
}

.tweet-box.ctt-box-design-7 .click-to-tweet
i {
	background-position: 0 -151px;
	width: 25px;
	height: 20px
}

.tweet-box.ctt-box-design-7:hover
p {
	color: #2aa9e0
}

.tweet-box.ctt-box-design-7:hover .click-to-tweet {
	color: #2aa9e0
}

.tweet-box.ctt-box-design-7 p:before {
	content: '';
	position: absolute;
	left: 5%;
	top: 0px;
	width: 60px;
	height: 5px;
	background-color: #bfbfbf
}

.tweet-box.ctt-box-design-7:hover p:before {
	background-color: #2aa9e0
}

.tweet-box.ctt-box-design-8 {
	text-decoration: none !important;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	padding: 0;
	text-align: center
}

.tweet-box.ctt-box-design-8
p {
	font: 30px "Playfair Display", Georgia, serif;
	font-style: italic;
	line-height: 1.2;
	padding: 40px
5% 0;
	position: relative;
	text-align: center;
	color: #333
}

.tweet-box.ctt-box-design-8 p:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	width: 60px;
	height: 16px;
	margin-left: -30px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") no-repeat;
	background-position: 0 -44px
}

.tweet-box.ctt-box-design-8 .click-to-tweet {
	display: inline-block;
	font: 16px 'Playfair Display', Georgia, serif;
	color: #00b6e6;
	margin-top: 27px;
	padding: 9px
21px;
	border: 1px
solid #00b6e6;
	border-radius: 20px;
	float: none;
	text-transform: none
}

.tweet-box.ctt-box-design-8:hover .click-to-tweet {
	color: #eb7260;
	border: 1px
solid #eb7260
}

.tweet-box.ctt-box-design-8 .click-to-tweet
i {
	background-position: 0 -299px
}

.tweet-box.ctt-box-design-8:hover .click-to-tweet
i {
	background-position: 0 -472px
}

.tweet-box.ctt-box-design-9 {
	padding: 0;
	text-decoration: none !important;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none
}

.tweet-box.ctt-box-design-9
p {
	font: 30px "Lato", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.2;
	padding: 0
45px;
	position: relative;
	color: #333
}

.tweet-box.ctt-box-design-9 .click-to-tweet {
	display: inline-block;
	font: 16px 'Lato', Arial, sans-serif;
	font-weight: 900;
	color: #2aa9e0;
	margin: 0px
45px;
	padding-top: 22px;
	text-transform: none;
	float: none
}

.tweet-box.ctt-box-design-9:hover
p {
	color: #2aa9e0
}

.tweet-box.ctt-box-design-9 p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 23px;
	height: 21px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") no-repeat;
	background-position: 0 -277px
}

.tweet-box.ctt-box-design-9 .click-to-tweet
i {
	background-position: 0 -151px;
	width: 25px;
	height: 20px
}

.tweet-box.ctt-box-design-10 {
	display: inline-block;
	transition: all 0.2s ease-out 0s;
	position: relative;
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 21px
0px 20px;
	box-shadow: -1px 1px #CCC, -2px 2px #CCC, -3px 3px #CCC, -4px 4px #CCC, -5px 5px #CCC, -6px 6px #CCC, -7px 7px #CCC, -8px 8px #CCC, -9px 9px #CCC, -10px 10px #CCC;
	text-decoration: none;
	border-radius: 0px;
	border: 0px
none;
	text-transform: uppercase
}

.tweet-box.ctt-box-design-10
p {
	padding-bottom: 0px !important;
	padding-top: 0px;
	font-size: 24px;
	line-height: 36px;
	transition: all 0.2s ease-out 0s;
	position: relative;
	color: #333;
	font-family: "Open Sans",sans-serif;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	text-align: justify;
	padding: 0
28px
}

.tweet-box.ctt-box-design-10 .click-to-tweet {
	font-size: 14px;
	font-weight: 900;
	font-family: "Open Sans",sans-serif;
	color: #BFBFBF;
	float: left;
	margin: 0px
28px;
	padding-top: 12px
}

.tweet-box.ctt-box-design-10:hover {
	background: #2AA9E0 none repeat scroll 0% 0%;
	box-shadow: -1px 1px #1E8AB8, -2px 2px #1E8AB8, -3px 3px #1E8AB8, -4px 4px #1E8AB8, -5px 5px #1E8AB8, -6px 6px #1E8AB8, -7px 7px #1E8AB8, -8px 8px #1E8AB8, -9px 9px #1E8AB8, -10px 10px #1E8AB8
}

.tweet-box.ctt-box-design-10:hover p, .tweet-box.ctt-box-design-10:hover .click-to-tweet {
	color: #fff
}

.tweet-box.ctt-box-design-10 .click-to-tweet
i {
	background-position: 0 -151px;
	width: 25px;
	height: 20px
}

.tweet-box.ctt-box-design-10:hover .click-to-tweet
i {
	background-position: 0 -241px
}

.tweet-box.ctt-box-design-11 {
	background-color: #e8f6fb;
	padding: 0
}

.tweet-box.ctt-box-design-11
p {
	margin: 0
auto;
	font: 24px "Open Sans", Verdana, sans-serif;
	color: #7898a3;
	line-height: 1.5;
	padding: 5% 5% 4% 5%
}

.tweet-box.ctt-box-design-11 .click-to-tweet {
	display: block;
	padding: 10px;
	border-top: 1px solid #dadada;
	background: #f5f5f5;
	text-align: right;
	width: 100%;
	box-sizing: border-box
}

.tweet-box.ctt-box-design-11 .click-to-tweet .cta-pr {
	display: inline-block;
	font: 15px 'Open Sans', Verdana, sans-serif;
	color: #fff;
	padding: 9px
17px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #00b9e6;
	position: relative;
	text-transform: none
}

.tweet-box.ctt-box-design-11:hover {
	background-color: #c2e2ed
}

.tweet-box.ctt-box-design-11:hover .click-to-tweet .cta-pr {
	background-color: #009ec5
}

.tweet-box.ctt-box-design-11 .click-to-tweet .cta-pr
i {
	background-position: 0 -486px;
	margin-right: 10px
}

.tweet-box.ctt-box-design-11 .click-to-tweet .cta-pr:before {
	content: '';
	position: absolute;
	left: -57px;
	top: -6px;
	width: 48px;
	height: 31px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") 0 0 no-repeat;
	background-position: 0 -87px
}

.tweet-box.ctt-box-design-12 {
	background-color: #fefefe;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px
solid #b7b7b7;
	padding: 0
}

.tweet-box.ctt-box-design-12
p {
	display: inline-block;
	padding: 3% 3% 3% 2.2em;
	position: relative;
	font: 28px "Lato", Arial, sans-serif;
	font-style: italic;
	color: #363636
}

.tweet-box.ctt-box-design-12 .click-to-tweet {
	display: block;
	padding: 20px
10px;
	border-top: 1px solid #b7b7b7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #f8f8f8;
	text-align: right;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	text-transform: none
}

.tweet-box.ctt-box-design-12 .click-to-tweet .cta-pr {
	display: inline-block;
	font: 15px 'Open Sans', Verdana, sans-serif;
	color: #fff;
	padding: 9px
17px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #00b9e6;
	position: relative
}

.tweet-box.ctt-box-design-12:hover .click-to-tweet .cta-pr {
	background-color: #009ec5
}

.tweet-box.ctt-box-design-12 p:before {
	content: "“";
	position: absolute;
	top: 0;
	left: 0.1em;
	font-size: 3.5em;
	font-family: 'Liberation Sans',Arial,sans-serif;
	font-weight: 300;
	color: #676c6e
}

.author-first-inner {
	background-color: #f9f9f9;
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #dadada;
	border-radius: 10px;
	padding: 5% 2.5% 5% 5%
}

.author-first-inner
p {
	font: 24px "Montserrat",Arial,sans-serif;
	color: #272727
}

.author-second-inner {
	background: radial-gradient(circle at 0 100%, transparent 14px, #f1f1f1 15px), radial-gradient(circle at 100% 100%, transparent 14px, #f1f1f1 15px), radial-gradient(circle at 100% 0, transparent 14px, #f1f1f1 15px), radial-gradient(circle at 0 0, transparent 14px, #f1f1f1 15px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	padding: 5% 6.5% 5% 5%
}

.author-second-inner
p {
	font-size: 24px;
	margin: 7px
0 35px;
	font: 24px "Playfair Display",Georgia,serif;
	font-style: italic;
	text-align: justify
}

.tweet-box.ctt-box-design-10:hover {
	background: #2AA9E0 none repeat scroll 0% 0%;
	box-shadow: -1px 1px #1E8AB8, -2px 2px #1E8AB8, -3px 3px #1E8AB8, -4px 4px #1E8AB8, -5px 5px #1E8AB8, -6px 6px #1E8AB8, -7px 7px #1E8AB8, -8px 8px #1E8AB8, -9px 9px #1E8AB8, -10px 10px #1E8AB8
}

.tweet-box.ctt-box-design-10:hover p, .tweet-box.ctt-box-design-10:hover .click-to-tweet {
	color: #fff
}

.ctt_img_container {
	width: 100%;
	margin: 0
auto;
	overflow: hidden;
	position: relative
}

.ctt_img_container
img {
	width: 100%;
	margin: 0
auto
}

.click_image
.click_image_link {
	height: 20px;
	padding: 1px
8px 1px 6px;
	background-color: #1b95e0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 11px/20px "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	color: white;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-bottom: 0
}

.click_image .click_image_link:hover {
	background-color: #0c7abf
}

.click_image .click_image_link
span.click_action {
	margin-left: 6px
}

.click_image .click_image_link
i {
	display: inline-block;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") no-repeat;
	background-position: 0 -383px;
	width: 14px;
	height: 10.5px;
	position: relative;
	top: 5px;
	vertical-align: top
}

.click_image {
	margin: 20px
auto;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0.8;
	display: inline-block;
	width: 80%
}

.click_clearfix.aligncenter {
	text-align: center
}

.click_image_template_1 .click_click_to_tweet, .click_image_template_1
.click_click_to_tweet.position_center {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.click_image_template_2 .click_click_to_tweet, .click_image_template_5 .click_click_to_tweet, .click_image_template_6
.click_click_to_tweet {
	padding: 10px;
	text-align: left
}

.click_image_template_3 {
	border: 1px
solid #ddd;
	text-align: left
}

.click_image_template_3 .click_click_to_tweet, .click_image_template_4
.click_click_to_tweet {
	padding: 13px
10px 10px 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box
}

.click_image_template_3 .ctt_action, .click_image_template_4
.ctt_action {
	font: 18px "Lato", Arial, sans-serif;
	font-weight: 400;
	position: relative;
	color: #444;
	margin-left: 35px
}

.click_image_template_3 .ctt_action:before, .click_image_template_4 .ctt_action:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -32px;
	width: 26px;
	height: 11px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png");
	background-position: 0 -372px;
	display: inline-block
}

.click_image_template_4
.click_click_to_tweet {
	background: #000;
	text-align: left;
	color: #fff
}

.click_image_template_4
.ctt_action {
	color: #fff
}

.click_image_template_4 .ctt_action:before {
	background-position: 0 -507px
}

.click_image_template_5 .click_image_link:hover {
	background: #0099d3;
	background: -moz-linear-gradient(top, #0099d3 0%, #00aedd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099d3), color-stop(100%, #00aedd));
	background: -webkit-linear-gradient(top, #0099d3 0%, #00aedd 100%);
	background: -o-linear-gradient(top, #0099d3 0%, #00aedd 100%);
	background: -ms-linear-gradient(top, #0099d3 0%, #00aedd 100%);
	background: linear-gradient(to bottom, #0099d3 0%, #00aedd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0099d3", endColorstr="#00aedd",GradientType=0 )
}

.click_image_template_5
.click_image_link {
	background: #00acee;
	background: -moz-linear-gradient(top, #00acee 0%, #00bdf2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00acee), color-stop(100%, #00bdf2));
	background: -webkit-linear-gradient(top, #00acee 0%, #00bdf2 100%);
	background: -o-linear-gradient(top, #00acee 0%, #00bdf2 100%);
	background: -ms-linear-gradient(top, #00acee 0%, #00bdf2 100%);
	background: linear-gradient(to bottom, #00acee 0%, #00bdf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00acee", endColorstr="#00bdf2",GradientType=0 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 9px
11px;
	border-bottom: 3px solid #028ec4;
	height: auto
}

.click_image_template_5
.click_image_link {
	margin-left: 8px;
	font: 12px "Open Sans", Arial, sans-serif;
	font-weight: bold;
	color: white
}

.click_image.click_image_template_5 .click_image_link
i {
	background-position: 0 -486px;
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	vertical-align: top
}

.click_image.click_image_template_6
.click_image_link {
	margin-left: 8px;
	font: 16px "Lato", Arial, sans-serif;
	font-weight: 500;
	color: black;
	background: none;
	height: auto
}

.click_image.click_image_template_6 .click_image_link
i {
	background-position: 0 -299px;
	width: 16px;
	height: 14px
}

.click_image.click_image_template_6 .click_image_link:hover
span.click_action {
	color: #2aa9e0;
	text-decoration: underline
}

.hint-box {
	text-align: justify
}

.box-design.hint-box {
	border: 0;
	padding: 0
}

.hint-box-container
p {
	font-size: 14px;
	text-align: justify;
	color: #7c7c7c;
	font-family: "Open Sans",sans-serif
}

.hint-box-container .background-type .click-text_hint, .background-type .click-text_hint {
	background-color: rgba(132, 255, 255, 0.5);
	line-height: 1.8;
	border-radius: 3px;
	border: 1px
solid #e7e7e7;
	color: #0073aa
}

.hint-box-container .background-type:hover .click-text_hint, .background-type:hover .click-text_hint {
	background-color: #84ffff;
	color: #7c7c7c
}

.hint-box-container .background-type.color_1 .click-text_hint, .background-type.color_1 .click-text_hint {
	background-color: rgba(238, 255, 65, 0.5)
}

.hint-box-container .background-type.color_1:hover .click-text_hint, .background-type.color_1:hover .click-text_hint {
	background-color: #eeff41
}

.hint-box-container .background-type.color_2 .click-text_hint, .background-type.color_2 .click-text_hint {
	background-color: rgba(238, 238, 238, 0.5)
}

.hint-box-container .background-type.color_2:hover .click-text_hint, .background-type.color_2:hover .click-text_hint {
	background-color: #eee
}

.hint-box-container .underline-type:hover .click-text_hint, .click_hint .underline-type:hover .click-text_hint {
	color: #00b6e6
}

.hint-box-container
a {
	text-decoration: none
}

.hint-box-container i, .click-text_hint
i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/sprite-twitter.png") no-repeat;
	background-position: 0px -299px;
	margin-left: 7px;
	vertical-align: middle
}

.hint-box-container .underline-type, .click_hint .underline-type {
	text-decoration: underline
}

.inpop-up .underline-type {
	text-decoration: none
}

.hint-box-container .underline-type span, .click_hint .underline-type
span {
	line-height: 1.8;
	color: #0073aa
}

.hint-box-container .highlighted-type:hover span, .click_hint .highlighted-type:hover
span {
	background-color: #ff0;
	color: #7c7c7c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.tweet-box.ctt-box-design-1 p.ctt-font-large, .tweet-box.ctt-box-design-2 p.ctt-font-large, .tweet-box.ctt-box-design-3 p.ctt-font-large, .tweet-box.ctt-box-design-6 p.ctt-font-large, .tweet-box.ctt-box-design-7 p.ctt-font-large, .tweet-box.ctt-box-design-8 p.ctt-font-large, .tweet-box.ctt-box-design-9 p.ctt-font-large {
	font-size: 34.2px;
	line-height: 1.2
}

.tweet-box.ctt-box-design-1 p.ctt-font-small, .tweet-box.ctt-box-design-2 p.ctt-font-small, .tweet-box.ctt-box-design-3 p.ctt-font-small, .tweet-box.ctt-box-design-6 p.ctt-font-small, .tweet-box.ctt-box-design-7 p.ctt-font-small, .tweet-box.ctt-box-design-8 p.ctt-font-small, .tweet-box.ctt-box-design-9 p.ctt-font-small {
	font-size: 25.8px;
	line-height: 1.2
}

.tweet-box.ctt-box-design-4 p.ctt-font-large, .tweet-box.ctt-box-design-5 p.ctt-font-large, .tweet-box.ctt-box-design-10 p.ctt-font-large, .tweet-box.ctt-box-design-11 p.ctt-font-large {
	font-size: 27.36px;
	line-height: 1.2
}

.tweet-box.ctt-box-design-4 p.ctt-font-small, .tweet-box.ctt-box-design-5 p.ctt-font-small, .tweet-box.ctt-box-design-10 p.ctt-font-small, .tweet-box.ctt-box-design-11 p.ctt-font-small {
	font-size: 20.64px;
	line-height: 1.2
}

.tweet-box.ctt-box-design-6 a, .tweet-box.ctt-box-design-7 a, .tweet-box.ctt-box-design-8 a, .tweet-box.ctt-box-design-9 a, .tweet-box.ctt-box-design-10 a, .tweet-box.ctt-box-design-11 a, .tweet-box.ctt-box-design-12
a {
	text-decoration: none
}

#main .entry-content .tweet-box
a {
	border-bottom: 0 !important
}

#main .tweet-box {
	margin: 25px
auto 40px;
	position: relative;
	display: inline-block !important;
	width: 100%;
	box-sizing: border-box
}

#main .tweet-box::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #dbdbdb;
	bottom: -33px;
	position: absolute;
	left: 0
}

.btn_large
.click_action {
	margin-left: 8px;
	font: 13px/26px "Helvetica Neue", Arial, sans-serif
}

.click_image
.click_image_link.btn_large {
	height: 30px;
	padding: 9px
15px 3px 15px
}

.click_image .click_image_link.btn_large
span.click_action {
	font-size: 17px
}

.click_image .click_image_link.btn_large
i {
	background-position: 0 -486px;
	width: 16px;
	height: 14px;
	top: 5px
}

.click_click_to_tweet.position_bottom_right {
	bottom: 20px;
	right: 20px;
	left: auto;
	top: auto;
	transform: none
}

.click_click_to_tweet.position_top_right {
	bottom: auto;
	right: 20px;
	left: auto;
	top: 20px;
	transform: none
}

.click_image_template_2 .click_click_to_tweet.position_center, .click_image_template_5 .click_click_to_tweet.position_center, .click_image_template_6
.click_click_to_tweet.position_center {
	text-align: center
}

.click_image_template_2
.click_click_to_tweet.position_left {
	text-align: left
}

.click_image_template_2 .click_click_to_tweet.position_right, .click_image_template_3 .click_click_to_tweet.position_right, .click_image_template_4 .click_click_to_tweet.position_right, .click_image_template_5 .click_click_to_tweet.position_right, .click_image_template_6
.click_click_to_tweet.position_right {
	text-align: right
}

.click_image_template_3 .click_click_to_tweet.position_right .click_image_link, .click_image_template_4 .click_click_to_tweet.position_right
.click_image_link {
	float: right
}

.click_image_template_3.click_image .click_image_link.btn_large + .ctt_action, .click_image_template_4.click_image .click_image_link.btn_large+.ctt_action {
	top: 4px
}

.click_image_template_3 .click_click_to_tweet.position_right .ctt_action, .click_image_template_4 .click_click_to_tweet.position_right
.ctt_action {
	margin-right: 38px;
	margin-left: 0
}

.click_image_template_3 .click_click_to_tweet.position_right .ctt_action:before, .click_image_template_4 .click_click_to_tweet.position_right .ctt_action:before {
	left: auto;
	right: -32px;
	background-position: 0 -529px
}

.click_image_template_4 .click_click_to_tweet.position_right .ctt_action:before {
	background-position: 0 -518px
}

.ctt_img_container.ctt_hover_light:hover {
	opacity: 0.3;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.ctt_hover_dark:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ctt_img_container.ctt_hover_dark:hover:before {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.ctt_hover_pattern:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(https://www.yongsy.com/wp-content/plugins/click-to-tweet/images/pattern.png) repeat center center;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ctt_img_container.ctt_hover_pattern:hover:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.ctt_hover_zoom:hover
img {
	transform: scale(1.3);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.click_image .click_image_link, .author-third-inner
.thumb {
	box-sizing: unset !important
}

#recomnded-theme {
	display: block;
	width: 86%;
	margin: 0px
auto;
	min-width: 0px;
	width: 100%
}

#recomnded-theme
h3 {
	margin-bottom: 20px
}

.click_image.click_image_template_6 .click_image_link.btn_large
i {
	background-position: 0 -191px;
	width: 32px;
	height: 25px;
	top: 0px
}

.author-third-inner blockquote.style1 p.ctt-font-small {
	font-size: 20px
}

.author-third-inner blockquote.style1 p.ctt-font-large {
	font-size: 30px
}

.author-third-inner .tw-ico {
	background: url("https://www.yongsy.com/wp-content/plugins/click-to-tweet/css/img/twitter-single.png") no-repeat center center / 100% auto;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 5px
}

.author-third-inner .ctt-font-original .tw-ico {
	width: 20px;
	height: 20px
}

.ctt-font-small .tw-ico, .author-third-inner .ctt-font-small .tw-ico {
	width: 16px;
	height: 15px
}

.ctt-font-large .tw-ico, .author-third-inner .ctt-font-large .tw-ico {
	width: 22px;
	height: 20px
}

.author-first-inner .tweet-text p.ctt-font-small {
	font-size: 20px
}

.author-first-inner .tweet-text p.ctt-font-large {
	font-size: 30px
}

.author-second-inner .tweet-text p.ctt-font-small {
	font-size: 20px
}

.author-second-inner .tweet-text p.ctt-font-large {
	font-size: 30px
}

.tweet-box.ctt-box-design-5
p {
	width: 100%;
	box-sizing: border-box
}

.tweet-box a:focus {
	box-shadow: none;
	outline: 0
}

.tweet-box.ctt-box-design-12 p.ctt-font-small {
	font-size: 24px
}

.tweet-box.ctt-box-design-12 p.ctt-font-large {
	font-size: 32px
}

#s-share-buttons
a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: visible
}

iframe.twitter-share-button
#widget {
	width: auto!important;
	display: inline-block!important
}[id^=___plusone]>iframe {
	width: auto!important
}

#s-share-buttons.s-share-w-c a,.s-share-w-c .pinit-btn-div {
	width: 32px;
	height: 32px;
	background-image: url(https://www.yongsy.com/wp-content/plugins/simple-social-share/images/main-icon-set.gif)
}

#s-share-buttons
iframe {
	margin-bottom: 0
}

#s-share-buttons div,#s-share-buttons img,#s-share-buttons
span {
	vertical-align: top!important
}

#s-share-buttons .s-single-share {
	display: inline-block;
	margin-right: 4px
}

#s-share-buttons.s-share-w-c
a {
	margin-right: 4px
}

.horizontal-w-c-r-border .pinit-btn-div,.horizontal-w-c-r-border
a {
	border-radius: 5px
}

.horizontal-w-c-circular .pinit-btn-div,.horizontal-w-c-circular
a {
	border-radius: 50%;
	border-right: 2px
}

.s-share-w-c a.s3-facebook {
	background-position: 0 640px
}

.s-share-w-c a.s3-twitter {
	background-position: 0 96px
}

.s-share-w-c a.s3-google-plus {
	background-position: 0 512px
}

.s-share-w-c a.s3-digg {
	background-position: 0 704px
}

.s-share-w-c a.s3-reddit {
	background-position: 0 192px
}

.s-share-w-c a.s3-linkedin {
	background-position: 0 480px
}

.s-share-w-c a.s3-stumbleupon {
	background-position: 0 160px
}

.s-share-w-c a.s3-tumblr {
	background-position: 0 128px
}

.s-share-w-c a.s3-email {
	background-position: 0 416px
}

.s-share-w-c .pinit-btn-div {
	display: inline-block;
	background-position: 0 256px;
	margin-right: 2px
}

.s-share-w-c .pinit-btn-div
a {
	text-indent: -9999px;
	background: 0 0!important;
	display: block!important;
	width: 100%!important;
	height: 100%!important
}
/*!
 * 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: bold
}

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 #c0c0c0
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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 {
	*,*:before,*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !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^="#"]:after,a[href^="javascript:"]:after {
		content: ""
	}

	pre,blockquote {
		border: 1px
solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	p,h2,h3 {
		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 th,
.table-bordered
td {
		border: 1px
solid #ddd !important
	}
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-euro:before,.glyphicon-eur: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
}

*:before,*:after {
	-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
}

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

.img-responsive,
.thumbnail > img,
.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6
.small {
	font-weight: normal;
	line-height: 1;
	color: #777
}

h1,.h1,h2,.h2,h3,.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,.h4,h5,.h5,h6,.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:hover,a.text-primary:focus {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover,a.text-success:focus {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover,a.text-info:focus {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px
0 20px;
	border-bottom: 1px solid #eee
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol
ol {
	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
}

dt,dd {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

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[title],abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote
.small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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: bold;
	-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: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}



.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-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		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-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		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-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		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>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	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>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

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

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

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px
solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
	border: 1px
solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
	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>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

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

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

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

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

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

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
	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>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

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

	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		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: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
	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="radio"]:focus,input[type="checkbox"]: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[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.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"] {
		line-height: 30px
	}

	input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.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"] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox
label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

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

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox
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
}

textarea.input-sm,select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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
}

textarea.input-lg,select[multiple].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 textarea.form-control,
.form-group-lg select[multiple].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
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
.form-inline
.checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
.form-inline .checkbox
label {
		padding-left: 0
	}

	.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal
.checkbox {
	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: normal;
	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:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: 5px
auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
	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:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
	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:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	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:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
	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:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	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:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
	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:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	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:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus {
	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:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	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:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {
	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:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	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:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus {
	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:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

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

.btn-link {
	font-weight: normal;
	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:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent
}

.btn-link:hover,.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
	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="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].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
}

.dropup,.dropdown {
	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: 0px
solid rgba(0, 0, 0, .15);
	border-radius: 5px !important;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.120);
	box-shadow: 0 0 35px rgba(0,0,0,0.120)
}

.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: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	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>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	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
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].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
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

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

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

.input-group-addon {
	padding: 6px
12px;
	font-size: 14px;
	font-weight: normal;
	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="radio"],
.input-group-addon input[type="checkbox"] {
	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:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	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:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	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:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	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:hover,.nav>li>a:focus {*/
/*	text-decoration: none;*/
/*	background-color: #eee*/
/*}*/

/*.nav>li.disabled>a {*/
/*	color: #777*/
/*}*/

/*.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {*/
/*	color: #777;*/
/*	text-decoration: none;*/
/*	cursor: not-allowed;*/
/*	background-color: transparent*/
/*}*/

/*.nav .open > a,*/
/*.nav .open > a:hover,*/
/*.nav .open>a:focus {*/
/*	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:hover,.nav-tabs>li.active>a:focus {
	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:hover,.nav-tabs.nav-justified>.active>a:focus {
	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:hover,.nav-tabs.nav-justified>.active>a:focus {
		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:hover,.nav-pills>li.active>a:focus {
	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:hover,.nav-tabs-justified>.active>a:focus {
	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:hover,.nav-tabs-justified>.active>a:focus {
		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-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {
	.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
		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-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width: 768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		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:hover,.navbar-brand:focus {
	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 > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px
15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus {
		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 .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
.navbar-form
.checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
.navbar-form .checkbox
label {
		padding-left: 0
	}

	.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
		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:hover,
.navbar-default .navbar-brand:focus {
	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:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	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:hover,
.navbar-default .navbar-nav>.open>a:focus {
	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:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		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:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	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:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	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:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		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:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.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:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	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:hover,
.pager li>a:focus {
	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:hover,
.pager .disabled > a:focus,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,a.label:focus {
	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]:hover,.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color: #286090
}

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

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #449d44
}

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

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #31b0d5
}

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

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #ec971f
}

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

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px
7px;
	font-size: 12px;
	font-weight: bold;
	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-xs .badge,
.btn-group-xs > .btn
.badge {
	top: 0;
	padding: 1px
5px
}

a.badge:hover,a.badge:focus {
	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 > img,
.thumbnail a>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	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: bold
}

.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-striped .progress-bar,.progress-bar-striped {
	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.active .progress-bar,.progress-bar.active {
	-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-left,.media-right,.media-body {
	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:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
	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:hover,.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

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

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .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:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
	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:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
	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:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
	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:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
	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>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.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>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table
caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead: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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child
td {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.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 > .panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive
video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-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: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	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
	}
}




header.home_page_new_header {
	margin: 0;
	background: url(../image/g_zbjimg.jpg);
	background-repeat: no-repeat;
	margin-bottom: -469px;
	background-size: cover;
	background-position:center;
	min-height: 888px
}


@media screen and (max-width: 1500px) {
	header.home_page_new_header {
		background-position: top left -583px;
		min-height: 843px
	}
}

@media screen and (max-width: 1192px) {
	header.home_page_new_header {
		background-position: top left -583px;
		min-height: 751px
	}
}

@media screen and (max-width: 992px) {
	header.home_page_new_header {
		margin-bottom: -165px;
		min-height: 1050px;
		background-position: 0 0
	}
}

@media screen and (max-width: 725px) {
	header.home_page_new_header {
		min-height: 985px;
		background-position: top left -583px
	}
}

@media screen and (max-width: 470px) {
	header.home_page_new_header {
		min-height: 949px
	}
}

@media screen and (max-width: 418px) {
	header.home_page_new_header {
		min-height: 912px
	}
}

header.home_page_new_header .top_menu ul li
a {
	color: #fff
}

header.home_page_new_header
.top_header_links {
	margin-left: 30px
}

@media screen and (max-width: 992px) {
	header.home_page_new_header
.top_header_links {
		margin-left: 0px;
		text-align: center;
		float: none !important;
		margin-top: 25px !important;
		display: block;
		margin-bottom: 30px;
		position: relative;
		top: 15px
	}
}

header.home_page_new_header .client_logos
ul.logos.support_logos {
	text-align: left
}

@media screen and (max-width: 992px) {
	header.home_page_new_header .client_logos
ul.logos.support_logos {
		text-align: center
	}
}

header.home_page_new_header .client_logos ul.logos.support_logos
li {
	margin-right: 34px
}

header.home_page_new_header .client_logos ul.logos.support_logos li:last-of-type {
	margin-right: 0
}

header.home_page_new_header
.home_page_white_header_image {
	position: relative;
	padding-top: 80px;
	margin-bottom: 58px
}

@media screen and (max-width: 1250px) {
	header.home_page_new_header
.home_page_white_header_image {
		left: 0px
	}
}

@media screen and (max-width: 992px) {
	header.home_page_new_header
.home_page_white_header_image {
		left: 0px;
		text-align: center;
		margin-bottom: 0
	}
}

@media screen and (max-width: 992px) {
	header.home_page_new_header .home_page_white_header_image
img {
		width: 60%;
		margin: auto
	}
}

@media screen and (max-width: 600px) {
	header.home_page_new_header .home_page_white_header_image
img {
		width: 83%;
		margin: auto
	}
}

@media screen and (max-width: 992px) {
	header.home_page_new_header
.home_page_white_header {
		margin-top: 0px
	}
}

header.home_page_new_header .home_page_white_header
h1 {
	color: #fff;
	font-weight: 500;
	font-size: 60px;
	letter-spacing: 2px;
	margin-top: 114px;
	line-height: 64px;
}

@media screen and (max-width: 992px) {
	header.home_page_new_header .home_page_white_header
h1 {
		font-size: 25px;
		padding-top: 57px
	}
}

header.home_page_new_header .home_page_white_header
p {
	color: rgba(255, 255, 255, 0.7) !important;
	margin-bottom: 52px
}

header.home_page_new_header .home_page_white_header
.top_setup {
	color: #fff !important
}

header.home_page_new_header .top_menu ul li ul li
li {
	margin-bottom: 2px !important
}

header.home_page_new_header .top_menu ul li ul li ul li
a {
	display: inline-block;
	padding: 14.6px 20px !important;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 0px;
	transition: all 0.3s ease-out;
	height: 76px
}

header.home_page_new_header
b.shaow {
	width: 10px !important;
	height: 10px !important;
	left: 13px !important;
	top: 38px  !important
}

@media screen and (max-width: 992px) {
	header.home_page_new_header
b.shaow {
		width: 17px !important;
		height: 17px !important;
		left: 13px !important;
		top: 52px !important
	}
}

header.home_page_new_header .top_menu ul li ul li ul li a:hover {
	background: #F3F8FF
}

header.home_page_new_header .top_menu ul li ul li:hover + li, header.home_page_new_header .top_menu ul li ul li:hover
li {
	opacity: 1 !important
}

.top_menu ul
li {
	display: inline-block;
	font-size: 14px;
	color: #05347B;
	font-size: 15px
}

@media screen and (max-width: 600px) {
	.top_menu ul
li {
		margin-right: 8px;
		line-height: 38px
	}
}

@media screen and (max-width: 426px) {
	.top_menu ul
li {
		margin-right: 0px
	}
}

.top_menu ul li:last-of-type {
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0
}

.top_menu ul li
a {
	color: #fff;
	font-size: 16px;
	font-weight: 500
}

@media screen and (max-width: 600px) {
	.top_menu ul li
a {
		padding: 10px
5px
	}
}

@media screen and (max-width: 400px) {
	.top_menu ul li
a {
		padding: 2px
5px
	}
}

.top_menu ul li ul
li {
	line-height: 30px;
	display: block;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 0px
}

.top_menu ul li ul li
a {
	font-size: 15px;
	color: #6A7A8E;
	line-height: 12px
}

.header {
	display: flex;
	align: center
}

/*.nav {*/
/*	width: 100%*/
/*}*/

.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	margin-left: 55px;
	margin-top: 4px
}

@media screen and (max-width: 1200px) {
	.navigation-main {
		margin-left: 15px
	}
}

.navigation-main
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: none
}

.navigation-main ul
ul {
	left: 100%;
	top: 0
}

.navigation-main
li {
	display: inline-block;
	position: relative;
	text-align: left
}

.navigation-main li
svg {
	display: none
}

.navigation-main li:hover>ul {
	display: block
}

.navigation-main li
li {
	display: block
}

.light_blue_btn {
	background: #d5e3f9;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #1C59B8;
	line-height: 14px;
	padding: 12px
40px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@media screen and (max-width: 500px) {
	.light_blue_btn {
		padding: 11px
28px;
		font-size: 13px
	}
}

.light_blue_btn:hover {
	color: #1C59B8
}

.green_btn {
	background: #03DC80;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	padding: 12px
25px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@media screen and (max-width: 500px) {
	.green_btn {
		padding: 12px
20px;
		font-size: 13px
	}
}

.green_btn:hover {
	color: #fff
}

.blue_btn {
	background: #0265FF;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	padding: 12px
25px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@media screen and (max-width: 500px) {
	.blue_btn {
		padding: 12px
20px;
		font-size: 13px
	}
}

.blue_btn:hover {
	/*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0,0,0,0.1);*/
	color: #fff
}

.light_blue_btn:hover {
	background: #0265FF;
	color: #FFF
}

.top_header_links {
	text-align: right;
	margin-top: 6px
}

@media screen and (max-width: 992px) {
	.top_header_links {
		position: relative;
	}
}

.top_header_links
.light_blue_btn {
	background: #D5E3F9;
	padding: 12px
48px
}

@media screen and (max-width: 1236px) {
	.top_header_links
.light_blue_btn {
		padding: 12px
28px;
		font-size: 13px
	}
}

.top_header_links
.blue_btn {
	padding: 12px
31px
}

@media screen and (max-width: 1236px) {
	.top_header_links
.blue_btn {
		padding: 12px
19px;
		font-size: 13px
	}
}

@media screen and (max-width: 992px) {
	.top_header_links {
		text-align: center;
		margin-top: 21px
	}
}

.top_header_links
.light_blue_btn {
	margin-right: 15px
}

@media screen and (max-width: 1236px) {
	.top_header_links
.light_blue_btn {
		margin-right: 4px
	}
}

.top_header_links a:hover {
	text-decoration: none
}

@media screen and (max-width: 992px) {
	.menu_right,.logo_top {
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width: 992px) {
	.logo_top {
		margin-bottom: 11px
	}
}

li.menu-item-has-children
a {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/svg-icons.svg);
	background-repeat: no-repeat;
	background-position: right bottom 5px;
	padding-right: 18px
}

.navigation-main ul.sub-menu li
a {
	background: none;
	padding-right: 0;
	color: #000
}

ul.sub-menu {
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px
solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
	padding: 11px
16px;
	width: 221px;
	line-height: 27px;
	top: 17px
}

@media screen and (max-width: 600px) {
	ul.sub-menu {
		left: -123px;
		top: 38px;
	}
}

.navigation-main li a:hover {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.home_header {
	position: relative;
	z-index: -1
}

.otherpage {
	min-height: 500px;
	margin-top: 0px
}

h1 {
	font-weight: 700;
	font-size: 38px;
	color: #05347B;
	line-height: 48px
}

h1
span {
	font-size: 38px;
	color: #0265FF;
	line-height: 48px;
	font-weight: 700
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: proxima-nova;
	font-weight: 700
}

h3 {
	font-size: 28px;
	color: #05347B;
	line-height: 34px
}

h3
span {
	font-size: 28px;
	color: #0063FA;
	line-height: 34px;
	font-weight: 700
}

h5 {
	font-size: 22px;
	color: #05347B;
	line-height: 20px
}


@media screen and (max-width: 600px) {
	.header_home_text.home_Text.home_page_white_header {
		margin-top: 40px
	}
}


@media screen and (max-width: 1192px) {
	.header_home_text.home_Text {
		margin-top: 51px
	}
}

@media screen and (max-width: 600px) {
	.header_home_text.home_Text {
		margin-top: 0px
	}
}

.header_home_text.home_Text.home_page_white_header
h1 {
	color: #05347B
}

.header_home_text.home_Text.home_page_white_header
p {
	color: #6A7A8E
}

.header_home_text.home_Text.home_page_white_header
.top_setup {
	color: #707f92 !important
}

.header_home_text.home_Text.home_page_white_header
.green_button {
	background: #03DC80;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 14px;
	padding: 12px
23px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@media screen and (max-width: 1192px) {
	.header_home_text.home_Text
h1 {
		font-size: 25px;
		line-height: 33px
	}
}

@media screen and (max-width: 992px) {
	.header_home_text.home_Text
h1 {
		text-align: center;
		font-size: 19px;
		line-height: 27px
	}
}

@media screen and (max-width: 992px) {
	.header_home_text.home_Text
p {
		text-align: center;
		font-size: 14px;
		margin: 0;
		margin-bottom: 15px
	}
}

.header_home_text.home_Text h1, .header_home_text.home_Text p, .header_home_text.home_Text
.top_setup {
	color: #fff
}

@media screen and (max-width: 992px) {
	.header_home_text.home_Text h1, .header_home_text.home_Text p, .header_home_text.home_Text
.top_setup {
		text-align: center
	}
}

@media screen and (max-width: 1178px) {
	.header_home_text.other_page_home_text {
		margin-top: 0
	}
}

@media screen and (max-width: 992px) {
	.header_home_text.other_page_home_text {
		text-align: center
	}
}
@media screen and (max-width: 600px) {
	.header_home_text {
		margin-top: 0
	}
}

.header_home_text
p {
	font-size: 18px;
	color: #6A7A8E;
	margin-bottom: 26px
}

.header_home_text
a.blue_btn {
	padding: 12px
27px
}

@media screen and (max-width: 992px) {
	.header_home_text
.started_link {
		text-align: center
	}
}

.header_home_text
.top_setup {
	margin-top: 29px;
	font-size: 16px;
	color: #707F92
}

@media screen and (max-width: 694px) {
	.header_home_text
.top_setup {
		text-align: center
	}
}

@media screen and (max-width: 600px) {
	.header_home_text
.top_setup {
		display: none
	}
}

.client_logos.live_client_logos
ul {
	border-top: 1px solid #CCD5E4;
	padding-top: 16px;
	margin-top: 4px;
	margin-bottom: 19px
}

.client_logos.live_client_logos ul
li {
	margin-right: 43px !important
}

.client_logos
ul {
	padding: 0;
	margin: 32px
0;
	margin-top: 26px;
	text-align: center
}

@media screen and (max-width: 1192px) {
	.client_logos
ul {
		text-align: center
	}
}

.client_logos ul
li {
	list-style-type: none;
	display: inline-block;
	margin-right: 57px
}

@media screen and (max-width: 1440px) {
	.client_logos ul
li {
		margin-right: 15px;
		margin-bottom: 20px
	}
}

.client_logos ul li:last-of-type {
	margin-right: 0px
}

.client_logos ul.logos
li {
	margin-right: 51px
}

.client_logos ul.logos.support_logos
li {
	margin-right: 45px
}

.client_logos ul.logos.support_logos li:last-of-type {
	margin-right: 0px
}

.client_logos ul.logos.home_page_logos
li {
	margin-right: 39px
}

.client_logos ul.logos.home_page_logos li:last-of-type {
	margin-right: 0px
}

.tested {
	font-family: Chalkduster;
	font-size: 18px;
	color: #C3C0C0;
	margin-top: 5px
}

.center_box {
	margin-top: 30px
}

.center_box
h3 {
	margin-bottom: 15px
}

.center_box
p {
	font-size: 18px;
	color: #6A7A8E;
	line-height: 30px
}

div.half_cirle {
	background: #eff5fe;
	display: inline-block
}

div.half_cirle.half_cirlec {
	background: #F2F5FA;
	display: inline-block
}

.border_feat {
	opacity: 0.6;
	border-top: 2px solid #DDDDEB;
	position: relative;
	top: 200px;
	width: 80%;
	margin: auto
}

@media screen and (max-width: 567px) {
	.border_feat {
		display: none
	}
}

.feat_Box {
	position: relative;
	top: 0px
}

.sales_feat_box {
	position: relative;
	top: -121px
}

@media screen and (max-width: 650px) {
	.sales_feat_box {
		top: 0px;
		margin-bottom: 117px
	}
}

.last_block_bo.block_bo {
	margin-right: 0px
}

@media screen and (max-width: 567px) {
	.last_block_bo.block_bo {
		margin-right: 0;
		float: none;
		display: block;
		margin: 0
auto
	}
}

.sales_feat_box .feat_Box
.cus_block {
	-webkit-box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	-moz-box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	border: 0
!important
}

.blog_left {
	width: 333px
}

@media screen and (max-width: 993px) {
	.blog_left {
		width: 100%
	}
}

.jssor_slider_container.bog_right {
	position: absolute;
	overflow: hidden;
	margin-left: 360px;
	width: 100%;
	padding-top: 28px;
}

@media screen and (max-width: 993px) {
	.jssor_slider_container.bog_right {
		width: 100%;
		margin-left: 0px;
		top: 36px;
		position: relative;
		left: -25px
	}
}

.block_bo {
	display: inline-block;
	width: 14%;
	margin-right: 81px;
	position: relative;
	top: 60px
}

@media screen and (max-width: 1199px) {
	.block_bo {
		width: 13%;
		margin-right: 68px
	}
}

@media screen and (max-width: 992px) {
	.block_bo {
		width: 19%;
		margin-right: 0px
	}
}

@media screen and (max-width: 567px) {
	.block_bo {
		margin-top: 0;
		width: 111px;
		display: block;
		margin: 0
auto;
		float: none
	}
}

.block_bo
h4 {
	font-weight: 600;
	font-size: 18px;
	color: #05347B;
	margin-top: 20px
}

@media screen and (max-width: 695px) {
	.block_bo
h4 {
		font-size: 15px;
		margin-top: 6px
	}
}

.block_bo
.cus_block {
	width: 160px;
	height: 160px
}

@media screen and (max-width: 992px) {
	.block_bo
.cus_block {
		width: 125px;
		height: 131px;
		padding: 29px
20px !important
	}
}

@media screen and (max-width: 695px) {
	.block_bo
.cus_block {
		width: 103px;
		height: 104px;
		padding: 14px
0 !important
	}
}

@media screen and (max-width: 567px) {
	.block_bo {
		margin-top: 0px
	}
}

.right_c,.left_c {
	height: 400px;
	width: 200px
}

.pull-right.half_cirle.half_cirlec.left_c.size1 {
	height: 200px;
	width: 100px;
	border-bottom-left-radius: 200px;
	border-top-left-radius: 200px;
	top: 134px;
	position: relative
}

.right_c {
	border-bottom-right-radius: 400px;
	border-top-right-radius: 400px
}

.left_c {
	border-bottom-left-radius: 400px;
	border-top-left-radius: 400px
}

h4 {
	font-size: 24px;
	color: #05347B;
	line-height: 25.2px
}

h4
span {
	color: #0063FA;
	font-size: 24px;
	font-weight: 700
}

.custmor_platform.integration_page
.cus_block {
	padding: 27px
0px;
	margin-top: 26px;
	min-height: 264px
}

.custmor_platform.integration_page .cus_block
.img {
	margin: 0
26px;
	text-align: left;
	margin-bottom: 10px
}

.custmor_platform.integration_page .cus_block
.title_link {
	margin: 0
26px
}

.custmor_platform.integration_page .cus_block
p {
	margin: 14px
29px;
	border-top: 1px solid rgba(106, 122, 142, 0.3);
	padding-top: 12px;
	margin-bottom: 0
}

.custmor_platform.ap_cust_page
.cus_block {
	margin-top: 30px;
	padding: 24px
37px;
	padding-top: 35px;
	min-height: 376px
}

.custmor_platform.ap_cust_page .cus_block
.expert_b {
	min-height: 227px;
	padding-top: 11px
}

.custmor_platform.ap_cust_page .cus_block
.img {
	min-height: 43px
}

.custmor_platform
.inner_block {
	transition: .5s ease
}

.custmor_platform .inner_block
.bor {
	border-bottom: 9px solid transparent;
	boap_cust_pagerder-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	top: -3px
}

.custmor_platform .inner_block:hover>.bor {
	border-bottom: 9px solid #0063FA;
	display: block
}

.custmor_platform
.cus_block {
	background: #fff;
	border: 1px
solid #ededed;
	border-radius: 4.5px;
	padding: 16px
30px;
	margin-top: 50px;
	cursor: pointer
}

.custmor_platform
p {
	font-size: 17px;
	color: #6A7A8E;
	line-height: 27px
}

.custmor_platform
a {
	font-size: 16px;
	color: #084EB9;
	line-height: 14.4px;
	font-weight: 600
}

.circle_box {
	position: absolute;
	width: 100%;
	z-index: -1
}

.illustrtor_support {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/illustration-support@2x.png);
	background-repeat: no-repeat;
	width: 84px;
	height: 80px
}

.illustration-sales {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/illustration-sales@2x.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 80px
}

.illustration-experience {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/illustration-experience@2x.png);
	background-repeat: no-repeat;
	width: 84px;
	height: 80px
}

.illustration-grow-and-utomate {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/illustration-grow-and-utomate@2x.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 80px
}

.tool_img {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/illustration-one-tool-to-rule-them-all.svg);
	background-size: 683px;
	padding-top: 50px;
	padding-bottom: 50px;
	right: 26px;
	background-repeat: no-repeat;
	background-position-x: 87%;
	background-position-y: 100%
}

@media screen and (min-width: 1900px) {
	.tool_img {
		background-position: bottom right 201px
	}
}

@media screen and (max-width: 1408px) {
	.tool_img {
		background-color: #F8FAFD;
		padding-top: 0
	}
}

@media screen and (max-width: 992px) {
	.tool_img {
		background: none;
		background-image: -ms-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -moz-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -o-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(4, #F8FAFD), color-stop(100, #F8FAFD));
		background-image: -webkit-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: linear-gradient(to bottom, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		padding-bottom: 50px
	}
}

@media screen and (max-width: 600px) {
	.tool_img {
		background-image: -ms-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -moz-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -o-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(4, #F8FAFD), color-stop(100, #F8FAFD));
		background-image: -webkit-linear-gradient(top, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		background-image: linear-gradient(to bottom, transparent 0%, #F8FAFD 4%, #F8FAFD 100%);
		padding-bottom: 50px
	}
}

.tools {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/bg/bg.svg);
	background-repeat: no-repeat;
	margin-top: 36px;
	background-size: 100%;
	margin-bottom: 30px
}

@media screen and (max-width: 992px) {
	.tools {
		padding-top: 0px
	}
}

@media screen and (min-width: 1900px) {
	.tools
.tool_box {
		margin-top: 129px !important
	}
}

@media screen and (min-width: 1152px) {
	.tools
.tool_box {
		margin-top: 97px
	}
}

@media screen and (max-width: 1152px) {
	.tools
.tool_box {
		margin-top: 31px
	}
}

@media screen and (max-width: 992px) {
	.tools
.tool_box {
		margin-top: 59px
	}
}

.tools .tool_box
p {
	width: 70%
}

.tools .tool_box
ul {
	padding: 0;
	padding-left: 17px;
	margin-bottom: 28px;
	display: inline-block;
	width: 100%;
	margin-top: 10px
}

.tools .tool_box ul
li {
	list-style-type: disc;
	font-size: 16px;
	color: #707F92;
	line-height: 22px;
	width: 100%;
	display: list-item;
	margin-bottom: 14px;
	float: left
}

p {
	font-size: 17px;
	color: #6A7A8E;
	line-height: 27px
}

img,video {
	max-width: 100%
}

.solution_box {
	margin-top: 10px
}

.solution_box
.cus_block {
	margin-bottom: 40px
}

.solution_box .cus_block
a {
	font-size: 16px;
	color: #084EB9;
	font-weight: 600
}

.solution_box .cus_block
img {
	margin-top: 0px;
	width: 63px;
	display: block
}

@media screen and (max-width: 992px) {
	.solution_box .cus_block
.norightpadding {
		padding-right: 15px
	}
}

@media screen and (max-width: 992px) {
	.solution_box .cus_block
.noleftpadding {
		padding-left: 15px
	}
}

.solution_more {
	margin-bottom: 100px
}

@media screen and (max-width: 1200px) {
	.solution_more {
		margin-bottom: 34px
	}
}

@media screen and (max-width: 1060px) {
	.solution_more {
		margin-bottom: 78px
	}
}

.home_blog_S {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/home/bg/blue_bg.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 10px;
	margin-bottom: 27px
}

@media screen and (min-width: 1253px) {
	.home_blog_S {
		min-height: auto;
		padding-bottom: 30px;
		margin-bottom: 0
	}
}

@media screen and (max-width: 1252px) {
	.home_blog_S.footer_home_page {
		min-height: auto;
		margin-bottom: 30px;
		padding-bottom: 27px
	}
}

@media screen and (max-width: 992px) {
	.home_blog_S.footer_home_page {
		margin-bottom: 0;
		padding-bottom: 24px
	}
}

.home_blog_S
h4 {
	font-size: 26px;
	color: #05347B;
	line-height: 40px
}

.home_blog_S
.home_blog_div {
	margin-top: 50px
}

.home_blog_S
.home_blog_box {
	background: #fff;
	display: inline-block;
	border-radius: 12px;
	margin-right: 12px;
	width: 100%
}

.home_blog_S .home_blog_box
img {
	border: 5px
}

.home_blog_S .home_blog_box
.inner_blog {
	padding: 13px
24px;
	padding-top: 20px;
	min-height: 435px
}

.home_blog_S .home_blog_box
h7 {
	font-size: 18px;
	color: #05347B;
	line-height: 20px
}

.home_blog_S .home_blog_box h7
a {
	font-weight: 700;
	font-size: 18px;
	color: #05347B;
	line-height: 20px
}

.home_blog_S .home_blog_box
p {
	color: #6A7A8E;
	line-height: 27px;
	margin-top: 10px
}

.jssorl-009-spin
img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.jssorb057
.i {
	position: absolute;
	cursor: pointer
}

.jssorb057 .i
.b {
	fill: none;
	stroke: #fff;
	stroke-width: 2000;
	stroke-miterlimit: 10;
	stroke-opacity: 0.4
}

.jssorb057 .i:hover
.b {
	stroke-opacity: .7
}

.jssorb057 .iav
.b {
	stroke-opacity: 1
}

.jssorb057
.i.idn {
	opacity: .3
}

.jssora073 {
	display: block;
	position: absolute;
	cursor: pointer
}

.jssora073
.a {
	fill: #ddd;
	fill-opacity: .7;
	stroke: #000;
	stroke-width: 160;
	stroke-miterlimit: 10;
	stroke-opacity: .7
}

.jssora073:hover {
	opacity: .8
}

.jssora073.jssora073dn {
	opacity: .4
}

.jssora073.jssora073ds {
	opacity: .3;
	pointer-events: none
}

#jssor_1 {
	position: relative;
	margin: 0
auto;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 353px;
	overflow: hidden;
	visibility: hidden;
	float: right
}

#jssor_1.jsor {
	height: 353px !important
}

#jssor_1
.sliders {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 2500px;
	height: 353px;
	overflow: hidden;
	border-radius: 7PX
}

#jssor_1 .sliders>div {
	height: 353px !important;
	border-radius: 7px
}

.jssorl-009-spin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7)
}

.jssorl-009-spin
img {
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px
}

.b_box {
	position: absolute;
	top: 3px;
	left: 0;
	width: 380px;
	height: 365px;
	z-index: 0;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: left;
	padding: 0;
	box-sizing: border-box
}

.b_box.home_new_box {
	width: 360px
}

#prevButton,#nextButton {
	cursor: pointer
}

.homeblog_bottom {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	background: #F0F4FA;
	padding: 23px
0;
	padding-bottom: 13px
}

.homeblog_bottom
p {
	font-size: 20px;
	color: #05347B;
	font-weight: 600;
	margin-bottom: 10px
}

.homeblog_bottom
a {
	font-size: 20px;
	color: #707F92;
	display: inline-block;
	padding-right: 60px;
	margin-bottom: 10px;
	border-right: 1px solid rgba(106, 122, 142, 0.5)
}

.homeblog_bottom a:hover {
	color: #32465E
}

.homeblog_bottom a:last-of-type {
	padding-right: 0px;
	border-right: 0
}

.footer_menu {
	margin: 41px
0;
	margin-bottom: 31px;
	display: inline-block;
	width: 100%
}

@media screen and (max-width: 1281px) {
	.footer_menu {
		margin-top: 0
	}
}

.footer_menu
h4 {
	font-size: 18px;
	color: #05347B;
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 15px;
	font-weight: 600
}

.footer_menu
ul {
	padding: 0;
	margin-top: 16px
}

.footer_menu ul li.social_footer
a {
	margin-right: 5px
}

.footer_menu ul
li {
	list-style-type: none;
	line-height: 37px
}

.footer_menu ul li
a {
	font-size: 15.8px;
	color: #6A7A8E;
	line-height: 14.4px
}

.footer_menu ul li a
.support_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-support@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 16px;
	display: inline-block
}

.footer_menu ul li a
.sales_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-sales@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 5px
}

.footer_menu ul li a
.acquire_for_mobile {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/acquireformobile.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 5px
}

.footer_menu ul li a
.saas {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/saas_icon.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 5px
}

.footer_menu ul li a
.experience_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-experience@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	padding-right: 33px;
	display: inline-block
}

.footer_menu ul li a
.startups {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/startup.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 19px;
	padding-right: 33px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.dev_api {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/devapi.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 22px;
	padding-right: 33px;
	display: inline-block;
	position: relative;
	top: 7px
}

.footer_menu ul li a
.automate_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-automate@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.live_chat_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-live-chat@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.profile_management_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/profile-management.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 4px
}

.footer_menu ul li a
.chat_bot_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-chat-bot@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 4px
}

.footer_menu ul li a
.analytics_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/analytics.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 4px
}

.footer_menu ul li a
.browsing_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-co-browsing@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.video_voice_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-video-and-voice-call@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.about_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-about-us@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.careers_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-careers@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.blog_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-blog@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.kbase_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-knowledgebase@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.pricing_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-pricing@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.customers_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/customers.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.gdpr {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/GDPR.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px
}

.footer_menu ul li a
.whitepaper_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-whitepaper@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.dev_api_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/icon-dev-api@2x.svg);
	background-repeat: no-repeat;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px
}

.footer_menu ul li a
.press_c_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer/media.svg);
	background-repeat: no-repeat;
	width: 27px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 4px
}

.footer_menu ul li a:hover {
	color: #32465E
}

.saas_top_header {
	margin-top: 140px
}

@media screen and (max-width: 992px) {
	.saas_top_header {
		margin-top: 0px
	}
}

.footer_bottom {
	margin-top: 0px;
	margin-bottom: 40px
}

.footer_bottom
a {
	font-size: 16px;
	color: #707F92
}

.footer_bottom .footer_bottom
a {
	margin-top: 11px;
	display: inline-block
}

@media screen and (min-width: 992px) {
	.footer_bottom
.footer_app_links {
		text-align: right
	}
}

@media screen and (max-width: 992px) {
	.footer_bottom
.footer_app_links {
		margin-top: 26px
	}
}

.block
img {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 7px 7px 15px 5px rgba(169, 186, 192, 0.47);
	box-shadow: 7px 7px 15px 5px rgba(169, 186, 192, 0.47);
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1)
}

@media screen and (max-width: 670px) {
	.block
img {
		width: 50px;
		height: 50px
	}
}

.block img:hover {
	-ms-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.5)
}

.block
.desc {
	display: none
}

@media screen and (max-width: 670px) {
	.block.block1
img {
		width: 50px;
		height: 50px
	}
}

.block.block2 {
	position: relative;
	left: 27px
}

@media screen and (max-width: 670px) {
	.block.block2 {
		top: -50px
	}
}

@media screen and (max-width: 453px) {
	.block.block2 {
		left: 0px
	}
}

.block.block2
img {
	width: 64px;
	height: 64px
}

.block.block3 {
	text-align: center;
	position: relative;
	top: -78px
}

@media screen and (max-width: 400px) {
	.block.block3 {
		top: -100px
	}
}

.block.block3
img {
	width: 119px;
	height: 119px
}

@media screen and (max-width: 670px) {
	.block.block3
img {
		width: 90px;
		height: 90px
	}
}

.block.block4 {
	text-align: right
}

@media screen and (max-width: 670px) {
	.block.block4 {
		position: absolute;
		top: -36px
	}
}

.block.block4
img {
	width: 54px;
	height: 54px
}

.block.block5 {
	text-align: right
}

.block.block5
img {
	width: 103px;
	height: 103px
}

@media screen and (max-width: 670px) {
	.block.block5
img {
		width: 50px;
		height: 50px
	}
}

.block.block6 {
	position: relative;
	left: 40px
}

.block.block6
img {
	width: 103px;
	height: 103px
}

@media screen and (max-width: 670px) {
	.block.block6
img {
		width: 70px;
		height: 70px
	}
}

@media screen and (max-width: 1060px) {
	.block.block6 {
		left: 0px
	}
}

.block.block7 {
	text-align: center;
	margin-top: 80px
}

.block.block7
img {
	width: 50px;
	height: 50px
}

.test_center {
	font-size: 28px;
	color: #6A7A8E;
	line-height: 44px;
	text-align: center;
	position: relative;
	top: 196px;
	width: 80%;
	margin: auto;
	margin-bottom: -181px;
	-webkit-transition-property: width;
	-webkit-transition-duration: 2s;
	transition-property: width;
	transition-duration: 2s
}

@media screen and (min-width: 1992px) {
	.test_center {
		min-height: 175px
	}
}

@media screen and (max-width: 1060px) {
	.test_center {
		font-size: 22px;
		line-height: 32px;
		top: 180px
	}
}

@media screen and (max-width: 992px) {
	.test_center {
		font-size: 18px;
		line-height: 28px;
		top: 166px
	}
}

@media screen and (max-width: 670px) {
	.test_center {
		font-size: 15px;
		line-height: 23px;
		top: 119px
	}
}

.test_center
.author {
	font-size: 18px;
	color: #6A7A8E;
	line-height: 28px;
	margin-top: 10px
}

@media screen and (max-width: 992px) {
	.test_center
.author {
		font-size: 16px;
		margin-top: 4px
	}
}

.block.block9 {
	text-align: center;
	margin-top: 83px;
	position: relative;
	left: 17px
}

.block.block9
img {
	width: 50px;
	height: 50px
}

@media screen and (max-width: 1060px) {
	.block.block9 {
		left: 0px
	}
}

.block.block10 {
	text-align: right
}

.block.block10
img {
	width: 103px;
	height: 103px
}

.testi_Bottom {
	display: inline-block;
	margin-top: 90px;
	margin-bottom: 80px;
	width: 100%
}

@media screen and (max-width: 992px) {
	.testi_Bottom {
		margin-top: 112px
	}
}

.first_testi_box {
	margin: 40px
0px;
	display: inline-block;
	width: 100%;
	margin-top: 112px
}

@media screen and (max-width: 992px) {
	.first_testi_box {
		margin-bottom: 0
	}
}

.grey_bg_box {
	background: #F1F5FA;
	border-radius: 4.5px;
	height: 400px;
	width: 90%
}

.grey_bg_box.grey_voice_Top_box {
	height: 480px
}

.target_message_box {
	margin-top: 70px
}

@media screen and (max-width: 992px) {
	.target_message_box {
		margin-top: 0px
	}
}

.target_message_box.measure_target_box {
	margin-top: 150px
}

@media screen and (max-width: 992px) {
	.target_message_box.measure_target_box {
		text-align: center;
		margin-top: 50px
	}
}

.target_message_box.qualtification_message_box {
	margin-top: 237px
}

@media screen and (max-width: 1281px) {
	.target_message_box.qualtification_message_box {
		margin-top: 70px;
		text-align: center
	}
}

.header_home_text.other_page_home_text.chat_botpage {
	margin-top: 161px
}

@media screen and (max-width: 1200px) {
	.header_home_text.other_page_home_text.chat_botpage {
		margin-top: 100px
	}
}

@media screen and (max-width: 992px) {
	.header_home_text.other_page_home_text.chat_botpage {
		text-align: center;
		margin-top: 50px
	}
}

.header_home_text.other_page_home_text.chat_botpage.camp_supportpage {
	margin-top: 250px
}

@media screen and (max-width: 1200px) {
	.header_home_text.other_page_home_text.chat_botpage.camp_supportpage {
		margin-top: 100px
	}
}

@media screen and (max-width: 992px) {
	.header_home_text.other_page_home_text.chat_botpage.camp_supportpage {
		text-align: center;
		margin-top: 50px
	}
}

.rtt
.grey_bg_box {
	height: 450px;
	width: 741px;
	float: right
}

.fr {
	float: right
}

.value_features {
	margin: 30px
0px;
	border-bottom: 2px solid rgba(221, 221, 235, 0.5);
	padding-bottom: 53px;
	padding-top: 27px
}

.value_features
h5 {
	font-size: 18px;
	color: #05347B;
	line-height: 20px;
	font-weight: 600
}

.value_features
p {
	font-size: 16px;
	color: #6a7a8e;
	line-height: 24px
}

.improve_opertaion
h3 {
	font-size: 34.56px;
	color: #05347B;
	letter-spacing: 0;
	line-height: 38.88px
}

.improve_opertaion
p {
	font-size: 23.76px;
	color: #6A7A8E;
	letter-spacing: 0;
	line-height: 38.88px;
	margin-bottom: 37px
}

.improve_opertaion.support_improve_opertaion {
	margin-top: 67px
}

.improve_opertaion.support_improve_opertaion
h3 {
	font-size: 30px
}

.improve_opertaion.support_improve_opertaion h3
span {
	font-size: 30px
}

.improve_opertaion.support_improve_opertaion
p {
	font-size: 17px;
	color: #6A7A8E;
	letter-spacing: 0;
	line-height: 27px;
	margin-bottom: 0
}

.convert_Box {
	border-top: 1px solid rgba(221, 221, 235, 0.5);
	padding: 40px
0px;
	display: inline-block;
	width: 100%;
	margin-top: 65px;
	padding-top: 0
}

.noleftpadding {
	padding-left: 0px
}

.norightpadding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

@media screen and (max-width: 992px) {
	.norightpadding {
		padding-right: 15px !important
	}
}

.value_features_box
h5 {
	font-size: 18px;
	color: #05347B;
	line-height: 20px;
	font-weight: 700
}

.nut_box {
	margin: 40px
0px;
	display: inline-block;
	width: 100%
}

.nut_box
.grey_bg_box {
	height: 450px
}

.target_message_box ul, .target_message_box
ol {
	margin-top: 0;
	margin-bottom: 10px;
	margin: 0;
	padding-left: 16px
}

.target_message_box ul li, .target_message_box ol
li {
	margin-bottom: 15px;
	font-size: 16px;
	color: #707F92;
	line-height: 20px
}

.workflow_box {
	background: rgba(241, 245, 250, 0.5);
	padding: 40px
0
}

.workflow_box
h3 {
	font-size: 28px;
	color: #05347B;
	line-height: 34px
}

.workflow_box h3
span {
	font-size: 28px;
	color: #0063FA;
	line-height: 34px;
	font-weight: 700
}

.workflow_box
p {
	font-size: 18px;
	color: #6A7A8E;
	line-height: 30px
}

.sal_For_box {
	margin-top: 40px
}

.sal_For_box
.cus_block {
	background: #FFF;
	border: 1px
solid #EDEDED;
	border-radius: 4.5px;
	padding: 40px
30px;
	height: 270px;
	margin-bottom: 30px
}

.sal_For_box .cus_block
h4 {
	font-weight: 700;
	font-size: 18px;
	color: #05347B;
	line-height: 25.2px
}

.sal_For_box .cus_block
p {
	font-size: 16px;
	color: #6A7A8E;
	line-height: 28px
}

.sal_For_box .cus_block
.img_Voz {
	min-height: 55px
}

.blue_box_container {
	background: #2B7EFD;
	padding: 40px
0px
}

@media screen and (max-width: 1281px) {
	.blue_box_container {
		margin-bottom: 11px
	}
}

.blue_box_container
h3 {
	font-size: 32px;
	color: #FFF;
	line-height: 36px
}

.blue_box_container
p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 28px
}

.blue_box_container
form {
	margin: 30px
0px
}

.blue_box_container form .form-con {
	background: #0265FF;
	border-radius: 5px;
	border: 0;
	padding: 11px
13px;
	margin-right: 9px;
	width: 27.5%;
	font-size: 16px;
	color: #FFF;
	line-height: 16px
}

@media screen and (max-width: 1200px) {
	.blue_box_container form .form-con {
		margin-bottom: 11px
	}
}

@media screen and (max-width: 500px) {
	.blue_box_container form .form-con {
		margin-right: 0;
		width: 100%
	}
}

.blue_box_container form .form-con::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.blue_box_container form .form-con::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.blue_box_container form .form-con::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6)
}

.blue_box_container form
.submit {
	background: #FFF;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	color: #08244F;
	line-height: 16px;
	padding: 13px
30px;
	border: 0
}

.cli_footer {
	padding: 0;
	list-style-type: none
}

@media screen and (max-width: 1484px) {
	.cli_footer {
		text-align: center
	}
}

.cli_footer
li {
	display: inline-block;
	margin-right: 51px;
	margin-top: 15px;
	margin-bottom: 18px
}

@media screen and (max-width: 1484px) {
	.cli_footer
li {
		margin-right: 42px
	}
}

@media screen and (max-width: 1200px) {
	.cli_footer
li {
		margin-right: 55px
	}
}

@media screen and (max-width: 992px) {
	.cli_footer
li {
		margin-right: 41px
	}
}

.cli_footer li:last-of-type {
	margin-right: 0
}

.blu_btn {
	opacity: 0.5;
	background: #075CEC;
	width: 32px;
	height: 32px
}

.custmor_platform.sales_feat_box.support_feat_box
h4 {
	font-weight: 700;
	font-size: 22px;
	color: #05347B;
	line-height: 22px
}

.custmor_platform.sales_feat_box.support_feat_box
p {
	font-size: 16px;
	color: #6A7A8E;
	line-height: 24px
}

.custmor_platform.sales_feat_box.support_feat_box
.cus_block {
	-webkit-box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	-moz-box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	box-shadow: 0px 16px 35px 6px rgba(245, 245, 245, 0.74);
	border: 0
!important;
	margin-top: 56px;
	min-height: 245px
}

.work_box_p {
	margin-top: -58px
}

@media screen and (max-width: 650px) {
	.work_box_p {
		margin-top: 52px
	}
}

.center_grey_box {
	opacity: 0.96;
	background: #F1F5FA;
	border-radius: 5px;
	width: 1084px;
	max-width: 100%;
	height: 550px;
	margin: auto;
	margin-top: 60px
}

.desktop_App {
	border-bottom: 1px solid #DDDDEB;
	padding: 40px
0px
}

.desktop_App.support_desktop_App {
	border-bottom: 0px solid #DDDDEB;
	padding: 56px
0px
}

.desktop_App.support_desktop_App
p {
	width: 80%
}

@media screen and (max-width: 992px) {
	.desktop_App.support_desktop_App
p {
		width: 100%
	}
}

.work_box {
	border-top: 1px solid #DDDDEB;
	border-bottom: 1px solid #DDDDEB;
	margin: 40px
0px
}

.work_box
.place_box {
	border-right: 1px solid #DDDDEB;
	padding: 40px
20px;
	min-height: 266px
}

@media screen and (max-width: 992px) {
	.work_box
.place_box {
		padding: 20px
20px;
		min-height: auto;
		border-right: 0px solid #ddddeb
	}
}

@media screen and (max-width: 650px) {
	.work_box
.place_box {
		border-right: 0px solid #DDDDEB
	}
}

.work_box
.place_box.last {
	border-right: 0px solid #DDDDEB
}

.work_box
.place_box.first {
	padding-left: 0px
}

.work_box
h3 {
	font-size: 18px;
	color: #05347B;
	font-weight: 600;
	line-height: 20px
}

.work_box
p {
	font-size: 16px;
	color: #6a7a8e;
	line-height: 25px;
	width: 84%
}

.work_box.support_work_box {
	border-top: 0px solid #DDDDEB;
	border-bottom: 0px solid #DDDDEB;
	margin: 20px
0px;
	margin-bottom: 0
}

.work_box.support_work_box
.place_box {
	border-right: 0px solid #DDDDEB;
	padding: 40px
0
}

.work_box.support_work_box .place_box
p {
	width: 100%;
	font-size: 17px;
	line-height: 28px
}

.imporove_experince {
	padding: 15px
0px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDEB
}

.imporove_experince.top_border {
	border-top: 1px solid #DDDDEB
}

.support_imporove_experince {
	padding: 25px
0px;
	border-bottom: 0px solid #DDDDEB;
	background: #136EFB;
	color: #fff;
	margin: 47px
0;
	display: inline-block;
	width: 100%;
	padding-bottom: 50px
}

.support_imporove_experince
h3 {
	color: #fff
}

.support_imporove_experince
p {
	color: #fff
}

.show_Customers {
	padding: 15px
0px
}

.show_Customers.exp_show_Customers {
	margin-top: 51px;
	padding-bottom: 0
}

.show_Customers.exp_show_Customers
img {
	margin-left: -83px
}

@media screen and (max-width: 992px) {
	.show_Customers.exp_show_Customers
img {
		margin-left: 0px
	}
}

.show_Customers.exp_show_Customers
.help_avialble {
	margin-bottom: 0
}

.show_Customers.exp_show_Customers .help_avialble
h4 {
	line-height: 35px
}

.help_avialble {
	display: inline-block;
	width: 100%;
	margin: 33px
0px
}

.help_avialble.co_help_av {
	margin: 0px
0px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 57px;
	margin-bottom: 34px
}

.help_avialble
.gry_box {
	height: 450px;
	width: 809px;
	float: right;
	max-width: 100%;
	background: #F1F5FA;
	border-radius: 5px
}

.help_avialble
.help_box {
	margin-top: 24px
}

.help_avialble .help_box
h5 {
	font-weight: 700;
	font-size: 18px;
	color: #05347B;
	line-height: 20px;
	margin-bottom: 5px
}

.help_avialble .help_box h5
span {
	background: #0063FA;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	padding-top: 6px;
	margin-right: 14px
}

.help_avialble .help_box
p {
	margin-left: 42px;
	font-size: 17px;
	color: #6a7a8e;
	line-height: 25px;
	width: 80%
}

@media screen and (max-width: 992px) {
	.help_avialble.support_help_avialble {
		margin-top: 0px
	}
}

.help_avialble.support_help_avialble .help_box
p {
	margin-left: 0;
	width: 100%;
	margin: 10px
0
}

.help_box_link {
	margin-top: 20px;
	margin-left: 42px
}

.help_box_link
a {
	font-size: 16px;
	color: #084EB9
}

.solu_box.exp_customers
.support_help_avialble {
	margin-bottom: -59px
}

.solu_box
h4 {
	font-size: 28px;
	color: #05347B;
	line-height: 34px
}

.solu_box
p {
	font-size: 17px;
	color: #6A7A8E;
	line-height: 28px
}

.solu_box
.grey_img {
	background: #F1F5FA;
	border-radius: 4.5px;
	width: 300px;
	height: 220px;
	margin-bottom: 22px
}

.solu_box
.inbox_box {
	margin: 30px
0px
}

.experince_other.otherpage {
	min-height: 502px
}

.center_box.text-center.boc_n {
	margin-top: 170px
}

.help_avialble.targe_help {
	margin-top: -101px
}

.help_avialble.targe_help .help_avialble
.help_box {
	margin-top: 6px
}

@media screen and (max-width: 650px) {
	.help_avialble.targe_help {
		margin-top: 0
	}
}

.onboard_exp.convert_Box {
	border-top: 0px solid rgba(221,221,235,0.5);
	margin-top: 0;
	padding-top: 0
}

.desktop_App.signup_desktop_App {
	border-bottom: 0px solid #DDDDEB;
	padding: 18px
0px;
	margin-bottom: 20px
}

.desktop_App.signup_desktop_App
.value_features_box {
	padding: 18px
21px;
	border-bottom: 6px solid #fff;
	padding-bottom: 8px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	background: #FFF;
	box-shadow: 0 8px 16px 0 rgba(221, 221, 221, 0.5);
	border-radius: 5px
}

.desktop_App.signup_desktop_App .value_features_box:hover {
	border-bottom: 6px solid #0063FA
}

.center_box.text-center.boc_n.learn_c {
	margin-top: 140px;
	position: relative;
}

.imporove_experince.grow_experince {
	border-top: 1px solid #DDDDEB;
	margin-top: 63px
}

.header_home_text.text-center.co_browsing_top {
	margin-top: 87px
}

.header_home_text.text-center.co_browsing_top
.button_links {
	margin-top: 39px;
	display: inline-block
}

.header_home_text.text-center.co_browsing_top .button_links
button {
	border-radius: 5px;
	width: 160px;
	height: 45px;
	border: 0;
	box-shadow: 0 0;
	font-weight: 600;
	font-size: 16px;
	font-weight: normal;
	float: left
}

@media screen and (max-width: 650px) {
	.header_home_text.text-center.co_browsing_top .button_links
button {
		width: 119px
	}
}

.header_home_text.text-center.co_browsing_top .button_links
button.light_blue_btn {
	width: 193px;
	background: #EBEBEB;
	font-weight: 600;
	font-size: 16px;
	color: #05347B
}

@media screen and (max-width: 650px) {
	.header_home_text.text-center.co_browsing_top .button_links
button.light_blue_btn {
		width: 142px
	}
}

.header_home_text.text-center.co_browsing_top .button_links
button.blue_btn {
	position: relative;
	left: 11px;
	background: #EBEBEB;
	color: #05347B
}

@media screen and (max-width: 650px) {
	.co_other_page.otherpage {
		margin-top: 0px
	}
}

.co_bro_icon_box {
	margin: 50px
0px
}

.co_bro_icon_box
.icon_grey {
	opacity: 0.1;
	background: #0265FF;
	width: 30px;
	height: 30px;
	margin-bottom: 15px
}

.show_relvent {
	border-top: 1px solid #DDDDEB;
	margin-top: 40px;
	padding-bottom: 0
}

.relvent_box {
	margin-top: 0px;
	display: inline-block;
	width: 100%
}

.relvent_box
.gbox {
	background: #F1F5FA;
	width: 100%;
	max-width: 100%;
	height: 430px
}

.relvent_box
.relvent_gbox {
	padding: 30px
0px
}

.relvent_gbox.text-center.fit_box {
	border-right: 1px solid #DDDDEB;
	position: relative;
	left: 3px
}

.help_avialble.bp .help_box
p {
	margin-left: 0;
	width: 100%
}

.gry_box.middle_box {
	background: #F2F5FA;
	border-radius: 10px;
	width: 477px;
	height: 405px;
	max-width: 100%;
	margin: 0
auto;
	float: none
}

.imporove_experince.grow_experince.live_exp {
	margin-top: 26px;
	margin-bottom: 40px
}

.chat_bot_boxp {
	padding-top: 15px
}

.chat_bot_top {
	margin-top: -20px
}

.shadow_box {
	background-image: linear-gradient(-180deg, #F4F5F7 0%, #FFF 100%);
	height: 100px
}

.chat_bott {
	margin-top: 80px
}

.imporove_experince.imp_box {
	border-top: 1px solid #DDDDEB;
	margin-top: 48px
}

.help_avialble
.help_box.live_chat_help {
	margin-top: 0;
	margin-bottom: 40px
}

@media screen and (max-width: 992px) {
	.help_avialble
.help_box.live_chat_help {
		text-align: center
	}
}

.center_box.text-center.live_Top {
	margin-top: 111px
}

.message_Author_Box {
	border-top: 1px solid #DDDDEB;
	width: 96%;
	padding-top: 24px;
	padding-bottom: 25px;
	margin-top: 29px
}

.message_Author_Box.Author_Box {
	border-top: 1px solid rgba(112, 112, 112, 0.26);
	border-bottom: 1px solid rgba(112, 112, 112, 0.26)
}

.message_Author_Box.Author_Box
.head {
	color: #05347b;
	font-size: 18px;
	font-weight: bold
}

.message_Author_Box.Author_Box
p {
	font-size: 16px;
	color: #6a7a8e;
	line-height: 25px;
	margin-bottom: 0
}

.message_Author_Box
img {
	border-radius: 50px;
	-webkit-box-shadow: 2px 0px 10px 1px rgba(145, 144, 150, 0.59);
	-moz-box-shadow: 2px 0px 10px 1px rgba(145, 144, 150, 0.59);
	box-shadow: 2px 0px 10px 1px rgba(145, 144, 150, 0.59)
}

.message_Author_Box
p {
	font-size: 15px;
	color: #6A7A8E;
	line-height: 18px;
	margin-bottom: 8px
}

.message_Author_Box
.blue_col {
	color: #707F92 !important;
	line-height: 12px;
	margin-bottom: 4px
}

.target_message_box.t_box {
	margin-top: 75px
}

@media screen and (max-width: 1178px) {
	.target_message_box.t_box {
		margin-top: 0
	}
}

.gry_box_S {
	opacity: 0.96;
	background-image: linear-gradient(-170deg, #F7F9FB 37%, #F4F6F9 99%);
	border-radius: 3.15px;
	width: 337px;
	height: 473px;
	-webkit-box-shadow: 0px 9px 10px 0px whitesmoke;
	-moz-box-shadow: 0px 9px 10px 0px whitesmoke;
	box-shadow: 0px 9px 10px 0px whitesmoke;
	border: 1px
solid #DDDDEB;
	position: relative;
	right: 260px;
	margin-top: 80px
}

.conversion_box {
	margin-bottom: 80px;
	display: inline-block;
	width: 100%
}

.gry__small_box_Container_live {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 20px
}

.gry__small_box {
	opacity: 0.96;
	background-image: linear-gradient(-170deg, #F7F9FB 37%, #F4F6F9 99%);
	border: 1px
solid #DDDDEB;
	border-radius: 3.15px;
	-webkit-box-shadow: 0px 9px 10px 0px whitesmoke;
	-moz-box-shadow: 0px 9px 10px 0px whitesmoke;
	box-shadow: 0px 9px 10px 0px whitesmoke;
	width: 337px;
	height: 302px;
	margin-bottom: 50px
}

.gry__small_box_Container {
	position: absolute;
	right: 0
}

.convert_Box.live_convert_box {
	margin-top: 0;
	padding-top: 0;
	border-top: 0
}

.target_message_box.tag_inter_box {
	margin-top: 30px
}

@media screen and (min-width: 992px) {
	.target_message_box.keep_target_box {
		margin-top: 100px
	}
}

.top_voice_video {
	margin-top: 59px
}

.advance_Box {
	font-size: 15px;
	color: #6A7A8E;
	line-height: 18px;
	margin-top: 13px
}

.voice_app {
	margin-top: 60px
}

.sales_feat_box.voice_chat {
	margin-bottom: -35px
}

@media screen and (max-width: 665px) {
	.sales_feat_box.support_feat_box {
		margin-bottom: 0
	}
}

.graph_box_Voice_chat {
	margin-bottom: 35px
}

.personal_App_box {
	margin-top: 30px
}

.show_Customers.show_Customers_profile {
	margin-top: 30px;
	display: inline-block;
	width: 100%
}

.something_box {
	margin-top: 30px
}

.something_box
.value_features_box {
	margin-bottom: 50px
}

.something_box
.vbox.value_features_box {
	margin-bottom: 0px
}

.profile_manage_Box {
	border-top: 1px solid #DDDDEB;
	margin-top: 34px
}

.profile_manage_Box
.nut_box {
	margin-bottom: 0
}

.post_date {
	font-size: 14px;
	color: #6A7A8E;
	line-height: 28px
}

.single_Blog {
	margin-bottom: 20px;
	margin-top: 20px
}

.single_Blog
img {
	margin: auto;
	display: block;
	text-align: center
}

.single_Blog
.content {
	font-size: 18px;
	color: #6a7a8e;
	line-height: 29px;
	font-weight: normal
}

.single_Blog .content
blockquote {
	padding: 0;
	margin: 00;
	border-left: 0 solid #eee;
	font-weight: 600;
	font-size: 35px;
	color: #05347B;
	line-height: 50px;
	font-style: normal;
	margin: 28px
0
}

.single_Blog .content blockquote p, .single_Blog .content blockquote .p_box, .single_Blog .content blockquote p > b, .single_Blog .content blockquote p > strong, .single_Blog .content blockquote
em {
	font-weight: 600;
	font-size: 20px;
	color: #05347B;
	line-height: 30px;
	font-style: normal
}

.single_Blog .content p, .single_Blog .content .p_box, .single_Blog .content p > b, .single_Blog .content p > strong, .single_Blog .content
em {
	font-size: 18px;
	color: #6a7a8e;
	line-height: 29px;
	font-weight: normal
}

.single_Blog .content p > b, .single_Blog .content p>strong {
	font-weight: 700
}

.single_Blog .content
p {
	margin-bottom: 25px
}

.single_Blog .content
h2 {
	color: #05347B;
	font-size: 30px;
	line-height: 36px
}

.single_Blog .content
h3 {
	font-size: 28px;
	color: #05347B;
	line-height: 34px
}

.single_Blog .content
h4 {
	font-size: 25px;
	color: #05347B;
	line-height: 22px;
	margin: 25px
0
}

.single_Blog .content
h5 {
	font-size: 22px;
	color: #05347B
}

.single_Blog .content
h6 {
	font-size: 19px;
	color: #05347B
}

.single_Blog .content
h7 {
	font-size: 17px;
	color: #05347B
}

.similer_blog
a {
	font-weight: 600;
	font-size: 18px;
	color: #05347B;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	margin-top: 17px
}

a.s3-facebook.hint--top {
	background-image: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/social/logo-facebook.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	width: 40px !important;
	height: 40px !important;
	display: block !important;
	margin-bottom: 17px;
	background-color: #0063FA
}

a.s3-twitter.hint--top {
	background-image: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/social/logo-twitter.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	width: 40px !important;
	height: 40px !important;
	display: block !important;
	margin-bottom: 17px;
	background-color: #0063FA
}

a.s3-google-plus.hint--top {
	background-image: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/social/googleplus-icon.png) !important;
	background-repeat: no-repeat !important;
	background-size: 50%;
	background-position: center center;
	width: 40px !important;
	height: 40px !important;
	display: block !important;
	margin-bottom: 17px;
	background-color: #0063FA
}

a.s3-linkedin.hint--top {
	background-image: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/social/logo-linkedIn.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	width: 40px !important;
	height: 40px !important;
	display: block !important;
	margin-bottom: 17px;
	background-color: #0063FA
}

.similer_blog_top {
	border-bottom: 1px solid #DDDDEB;
	display: inline-block;
	width: 100%;
	padding-bottom: 16px
}

.similer_blog_top
h3 {
	font-size: 28px;
	color: #05347B;
	line-height: 34px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

.similer_blog_top
h4 {
	font-weight: 700;
	font-size: 22px;
	color: #05347B;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

.similer_blog_top
a {
	font-size: 16px;
	color: #05347B;
	line-height: 16px;
	position: relative;
	top: 25px
}

.home_blog {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/other/placeholder-hero-image-blog@2x.png);
	background-repeat: no-repeat;
	height: 708px;
	background-size: 100%;
	margin-top: -77px;
	margin-bottom: 50px
}

.home_blog .header_home_text
h1 {
	color: #fff;
	margin-top: 104px;
	background: rgba(5, 52, 123, 0.7);
	display: inline-block;
	padding: 15px
49px;
	font-size: 38px;
	line-height: 48px
}

.blog_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

.blog_header
.light_blue_btn {
	border-radius: 5px
}

.blog_header .light_blue_btn:hover {
	color: #1C59B8
}

.blog_header .light_blue_btn:hover {
	color: #1C59B8
}

.list_blog {
	padding-left: 0
}

.list_blog
li {
	list-style-type: none;
	margin-top: 20px
}

.list_blog li
a {
	font-weight: 600;
	font-size: 16px;
	color: #05347B;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px
}

.read_topday {
	padding-top: 20px
}

.read_topday
.read_blog {
	margin-bottom: 17px
}

.read_topday .read_blog:last-of-type {
	margin-bottom: 0px
}

.read_topday
a.title {
	font-weight: 700;
	font-size: 28px;
	color: #05347B;
	line-height: 34px;
	margin-bottom: 8px;
	display: block
}

@media screen and (max-width: 992px) {
	.read_topday
a.title {
		margin-top: 20px
	}
}

.read_topday
p {
	margin: 12px
0
}

.read_topday
.read_content {
	margin-top: 0px
}

.similer_blog_top.blog_page_cat
h3 {
	font-size: 22px;
	color: #05347B;
	line-height: 24px
}

.top_header_links
.light_blue_btn {
	border-radius: 50px
}

.top_header_links
.blue_btn {
	border-radius: 50px
}

.ebookbox {
	border: 1px
solid #DDDDEB;
	border-radius: 10px;
	padding: 35px
18px;
	margin-top: 53px;
	margin-bottom: 10px
}

.ebookbox
h5 {
	font-size: 22px;
	color: #05347B;
	line-height: 28px
}

.ebookbox h5
span {
	display: block;
	font-size: 18px;
	color: #05347B;
	line-height: 32px
}

.ebookbox
p {
	line-height: 28px
}

.ebookbox
a.read_more {
	font-weight: 700;
	font-size: 16px;
	color: #05347B;
	line-height: 28px;
	margin-top: 20px;
	display: block
}

.home_feature_2 {
	position: relative
}

.home_feature_2
img {
	width: auto
}

@media screen and (min-width: 1500px) {
	.home_feature_2
img {
		max-width: 741px
	}
}

.custmor_platform.sales_feat_box.support_feat_box {
	top: 0
}

.center_box.text-center.work_box_p {
	margin-top: 78px
}

.center_box.text-center.live_Top.anly_top {
	margin-top: 0
}

.help_avialble.targe_help.anly_help_box {
	margin-top: 22px
}

.convert_Box.onboard_exp.anly_box {
	padding-bottom: 0
}

.desktop_App.signup_desktop_App .client_container.container.anly_box
.value_features_box {
	min-height: 200px
}

.voice_Box {
	border-bottom: 1px solid #DDDDEB;
	margin-bottom: 26px
}

.custmor_platform.sales_feat_box.support_feat_box.live_chat_feat {
	top: -121px
}

@media screen and (max-width: 600px) {
	.custmor_platform.sales_feat_box.support_feat_box.live_chat_feat {
		top: 0px
	}
}

.conversion_box.liveConversion_box {
	margin-bottom: 0
}

.custmor_platform.sales_feat_box.support_feat_box.exper_box {
	top: -121px
}

@media screen and (max-width: 600px) {
	.custmor_platform.sales_feat_box.support_feat_box.exper_box {
		top: 0px
	}
}

.sal_message__box.target_message_box {
	margin-top: 53px
}

.nut_box.sal_nut_box {
	margin-top: 0;
	margin-bottom: 65px
}

header.blog_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/blog/blog_hero.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 514px
}

header.blog_header .top_menu ul li
a {
	color: #05347b
}

header.single_blog_post {
	min-height: 600px;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

header.single_blog_post
.caret {
	color: #fff
}

.nav.top_drop_menu {
	margin-left: 55px
}

@media screen and (max-width: 1237px) {
	.nav.top_drop_menu {
		margin-left: 0
	}
}

@media screen and (max-width: 992px) {
	.nav.top_drop_menu {
		margin-left: 0px
	}
}

.mega-menu.sm_menu {
	width: 420px;
	padding-left: 0px !important;
	margin-left: 0 !important
}

.mega-menu.sm_menu
ul {
	padding-left: 24px
}

@media screen and (max-width: 750px) {
	.mega-menu.sm_menu {
		right: 0;
		left: auto
	}
}

@media screen and (max-width: 400px) {
	.mega-menu.sm_menu {
		left: auto;
		right: -23px
	}
}

.top_menu ul li ul li ul
li {
	padding: 0
!important;
	padding-bottom: 0
}

.top_menu ul li ul li ul li
a {
	display: inline-block;
	padding: 17px
0px !important;
	padding-bottom: 0px !important
}

li.common_menu.mega-menu-column {
	margin-top: 0;
	padding-top: 0
}

.mega-menu {
	padding: 0px
5px !important;
	width: 375px;
	border-radius: 10px;
	margin-top: 0;
	background-color: #fff;
	padding-left: 0;
	padding-bottom: 0 !important;
	padding-right: 0;
	margin: 0
0 !important
}

.mega-menu
ul {
	padding-left: 15px
}

@media screen and (max-width: 410px) {
	.mega-menu
ul {
		padding-left: 0px
	}
}

@media screen and (max-width: 750px) {
	.mega-menu {
		width: 274px;
		padding-bottom: 14px !important
	}
}

@media screen and (max-width: 410px) {
	.mega-menu {
		width: 250px;
		padding-bottom: 14px !important;
		padding: 8px
16px !important
	}
}

.mega-menu
#solution {
	display: none
}

.mega-menu
.menu_option {
	margin-right: 23px
}

.mega-menu .menu_option
.blue_iconn {
	background: #05347B;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 5px;
	cursor: pointer
}

.mega-menu .menu_option
.blue_iconn.active {
	background: #FF9292
}

.mega-menu
li {
	display: inline-block;
	float: left;
	font-size: 0.94rem;
	padding: 3px
0px
}

.mega-menu li.last_menu
p {
	border-bottom: 0px solid !important
}

.mega-menu li.mega-menu-column {
	margin-right: 11px;
	width: 100%
}

.mega-menu li.mega-menu-column a
.header_menu_icon {
	display: inline-block;
	width: 35px;
	margin-right: 18px;
	position: relative;
	top: -14px
}

@media screen and (max-width: 750px) {
	.mega-menu li.mega-menu-column a
.header_menu_icon {
		top: 0;
		margin-right: 0px
	}
}

@media screen and (max-width: 410px) {
	.mega-menu li.mega-menu-column a
.header_menu_icon {
		width: 20px
	}
}

@media screen and (max-width: 750px) {
	.mega-menu li.mega-menu-column a .header_menu_icon
img {
		width: 17px
	}
}

.mega-menu li.mega-menu-column a
.header_menu_desc {
	font-weight: 600;
	font-size: 16px;
	color: #FF9292;
	text-transform: uppercase;
	display: inline-block;
	width: 285px;
	line-height: 18px;
	-webkit-transition: .2s;
	transition: .2s
}

@media screen and (max-width: 750px) {
	.mega-menu li.mega-menu-column a
.header_menu_desc {
		font-size: 13px;
		width: 168px
	}
}

@media screen and (max-width: 410px) {
	.mega-menu li.mega-menu-column a
.header_menu_desc {
		width: 163px
	}
}

.mega-menu li.mega-menu-column a
.header_menu_desc.blue_link {
	color: #B292FF
}

.mega-menu li.mega-menu-column a
.header_menu_desc.light_blue {
	color: #37BFDB
}

.mega-menu li.mega-menu-column a
.header_menu_desc.green_link {
	color: #18D187
}

.mega-menu li.mega-menu-column a
.header_menu_desc.dark_blue {
	color: #05347B
}

.mega-menu li.mega-menu-column a .header_menu_desc.dark_blue
p {
	color: #05347B
}

.mega-menu li.mega-menu-column a
.header_menu_desc.golder_co {
	color: #EBA947
}

.mega-menu li.mega-menu-column a .header_menu_desc
p {
	font-size: 15px;
	margin-top: 2px;
	display: inline-block;
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	padding-bottom: 8px;
	text-transform: initial;
	margin-bottom: 0;
	width: 95%
}

.mega-menu .nav-header {
	font-weight: 600;
	font-size: 15px;
	color: #08244F;
	line-height: 14px;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #DDDDEB;
	width: 100%;
	margin-bottom: 9px
}

.mega-menu .navbar .nav li.dropdown.open > .dropdown-toggle,
.mega-menu .navbar .nav li.dropdown.active > .dropdown-toggle,
.mega-menu .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background: inherit;
	color: inherit
}

.mega-menu .navbar .nav li.dropdown.open.active > .dropdown-toggle,
.mega-menu .navbar .nav>li.dropdown>a:focus {
	background: inherit;
	color: inherit
}

.mega-menu .navbar .nav li.dropdown > .dropdown-toggle:hover,
.mega-menu .navbar .nav li.dropdown.open>.dropdown-toggle:hover {
	background-color: #DDD
}

.mega-menu .navbar .nav li.dropdown > a:hover .caret,
.mega-menu .navbar .nav li.dropdown > a:focus
.caret {
	border-bottom-color: #333;
	border-top-color: #333
}

.mega-menu .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.mega-menu .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.mega-menu .navbar .nav li.dropdown.open.active > .dropdown-toggle
.caret {
	border-bottom-color: #333;
	border-top-color: #333
}

.mega-menu .navbar .nav > li > a, .mega-menu .mega-menu
a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent !important
}

.home_page_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/homepage-illustration.jpg) no-repeat top left;
	padding-bottom: 221px;
	background-size: 100%;
	margin-bottom: 45px
}

@media screen and (min-width: 1900px) {
	.home_page_header {
		padding-bottom: 0;
		margin-bottom: 45px;
		min-height: 776px
	}
}

@media screen and (max-width: 1406px) {
	.home_page_header {
		padding-bottom: 128px
	}
}

@media screen and (max-width: 1240px) {
	.home_page_header {
		padding-bottom: 100px
	}
}

@media screen and (max-width: 1154px) {
	.home_page_header {
		padding-bottom: 152px
	}
}

@media screen and (max-width: 1064px) {
	.home_page_header {
		padding-bottom: 105px
	}
}

@media screen and (max-width: 992px) {
	.home_page_header {
		padding-bottom: 35px
	}
}

@media screen and (max-width: 912px) {
	.home_page_header {
		margin-bottom: 20px;
		background-size: cover
	}
}

.home_page_header
.caret {
	color: #fff;
	margin-left: 6px
}

@media screen and (max-width: 950px) {
	.dropdown-menu.top_mega_menu.second_menu {
		right: 0;
		left: auto
	}
}

@media screen and (max-width: 950px) {
	.dropdown-menu.top_mega_menu.second_menu::before {
		right: 20px;
		left: auto
	}
}

.illustration_box {
	margin-top: 92px;
	top: 0px;
	position: absolute
}

.term_c_link {
	margin-top: 8px
}

.plans_box {
	margin: 70px
0px
}

.plans_box
.plan {
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 32px 6px #e3e3e3;
	-moz-box-shadow: 1px 0px 32px 6px #e3e3e3;
	box-shadow: 1px 0px 32px 6px #e3e3e3;
	padding: 25px
0px;
	min-height: 530px
}

@media screen and (max-width: 992px) {
	.plans_box
.plan {
		margin-top: 30px
	}
}

.plans_box
.plan_left {
	display: inline-block;
	border-top: 28px solid #0063FA;
	border-right: 23px solid #fff;
	position: absolute;
	top: 0px
}

.plans_box
.plan_right {
	display: inline-block;
	border-top: 26px solid #0063FA;
	border-left: 27px solid #fff;
	position: absolute;
	top: 0px;
	right: 15px
}

.plans_box
.plan_top {
	padding: 0px
28px
}

.plans_box .plan_top
.sub_plan {
	font-size: 12px;
	color: #6A7A8E;
	line-height: 14px
}

.plans_box .plan_top
p {
	font-size: 14px;
	color: #6A7A8E;
	line-height: 22px;
	margin-top: 16px
}

.plans_box .plan_top
.popular {
	font-weight: 600;
	font-size: 12px;
	color: #0063FA;
	position: relative;
	margin-bottom: -15px
}

.plans_box
.plan_middle {
	border-top: 1px solid #DDDDEB;
	padding: 0px
28px;
	padding-top: 17px;
	margin-top: 20px
}

.plans_box .plan_middle
.plan_feature {
	font-weight: 600;
	font-size: 16px;
	color: #05347B;
	line-height: 33px;
	margin-bottom: 5px
}

.plans_box .plan_middle .plan_feature
img {
	margin-right: 16px
}

.plans_box
.plan_bottom {
	padding: 0px
28px
}

.plans_box .plan_bottom
a {
	display: inline-block;
	width: 100%;
	background: #0265FF;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	line-height: 14px;
	text-align: center;
	padding: 18px
0;
	margin-top: 13px;
	margin-bottom: 15px
}

.plans_box .plan_bottom a:hover {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15), 0 3px 15px rgba(0, 123, 255, 0.2), 0 2px 5px rgba(0,0,0,0.1);
	color: #fff
}

.premium_plan_box {
	background: #fff;
	padding: 25px
0;
	margin-top: 95px;
	-webkit-box-shadow: 1px 0px 32px 6px #e3e3e3;
	-moz-box-shadow: 1px 0px 32px 6px #e3e3e3;
	box-shadow: 1px 0px 32px 6px #e3e3e3;
	padding-bottom: 47px;
	margin-bottom: 50px
}

.about_bottom {
	padding: 25px
0;
	margin-top: 0px;
	padding-bottom: 24px;
	margin-bottom: 0px
}

.about_bottom
.p_box {
	color: #FFF;
	padding: 25px
25px;
	margin-bottom: 40px;
	min-height: 164px
}

.about_bottom .p_box
h4 {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	line-height: 20px
}

.about_bottom .p_box
p {
	font-size: 14px;
	color: #FFF;
	line-height: 22px
}

.about_bottom
.passion_box {
	background-color: #FA709A;
	background-image: -webkit-linear-gradient(53deg, #FA709A 24%, #FEE140 100%);
	background-image: -moz-linear-gradient(53deg, #FA709A 24%, #FEE140 100%);
	background-image: -o-linear-gradient(53deg, #FA709A 24%, #FEE140 100%);
	background-image: linear-gradient(53deg, #FA709A 24%, #FEE140 100%);
	border-radius: 5px
}

.about_bottom
.innovation_box {
	background-color: #08AEEA;
	background-image: -webkit-linear-gradient(53deg, #08AEEA 0%, #2AF598 100%);
	background-image: -moz-linear-gradient(53deg, #08AEEA 0%, #2AF598 100%);
	background-image: -o-linear-gradient(53deg, #08AEEA 0%, #2AF598 100%);
	background-image: linear-gradient(53deg, #08AEEA 0%, #2AF598 100%);
	border-radius: 5px
}

.about_bottom
.humble_box {
	background-color: #8BC6EC;
	background-image: -webkit-linear-gradient(53deg, #8BC6EC 0%, #9599E2 100%);
	background-image: -moz-linear-gradient(53deg, #8BC6EC 0%, #9599E2 100%);
	background-image: -o-linear-gradient(53deg, #8BC6EC 0%, #9599E2 100%);
	background-image: linear-gradient(53deg, #8BC6EC 0%, #9599E2 100%);
	border-radius: 5px
}

.about_bottom
.friendliness_box {
	background-color: #FFBBEC;
	background-image: -webkit-linear-gradient(53deg, #FFBBEC 0%, #5C99FF 100%);
	background-image: -moz-linear-gradient(53deg, #FFBBEC 0%, #5C99FF 100%);
	background-image: -o-linear-gradient(53deg, #FFBBEC 0%, #5C99FF 100%);
	background-image: linear-gradient(53deg, #FFBBEC 0%, #5C99FF 100%);
	border-radius: 5px
}

.table.price_table_desc.hide_content {
	height: 200px;
	display: inline-block;
	width: 100%;
	overflow: hidden
}

.price_table {
	margin-bottom: 0 !important
}

.price_table
table {
	margin-bottom: 0px
}

.price_table table
tbody {
	display: table;
	width: 100%
}

.price_table table
td {
	border-top: 0px solid #ddd !important
}

.price_table table td
h4 {
	font-weight: 700;
	font-size: 20px;
	color: #05347B;
	line-height: 20px
}

.price_table table td
.choose_plan {
	background: #0265FF;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	padding: 7px
18px;
	font-weight: normal
}

@media screen and (max-width: 650px) {
	.price_table table td
.choose_plan {
		font-size: 13px;
		padding: 7px
4px;
		word-break: break-all;
		display: block;
		text-align: center
	}
}

.price_table table td
.price {
	font-size: 16px;
	color: #707F92;
	line-height: 18px
}

.price_table table td .price
span {
	font-size: 18px;
	color: #707F92
}

.price_table table
.price_arrow {
	margin-left: 5px;
	color: #0063FA;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	top: 4px
}

.price_table_desc {
	border-top: 1px solid #DDDDEB;
	margin-top: 5px
}

.price_table_desc tr
td {
	padding: 5px
13px !important;
	vertical-align: middle !important;
	font-size: 16px;
	color: #6A7A8E;
	letter-spacing: 0;
	line-height: 2.428571  !important
}

.price_table_desc tr:nth-child(even) {
	background: rgba(235, 235, 235, 0.4)
}

.price_table_desc tr:nth-child(odd) {
	background-color: #fff
}

.more_show {
	font-weight: 600;
	font-size: 16px;
	color: #6A7A8E;
	line-height: 16px;
	border: 1px
solid #DDDDEB;
	border-radius: 5px;
	padding: 5px
16px
}

.faq
h7 {
	font-weight: 600;
	font-size: 18px;
	color: #05347B;
	line-height: 20px
}

.faq
p {
	font-size: 16px;
	color: #6a7a8e;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 45px
}

button#annual.blue_btn.active {
	background: #0265FF;
	color: #fff
}

button#annual.blue_btn:hover {
	box-shadow: 0px 0px;
	border: 0;
	outline: none
}

button#annual.blue_btn:focus {
	box-shadow: 0px 0px;
	border: 0;
	outline: none
}

button#monthly.light_blue_btn.active {
	background: #0265FF;
	color: #fff
}

button#annual.light_blue_btn:hover {
	box-shadow: 0px 0px;
	border: 0;
	outline: none
}

button#annual.light_blue_btn:focus {
	box-shadow: 0px 0px;
	border: 0;
	outline: none
}

.monthly {
	display: none
}

.header_home_text.blog_text {
	margin-top: 50px
}

.otherpage.blog_otherpage {
	min-height: auto;
	width: 100%
}

.blogpage {
	background: #fff;
	position: relative;
	padding: 35px
28px;
	padding-top: 10px;
	margin-top: 0;
	z-index: 56454564
}

@media screen and (max-width: 992px) {
	.blogpage {
		padding: 0px
0px
	}
}

.blogpage
.similer_blog_top {
	margin-top: 35px
}

.single_box_conatiner {
	background: #fff;
	padding: 29px
0px;
	min-height: 650px
}

@media screen and (max-width: 992px) {
	.single_box_conatiner {
		margin-top: 0px;
		padding: 0px
0px
	}
}

div#sidebar_solutoin {
	margin-top: 50px
}

@media screen and (max-width: 992px) {
	div#sidebar_solutoin {
		text-align: center
	}
}

@media screen and (max-width: 992px) {
	div#sidebar_solutoin
a {
		display: inline-block !important;
		margin-right: 18px
	}
}

div#sidebar_solutoin.fixed {
	position: fixed;
	top: 50px
}

header.single_blog_post.blue_header .top_menu ul li
a {
	color: #05347B
}

header.single_blog_post.blue_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.single_blog_post.blue_header
.caret {
	color: #05347B
}

.qualification_mode {
	margin: 40px
0px
}

.fu_c_support {
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 71px;
	margin-bottom: 0px
}

.fq_block {
	background: #FFF;
	border: 1px
solid #DDDDEB;
	border-radius: 5px;
	margin-top: 19px;
	padding: 23px
27px
}

.fq_block
h7 {
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #05347B;
	line-height: 24px;
	margin: 10px
0
}

.fq_block h7
a {
	color: #05347B
}

.recently_question {
	margin: 25px
0
}

.recently_question
h3 {
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 15px
}

.recently_question .recent_all_ques
.recent_q {
	background: #FFF;
	border: 1px
solid #DDDDEB;
	border-radius: 5px;
	margin-top: 19px;
	padding: 23px
27px;
	display: inline-block;
	width: 100%
}

.recently_question .recent_all_ques .recent_q
h7 {
	font-weight: 600;
	font-size: 16px;
	color: #05347B;
	line-height: 24px;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%
}

.recently_question .recent_all_ques .recent_q h7
a {
	color: #05347B
}

.recently_question .recent_all_ques .recent_q
p {
	font-size: 14px;
	color: #6A7A8E;
	line-height: 14px
}

.recently_question .recent_all_ques .recent_q .tags
a {
	background: rgba(0, 99, 250, 0.13);
	border-radius: 5px;
	font-size: 14px;
	color: #0063FA;
	text-align: center;
	line-height: 14px;
	padding: 5px
9px
}

.faq_search {
	background: #F7F8FB;
	padding: 28px
0;
	margin-bottom: 16px
}

.faq_search
.faq_left {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/faq/left-illustration@2x.png) no-repeat top left 10px;
	min-height: 283px;
	background-size: 29%
}

.faq_search
.faq_right {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/faq/right-illustartion@2x.png) no-repeat top right -39px;
	min-height: 283px;
	background-size: 30%
}

.faq_search .faq_right
h1 {
	margin-top: 86px
}

.faq_search .faq_right form
input {
	background: #FFF;
	border-radius: 5px;
	outline: none;
	border: 0;
	width: 793px;
	margin: auto;
	padding: 16px
18px;
	max-width: 100%;
	margin-top: 10px;
	margin-left: 48px;
	font-size: 18px;
	color: #6A7A8E;
	line-height: 14px
}

@media screen and (max-width: 992px) {
	.faq_search .faq_right form
input {
		margin-left: 0px
	}
}

.faq_more {
	text-align: center;
	margin-top: 41px;
	margin-bottom: 30px
}

.faq_more
a {
	background: #0265FF;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
	width: 189px;
	height: 45px;
	display: inline-block;
	padding-top: 14px
}

header.faq_header {
	background: #F7F8FB
}

header.faq_header .top_menu ul li
a {
	color: #05347B
}

header.faq_header
.caret {
	color: #05347B
}

.faq_categories {
	font-famght: 500;
	font-size: 14px;
	color: #6A7A8E;
	line-height: 14px
}

.faq_categories
h7 {
	margin-top: 12px;
	display: block
}

.faq_categories
a {
	color: #6A7A8E
}

.faq_categories
input {
	background: #FFF;
	border-radius: 5px;
	width: 215px;
	padding: 10px
11px;
	border: 0;
	font-size: 14px;
	color: #6A7A8E;
	line-height: 12px;
	outline: none
}

.faq_single_bo {
	display: inline-block;
	padding-top: 25px;
	width: 100%
}

.row.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.single_faq {
	border-bottom: 1px solid #DDDDEB
}

.single_faq
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DDDDEB;
	padding-top: 40px;
	height: 100%
}

.single_faq ul
li {
	font-weight: 600;
	font-size: 14px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 33px
}

.single_faq ul li
a {
	color: rgba(129, 151, 177, 0.8)
}

.single_faq ul li.active
a {
	color: #0063FA
}

.single_faq ul
li.head {
	font-weight: 600;
	font-size: 15px;
	color: #707F92;
	letter-spacing: 0;
	margin-top: 13px
}

.single_faq ul li:first-of-type {
	margin-top: 0px
}

.single_faq
h3 {
	font-weight: 700;
	font-size: 28px;
	color: #05347B;
	line-height: 34px;
	margin-top: 6px
}

.single_faq
.date {
	font-size: 16px;
	color: #6A7A8E;
	line-height: 14px;
	margin-bottom: 15px
}

.single_faq
p {
	font-size: 17px;
	color: #6A7A8E;
	line-height: 28px;
	width: 93%;
	white-space: pre-wrap
}

.feedback_faq {
	background: rgba(221, 221, 235, 0.2);
	border-radius: 5.6px;
	text-align: center;
	margin: 23px
0
}

.feedback_faq
p {
	font-weight: 600;
	font-size: 14px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 14px;
	padding: 29px
0;
	margin: 0
}

.need_help {
	background: #FFF;
	box-shadow: 0 2px 10px 0 #E8E8E8;
	border-radius: 5px;
	margin-top: 90px
}

.need_help
.head {
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	background: #0063FA;
	border-radius: 5px 5px 0 0;
	padding: 12px
15px
}

.need_help
.pon {
	padding: 15px
12px
}

.need_help .pon
p {
	font-size: 13px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 13px
}

.cat_head {
	font-weight: 700;
	font-size: 14px;
	color: #6A7A8E;
	line-height: 14px;
	margin-top: 23px;
	margin-bottom: 5px
}

.cat_box a, .cat_box
span {
	background: rgba(0, 99, 250, 0.13);
	border-radius: 5px;
	font-size: 13px;
	color: #0063FA;
	text-align: center;
	line-height: 14px;
	padding: 4px
7px;
	display: inline-block;
	margin-top: 8px
}

.col-container {
	display: table;
	width: 100%
}

.col {
	display: table-cell
}

header.customer_header {
	min-height: 514px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/customer/hero-image-cutomers@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 31px
}

header.customer_header .top_menu ul li
a {
	color: #05347b
}

header.customer_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.customer_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.customer_header
.caret {
	color: #05347b
}

header.customer_header
.white_paperheader {
	margin-top: 111px
}

header.customer_header .white_paperheader
p {
	margin-bottom: 35px;
	color: #05347b;
	font-weight: 700
}

header.press_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/press/Media-Coverage.png) no-repeat center right;
	min-height: 525px;
	background-size: 100%;
	background-size: cover;
	margin-bottom: 40px
}

header.press_header .top_menu ul li
a {
	color: #fff
}

header.press_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.press_header .globalNav .navSection.primary
.rootLink {
	color: #fff
}

header.press_header
.caret {
	color: #fff
}

header.press_header
.white_paperheader {
	color: #fff;
	margin-top: 122px
}

header.press_header .white_paperheader
h1 {
	color: #fff
}

header.press_header .white_paperheader
p {
	color: #fff;
	margin-bottom: 35px
}

header.experience_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/experience_headerImage.svg) no-repeat center center;
	min-height: 552px;
	background-size: cover;
	margin-bottom: 40px
}

header.experience_header .top_menu ul li
a {
	color: #fff
}

header.experience_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.experience_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.experience_header
.caret {
	color: #fff
}

header.experience_header
.white_paperheader {
	color: #fff;
	margin-top: 61px
}

header.experience_header .white_paperheader
h1 {
	color: #fff
}

header.experience_header .white_paperheader
p {
	color: #fff;
	margin-bottom: 35px
}

header.experience_header .white_paperheader
.support1_form {
	display: inline-block;
	margin-top: 28px;
	margin-bottom: 14px
}

header.experience_header .white_paperheader .support1_form
label.error_label {
	color: red
}

header.experience_header .white_paperheader .support1_form input[type="email"] {
	ackground: #fff;
	border: 1px
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0
19px;
	width: 359px;
	max-width: 100%;
	margin-right: -5px;
	color: #000;
	outline: none;
	height: 48px;
	float: left
}

header.experience_header .white_paperheader .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0
19px;
	position: relative;
	top: 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 4px;
	height: 48px;
	float: left
}

header.experience_header .white_paperheader
.setupbox {
	color: #05347B;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

header.experience_header .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	header.experience_header .white_paperheader
.experience_form {
		display: block
	}
}

.sales_medium
.co_browsing_top.white_paperheader {
	margin-top: 179px
}

@media screen and (max-width: 1200px) {
	.sales_medium
.co_browsing_top.white_paperheader {
		margin-top: 40px;
		text-align: center
	}
}

.sales_medium .co_browsing_top.white_paperheader .support1_form input[type="email"] {
	background: #FFF;
	border: 0px
solid #DDD;
	border-radius: 5px;
	padding: 12px
19px;
	width: 264px;
	max-width: 100%;
	margin-right: 1px;
	color: #000
}

.sales_medium .co_browsing_top.white_paperheader .support1_form input[type="submit"] {
	border-radius: 5px
}

.sales_medium
.sales_medium_heder {
	position: absolute;
	top: 98px;
	right: 0
}

@media screen and (max-width: 1200px) {
	.sales_medium
.sales_medium_heder {
		width: 25%;
		z-index: -1
	}
}

.sales_medium_top_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

header.support_mediumbg {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/support-medium-hero.svg) no-repeat;
	min-height: 669px;
	background-size: cover;
	margin-bottom: -41px;
	background-position: bottom;
	padding-bottom: 0
}

header.support_mediumbg .top_menu ul li
a {
	color: #fff
}

header.support_mediumbg .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.support_mediumbg .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.support_mediumbg
.caret {
	color: #fff
}

header.support_mediumbg
.white_paperheader {
	color: #fff;
	margin-top: 92px
}

@media screen and (max-width: 992px) {
	header.support_mediumbg
.white_paperheader {
		margin-top: 0px
	}
}

header.support_mediumbg .white_paperheader
h1 {
	color: #fff
}

header.support_mediumbg .white_paperheader
p {
	color: #fff;
	margin-bottom: 20px
}

header.support_mediumbg .white_paperheader
.support1_form {
	margin-top: 0;
	display: inline-block;
	margin-bottom: 19px
}

@media screen and (max-width: 600px) {
	header.support_mediumbg .white_paperheader
.support1_form {
		margin-top: 0px
	}
}

header.support_mediumbg .white_paperheader .support1_form input[type="email"] {
	background: #fff;
	border: 1px
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0px
19px;
	width: 359px;
	max-width: 100%;
	margin-right: -5px;
	color: #000;
	height: 48px;
	float: left
}

header.support_mediumbg .white_paperheader .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0
19px;
	position: relative;
	top: 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	height: 48px
}

header.support_mediumbg .white_paperheader
.setupbox {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

header.support_mediumbg .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	header.support_mediumbg .white_paperheader
.experience_form {
		display: block
	}
}

header.news_media_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/news_media.svg) no-repeat center center;
	min-height: 495px;
	background-size: cover;
	margin-bottom: 3px
}

header.news_media_header .top_menu ul li
a {
	color: #fff
}

header.news_media_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.news_media_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.news_media_header
.caret {
	color: #fff
}

header.news_media_header
.white_paperheader {
	color: #fff;
	width: 63%;
	margin: auto;
	margin-top: 102px
}

@media screen and (max-width: 1192px) {
	header.news_media_header
.white_paperheader {
		width: 100%
	}
}

@media screen and (max-width: 992px) {
	header.news_media_header
.white_paperheader {
		margin-top: 0px
	}
}

header.news_media_header .white_paperheader
h1 {
	color: #fff
}

header.news_media_header .white_paperheader
p {
	color: #AECEFF;
	margin-bottom: 0
}

header.news_media_header .white_paperheader
.support1_form {
	margin-top: 15px;
	margin-bottom: 0px
}

@media screen and (max-width: 600px) {
	header.news_media_header .white_paperheader
.support1_form {
		margin-top: 0px
	}
}

header.news_media_header .white_paperheader .support1_form input[type="email"] {
	background: #FFF;
	border: 1px
solid #DDD;
	border-radius: 5px 0 0 5px;
	padding: 12px
19px;
	width: 359px;
	max-width: 100%;
	margin-right: -5px;
	color: #000
}

header.news_media_header .white_paperheader .support1_form input[type="submit"] {
	background: #07D879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: none;
	border: 0;
	padding: 11px
19px;
	position: relative;
	top: 1px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}

header.news_media_header .white_paperheader
.setupbox {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

header.news_media_header .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	header.news_media_header .white_paperheader
.experience_form {
		display: block
	}
}

header.news_media_header .white_paperheader
.tags {
	margin-top: 38px
}

header.news_media_header .white_paperheader .tags
span {
	color: #fff;
	background: #2779F7;
	font-size: 16px;
	padding: 6px
22px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block
}

header.news_media_header .white_paperheader .tags span:last-of-type {
	margin-right: 0
}

header.sales_mediumbg {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/sales_header.svg) no-repeat center center;
	min-height: 720px;
	background-size: cover;
	margin-bottom: 3px
}

header.sales_mediumbg .top_menu ul li
a {
	color: #fff
}

header.sales_mediumbg .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.sales_mediumbg .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.sales_mediumbg
.caret {
	color: #fff
}

header.sales_mediumbg
.white_paperheader {
	color: #fff;
	margin-top: 92px
}

@media screen and (max-width: 992px) {
	header.sales_mediumbg
.white_paperheader {
		margin-top: 0px
	}
}

header.sales_mediumbg .white_paperheader
h1 {
	color: #fff
}

header.sales_mediumbg .white_paperheader
p {
	color: #fff;
	margin-bottom: 0
}

header.sales_mediumbg .white_paperheader
.support1_form {
	margin-top: 15px;
	margin-bottom: 0px
}

@media screen and (max-width: 600px) {
	header.sales_mediumbg .white_paperheader
.support1_form {
		margin-top: 0px
	}
}

header.sales_mediumbg .white_paperheader .support1_form input[type="email"] {
	background: #FFF;
	border: 1px
solid #DDD;
	border-radius: 5px 0 0 5px;
	padding: 12px
19px;
	width: 359px;
	max-width: 100%;
	margin-right: -5px;
	color: #000
}

header.sales_mediumbg .white_paperheader .support1_form input[type="submit"] {
	background: #07D879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: none;
	border: 0;
	padding: 11px
19px;
	position: relative;
	top: 1px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}

header.sales_mediumbg .white_paperheader
.setupbox {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

header.sales_mediumbg .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	header.sales_mediumbg .white_paperheader
.experience_form {
		display: block
	}
}

header.blue_bg {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/sales_longer.png) no-repeat center center;
	min-height: 720px;
	background-size: cover;
	margin-bottom: 3px
}

header.blue_bg .top_menu ul li
a {
	color: #fff
}

header.blue_bg .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.blue_bg .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.blue_bg
.caret {
	color: #fff
}

header.blue_bg
.white_paperheader {
	color: #fff;
	margin-top: 92px
}

@media screen and (max-width: 992px) {
	header.blue_bg
.white_paperheader {
		margin-top: 0px
	}
}

header.blue_bg .white_paperheader
h1 {
	color: #fff;
	font-size: 49px;
	line-height: 58px
}

header.blue_bg .white_paperheader
p {
	color: #fff;
	margin-bottom: 16px
}

header.blue_bg .white_paperheader
.support1_form {
	margin-top: 0;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px
}

@media screen and (max-width: 600px) {
	header.blue_bg .white_paperheader
.support1_form {
		margin-top: 0px
	}
}

header.blue_bg .white_paperheader .support1_form input[type="email"] {
	background: #fff;
	border: 1px
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0px
19px;
	width: 354px;
	max-width: 100%;
	margin-right: 0;
	color: #000;
	float: left;
	height: 48px
}

header.blue_bg .white_paperheader .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0
19px;
	position: relative;
	top: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	height: 48px
}

header.blue_bg .white_paperheader
.setupbox {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

header.blue_bg .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	header.blue_bg .white_paperheader
.experience_form {
		display: block
	}
}

header.cobrowse_saas {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/cobrowse-saas-header.png) no-repeat;
	margin-bottom: 3px;
	min-height: 653px;
	background-position: bottom center
}

body.automation_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/automation_bg_image.png) center center fixed;
	background-size: cover;
	margin-bottom: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}

body.automation_header .top_menu ul li
a {
	color: #fff
}

body.automation_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

body.automation_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

body.automation_header
.caret {
	color: #fff
}

body.automation_header
.white_paperheader {
	color: #fff;
	margin-top: 90px
}

body.automation_header .white_paperheader
.border_auto {
	border: 1px
solid #FFF;
	width: 91px;
	margin-bottom: 17px
}

body.automation_header .white_paperheader
h1 {
	color: #fff
}

body.automation_header .white_paperheader
p {
	color: #fff;
	margin-bottom: 21px
}

body.automation_header .white_paperheader
.support1_form {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px
}

body.automation_header .white_paperheader .support1_form input[type="email"] {
	background: #fff;
	border: 0
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0
19px;
	width: 312px;
	max-width: 100%;
	margin-right: -5px;
	border-radius: 50px;
	outline: 0;
	color: #000;
	padding-right: 62px;
	height: 50px;
	float: left;
	outline: none;
	border: 0
}

body.automation_header .white_paperheader .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0px
22px;
	position: relative;
	top: 0px;
	left: -40px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 50px;
	float: left;
	height: 50px
}

body.automation_header .white_paperheader
.setupbox {
	color: #05347B;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-weight: 500
}

body.automation_header .white_paperheader
.experience_form {
	background: #FFF;
	box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	display: inline-block;
	padding: 8px
39px;
	padding-bottom: 4px
}

@media screen and (max-width: 600px) {
	body.automation_header .white_paperheader
.experience_form {
		display: block
	}
}

body.automation_header .white_paperheader .automateSection
h3 {
	font-size: 40px;
	color: #FFF
}

body.automation_header .white_paperheader .automateSection
p {
	font-size: 18px;
	color: #FFF
}

body.automation_header .white_paperheader
.experince_small_logos {
	display: inline-block;
	width: 100%
}

body.automation_header .white_paperheader .experince_small_logos
h7 {
	color: #FFF
}

body.automation_header .white_paperheader .experince_small_logos
ul {
	padding-left: 0px;
	margin-left: 0;
	text-align: left
}

body.automation_header .white_paperheader .experince_small_logos ul
li {
	margin-right: 21px
}

body.automation_header .white_paperheader .experince_small_logos ul li:last-of-type {
	margin-right: 0px
}

header.about_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/about/Golden-bridge-photo@1x.jpg) no-repeat center right;
	min-height: 509px;
	background-size: 100%;
	background-size: cover;
	margin-bottom: 40px
}

header.about_header .top_menu ul li
a {
	color: #fff
}

header.about_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.about_header .globalNav .navSection.primary
.rootLink {
	color: #fff
}

header.about_header
.caret {
	color: #fff
}

header.about_header
.white_paperheader {
	color: #fff;
	margin-top: 122px
}

header.about_header .white_paperheader
h1 {
	color: #fff
}

header.about_header .white_paperheader
p {
	color: #fff;
	margin-bottom: 35px
}

header.security_header {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/security.png) no-repeat center right;
	min-height: 513px;
	background-size: 100%;
	background-size: cover;
	margin-bottom: 40px
}

header.security_header .top_menu ul li
a {
	color: #05347B
}

header.security_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.security_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.security_header
.white_paperheader {
	margin-top: 122px
}

header.security_header .white_paperheader
p {
	margin-bottom: 35px
}

header.career_header {
	min-height: 396px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/career/career_header.svg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px
}

header.career_header
.white_paperheader {
	margin-top: 67px
}

header.career_header .white_paperheader.career_page
p {
	margin: 0
0;
	margin-top: 22px;
	width: 62%
}

@media screen and (max-width: 992px) {
	header.career_header .white_paperheader.career_page
p {
		width: 100%
	}
}

header.career_header .white_paperheader
h1 {
	color: #fff
}

header.career_header .white_paperheader
p {
	margin-bottom: 35px;
	color: #AECEFF;
	width: 53%;
	margin: auto;
	margin-top: 22px
}

@media screen and (max-width: 992px) {
	header.career_header .white_paperheader
p {
		width: 100%
	}
}

header.whitepaper_ebook_header {
	min-height: 514px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/whitepaper/hero-image-resources@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px
}

header.whitepaper_ebook_header .top_menu ul li
a {
	color: #6A7A8E
}

header.whitepaper_ebook_header .top_menu ul li ul li
a {
	color: #6A7A8E
}

header.whitepaper_ebook_header .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

header.whitepaper_ebook_header
.white_paperheader {
	margin-top: 122px
}

header.whitepaper_ebook_header .white_paperheader
p {
	margin-bottom: 35px
}

.whitepaper_box
.ebookbox {
	margin-top: 23px;
	padding: 19px
13px
}

.whitepaper_box .ebookbox
h5 {
	margin-top: 30px
}

.whitepaper_box .ebookbox
.read_more {
	background: #0265FF;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	display: inline-block;
	margin-top: 5px;
	padding: 10px
22px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(2, 101, 255, 0.5);
	-moz-box-shadow: 0px 5px 5px -3px rgba(2, 101, 255, 0.5);
	box-shadow: 0px 5px 5px -3px rgba(2, 101, 255, 0.5);
	margin-bottom: 5px
}

@media screen and (max-width: 992px) {
	.whitepaper_box .ebookbox
.read_more {
		margin-bottom: 20px
	}
}

h2.screen-reader-text {
	display: none
}

span.page-numbers.current {
	background: #0265FF;
	color: #fff;
	padding: 4px
11px;
	font-size: 14px;
	margin-right: 9px
}

.whitepaper_navigation .nav-links
a {
	display: inline-block;
	margin-right: 10px;
	font-weight: 600
}

.full_custmor_block {
	margin-bottom: 20px
}

@media screen and (min-width: 992px) {
	.full_custmor_block
.customer_content_block {
		margin-top: 83px !important
	}
}

.customer_block {
	margin: auto 40px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.27);
	padding-bottom: 19px;
	margin-bottom: 49px
}

.customer_block
.customer_content_block {
	margin-top: 10px
}

.customer_block .customer_content_block
img {
	margin-bottom: 15px
}

.customer_block
.read_more {
	font-weight: 600;
	font-size: 14px;
	color: #0265ff;
	letter-spacing: 0;
	line-height: 14px;
	padding-right: 35px;
	float: right
}

.customer_single_side_box {
	padding-top: 54px
}

.customer_single_side_box
.customor_image {
	margin-bottom: 10px
}

.customer_single_side_box .border-right {
	border-right: 1px solid rgba(106, 122, 142, 0.3);
	text-align: center;
	min-height: 68px;
	vertical-align: middle
}

@media screen and (max-width: 992px) {
	.customer_single_side_box .border-right {
		border-right: 0px solid rgba(106, 122, 142, 0.3)
	}
}

.customer_single_side_box
h7 {
	font-weight: 600;
	font-size: 19px;
	color: #707F92;
	letter-spacing: 0;
	line-height: 15.6px;
	margin-bottom: 15px
}

.customer_single_side_box
p {
	font-weight: 600;
	font-size: 13px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 24px
}

.customer_single_side_box
p.com_box {
	font-weight: 600;
	font-size: 19px;
	color: #707F92;
	letter-spacing: 0;
	line-height: 15.6px;
	margin-bottom: 15px;
	margin-top: 9px
}

.customer_single_side_box
.pbox {
	margin-bottom: 10px
}

.customer_single_side_box #s-share-buttons.s-share-w-c
a {
	margin-right: 10px;
	float: left
}

.customoer_signle_content {
	padding-left: 20px;
	padding-top: 40px;
	border-bottom: 1px solid rgba(106, 122, 142, 0.3);
	padding-bottom: 14px;
	margin-bottom: 16px
}

.customoer_signle_content
h3 {
	color: #05347B;
	line-height: 34px;
	margin-bottom: 11px;
	margin-top: 0;
	font-weight: 600;
	font-size: 25px
}

.customoer_signle_content
p {
	margin-bottom: 25px
}

.customoer_signle_content
.heightlight {
	background: #0265FF;
	font-size: 25px;
	color: #fff;
	padding: 32px
60px;
	margin-bottom: 32px;
	line-height: 42px;
	margin-top: 34px
}

.customoer_signle_content
.qutoes_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 31px;
	margin-top: 11px
}

.customoer_signle_content .qutoes_box
.sp_words {
	font-weight: 600;
	font-size: 25px;
	padding-left: 38px;
	color: #6A7A8E;
	margin-top: 0px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/customer/path.svg);
	background-repeat: no-repeat;
	background-position: right top 10px;
	background-size: 50%;
	line-height: 38px
}

@media screen and (max-width: 992px) {
	.customoer_signle_content .qutoes_box
.sp_words {
		padding-left: 0px;
		margin-top: 22px
	}
}

.checkalso
h5 {
	font-weight: 700;
	font-size: 20px;
	color: #05347B;
	line-height: 20px;
	margin-bottom: 0
}

.checkalso
p {
	font-size: 12px;
	color: #6A7A8E;
	line-height: 20px;
	margin-bottom: 27px
}

.checkalso .home_blog_image
img {
	margin-bottom: 15px;
	margin-top: 12px
}

.cust_single {
	height: 100%;
	border-right: 1px solid #DDDDEB;
	padding-right: 40px
}

header.customer_header.single_custmor_header {
	margin-bottom: 0;
	padding-bottom: 0
}

.media_container
h3 {
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.55;
	letter-spacing: normal;
	text-align: left;
	color: #05347b
}

.media_all {
	display: inline-block;
	width: 100%;
	margin-top: 17px
}

.media_all
.media_box {
	margin-bottom: 20px;
	margin-top: 17px;
	border-bottom: solid 0.7px #ddddeb
}

.media_all .media_box
img {
	margin-bottom: 19px
}

.media_all .media_box
p {
	padding-bottom: 14px
}

header.contact_header {
	background: #F7F9FA
}

header.contact_header .top_menu ul li
a {
	color: #05347B
}

.tw-before-form .tw-before-form-text-input:first-child {
	margin-top: 0
}

.tw-before-form .tw-before-form-text-input {
	position: relative;
	padding-top: 12px;
	margin-bottom: 12px
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 38px;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-moz-osx-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border-width: 0 0 1px;
	border-bottom-color: #DDDDEB;
	padding: 3px
0 5px;
	font-size: 18px;
	background: 0 0;
	color: #323C47;
	-webkit-appearance: none
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	content: '';
	left: 45%;
	height: 3px;
	width: 10px;
	visibility: hidden;
	background-color: #3A6BE3
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-input-error {
	clear: both !important;
	display: block;
	position: relative !important;
	height: 20px !important;
	width: 100% !important;
	text-align: left !important;
	padding: 0
!important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-osx-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label {
	top: 16px;
	z-index: 2;
	font-weight: 300;
	cursor: text;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-moz-osx-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0;
	width: 100%;
	font-size: 18px
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-moz-osx-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-bottom-color: #3A6BE3
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus~.tw-before-form-text-label:after {
	visibility: visible;
	width: 100%;
	left: 0
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus ~ .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label.not_empty {
	top: -5px;
	opacity: 1;
	color: #7889AB;
	font-size: 14px
}

.tw-before-input-error {
	color: #a94442
}

.contact_container {
	background: #F7F9FA
}

.contact_form {
	background: #FFF;
	border: 1px
solid #ddddeb;
	border-radius: 4px;
	width: 830px;
	max-width: 100%;
	padding: 22px
68px;
	margin: 53px
auto 30px auto
}

@media screen and (max-width: 992px) {
	.contact_form {
		padding: 22px
30px;
		width: 100%
	}
}

.contact_form
p {
	font-size: 14px;
	color: #6A7A8E;
	letter-spacing: 0;
	text-align: center;
	line-height: 23px;
	margin-bottom: 30px
}

.contact_form
textarea {
	resize: none
}

.contact_form
.submit_box {
	margin-bottom: 10px;
	background: #0265ff;
	border-radius: 4px;
	color: #fff;
	border-bottom: 0;
	padding: 10px
30px;
	border: 0;
	outline: none;
	font-weight: 600;
	font-size: 14px
}

.map
.map_box {
	margin-bottom: 40px
}

.map
h3 {
	font-weight: 700;
	font-size: 22px;
	color: #05347B;
	line-height: 24px;
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 11px;
	margin-bottom: 26px
}

.map
.white_box {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 21px
8px;
	margin-top: -5px
}

.map .white_box
p {
	font-size: 16px;
	color: #8197B1;
	line-height: 22px
}

.map .white_box
p.head {
	font-weight: 700;
	font-size: 18px;
	color: #323C47;
	line-height: 14.04px;
	margin-top: 0px
}

@media screen and (max-width: 992px) {
	.map .white_box
p.head {
		margin-top: 17px
	}
}

.map .white_box
.map_bottom {
	margin-top: 19px
}

.map .white_box .map_bottom
.email {
	font-size: 14px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 13px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/icon-e-mail.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px
}

.map .white_box .map_bottom
.ph {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/icon-phone.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 14px;
	color: #8197B1;
	letter-spacing: 0;
	line-height: 18px;
	min-height: 20px
}

.about_container {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/about/background_avg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 76px;
	margin-bottom: 59px
}

.photo_taken {
	position: absolute;
	right: 24px;
	bottom: 15px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	line-height: 28px
}

@media screen and (max-width: 992px) {
	.photo_taken {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 17px
	}
}

.top_about {
	border-radius: 5px;
	margin: 44px
0;
	padding: 20px
0;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/about/illustration-people.svg);
	background-repeat: no-repeat;
	background-position: center right
}

.top_about
h3 {
	font-weight: 700;
	font-size: 28px;
	color: #05347B;
	line-height: 34px
}

.top_about
p {
	font-size: 17px;
	color: #6A7A8E;
	line-height: 28px;
	width: 100%
}

.top_bx {
	display: inline-block;
	background: #fff;
	width: 70%;
	padding: 20px;
	-webkit-box-shadow: 0px 8px 5px -2px #f5f2f5;
	-moz-box-shadow: 0px 8px 5px -2px #f5f2f5;
	box-shadow: 0px 8px 5px -2px #f5f2f5
}

@media screen and (max-width: 600px) {
	.top_bx {
		width: 100%
	}
}

.about_middle {
	background: #FFF;
	border-radius: 5px;
	width: 1113px;
	max-width: 100%;
	text-align: center;
	margin: 0
auto;
	padding: 75px
115px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 4px 13px 4px rgba(106, 122, 142, 0.12);
	-moz-box-shadow: 0px 4px 13px 4px rgba(106, 122, 142, 0.12);
	box-shadow: 0px 4px 13px 4px rgba(106, 122, 142, 0.12)
}

@media screen and (max-width: 992px) {
	.about_middle {
		padding: 70px
42px
	}
}

.about_middle
img {
	margin-bottom: 10px
}

.about_middle
p {
	font-size: 24px;
	color: #6A7A8E;
	text-align: center;
	line-height: 39px;
	margin-top: 19px
}

@media screen and (max-width: 992px) {
	.about_middle
p {
		font-size: 18px;
		margin-top: 19px;
		line-height: 31px
	}
}

.about_middle
p.bottom_head {
	font-size: 18px;
	color: #6A7A8E;
	text-align: center;
	line-height: 28px
}

.about_middle
.quotoation {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/about/sign-quotation.svg);
	background-repeat: no-repeat;
	background-position: top left 33px;
	background-size: 20%
}

div.half_cirle.half_cirlec.lg_box {
	width: 100px;
	height: 200px;
	margin-top: 82px
}

@media screen and (min-width: 1200px) {
	.hum_box_box_con {
		position: relative;
		left: -108px
	}
}

.passion_box_con {
	margin-top: 29px
}

.no_cat {
	padding: 0
15px;
	margin: 38px
0;
	text-align: center;
	font-famght: 500;
	font-size: 21px;
	display: inline-block;
	width: 100%
}

.loader {
	border: 16px
solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: auto;
	margin-top: 119px;
	margin-bottom: 50px
}

.dev_links {
	text-align: right
}

@media screen and (max-width: 992px) {
	.dev_links {
		text-align: left
	}
}

@media screen and (max-width: 992px) {
	.dev_links
a {
		font-size: 16px !important;
		padding-right: 17px  !important
	}
}

@media screen and (max-width: 992px) {
	.dev_links a:first-of-type {
		padding-left: 0
	}
}

.security_topics {
	border: 1px
solid rgba(112, 112, 112, 0.47);
	width: 80%;
	margin: auto;
	margin-top: 31px;
	padding: 10px
31px;
	margin-bottom: 16px
}

.security_topics
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.security_topics ul li
a {
	font-size: 16px;
	color: #6A7A8E;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(112, 112, 112, 0.47);
	padding: 15px
0
}

.security_topics ul li:last-of-type
a {
	border-bottom: 0px solid rgba(112, 112, 112, 0.47)
}

.security_topics ul li:last-of-type a
p {
	border-bottom: 0px solid rgba(112, 112, 112, 0.32) !important
}

@media screen and (max-width: 992px) {
	.security_topics {
		width: 100%
	}
}

.security_content {
	margin: 34px
0px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.47);
	padding-bottom: 24px
}

.security_content
h3 {
	margin-bottom: 17px;
	margin-top: 0;
	padding-top: 0
}

.security_content
.sub_head {
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #6A7A8E;
	margin-left: 40px
}

.security_content
p {
	display: inline-block;
	width: 100%;
	line-height: 32px
}

.security_content
h7 {
	margin-bottom: 17px;
	display: inline-block;
	width: 100%;
	margin-top: 10px
}

.security_content ul
li {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px
}

.customer_Box
p {
	margin-top: 12px
}

.integrations_cat {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	margin-top: 48px
}

.integrations_cat
li {
	margin-bottom: 10px
}

.integrations_cat
a {
	color: #6a7a8e
}

.privacy_policy {
	line-height: 35px;
	font-size: 17px;
	padding-bottom: 45px
}

.privacy_policy
h3 {
	font-size: 20px;
	color: #05347b;
	line-height: 34px;
	text-transform: capitalize
}

.privacy_policy p
span {
	color: #05347b;
	font-weight: 600
}

.privacy_policy p strong, .privacy_policy p
b {
	color: #05347b;
	font-weight: 700
}

.blog_header_image {
	margin-top: 20px
}

.blog_author_info {
	display: inline-block;
	margin-top: 9px;
	margin-bottom: 30px
}

.blog_author_info
img {
	border-radius: 50%;
	width: 67px;
	margin-right: 15px
}

.blog_author_info
.author_info {
	margin-right: 26px;
	color: #05347b;
	font-weight: 600;
	font-size: 20px
}

@media (min-width: 992px) {
	.blog_author_info
.author_info {
		float: left;
		border-right: 1px solid rgba(112, 112, 112, 0.4);
		padding-right: 15px;
		padding-bottom: 0;
		height: 60px
	}
}

.blog_author_info
.published {
	float: left;
	font-weight: 600;
	font-size: 14px;
	color: #6A7A8E;
	text-align: left
}

@media (min-width: 992px) {
	.blog_author_info
.published {
		padding-top: 7px
	}
}

.blog_author_info
.a_name {
	padding-top: 7px
}

.blog_author_info
.job_title {
	font-weight: 600;
	font-size: 14px;
	text-align: left
}

.blog_header_menu {
	background: #0265FF;
	padding: 7px
0px;
	margin-bottom: 20px;
	width: 100%;
	transition: top ease-in 250ms
}

.blog_header_menu
.logo {
	display: none
}

.blog_header_menu.active {
	position: fixed;
	top: 0;
	z-index: 999999999999999999999;
	padding: 7px
0px
}

.blog_header_menu.active
.logo {
	display: block;
	margin-right: 34px
}

.blog_header_menu.active
ul {
	margin-top: 13px
}

.blog_header_menu.active ul.hs-error-msgs.inputs-list {
	margin-top: -3px
}

.blog_header_menu
.news_right {
	float: right;
	display: inline-block;
	width: 100%
}

.blog_header_menu .news_right
#hsformContainer {
	width: 342px;
	display: inline-block;
	float: right;
	margin-bottom: -14px
}

@media (max-width: 992px) {
	.blog_header_menu .news_right
#hsformContainer {
		float: left;
		max-width: 100%
	}
}

@media (max-width: 992px) {
	.blog_header_menu
.news_right {
		float: left
	}
}

.blog_header_menu ul.hs-error-msgs.inputs-list li
label {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	position: relative;
	padding: 2px
8px;
	font-size: 12px;
	border-radius: 100px;
	top: 7px
}

.blog_header_menu
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 14px
}

.blog_header_menu ul
li {
	margin-right: 21px;
	display: inline-block
}

.blog_header_menu ul li
a {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px
}

.blog_header_menu ul li:last-of-type {
	margin-right: 0px
}

.blog_header_menu
form {
	margin-bottom: 0 !important
}

.blog_header_menu form label#label-email-1c384699-ab5d-414c-9e59-aee8f2875e8d {
	display: none
}

.blog_header_menu form ::-webkit-input-placeholder {
	color: #92BDFF
}

.blog_header_menu form ::-moz-placeholder {
	color: #92BDFF
}

.blog_header_menu form ::-ms-input-placeholder {
	color: #92BDFF
}

.blog_header_menu form input[type="email"] {
	border-radius: 21px;
	width: 167px;
	border: 0;
	font-size: 15px;
	padding: 13px
19px;
	outline: none;
	padding-right: 65px;
	color: #fff;
	display: inline-block;
	background: #1c75ff;
	box-shadow: none !important
}

.blog_header_menu form input[type="email"] :focus {
	box-shadow: none !important
}

.blog_header_menu form ul.hs-error-msgs.inputs-list {
	display: inline-block !important;
	width: 224px;
	position: absolute
}

.blog_header_menu form input[type="submit"] {
	background: #d5e3f9 !important;
	padding: 16px
35px;
	font-weight: 500;
	font-size: 14px;
	color: #1c59b8 !important;
	outline: 0;
	border: 0;
	border-radius: 21px;
	box-shadow: 0 0 !important;
	text-shadow: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border: 0
!important
}

.blog_header_menu form input[type="submit"] :hover {
	background: #d5e3f9 !important;
	color: #1c59b8 !important;
	box-shadow: 0 0 !important;
	border: 0
!important
}

.blog_header_menu form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	display: inline-block;
	width: 201px;
	float: left
}

.blog_header_menu form .hs_submit.hs-submit {
	display: inline-block;
	width: 139px;
	margin: 0;
	padding: 0
}

#blog_margin {
	height: 30px
}

.mailmunch-embedded-iframe .theme #mailmunch-optin-form {
	padding: 0;
	border: 0px
solid #CCC
}

.mailmunch-embedded-iframe #mailmunch-optin-form {
	background-color: transparent
}

@media (min-width: 992px) {
	.blog_header_menu
form {
		margin-bottom: -12px !important;
		margin-top: 0;
		position: relative;
		top: 2px
	}
}

@media (max-width: 992px) {
	.blog_header_menu
form {
		margin-top: 20px
	}
}

@media (max-width: 400px) {
	.blog_header_menu
form {
		margin-top: 30px
	}
}

@media (max-width: 400px) {
	.blog_header_menu form .hs_submit.hs-submit {
		display: block;
		width: 139px;
		margin: 0;
		padding: 0
	}
}

.blog_header_menu form
.actions {
	padding: 0px
0 0px 0px;
	margin: 0
}

@media (max-width: 992px) {
	.blog_header_menu form
.actions {
		padding: 0px
0;
		margin: 0
	}
}

.hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_9146f356-a44f-43cc-a416-3eb070791ce1 .hs-button:hover:not(.inactive), .hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_9146f356-a44f-43cc-a416-3eb070791ce1 .hs-button:focus:not(.inactive), .hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_9146f356-a44f-43cc-a416-3eb070791ce1 .hs-button.hovered:not(.inactive) {
	box-shadow: 0 0 !important;
	border-top: 0px solid #4db0ee !important;
	border-bottom: 0px solid #1946be !important;
	border-right: 0px solid #3080e3 !important;
	border-left: 0px solid #3080e3 !important
}

input.hs-input.error:focus, .hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_ca0bb539-b476-4984-b2bf-9a3c3d8c0832 div.field.error input:focus, .hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_ca0bb539-b476-4984-b2bf-9a3c3d8c0832 div.field.error textarea:focus, .hs-form-1c384699-ab5d-414c-9e59-aee8f2875e8d_ca0bb539-b476-4984-b2bf-9a3c3d8c0832 div.field.error .chzn-choices:focus,textarea.hs-input.error:focus {
	border-color: #b9554d;
	box-shadow: 0 0 !important
}

.submitted-message {
	color: #fff
}

.submitted-message
p {
	color: #fff
}

.hs_error_rollup {
	display: none !important
}

.integration_desc
h5 {
	font-size: 18px;
	border-bottom: 1px solid rgba(106, 122, 142, 0.3);
	padding-bottom: 8px
}

.integration_desc
img {
	margin: 14px
auto !important;
	display: block
}

.integration_desc
p {
	font-size: 17px;
	color: #6a7a8e;
	line-height: 28px
}

.integration_desc strong, .integration_desc b, .integration_desc
span {
	font-weight: normal;
	font-weight: 700;
	color: #05347B
}

.integration_desc
a {
	color: #05347B;
	font-weight: 600
}

.integration_desc ol
li {
	margin-top: 15px
}

.integration_side {
	width: 222px
}

@media (max-width: 992px) {
	.integration_side {
		width: 100%
	}
}

.integration_side
.integration_side_box {
	border: 1px
solid rgba(106, 122, 142, 0.3);
	width: 222px;
	padding: 45px
0px;
	text-align: center;
	margin-top: 14px
}

@media (max-width: 992px) {
	.integration_side
.integration_side_box {
		width: 100%
	}
}

.integration_side
h2 {
	font-weight: 700;
	font-size: 30px;
	color: #05347B
}

.integration_side
p {
	margin-top: 16px;
	color: #6A7A8E;
	width: 222px;
	padding-bottom: 6px;
	margin-bottom: 21px
}

@media (max-width: 992px) {
	.integration_side
p {
		width: 100%
	}
}

.integration_side
p.cat_name {
	border-bottom: 1px solid rgba(106, 122, 142, 0.3);
	white-space: pre-wrap
}

.integration_side
h7 {
	margin-top: 15px;
	color: #05347B;
	font-weight: 700
}

.integration_side
.integration_block {
	margin-top: 15px
}

.integration_side .integration_block
p {
	font-size: 16px
}

.security_container
p {
	line-height: 30px
}

.security_container
h7 {
	color: #05347b
}

#disqus_thread {
	position: relative
}

#disqus_thread:after {
	content: "";
	display: block;
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: white
}

.disqus-footer {
	display: none
}

.error_page {
	background-image: -webkit-linear-gradient(-166deg, #0265FF 13%, #013380 100%);
	background-image: -moz-linear-gradient(-166deg, #0265FF 13%, #013380 100%);
	background-image: -o-linear-gradient(-166deg, #0265FF 13%, #013380 100%);
	background-image: linear-gradient(-166deg, #0265FF 13%, #013380 100%);
	color: #fff
}

.error_page
h1 {
	color: #fff;
	font-size: 30px;
	position: relative;
	top: 68px
}

@media screen and (max-width: 992px) {
	.error_page
h1 {
		top: 0px
	}
}

.error_page
.error_pae {
	padding: 130px
0;
	padding-bottom: 48px
}

.error_page
.bg4 {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/404bg.svg);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	background-size: 100%
}

.error_page
.err_bg {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/bg404.png);
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 100%;
	background-size: 54%;
	height: 484px;
	position: relative;
	top: -250px;
	margin-bottom: -75px;
	display: none
}

@media screen and (min-width: 2200px) {
	.error_page
.err_bg {
		height: 550px
	}
}

@media screen and (max-width: 2100px) {
	.error_page
.err_bg {
		display: block;
		height: 514px;
		margin-bottom: -214px
	}
}

@media screen and (max-width: 1300px) {
	.error_page
.err_bg {
		top: -341px;
		display: block
	}
}

@media screen and (max-width: 992px) {
	.error_page
.err_bg {
		top: -419pxpx;
		margin-bottom: -155px;
		display: none
	}
}

@media screen and (max-width: 552px) {
	.error_page
.err_bg {
		top: -441pxpx;
		margin-bottom: -322px
	}
}

.error_page .read_more
a {
	background: #FFF;
	font-size: 20px;
	color: #05347B;
	padding: 14px
15px;
	margin-right: 15px;
	border-radius: 5px;
	width: 230px;
	display: inline-block;
	margin-bottom: 5px
}

.webinnar_page {
	background: #0265FF;
	color: #fff;
	margin-bottom: 60px
}

.webinnar_page
.how_book {
	padding: 55px
0px
}

.webinnar_page .how_book
h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 81px
}

@media screen and (max-width: 600px) {
	.webinnar_page .how_book
h1 {
		line-height: 77px
	}
}

.webinnar_page .how_book
p {
	color: #fff;
	font-size: 27px;
	border-bottom: 5px solid #3886FF;
	display: inline-block;
	padding-bottom: 12px;
	border-radius: 2.5px
}

.webinnar_page .how_book
a {
	background: #FFF;
	font-size: 20px;
	color: #0265FF;
	padding: 14px
15px;
	border-radius: 4px;
	width: 293px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 50px
}

.learn_section {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px
}

.learn_section .learn_box
.learn_session {
	list-style-type: none;
	padding: 0;
	margin-top: 26px
}

.learn_section .learn_box .learn_session
li {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/check.svg) no-repeat top left;
	padding: 3px;
	padding-left: 40px;
	margin-bottom: 13px
}

.learn_section .learn_box
a {
	background: #03dc80;
	border-radius: 3px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding: 10px
21px;
	margin-top: 10px;
	cursor: pointer
}

.cofounder {
	width: 363px;
	text-align: center;
	margin: auto;
	background: #FFF;
	border-radius: 6px;
	-webkit-box-shadow: -1px 0px 17px 4px rgba(227, 227, 227, 0.89);
	-moz-box-shadow: -1px 0px 17px 4px rgba(227, 227, 227, 0.89);
	box-shadow: -1px 0px 17px 4px rgba(227, 227, 227, 0.89);
	padding: 22px
33px;
	margin-top: 44px;
	max-width: 100%
}

.cofounder
img {
	position: relative;
	top: -66px;
	border-radius: 50%;
	margin-bottom: -59px
}

.cofounder
.a_name {
	font-size: 20px;
	color: #707F92;
	font-weight: 500
}

.cofounder
.a_position {
	font-size: 20px;
	color: #707F92;
	font-weight: 500;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 14px;
	margin-bottom: 18px
}

.cofounder
p {
	font-size: 18px;
	color: #707F92;
	line-height: 27px
}

.cofounder
.social_a {
	border-top: 1px solid #f1f1f1
}

.cofounder .social_a
.medium {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/Medium.svg) no-repeat top left;
	width: 47px;
	height: 47px;
	display: inline-block;
	position: relative;
	top: 14px;
	margin-right: 5px
}

.cofounder .social_a
.twitter {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/Twitter.svg) no-repeat top left;
	width: 47px;
	height: 47px;
	display: inline-block;
	position: relative;
	top: 14px;
	margin-right: 5px
}

.cofounder .social_a
.linkdin {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/Linkedin.svg) no-repeat top left;
	width: 47px;
	height: 47px;
	display: inline-block;
	position: relative;
	top: 14px
}

.recorderd {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/recorded-webinars.png) no-repeat top left;
	padding: 0px
31px;
	height: 415px;
	width: 397px;
	margin: 15px
auto;
	max-width: 100%
}

.recorderd
.time {
	background: #FFF;
	border-radius: 4px;
	width: 84px;
	float: right;
	padding: 5px
12px;
	margin-top: 28px
}

.recorderd
p {
	font-size: 25px;
	color: #fff;
	position: absolute;
	bottom: 38px;
	line-height: 29px;
	font-weight: 600
}

#timer {
	font-size: 70px;
	margin-top: 34px;
	border-bottom: 0;
	font-weight: 700
}

@media screen and (max-width: 600px) {
	#timer {
		font-size: 40px
	}
}

#timer
.fl {
	float: left;
	margin-right: 27px
}

@media screen and (max-width: 600px) {
	#timer
.fl {
		margin-right: 0px
	}
}

#timer
span {
	font-size: 20px;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	left: -13px;
	margin-top: 14px;
	font-weight: 600
}

#timer
span.seconds {
	left: 0px
}

#timer
.column {
	font-style: normal;
	opacity: 0.35
}

.mobile_icons
.common_icon {
	min-height: 38px
}

.mobile_desc {
	margin-top: 29px
}

.mobile_live_chat {
	margin-top: 42px
}

.mobile_live_chat
.mobile_desc {
	padding-top: 100px
}

@media screen and (max-width: 992px) {
	.mobile_live_chat
.mobile_desc {
		padding-top: 50px
	}
}

.testss
svg {
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (min-width: 2202px) {
	.testss
svg {
		display: none
	}
}

@media screen and (max-width: 2200px) {
	.testss
svg {
		width: 74%
	}
}

@media screen and (max-width: 2100px) {
	.testss
svg {
		width: 76%
	}
}

@media screen and (max-width: 1900px) {
	.testss
svg {
		width: 81%
	}
}

@media screen and (max-width: 1600px) {
	.testss
svg {
		width: 82%
	}
}

@media screen and (max-width: 1500px) {
	.testss
svg {
		width: 79%
	}
}

@media screen and (max-width: 1400px) {
	.testss
svg {
		width: 80%
	}
}

@media screen and (max-width: 1352px) {
	.testss
svg {
		width: 81%
	}
}

@media screen and (max-width: 1300px) {
	.testss
svg {
		width: 82%
	}
}

@media screen and (max-width: 1268px) {
	.testss
svg {
		width: 84%
	}
}

@media screen and (max-width: 1236px) {
	.testss
svg {
		width: 86.5%
	}
}

@media screen and (max-width: 1200px) {
	.testss
svg {
		width: 79.5%;
		display: none
	}
}

@media screen and (max-width: 992px) {
	.testss
svg {
		display: none
	}
}

@media screen and (min-width: 1200px) {
	.mobile_header {
		padding-top: 50px
	}
}

.mobile_page .top_menu ul li
a {
	color: #05347B
}

@media screen and (min-width: 1200px) {
	.mobile_page .top_menu ul li
a {
		color: #fff
	}
}

@media screen and (min-width: 2202px) {
	.mobile_page .top_menu ul li
a {
		color: #05347B
	}
}

.mobile_page .globalNav .navSection.primary
.rootLink {
	color: #05347B
}

.mobile_list {
	list-style-type: none;
	padding: 0;
	margin-top: 24px
}

.mobile_list
li {
	width: 48%;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/mobile/Check.svg) no-repeat top left;
	padding: 3px;
	padding-left: 35px;
	margin-bottom: 13px;
	display: inline-block
}

@media screen and (max-width: 992px) {
	.mobile_list
li {
		width: 100%
	}
}

@media screen and (min-width: 992px) {
	.setup_lanucher {
		position: relative;
		top: -140px;
		margin-bottom: -134px
	}
}

.mobile_Sdk_desc
h3 {
	margin: 0;
	font-size: 20px
}

.mobile_Sdk_desc
p {
	font-size: 17px;
	padding: 0
57px
}

.cellphone_desc {
	padding: 57px
57px
}

.cellphone_desc
.video_desc {
	margin-top: 23px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	display: inline-block;
	width: 100%;
	cursor: pointer
}

.cellphone_desc .video_desc
h4 {
	font-size: 24px;
	color: #05347B
}

.cellphone_desc .video_desc
p {
	padding-bottom: 3px
}

.cellphone_desc .video_desc:hover {
	border-bottom: 2px solid #1765F7
}

.left_shape {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/left.svg) no-repeat top left;
	width: 405.3px;
	height: 430.8px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 82%;
	top: 160px;
	max-width: 100%
}

.mask_shape {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/webinar/Mask.svg) no-repeat top right;
	width: 445px;
	height: 491.2px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 82%;
	max-width: 100%;
	right: 0;
	top: 0
}

.ellipse_top
svg {
	max-width: 100%;
	position: absolute;
	top: -43px;
	right: 0;
	width: 750px
}

@media screen and (min-width: 2202px) {
	.ellipse_top
svg {
		display: none
	}
}

@media screen and (max-width: 2100px) {
	.ellipse_top
svg {
		width: 950px;
		height: auto !important
	}
}

@media screen and (max-width: 1910px) {
	.ellipse_top
svg {
		width: 741px !important
	}
}

@media screen and (max-width: 1200px) {
	.ellipse_top
svg {
		display: none
	}
}

.header_messanger_text.other_page_home_text.header_home_text {
	padding-top: 120px
}

.co_browse_patt
svg {
	max-width: 100%;
	position: absolute;
	top: 103px;
	left: -122px
}

@media screen and (max-width: 1200px) {
	.co_browse_patt
svg {
		max-width: 70%;
		position: absolute;
		top: 85px;
		left: -64px
	}
}

@media screen and (max-width: 1200px) {
	.co_browse_patt
svg {
		top: 0
	}
}

@media screen and (max-width: 992px) {
	.co_browse_patt
svg {
		left: 0;
		max-width: 100%
	}
}

.vide_cobrowse
svg {
	max-width: 91%;
	position: absolute;
	top: -52px;
	left: -117px
}

@media screen and (max-width: 1200px) {
	.vide_cobrowse
svg {
		max-width: 70%;
		position: absolute;
		top: 85px;
		left: -64px
	}
}

@media screen and (max-width: 1200px) {
	.vide_cobrowse
svg {
		top: 0
	}
}

@media screen and (max-width: 992px) {
	.vide_cobrowse
svg {
		left: 0;
		max-width: 100%
	}
}

.video_call {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/messenger/Ellipse_28.svg) no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	background-size: 70%;
	width: 667px;
	height: 851px;
	position: absolute;
	margin-top: 0px;
	left: -37px
}

@media screen and (min-width: 2202px) {
	.video_call {
		display: none
	}
}

@media screen and (max-width: 2100px) {
	.video_call {
		left: 0;
		height: 1000px;
		background-size: contain;
		margin-top: -99px
	}
}

@media screen and (max-width: 1910px) {
	.video_call {
		width: 667px !important;
		height: 851px !important;
		left: -37px;
		margin-top: 0px
	}
}

@media screen and (max-width: 1200px) {
	.video_call {
		display: none
	}
}

.co_svg
svg {
	position: absolute;
	max-width: 122%;
	left: -101px
}

@media screen and (min-width: 2202px) {
	.co_svg
svg {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.co_svg
svg {
		display: none
	}
}

.map_b {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/messenger/worldmap.png) no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	height: 567px
}

.map_b
.comment {
	background: #FFF;
	box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.1);
	width: 344px;
	display: block;
	padding: 23px
22px;
	border-radius: 7px;
	margin-top: 11px
}

.map_b .comment
.a_name_s {
	display: inline-block;
	padding-left: 27px;
	padding-top: 12px
}

.map_b .comment
img {
	border-radius: 100%
}

.map_b
span {
	font-size: 17px;
	color: #05347B;
	font-weight: 600;
	padding-left: 14px
}

.map_b .tip-down {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -19px;
	left: 15px;
	background: #fff
}

.map_b
.second_box {
	background: #fff;
	position: absolute;
	right: 0;
	margin-top: -90px
}

@media screen and (max-width: 992px) {
	.map_b
.second_box {
		margin-top: 0px
	}
}

.map_b .second_box
.a_name_s {
	margin-top: 22px
}

.map_b .second_box .a_name_s
span {
	padding-right: 11px
}

.map_b .second_box .tip-down {
	float: right;
	right: 28px;
	left: auto
}

.a_call {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/messenger/group12.svg) no-repeat;
	background-position-x: 100%;
	background-position-y: 0;
	background-size: 56%;
	width: 667px;
	height: 851px;
	position: absolute;
	margin-top: 0px;
	right: 0
}

@media screen and (min-width: 2202px) {
	.a_call {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.a_call {
		display: none
	}
}

.video_controler {
	margin-bottom: 50px
}

.video_image
svg {
	position: relative;
	margin-bottom: -30px;
	left: -42px;
	margin-top: 14px
}

@media screen and (min-width: 2202px) {
	.video_image
svg {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.video_image
svg {
		display: none
	}
}

.audio_call_pattern
svg {
	position: absolute;
	max-width: 106%;
	left: -49px
}

@media screen and (min-width: 2202px) {
	.audio_call_pattern
svg {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.audio_call_pattern
svg {
		display: none
	}
}

.co_browse_call_pattern
svg {
	position: absolute;
	max-width: 106%;
	left: -49px;
	top: -50px
}

.vid
svg {
	transform: rotate(-25deg);
	left: -59px;
	position: relative;
	margin-bottom: -41px;
	width: 25%
}

.home-announcement.animate {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.home-announcement {
	font-size: 14px;
	font-weight: 400;
	position: fixed;
	bottom: 12px;
	z-index: 9999;
	display: block;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: -3px;
	padding: 8px
15px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	opacity: 0;
	color: #fff !important;
	border-radius: 24px;
	background-color: #05347b;
	background-color: rgba(5, 52, 123, 0.7);
	margin: 0
auto;
	width: 735px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.home-announcement
a {
	color: #fff !important;
	text-decoration: underline
}

.home-announcement
span {
	color: #fff !important;
	text-decoration: underline;
	cursor: pointer
}

.home-announcement .text-cta {
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: 6px;
	padding-right: 0;
	padding-left: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	letter-spacing: .02em;
	opacity: 0;
	color: #8181d2
}

.text-cta {
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding-right: 27px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #a347b7
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 5;
	left: 0;
	z-index: 100
}

#cookie-bar {
	line-height: 24px;
	color: #eee;
	text-align: center;
	padding: 3px
0;
	color: white;
	display: none
}

.cb-enable {
	border-radius: 10%;
	margin-left: 100px;
	color: white;
	padding: 5px;
	border-radius: 10%;
	font-family: serif;
	text-decoration: none;
	transition: .3s background-color
}

.cb-enable:hover {
	background-color: darkcyan
}

.cb-policy {
	color: white;
	text-decoration: underline
}

.cb-policy:hover {
	color: darkcyan
}

.home_page_white_header_image {
	padding-top: 58px;
	margin-bottom: 50px
}

.top_header_links
.green_btn {
	border-radius: 50px
}

.co_other_page.support_capm_page.automation .support1_form input[type="email"] {
	background: rgba(78, 145, 250, 0.24);
	padding: 0px
19px;
	width: 273px;
	float: left;
	height: 48px;
	border: 0px
}

.co_other_page.support_capm_page.automation .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	float: left;
	height: 48px;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0px
19px;
	position: relative;
	top: 0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px
}

.co_other_page.support_capm_page.automation .support1_form
.error_label {
	display: block;
	clear: both
}

.co_other_page.support_capm_page.sp {
	margin-top: 27px
}

.co_other_page.support_capm_page {
	border-bottom: 1px solid rgba(112,112,112,0.15);
	padding-bottom: 10px;
	margin-bottom: 12px;
	margin-top: 65px
}

.co_other_page.support_capm_page.expsmall_box {
	margin-top: 25px;
	border-bottom: 0
}

@media screen and (max-width: 1400px) {
	.co_other_page.support_capm_page.expsmall_box {
		margin-top: 0px
	}
}

.co_other_page.support_capm_page.support_header_Camppage {
	margin-top: 0px
}

.co_other_page.support_capm_page.support_header_Camppage .client_logos
ul {
	margin-top: 0
}

.co_other_page.support_capm_page
.support1_form {
	margin-top: 9px;
	display: inline-block;
	margin-bottom: 3px
}

.co_other_page.support_capm_page .support1_form input[type="email"] {
	background: #FFF;
	border: 1px
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0
19px;
	width: 322px;
	max-width: 100%;
	margin-right: -5px;
	outline: 0;
	height: 48px;
	float: left
}

.co_other_page.support_capm_page .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0px
19px;
	position: relative;
	top: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	height: 48px
}

.co_other_page.support_capm_page
.setupbox {
	color: #05347b;
	margin-bottom: 33px;
	font-weight: 500;
	display: block;
	clear: both;
	margin-top: 12px
}

.co_other_page.support_capm_page
.experince_small {
	color: #fff
}

@media screen and (max-width: 1200px) {
	.co_other_page.support_capm_page
.experince_small {
		text-align: center;
		color: #6A7A8E
	}
}

.co_other_page.support_capm_page .experince_small
h1 {
	color: #fff
}

@media screen and (max-width: 1200px) {
	.co_other_page.support_capm_page .experince_small
h1 {
		color: #05347B
	}
}

.co_other_page.support_capm_page .experince_small
p {
	color: #fff
}

@media screen and (max-width: 1200px) {
	.co_other_page.support_capm_page .experince_small
p {
		color: #6A7A8E
	}
}

.co_other_page.support_capm_page .experince_small .support1_form input[type="email"] {
	padding: 12px
19px;
	width: 241px;
	color: black
}

.co_other_page.support_capm_page
.setupbox.sbox {
	color: #fff
}

@media screen and (max-width: 1200px) {
	.co_other_page.support_capm_page
.setupbox.sbox {
		color: #6A7A8E
	}
}

.camp_page {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD
}

.camp_page
.value_features_box {
	border-right: 1px solid #DDD;
	padding: 40px
18px
}

.camp_page .value_features_box
p {
	margin-bottom: 0
}

.camp_page
.value_features_box.last {
	border-right: 0px solid #DDD !important
}

.testn_box {
	text-align: center;
	-webkit-box-shadow: 1px 5px 13px 3px rgba(227, 227, 227, 0.89);
	-moz-box-shadow: 1px 5px 13px 3px rgba(227, 227, 227, 0.89);
	box-shadow: 1px 5px 13px 3px rgba(227, 227, 227, 0.89);
	margin-top: 64px;
	padding: 13px
35px;
	line-height: 27px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	width: 368px;
	max-width: 100%
}

.testn_box
.au {
	font-size: 22px;
	color: #6A7A8E
}

.testn_box
.pos {
	font-size: 15px;
	color: #6A7A8E
}

.testn_box
img {
	position: relative;
	top: -33px;
	margin-bottom: -21px
}

.testn_box
P {
	margin-bottom: 0px;
	margin-top: 18px
}

.footer_form {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/support_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 110px;
	background-size: cover;
	height: 497px
}

.footer_experience_form {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer_bg_ex.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 140px;
	background-size: cover;
	height: 520px;
	color: #fff;
	margin-top: 36px
}

.footer_experience_form.experience_newform {
	height: 501px
}

.footer_experience_form.automation_medium {
	background-image: -webkit-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
	background-image: -moz-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
	background-image: -o-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
	background-image: radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 80px
}

.footer_experience_form.support_m_bg {
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 80px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/sales_header.svg) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover
}

.footer_experience_form.sales_longer_bg {
	height: 468px;
	padding-top: 102px;
	padding-bottom: 50px;
	margin-top: 80px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/sales_longer_footer.png) no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media screen and (max-width: 600px) {
	.footer_experience_form.sales_longer_bg {
		background-image: -webkit-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: -moz-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: -o-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: radial-gradient(50% 82%, #0265FF 50%, #013380 100%)
	}
}

.footer_experience_form.support_medium_Footer {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/footer_support.png);
	height: 472px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 80px;
	background-size: cover
}

@media screen and (max-width: 600px) {
	.footer_experience_form.support_medium_Footer {
		background-image: -webkit-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: -moz-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: -o-radial-gradient(50% 82%, #0265FF 50%, #013380 100%);
		background-image: radial-gradient(50% 82%, #0265FF 50%, #013380 100%)
	}
}

.footer_experience_form.footer_automation {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/automatoin_footer_Bg.svg);
	height: 547px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 70px
}

.footer_experience_form.footer_automation
.co_browsing_top {
	background: #fff;
	color: #6A7A8E;
	margin-top: 35px;
	display: block;
	padding: 36px
10px;
	box-shadow: 0 0 71px 0 rgba(180, 195, 217, 0.2);
	border-radius: 16px;
	width: 1148px;
	margin: auto;
	max-width: 100%
}

.footer_experience_form.footer_automation .co_browsing_top
h1 {
	color: #05347B
}

.footer_experience_form.footer_automation .co_browsing_top
p {
	color: #6A7A8E
}

@media screen and (max-width: 992px) {
	.footer_experience_form {
		padding-top: 50px;
		height: auto !important;
		padding-bottom: 15px
	}
}

.footer_experience_form
h1 {
	color: #fff
}

.footer_experience_form
p {
	color: #fff
}

.footer_experience_form
.support1_form {
	margin-top: 6px;
	text-align: center;
	display: inline-block;
	margin-bottom: 14px
}

.footer_experience_form .support1_form input[type="email"] {
	background: #fff;
	border: 1px
solid #ddd;
	border-radius: 5px 0 0 5px;
	padding: 0px
19px;
	width: 319px;
	max-width: 100%;
	margin-right: 0;
	color: black;
	height: 48px;
	outline: none;
	float: left
}

.footer_experience_form .support1_form input[type="submit"] {
	background: #07d879;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	outline: 0;
	border: 0;
	padding: 0px
19px;
	position: relative;
	top: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 48px;
	float: left
}

.co_other_page.support_capm_page.footer_support_form {
	border-bottom: 0px solid rgba(112,112,112,0.15);
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0
}

.startup {
	margin-top: 115px
}

.startup
ul {
	padding-left: 0
}

.startup ul
li {
	color: #6A7A8E;
	margin-top: 20px;
	list-style: none
}

.startup ul li::before {
	content: "•";
	color: #0265FF;
	padding-right: 8px
}

.startuppage
svg {
	position: absolute;
	right: 0
}

.experience_header
svg {
	position: absolute;
	left: 0
}

.startup_header {
	margin-top: 50px
}

@media screen and (max-width: 992px) {
	.startup_header {
		text-align: center
	}
}

@media screen and (max-width: 992px) {
	.startup_header
h3 {
		color: #fff
	}
}

@media screen and (max-width: 992px) {
	.startup_header
p {
		color: #fff
	}
}

.startup_header ul
li {
	margin-top: 12px
}

.planstartup {
	background: #FFF;
	border-radius: 5px;
	padding: 25px
0px;
	min-height: 380px;
	width: 531px;
	max-width: 100%;
	-webkit-box-shadow: 4px -2px 50px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 4px -2px 50px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 4px -2px 50px 10px rgba(0, 0, 0, 0.07)
}

@media screen and (max-width: 992px) {
	.planstartup {
		margin-top: 30px;
		width: 100%
	}
}

.planstartup
h1 {
	font-size: 70px;
	color: #05347B;
	text-align: center;
	margin-bottom: 22px
}

.planstartup
p {
	font-size: 23px;
	text-align: center;
	border-bottom: 1px solid rgba(112, 112, 112, 0.27);
	padding-bottom: 15px;
	margin: 0px
18px;
	margin-bottom: 16px;
	color: #05347B;
	font-weight: 500
}

.planstartup
ul {
	padding: 3px
0;
	margin: 0px
18px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.27);
	text-align: center
}

.planstartup ul
li {
	list-style-type: none;
	color: #05347B;
	border-right: 1.5px solid #05347B;
	display: inline-block;
	padding-right: 7px;
	line-height: 13px;
	margin-right: 8px;
	margin-bottom: 15px;
	font-weight: 500
}

.planstartup ul li:last-of-type {
	border-right: 0px solid #05347B;
	padding-right: 0px;
	margin-right: 0px
}

.planstartup
a.green_btn {
	padding: 14px
49px;
	font-size: 17px;
	margin-top: 2px;
	display: inline-block
}

.planstartup
.plan_left {
	display: inline-block;
	border-top: 28px solid #0063FA;
	border-right: 23px solid #fff;
	position: relative;
	float: left;
	top: -26px
}

.planstartup
.plan_right {
	display: inline-block;
	border-top: 26px solid #0063FA;
	border-left: 27px solid #fff;
	position: relative;
	float: right;
	top: -26px
}

.planstartup
.plan_top {
	padding: 0px
28px
}

.planstartup .plan_top
.sub_plan {
	font-size: 12px;
	color: #6A7A8E;
	line-height: 14px
}

.planstartup .plan_top
p {
	font-size: 14px;
	color: #6A7A8E;
	line-height: 22px;
	margin-top: 16px
}

.planstartup .plan_top
.popular {
	font-weight: 600;
	font-size: 12px;
	color: #0063FA;
	position: relative;
	margin-bottom: -15px
}

.experience_footer {
	background: #FFF;
	box-shadow: 0 -10px 36px 0 rgba(0, 0, 0, 0.16);
	color: #6A7A8E;
	padding: 40px
86px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	text-align: center;
	padding-left: 54px;
	margin: auto;
	width: 808px;
	max-width: 100%
}

.experience_footer
h1 {
	color: #05347B
}

.experience_footer
p {
	color: #6A7A8E
}

.experience_footer
.setupbox {
	font-weight: 500;
	color: #05347B;
	display: block;
	clear: both
}

@media screen and (min-width: 2202px) {
	.experince_small_logos {
		margin-top: 350px
	}
}

@media screen and (max-width: 2200px) {
	.experince_small_logos {
		margin-top: 300px
	}
}

@media screen and (max-width: 2000px) {
	.experince_small_logos {
		margin-top: 266px
	}
}

@media screen and (max-width: 1900px) {
	.experince_small_logos {
		margin-top: 185px
	}
}

.experince_small_logos
h7 {
	color: #05347B;
	font-size: 17px;
	display: block;
	border-bottom: 1px solid #DDDDEB;
	padding-bottom: 10px
}

.experince_small_logos .client_logos
ul {
	padding: 0;
	margin: 6px
0;
	margin-top: 15px;
	text-align: center
}

.co_other_page.client_logo {
	border-top: 4px solid #0164fe;
	margin-top: 13px;
	padding-top: 20px
}

.tw-before-form .tw-before-form-text-input:first-child {
	margin-top: 0
}

.tw-before-form .tw-before-form-text-input {
	position: relative;
	padding-top: 12px;
	margin-bottom: 12px
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 38px;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-moz-osx-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border-width: 0 0 1px;
	border-bottom-color: #DDDDEB;
	padding: 3px
0 5px;
	font-size: 18px;
	background: 0 0;
	color: #323C47;
	-webkit-appearance: none
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	content: '';
	left: 45%;
	height: 3px;
	width: 10px;
	visibility: hidden;
	background-color: #3A6BE3
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-input-error {
	clear: both !important;
	display: block;
	position: relative !important;
	height: 20px !important;
	width: 100% !important;
	text-align: left !important;
	padding: 0
!important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-osx-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label {
	top: 16px;
	z-index: 2;
	font-weight: 300;
	cursor: text;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-moz-osx-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0;
	width: 100%;
	font-size: 18px
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label:after {
	position: absolute;
	bottom: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	-moz-osx-transition: .2s ease all;
	-ms-transition: .2s ease all;
	transition: .2s ease all;
	font-weight: 400
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-moz-osx-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-bottom-color: #3A6BE3
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus~.tw-before-form-text-label:after {
	visibility: visible;
	width: 100%;
	left: 0
}

.tw-before-form .tw-before-form-text-input .tw-before-form-text-control:focus ~ .tw-before-form-text-label, .tw-before-form .tw-before-form-text-input .tw-before-form-text-label.not_empty {
	top: -5px;
	opacity: 1;
	color: #7889AB;
	font-size: 14px
}

.tw-before-input-error {
	color: #a94442
}

.join_box {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/support_Bg.svg);
	background-repeat: no-repeat;
	padding: 25px
0;
	padding-top: 43px;
	line-height: 30px;
	margin-top: 93px;
	padding-left: 15px;
	margin-left: -78px
}

@media screen and (max-width: 992px) {
	.join_box {
		padding: 37px
0;
		padding-top: 49px;
		line-height: 41px;
		margin-bottom: 44px;
		margin-left: 0px
	}
}

@media screen and (max-width: 600px) {
	.join_box {
		background: none;
		padding: 0;
		text-align: center
	}
}

.join_box
h7 {
	font-size: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 80px
}

@media screen and (max-width: 600px) {
	.join_box
h7 {
		color: #0063FA;
		margin-left: 0px
	}
}

.join_box
h2 {
	font-size: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 80px
}

@media screen and (max-width: 600px) {
	.join_box
h2 {
		color: #0063FA;
		margin-left: 0px
	}
}

.join_box
p {
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 80px
}

@media screen and (max-width: 600px) {
	.join_box
p {
		color: #6A7A8E;
		margin-left: 0px
	}
}

.twitter_link
.twit_icon {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("https://www.yongsy.com/wp-content/themes/acquire/assets/images/outreach-media-15279389634990.png") no-repeat;
	background-position: 0 -299px;
	margin-left: 3px;
	vertical-align: middle
}

.twitter_link:hover {
	background-color: #ff0;
	color: #7c7c7c
}

.testinomail_silder
p {
	font-size: 25px;
	color: #6A7A8E;
	line-height: 42px
}

.testinomail_silder
.au {
	font-size: 22px;
	color: #05347B;
	margin: 10px
0px
}

.testinomail_silder
.pos {
	font-size: 17px;
	color: #05347B
}

.client_cus {
	margin: 30px
0px;
	display: inline-block;
	width: 100%
}

.footer_saas_cobrowse {
	margin-top: 30px;
	border-bottom: 9px solid #0265FF;
	margin-bottom: 18px
}

.footer_saas_cobrowse
p {
	margin-bottom: 18px;
	margin-top: 6px;
	font-size: 15px
}

.sales_placeholer
.placeholder {
	width: 18%;
	height: 263px;
	border: 1px
solid #707070;
	display: inline-block;
	margin-right: 19px
}

.sales_placeholer
.placeholder.last {
	margin-right: 0px
}

.blog_header_menu form input[type="email"] {
	box-shadow: none !important
}

.imporove_experince.top_border.imporove_experince_startup {
	background: #F2F5F9;
	margin-bottom: 23px;
	border: 0
}

.imporove_experince.top_border.imporove_experince_startup
p {
	margin-bottom: 16px
}

.imporove_experince.top_border.imporove_experince_startup.live_Chat_St {
	background: #136EFB;
	margin-bottom: 55px;
	border: 0;
	color: #fff;
	min-height: 245px
}

.imporove_experince.top_border.imporove_experince_startup.live_Chat_St
h3 {
	color: #fff
}

.imporove_experince.top_border.imporove_experince_startup.live_Chat_St
p {
	margin-bottom: 16px;
	color: #fff
}

label.error_label {
	font-weight: 400
}

.integration_block {
	margin-top: 15px
}

.integration_block
p {
	margin: 5px
0;
	font-size: 16px
}

.integration_block
ul {
	padding: 0
0 0 15px
}

.integration_block ul
li {
	margin: 10px
0px
}

.integration_block
ol {
	padding: 0
0 0 15px
}

.integration_block ol
li {
	margin: 10px
0px
}

.mobile_header_sdk_img {
	position: absolute;
	width: 68%;
	right: 0
}

@media screen and (max-width: 1900px) {
	.mobile_header_sdk_img {
		width: 75%
	}
}

@media screen and (max-width: 992px) {
	.mobile_header_sdk_img {
		display: none
	}
}

.co_head_center {
	font-size: 18px;
	margin-bottom: 45px;
	margin-top: 20px
}

hr {
	display: block;
	width: 100%
}

.live_Chat_place_box {
	margin-top: 26px
}

.live_Chat_place_box
h3 {
	font-size: 18px;
	margin-top: 0
}

@media screen and (max-width: 3200px) {
	.live_Chat_place_box
img {
		margin-left: -65px;
		margin-bottom: -52px
	}
}

.live_b_effect_container {
	margin: 43px
0px
}

.live_b_effect_container
h5 {
	font-size: 25px
}

.live_b_effect_container
p {
	margin-bottom: 24px
}

.live_b_effect_container .team_b_container .list
h6 {
	font-size: 18px;
	color: #05347B
}

.live_b_effect_container .team_b_container .list
p {
	margin-bottom: 24px
}

ul.automate_ul {
	margin: 0;
	padding-left: 15px;
	margin-top: 18px
}

ul.automate_ul
li {
	font-size: 17px;
	color: #6A7A8E;
	margin-top: 10px
}

.container_box.theme_container_box {
}

@keyframes chat-launcher {
	0% {
		opacity: 0;
		-webkit-transform: rotate(30deg) scale(0.5);
		transform: rotate(30deg) scale(0.5)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
}

@-webkit-keyframes chat-launcher {
	0% {
		opacity: 0;
		-webkit-transform: rotate(30deg) scale(0.5);
		transform: rotate(30deg) scale(0.5)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
}

@keyframes chat-pop-box {
	0% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes chat-pop-box {
	0% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes
boomerman {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-moz-transform: scale3d(1,1,1);
		-o-transform: scale3d(1,1,1);
		-moz-osx-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale3d(2, 2, 2);
		-moz-transform: scale3d(2, 2, 2);
		-o-transform: scale3d(2, 2, 2);
		-moz-osx-transform: scale3d(2, 2, 2);
		-ms-transform: scale3d(2, 2, 2);
		transform: scale3d(2, 2, 2);
		opacity: 0
	}
}

@-webkit-keyframes
boomerman {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-moz-transform: scale3d(1,1,1);
		-o-transform: scale3d(1,1,1);
		-moz-osx-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale3d(2, 2, 2);
		-moz-transform: scale3d(2, 2, 2);
		-o-transform: scale3d(2, 2, 2);
		-moz-osx-transform: scale3d(2, 2, 2);
		-ms-transform: scale3d(2, 2, 2);
		transform: scale3d(2, 2, 2);
		opacity: 0
	}
}

.container_box.theme_container_box .main.online-chat-ui {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.16);
	position: relative;
	background: #fff;
	overflow: hidden;
	height: 520px;
	min-height: 100px;
	border-radius: 10px;
	min-width: 352px
}

.container_box.theme_container_box .main.online-chat-ui .main-content {
	padding: 0;
	color: inherit;
	display: block;
	position: relative;
	margin-left: 0;
	height: 100%
}

.container_box.theme_container_box .setting_box_content
.setting_border_box {
	padding: 30px
15px
}

.container_box.theme_container_box .col-lg-12.col-md-12.setting_left_box.setting_theme_box {
	width: 100%
}

.container_box.theme_container_box .wrapper-table {
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.container_box.theme_container_box .main.online-chat-ui .main-header {
	background-color: #38439b;
	color: #fff;
	padding: 5px
}

.container_box.theme_container_box .main.online-chat-ui .main-header
.heading {
	background: 0 0;
	display: inline-table;
	width: 100%;
	padding: 5px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col {
	display: table-cell;
	width: 60%
}

.container_box.theme_container_box .agents, .container_box.theme_container_box .main.online-chat-ui .main-content .conversations-list .chat-group-row
* {
	cursor: pointer
}

.container_box.theme_container_box .agents.one-agent
.agent {
	width: 100%;
	float: none
}

.container_box.theme_container_box .agents
.agent {
	width: auto;
	float: left;
	position: relative
}

.container_box.theme_container_box .agents.one-agent .agent>div {
	display: table-cell;
	width: calc(100% - 80px);
	vertical-align: middle;
	height: 42px !important
}

.container_box.theme_container_box .agents.one-agent .agent > div
span {
	margin-left: 7px;
	display: inline-block;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-line;
	vertical-align: middle
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col {
	display: table-cell;
	vertical-align: middle;
	text-align: right
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/new-chat@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .col-md-10.setting_content_box.fadebox {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
	opacity: 0.5;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	pointer-events: none
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/cancel@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col .back_action:hover {
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.1)
}

.container_box.theme_container_box .online-chat-launcher {
	text-align: right;
	background-color: #38439b;
	padding: 10px;
	display: inline-block;
	margin: 10px
0 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 #38439b;
	width: 60px;
	height: 60px;
	background-position: center;
	cursor: pointer;
	-webkit-transition-property: top,bottom;
	-webkit-transition-duration: .5s
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher {
	width: auto;
	max-width: 206px;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-osx-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon {
	animation-name: none
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button {
	float: left;
	color: #fff;
	line-height: 60px;
	height: 60px;
	padding: 0
10px;
	display: block
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button:hover {
	background: #ffffff1f
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button
img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-moz-osx-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button.lcr-disabled
img {
	opacity: 0.1
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .lcr-btn-separator {
	float: left;
	width: 1px;
	height: 28px;
	margin-top: 16px;
	background: #666
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon
.agent {
	margin: 0;
	padding-right: 20px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .video-btn {
	padding-left: 20px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .video-btn
img {
	padding: 6px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .audio-btn
img {
	padding: 8px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .close-down-icon {
	padding: 10px
}

.container_box.theme_container_box .online-chat-launcher .close-icon {
	margin: 8px;
	display: inline-block;
	animation-duration: .08s
}

.container_box.theme_container_box .online-chat-launcher .close-icon, .container_box.theme_container_box .online-chat-launcher .open-icon {
	animation-name: chat-launcher;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

.container_box.theme_container_box .online-chat-launcher .close-icon
span {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/ic-arrow-down@2x.png) no-repeat center;
	background-size: 14px
}

.container_box.theme_container_box .online-chat-launcher:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27)
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input {
	position: relative;
	background: #fff;
	border-top: 1px solid #f3f3f4;
	display: -webkit-flex;
	display: flex
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input
.col_text {
	width: 100%;
	overflow: hidden
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input
.textt {
	height: 45px;
	outline: 0;
	transition: all .5s;
	border: 0;
	background: 0 0;
	font-size: 15px;
	margin-left: 55px;
	vertical-align: middle;
	padding: 9px
5px 5px;
	width: calc(100% - 55px);
	resize: none
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .send-btn {
	display: inline-block;
	float: right;
	width: 42px;
	height: 45px;
	vertical-align: middle;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/send@2x.png) no-repeat center;
	background-size: 60%;
	padding: 11px
10px;
	white-space: nowrap;
	opacity: .3
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click, .container_box.theme_container_box .main.online-chat-ui .main-content .message-input .emoji-click {
	position: absolute;
	top: 12px;
	left: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	opacity: .2;
	transition: opacity .3s
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click {
	left: 34px !important
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click, .container_box.theme_container_box .main.online-chat-ui .main-content .message-input .emoji-click {
	position: absolute;
	top: 12px;
	left: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	opacity: .2;
	transition: opacity .3s
}

.container_box.theme_container_box .main.online-chat-ui .main-content
.messages {
	height: calc(100% - 68px) !important;
	max-height: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px
8px 8px;
	margin-right: 2px
}

.container_box.theme_container_box .wrapper-table .wrapper-table-row.full {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.container_box.theme_container_box .main.online-chat-ui .main-content .msg-wrap {
	height: calc(100% - 62px)
}

.container_box.theme_container_box .wrapper-table .wrapper-table-row.onbotton {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col
.back_action {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/back_bar_button@2x.png) no-repeat center;
	background-size: 14px;
	display: inline-block;
	float: left;
	width: 22px;
	height: 42px;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .agents
.participants {
	line-height: 42px;
	float: left;
	height: 42px;
	width: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 10px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn {
	display: inline-block;
	border-radius: 3px;
	cursor: pointer
}

.container_box.theme_container_box .main.online-chat-ui, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn {
	animation-name: chat-pop-box;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn>span {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn.video-blue>span {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/call-video@2x.png) center no-repeat;
	background-size: 20px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn.audio-blue>span {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/call-audio@2x.png) center no-repeat;
	background-size: 18px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/cancel@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .agents .agent
img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 0px
solid #38439b;
	transition: all .1s ease
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message.anim {
	-webkit-animation: zoombubble .2s ease-in-out;
	-moz-animation: zoombubble .2s ease-in-out;
	-o-animation: zoombubble .2s ease-in-out;
	animation: zoombubble .2s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message {
	margin-bottom: 15px;
	position: relative
}

.container_box.theme_container_box .size_medium .online-chat-ui .messages
.message {
	width: 100%;
	max-width: 250px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message.me {
	text-align: right;
	float: right
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message.me
.msg {
	background-color: #38439b;
	color: #fff;
	text-align: left
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.msg.visitor {
	border-radius: 8px 8px 0 8px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.msg {
	position: relative;
	color: #50565d;
	background-color: #e6ecf0;
	border-radius: 8px 8px 8px 0;
	line-height: 1.4 !important;
	font: inherit;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: 300 !important;
	white-space: pre-wrap;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 10px;
	max-width: 100%
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.details {
	color: #9ba4b3;
	font-size: 10px;
	vertical-align: middle
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message.me
.details {
	padding-left: 10px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span {
	color: #657786;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span.read {
	font-weight: 600;
	text-transform: capitalize
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span.lb {
	font-size: 10px;
	margin: 0
5px;
	font-weight: 600
}

.container_box.theme_container_box
.label_heading {
	font-size: 13px;
	color: #3F5067;
	line-height: 17px;
	margin-top: 19px;
	margin-bottom: 4px
}

.container_box.theme_container_box
.box_style {
	border: 1px
solid #DDDDEB;
	border-radius: 4px;
	display: inline-block;
	padding: 7px
9px;
	padding-right: 0
}

.container_box.theme_container_box
span.select_col_box {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 3px
}

.container_box.theme_container_box .box_style
input {
	border: 0;
	width: 102px;
	margin-left: 7px
}

.container_box.theme_container_box .color-picker .arrow.arrow-right {
	top: 5px !important;
	left: -27px !important
}

.container_box.theme_container_box .online-chat-launcher .open-icon
img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.container_box.theme_container_box
.chat_button_lanchuer.chat_button_icon {
	width: 300px;
	height: 521px;
	margin-right: 34px
}

.container_box.theme_container_box .widget_position .constainer, .container_box.theme_container_box .init_Butt
.constainer {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 16px !important;
	margin-top: 10px;
	position: relative;
	left: -17px
}

.container_box.theme_container_box .constainer
input {
	position: absolute;
	opacity: 0
}

.container_box.theme_container_box
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: white;
	border-radius: 50%;
	border: 1px
solid #3A6BE3
}

.container_box.theme_container_box .constainer:hover input~.checkmark {
	background-color: white
}

.container_box.theme_container_box .constainer input:checked~.checkmark {
	background-color: #fff;
	border: 1px
solid #3A6BE3
}

.container_box.theme_container_box .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.container_box.theme_container_box .constainer input:checked~.checkmark:after {
	display: block
}

.container_box.theme_container_box .constainer .checkmark:after {
	top: 2px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #3A6BE3
}

.container_box.theme_container_box
.constainer.label {
	line-height: 16px !important
}

.container_box.theme_container_box input[type=number]::-webkit-inner-spin-button,
.container_box.theme_container_box input[type=number]::-webkit-outer-spin-button {
	margin: 0
}

.container_box.theme_container_box .setting_border_box .form-group.max-agent
label {
	font-size: 12px;
	color: #323C47
}

.container_box.theme_container_box
.setting_border_box.nopadding {
	padding: 0
!important
}

.container_box.theme_container_box
.inactive_agent.last_no_border {
	border-bottom: 0px solid #DDDDEB
}

.container_box.theme_container_box
.inactive_agent {
	border-bottom: 1px solid #DDDDEB;
	padding: 15px
23px
}

.container_box.theme_container_box .inactive_agent .form-control {
	display: inline-block;
	width: 70px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px
8px;
	height: 29px
}

.container_box.theme_container_box .inactive_agent
.blue_t {
	color: #3773EA
}

.container_box.theme_container_box .inactive_agent
label {
	color: #323C47 !important
}

.container_box.theme_container_box
.setting_box {
	border-bottom: 0px solid #DDDDEB !important
}

.container_box.theme_container_box .setting_box .inactive_agent
p {
	margin-top: 7px;
	margin-bottom: 7px
}

.container_box.theme_container_box
.init_button {
	margin-top: 41px;
	margin-bottom: 26px
}

.container_box.theme_container_box
.chat_button_Boxx {
	min-height: 70px;
	width: 74px;
	text-align: center
}

.container_box.theme_container_box .oline_support_launcher.online-chat-launcher {
	background-color: #38439b;
	width: 131px;
	height: 56px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 11px
0;
	box-shadow: 0 0;
	font-size: 15px
}

.container_box.theme_container_box .oline_support_launcher.online-chat-launcher
img {
	margin-right: 3px;
	width: 35px;
	height: 35px
}

.container_box.theme_container_box
.button_position {
	width: 100%;
	height: 164px
}

.container_box.theme_container_box button.btn.btn-xs.active {
	background: #2562a7 !important;
	color: #FFF
}

.container_box.theme_container_box button.btn.btn-xs {
	padding: 8px
16px
}

.container_box.theme_container_box
.widget_position {
	margin-top: 20px
}

.container_box.theme_container_box .launcher-vibrate
span {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	pointer-events: none
}

.container_box.theme_container_box .launcher-vibrate span::after, .container_box.theme_container_box .launcher-vibrate span::before {
	background-color: #38439b1f;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	border-radius: 50%
}

.container_box.theme_container_box .launcher-vibrate span::before {
	-webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman
}

.container_box.theme_container_box .launcher-vibrate span::after {
	-webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman
}

.container_box.theme_container_box
hr.hr_one {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	float: left;
	margin-top: 18px;
	width: 80%
}

.container_box.theme_container_box
hr.hr_sec {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	float: left;
	width: 90%;
	margin-top: 0
}

.container_box.theme_container_box
hr.hr_thr {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	width: 50%;
	float: left;
	margin-top: 0
}

.container_box.theme_container_box
.hr {
	display: inline-block;
	width: 100%;
	margin-top: 16px;
	margin-left: 14px
}

.container_box.theme_container_box {
}

@keyframes chat-launcher {
	0% {
		opacity: 0;
		-webkit-transform: rotate(30deg) scale(0.5);
		transform: rotate(30deg) scale(0.5)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
}

@-webkit-keyframes chat-launcher {
	0% {
		opacity: 0;
		-webkit-transform: rotate(30deg) scale(0.5);
		transform: rotate(30deg) scale(0.5)
	}

	to {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
}

@keyframes chat-pop-box {
	0% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes chat-pop-box {
	0% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes
boomerman {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-moz-transform: scale3d(1,1,1);
		-o-transform: scale3d(1,1,1);
		-moz-osx-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale3d(2, 2, 2);
		-moz-transform: scale3d(2, 2, 2);
		-o-transform: scale3d(2, 2, 2);
		-moz-osx-transform: scale3d(2, 2, 2);
		-ms-transform: scale3d(2, 2, 2);
		transform: scale3d(2, 2, 2);
		opacity: 0
	}
}

@-webkit-keyframes
boomerman {
	0% {
		-webkit-transform: scale3d(1,1,1);
		-moz-transform: scale3d(1,1,1);
		-o-transform: scale3d(1,1,1);
		-moz-osx-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
		opacity: 1
	}

	to {
		-webkit-transform: scale3d(2, 2, 2);
		-moz-transform: scale3d(2, 2, 2);
		-o-transform: scale3d(2, 2, 2);
		-moz-osx-transform: scale3d(2, 2, 2);
		-ms-transform: scale3d(2, 2, 2);
		transform: scale3d(2, 2, 2);
		opacity: 0
	}
}

.container_box.theme_container_box .main.online-chat-ui {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.16);
	position: relative;
	background: #fff;
	overflow: hidden;
	height: 520px;
	min-height: 100px;
	border-radius: 10px;
	min-width: 352px
}

.container_box.theme_container_box .main.online-chat-ui .main-content {
	padding: 0;
	color: inherit;
	display: block;
	position: relative;
	margin-left: 0;
	height: 100%
}

.container_box.theme_container_box .setting_box_content
.setting_border_box {
	padding: 30px
15px
}

.container_box.theme_container_box .col-lg-12.col-md-12.setting_left_box.setting_theme_box {
	width: 100%
}

.container_box.theme_container_box .wrapper-table {
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.container_box.theme_container_box .main.online-chat-ui .main-header {
	background-color: #38439b;
	color: #fff;
	padding: 5px
}

.container_box.theme_container_box .main.online-chat-ui .main-header
.heading {
	background: 0 0;
	display: inline-table;
	width: 100%;
	padding: 5px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col {
	display: table-cell;
	width: 60%
}

.container_box.theme_container_box .agents, .container_box.theme_container_box .main.online-chat-ui .main-content .conversations-list .chat-group-row
* {
	cursor: pointer
}

.container_box.theme_container_box .agents.one-agent
.agent {
	width: 100%;
	float: none
}

.container_box.theme_container_box .agents
.agent {
	width: auto;
	float: left;
	position: relative
}

.container_box.theme_container_box .agents.one-agent .agent>div {
	display: table-cell;
	width: calc(100% - 80px);
	vertical-align: middle;
	height: 42px !important
}

.container_box.theme_container_box .agents.one-agent .agent > div
span {
	margin-left: 7px;
	display: inline-block;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-line;
	vertical-align: middle
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col {
	display: table-cell;
	vertical-align: middle;
	text-align: right
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/new-chat@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .col-md-10.setting_content_box.fadebox {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
	opacity: 0.5;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	pointer-events: none
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/cancel@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .newthread-icon > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn > span:hover, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col .back_action:hover {
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.1)
}

.container_box.theme_container_box .online-chat-launcher {
	text-align: right;
	background-color: #38439b;
	padding: 10px;
	display: inline-block;
	margin: 10px
0 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 #38439b;
	width: 60px;
	height: 60px;
	background-position: center;
	cursor: pointer;
	-webkit-transition-property: top,bottom;
	-webkit-transition-duration: .5s
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher {
	width: auto;
	max-width: 206px;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-osx-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon {
	animation-name: none
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button {
	float: left;
	color: #fff;
	line-height: 60px;
	height: 60px;
	padding: 0
10px;
	display: block
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button:hover {
	background: #ffffff1f
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button
img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-moz-osx-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .launcher-button.lcr-disabled
img {
	opacity: 0.1
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .lcr-btn-separator {
	float: left;
	width: 1px;
	height: 28px;
	margin-top: 16px;
	background: #666
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon
.agent {
	margin: 0;
	padding-right: 20px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .video-btn {
	padding-left: 20px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .video-btn
img {
	padding: 6px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .open-icon .audio-btn
img {
	padding: 8px
}

.container_box.theme_container_box .online-chat-launcher.tabs-launcher .close-down-icon {
	padding: 10px
}

.container_box.theme_container_box .online-chat-launcher .close-icon {
	margin: 8px;
	display: inline-block;
	animation-duration: .08s
}

.container_box.theme_container_box .online-chat-launcher .close-icon, .container_box.theme_container_box .online-chat-launcher .open-icon {
	animation-name: chat-launcher;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

.container_box.theme_container_box .online-chat-launcher .close-icon
span {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/ic-arrow-down@2x.png) no-repeat center;
	background-size: 14px
}

.container_box.theme_container_box .online-chat-launcher:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27)
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input {
	position: relative;
	background: #fff;
	border-top: 1px solid #f3f3f4;
	display: -webkit-flex;
	display: flex
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input
.col_text {
	width: 100%;
	overflow: hidden
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input
.textt {
	height: 45px;
	outline: 0;
	transition: all .5s;
	border: 0;
	background: 0 0;
	font-size: 15px;
	margin-left: 55px;
	vertical-align: middle;
	padding: 9px
5px 5px;
	width: calc(100% - 55px);
	resize: none
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .send-btn {
	display: inline-block;
	float: right;
	width: 42px;
	height: 45px;
	vertical-align: middle;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/send@2x.png) no-repeat center;
	background-size: 60%;
	padding: 11px
10px;
	white-space: nowrap;
	opacity: .3
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click, .container_box.theme_container_box .main.online-chat-ui .main-content .message-input .emoji-click {
	position: absolute;
	top: 12px;
	left: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	opacity: .2;
	transition: opacity .3s
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click {
	left: 34px !important
}

.container_box.theme_container_box .main.online-chat-ui .main-content .message-input .attach-click, .container_box.theme_container_box .main.online-chat-ui .main-content .message-input .emoji-click {
	position: absolute;
	top: 12px;
	left: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	opacity: .2;
	transition: opacity .3s
}

.container_box.theme_container_box .main.online-chat-ui .main-content
.messages {
	height: calc(100% - 68px) !important;
	max-height: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px
8px 8px;
	margin-right: 2px
}

.container_box.theme_container_box .wrapper-table .wrapper-table-row.full {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.container_box.theme_container_box .main.online-chat-ui .main-content .msg-wrap {
	height: calc(100% - 62px)
}

.container_box.theme_container_box .wrapper-table .wrapper-table-row.onbotton {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .agent-col
.back_action {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/back_bar_button@2x.png) no-repeat center;
	background-size: 14px;
	display: inline-block;
	float: left;
	width: 22px;
	height: 42px;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .agents
.participants {
	line-height: 42px;
	float: left;
	height: 42px;
	width: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 10px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn {
	display: inline-block;
	border-radius: 3px;
	cursor: pointer
}

.container_box.theme_container_box .main.online-chat-ui, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn {
	animation-name: chat-pop-box;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn>span {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn.video-blue>span {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/call-video@2x.png) center no-repeat;
	background-size: 20px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col a.control-btn.audio-blue>span {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/call-audio@2x.png) center no-repeat;
	background-size: 18px
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon {
	background: 0 0 !important;
	border: 0
!important;
	display: inline-block
}

.container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .close-icon > span, .container_box.theme_container_box .main.online-chat-ui .main-header .heading .action-col .min-icon>span {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/theme/cancel@2x.png) center no-repeat;
	background-size: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.container_box.theme_container_box .agents .agent
img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 0px
solid #38439b;
	transition: all .1s ease
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message.anim {
	-webkit-animation: zoombubble .2s ease-in-out;
	-moz-animation: zoombubble .2s ease-in-out;
	-o-animation: zoombubble .2s ease-in-out;
	animation: zoombubble .2s ease-in-out
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message {
	margin-bottom: 15px;
	position: relative
}

.container_box.theme_container_box .size_medium .online-chat-ui .messages
.message {
	width: 100%;
	max-width: 250px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages
.message.me {
	text-align: right;
	float: right
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message.me
.msg {
	background-color: #38439b;
	color: #fff;
	text-align: left
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.msg.visitor {
	border-radius: 8px 8px 0 8px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.msg {
	position: relative;
	color: #50565d;
	background-color: #e6ecf0;
	border-radius: 8px 8px 8px 0;
	line-height: 1.4 !important;
	font: inherit;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: 300 !important;
	white-space: pre-wrap;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 10px;
	max-width: 100%
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message
.details {
	color: #9ba4b3;
	font-size: 10px;
	vertical-align: middle
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message.me
.details {
	padding-left: 10px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span {
	color: #657786;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span.read {
	font-weight: 600;
	text-transform: capitalize
}

.container_box.theme_container_box .main.online-chat-ui .main-content .messages .message .details
span.lb {
	font-size: 10px;
	margin: 0
5px;
	font-weight: 600
}

.container_box.theme_container_box
.label_heading {
	font-size: 13px;
	color: #3F5067;
	line-height: 17px;
	margin-top: 19px;
	margin-bottom: 4px
}

.container_box.theme_container_box
.box_style {
	border: 1px
solid #DDDDEB;
	border-radius: 4px;
	display: inline-block;
	padding: 7px
9px;
	padding-right: 0
}

.container_box.theme_container_box
span.select_col_box {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 3px
}

.container_box.theme_container_box .box_style
input {
	border: 0;
	width: 102px;
	margin-left: 7px
}

.container_box.theme_container_box .color-picker .arrow.arrow-right {
	top: 5px !important;
	left: -27px !important
}

.container_box.theme_container_box .online-chat-launcher .open-icon
img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.container_box.theme_container_box
.chat_button_lanchuer.chat_button_icon {
	width: 300px;
	height: 521px;
	margin-right: 34px
}

.container_box.theme_container_box .widget_position .constainer, .container_box.theme_container_box .init_Butt
.constainer {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 16px !important;
	margin-top: 10px;
	position: relative;
	left: -17px
}

.container_box.theme_container_box .constainer
input {
	position: absolute;
	opacity: 0
}

.container_box.theme_container_box
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: white;
	border-radius: 50%;
	border: 1px
solid #3A6BE3
}

.container_box.theme_container_box .constainer:hover input~.checkmark {
	background-color: white
}

.container_box.theme_container_box .constainer input:checked~.checkmark {
	background-color: #fff;
	border: 1px
solid #3A6BE3
}

.container_box.theme_container_box .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.container_box.theme_container_box .constainer input:checked~.checkmark:after {
	display: block
}

.container_box.theme_container_box .constainer .checkmark:after {
	top: 2px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #3A6BE3
}

.container_box.theme_container_box
.constainer.label {
	line-height: 16px !important
}

.container_box.theme_container_box input[type=number]::-webkit-inner-spin-button,
.container_box.theme_container_box input[type=number]::-webkit-outer-spin-button {
	margin: 0
}

.container_box.theme_container_box .setting_border_box .form-group.max-agent
label {
	font-size: 12px;
	color: #323C47
}

.container_box.theme_container_box
.setting_border_box.nopadding {
	padding: 0
!important
}

.container_box.theme_container_box
.inactive_agent.last_no_border {
	border-bottom: 0px solid #DDDDEB
}

.container_box.theme_container_box
.inactive_agent {
	border-bottom: 1px solid #DDDDEB;
	padding: 15px
23px
}

.container_box.theme_container_box .inactive_agent .form-control {
	display: inline-block;
	width: 70px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px
8px;
	height: 29px
}

.container_box.theme_container_box .inactive_agent
.blue_t {
	color: #3773EA
}

.container_box.theme_container_box .inactive_agent
label {
	color: #323C47 !important
}

.container_box.theme_container_box
.setting_box {
	border-bottom: 0px solid #DDDDEB !important
}

.container_box.theme_container_box .setting_box .inactive_agent
p {
	margin-top: 7px;
	margin-bottom: 7px
}

.container_box.theme_container_box
.init_button {
	margin-top: 41px;
	margin-bottom: 26px
}

.container_box.theme_container_box
.chat_button_Boxx {
	min-height: 70px;
	width: 74px;
	text-align: center
}

.container_box.theme_container_box .oline_support_launcher.online-chat-launcher {
	background-color: #38439b;
	width: 131px;
	height: 56px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	padding: 11px
0;
	box-shadow: 0 0;
	font-size: 15px
}

.container_box.theme_container_box .oline_support_launcher.online-chat-launcher
img {
	margin-right: 3px;
	width: 35px;
	height: 35px
}

.container_box.theme_container_box
.button_position {
	width: 100%;
	height: 164px
}

.container_box.theme_container_box button.btn.btn-xs.active {
	background: #2562a7 !important;
	color: #FFF
}

.container_box.theme_container_box button.btn.btn-xs {
	padding: 8px
16px
}

.container_box.theme_container_box
.widget_position {
	margin-top: 20px
}

.container_box.theme_container_box .launcher-vibrate
span {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	pointer-events: none
}

.container_box.theme_container_box .launcher-vibrate span::after, .container_box.theme_container_box .launcher-vibrate span::before {
	background-color: #38439b1f;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	border-radius: 50%
}

.container_box.theme_container_box .launcher-vibrate span::before {
	-webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	-ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman;
	animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s normal forwards infinite running boomerman
}

.container_box.theme_container_box .launcher-vibrate span::after {
	-webkit-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-moz-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-o-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-moz-osx-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	-ms-animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman;
	animation: 2000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s normal forwards infinite running boomerman
}

.container_box.theme_container_box
hr.hr_one {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	float: left;
	margin-top: 18px;
	width: 80%
}

.container_box.theme_container_box
hr.hr_sec {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	float: left;
	width: 90%;
	margin-top: 0
}

.container_box.theme_container_box
hr.hr_thr {
	border-top: 7px solid rgba(238, 238, 238, 0.4);
	width: 50%;
	float: left;
	margin-top: 0
}

.container_box.theme_container_box
.hr {
	display: inline-block;
	width: 100%;
	margin-top: 16px;
	margin-left: 14px
}

.rtc-room-call-controls {
	margin-top: 7px
}

.widget_customization
h5 {
	font-size: 17px;
	border-top: 1px solid rgba(112, 112, 112, 0.26);
	margin-top: 17px;
	padding-top: 18px;
	line-height: 23px;
	margin-bottom: 8px
}

.widget_customization
.init_Butt {
	margin-top: 28px
}

.widget_customization .init_Butt
h4 {
	font-size: 17px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 500
}

.widget_customization .init_Butt .form-group {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 13px;
	color: #323c47;
	line-height: 13px;
	display: inline-block;
	width: 100%
}

.widget_customization .init_Butt .constainer
input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.widget_customization .init_Butt
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 50%
}

.widget_customization .init_Butt .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.widget_customization .init_Butt .constainer input:checked~.checkmark:after {
	display: block
}

.widget_customization .init_Butt .constainer .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white
}

.widget_customization .init_Butt
.constainer {
	display: block;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 16px !important;
	margin-top: 5px;
	position: relative;
	left: -17px;
	color: #6A7A8E;
	font-weight: normal
}

.widget_customization .init_Butt .constainer
input {
	position: absolute;
	opacity: 0
}

.widget_customization .init_Butt .constainer input:checked~.checkmark:after {
	display: block
}

.widget_customization .init_Butt .constainer
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px
solid #3a6be3
}

.widget_customization .init_Butt .constainer .checkmark:after {
	top: 2px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #3a6be3
}

.change_pos {
	float: right
}

.p1_lc {
	margin-top: -54px;
	margin-bottom: -291px
}

@media screen and (max-width: 1118px) {
	.p1_lc {
		display: none
	}
}

.p2_lc {
	margin-left: -63px
}

@media screen and (max-width: 1118px) {
	.p2_lc {
		display: none
	}
}

.p3_lc {
	position: relative;
	right: -59px
}

@media screen and (max-width: 1118px) {
	.p3_lc {
		display: none
	}
}

.p4_lc {
	margin-top: -265px
}

@media screen and (max-width: 1500px) {
	.p4_lc {
		margin-top: -154px
	}
}

@media screen and (max-width: 1124px) {
	.p4_lc {
		margin-top: -231px
	}
}

@media screen and (max-width: 1118px) {
	.p4_lc {
		display: none
	}
}

.mobile_save {
	display: none
}

@media screen and (max-width: 1118px) {
	.mobile_save {
		display: block
	}
}

.whatinif {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/What-in-it-for-my-team-BG.svg);
	background-repeat: no-repeat;
	background-position: center center
}

.blog_header_menu form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	display: inline-block;
	width: 201px;
	float: left
}

.career_post
p {
	margin-bottom: 28px;
	line-height: 29px
}

.career_post .career_opening
.blue_bg {
	background: #0066F9;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 21px
0;
	margin-top: 50px
}

.career_post .career_opening
table {
	box-shadow: 0px 15px 19px -6px rgba(0, 0, 0, 0.1);
	margin-bottom: 39px
}

.career_post .career_opening table tr
td {
	padding: 30px;
	border: 0;
	color: #6A7A8E;
	font-size: 17px;
	border-top: 1px solid rgba(112, 112, 112, 0.2);
	font-weight: normal
}

.career_post .career_opening table tr td
a {
	color: #05347B;
	font-weight: normal
}

.career_post .career_opening table tr td a
i {
	color: rgba(106, 122, 142, 0.9);
	position: relative;
	top: 2px;
	left: 4px
}

.career_post
h3 {
	margin-bottom: 10px
}

.career_post
ul {
	padding-left: 0
}

.career_post ul
li {
	margin-top: 15px;
	list-style-type: none;
	padding-left: 2px
}

.career_post ul li::before {
	content: "•";
	color: #0066F9;
	padding-right: 12px
}

.career_post
.em {
	background: rgba(0, 102, 249, 0.1);
	border-left: 6px solid #0066F9;
	padding: 21px
22px;
	font-size: 16px;
	margin-top: 33px
}

.why_join_us
.value_features_box {
	margin: 20px
0
}

.why_join_us .value_features_box
h3 {
	color: #6A7A8E;
	font-size: 20px;
	margin: 7px
0px;
	font-weight: 600
}

.why_join_us .value_features_box
p {
	font-size: 16px;
	line-height: 26px;
	width: 79%
}

@media screen and (max-width: 992px) {
	.why_join_us .value_features_box
p {
		width: 100%
	}
}

.internal_page {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/career/internal_page_header.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 294px;
	color: #fff;
	padding-top: 82px;
	margin-top: 28px
}

.internal_page
h3 {
	color: #fff;
	margin-bottom: 37px
}

.career_link {
	margin-bottom: 6px;
	display: inline-block;
	width: 100%
}

.career_link
a {
	color: #0066F9
}

.career_form {
	border-top: 5px solid #126BF5;
	box-shadow: -2px 16px 50px 2px rgba(0, 0, 0, 0.1);
	margin: 50px
0;
	padding: 37px
46px;
	padding-right: 14px
}

@media screen and (max-width: 992px) {
	.career_form {
		padding: 15px
	}
}

.career_form
h3 {
	margin-bottom: 36px
}

.career_form
input.submit_box {
	background: #126BF5;
	border: 0;
	outline: none;
	color: #fff;
	padding: 12px
23px;
	border-radius: 4px;
	margin-top: 0px;
	margin-bottom: 24px
}

.career_form
lable {
	color: #667DA3;
	display: block;
	margin-bottom: 8px;
	margin-top: 0
}

.career_form
.light_blue {
	background: #EBF2FE;
	border: 0;
	outline: 0;
	padding: 0px
16px;
	border-radius: 4px;
	padding-left: 0;
	color: #667DA3;
	margin-right: 16px;
	margin-bottom: 0px;
	display: inline-block;
	cursor: pointer
}

@media screen and (max-width: 992px) {
	.career_form
.light_blue {
		margin-bottom: 10px
	}
}

.career_form .light_blue
.cv {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/career/attatchment.svg);
	background-repeat: no-repeat;
	border: 0
!important;
	padding: 4px
24px !important;
	height: 21px;
	width: 19px;
	background-position: center;
	position: relative;
	top: 5px
}

.career_form .light_blue
.g_drive {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/career/G_drive.svg);
	background-repeat: no-repeat;
	border: 0
!important;
	padding: 4px
24px !important;
	height: 21px;
	width: 19px;
	background-position: center;
	position: relative;
	top: 5px
}

.career_form .light_blue
.dropbox {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/career/D_Box.svg);
	background-repeat: no-repeat;
	border: 0
!important;
	padding: 4px
24px !important;
	height: 21px;
	width: 19px;
	background-position: center;
	position: relative;
	top: 5px
}

.career_form .light_blue
span {
	border-left: 1px solid rgba(102, 125, 163, 0.2);
	display: inline-block;
	padding: 12px
12px;
	padding-left: 16px
}

i.fa.fa-trash.remove_cv,i.fa.fa-trash.remove_cover {
	cursor: pointer
}

.resume_form .tw-before-form-text-input {
	width: 92%
}

@media screen and (max-width: 992px) {
	.resume_form .tw-before-form-text-input {
		width: 100%
	}
}

.yeah_right {
	padding-right: 43px
}

@media screen and (max-width: 1192px) {
	.yeah_right {
		padding-right: 0px
	}
}

@media screen and (max-width: 992px) {
	.read_blog,.similer_blog {
		margin-bottom: 50px !important
	}
}

@media screen and (max-width: 992px) {
	.read_blog:last-of-type {
		margin-bottom: 25px !important
	}
}

@media screen and (max-width: 992px) {
	.blog_image_contanier.ebook_blog_images {
		margin-top: 19px
	}
}

.support_header_image {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 60px
}

.support_header_image
img {
	filter: drop-shadow(0 40px 20px rgba(0, 0, 0, 0.04));
	width: 92%;
	float: right
}

.support_header_image
svg {
	filter: drop-shadow(0 40px 20px rgba(0, 0, 0, 0.04));
	width: 92%;
	float: right
}

.support_header_image .a, .support_header_image
.g {
	fill: none
}

.support_header_image .aa, .support_header_image .ad, .support_header_image .as, .support_header_image .b, .support_header_image .f, .support_header_image
.z {
	fill: #fff
}

.support_header_image
.c {
	fill: #ebf3fe
}

.support_header_image
.d {
	opacity: 0.18
}

.support_header_image
.e {
	fill: #5698ff
}

.support_header_image .f, .support_header_image
.g {
	stroke: #707070
}

.support_header_image
.f {
	opacity: 0.15
}

.support_header_image
.g {
	opacity: 0.23
}

.support_header_image .h, .support_header_image
.m {
	fill: #05347b
}

.support_header_image
.h {
	font-size: 16px
}

.support_header_image .ab, .support_header_image .ad, .support_header_image .ah, .support_header_image .ai, .support_header_image .al, .support_header_image
.h {
	font-family: "Roboto"
}

.support_header_image
.i {
	opacity: 0.12
}

.support_header_image
.j {
	font-size: 14px
}

.support_header_image .j, .support_header_image .k, .support_header_image
.m {
	font-family: "Roboto";
	font-weight: 500
}

.support_header_image .aj, .support_header_image
.j {
	opacity: 0.4
}

.support_header_image .ab, .support_header_image .k, .support_header_image
.m {
	font-size: 12px
}

.support_header_image .ak, .support_header_image .ao, .support_header_image
.k {
	opacity: 0.5
}

.support_header_image
.l {
	fill: #136efb
}

.support_header_image
.n {
	fill: #d4e4fd
}

.support_header_image
.o {
	fill: #13457c
}

.support_header_image
.p {
	fill: #f6f6f6
}

.support_header_image
.q {
	fill: #f79410
}

.support_header_image
.r {
	fill: #ff5f00
}

.support_header_image
.s {
	fill: #eb001b
}

.support_header_image
.t {
	fill: #f79e1b
}

.support_header_image
.u {
	fill: #265697
}

.support_header_image
.v {
	fill: #f9a533
}

.provide_supoort_box {
	margin-bottom: 110px;
	margin-top: 40px
}

.provide_supoort_box.experience_drive {
	margin-top: 60px;
	margin-bottom: -33px
}

@media screen and (max-width: 992px) {
	.provide_supoort_box.experience_drive {
		margin-bottom: 0px
	}
}

.provide_supoort_box.experience_drive
p {
	line-height: 19px;
	margin-bottom: 26px
}

.exp_value_features_box .value_features_box
p {
	width: 88%
}

@media screen and (max-width: 992px) {
	.exp_value_features_box .value_features_box
p {
		width: 100%
	}
}

.get_consited_div {
	margin-top: 30px
}

.get_consited_image {
	margin-top: 19px
}

.init_container_box {
	display: flex;
	justify-content: center
}

@media screen and (max-width: 992px) {
	.init_container_box {
		display: inline-block;
		width: 100%
	}
}

.intergration_box {
	width: 300px;
	max-width: 100%;
	margin-right: 33px;
	display: inline-block
}

@media screen and (max-width: 992px) {
	.intergration_box {
		width: 100%;
		margin-right: 0px
	}
}

.intergration_box
.cus_block {
	border: 1px
solid rgba(106, 122, 142, 0.1);
	min-height: 290px;
	margin-bottom: 46px
}

@media screen and (max-width: 992px) {
	.intergration_box
.cus_block {
		min-height: auto
	}
}

.intergration_box .cus_block
.img_Voz {
	margin-bottom: 21px
}

.intergration_box
h4 {
	font-weight: 500;
	font-size: 20px;
	color: #6A7A8E;
	line-height: 25.2px;
	border-bottom: 1px solid rgba(106,122,142,0.1);
	padding-bottom: 10px
}

.spark_Conversition {
	margin-top: 30px
}

@media screen and (max-width: 992px) {
	.spark_Conversition {
		margin-top: 0px
	}
}

div#blog_head.active {
	margin-top: 86px
}

.live_b_effect_container.whatinif_container {
	margin-top: 91px
}

.live_b_effect_container.whatinif_container
.team_p {
	margin-top: 84px
}

@media screen and (max-width: 992px) {
	.live_b_effect_container.whatinif_container
.team_p {
		margin-top: 0px
	}
}

.news_media_menu {
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	margin-bottom: 25px
}

.news_media_menu
ul {
	padding: 0;
	margin: 0
}

.news_media_menu ul
li {
	list-style-type: none;
	display: inline-block;
	margin-right: 34px;
	padding: 10px
0
}

.news_media_menu ul
li.active {
	border-bottom: 2px solid #0066F9
}

.news_media_menu ul li
a {
	color: #6A7A8E
}

.news_media_features {
	border-bottom: 1px solid rgba(112, 112, 112, 0.1);
	border-top: 1px solid rgba(112, 112, 112, 0.1);
	margin-bottom: 70px
}

.news_media_features
.feat_container {
	text-align: center;
	padding: 25px
0;
	border-right: 1px solid rgba(112, 112, 112, 0.1)
}

.news_media_features
.feat_container.last {
	border-right: 0px solid rgba(112, 112, 112, 0.1)
}

@media screen and (max-width: 992px) {
	.news_media_features
.feat_container {
		border-right: 0px solid rgba(112, 112, 112, 0.1)
	}
}

.news_media_features .feat_container
.head {
	color: #05347B;
	font-size: 40px;
	font-weight: 500
}

.news_media_features .feat_container
p {
	font-size: 20px
}

.company_product {
	margin-bottom: 70px
}

.company_product
.product_container {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px
0;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer
}

.company_product
.product_container.resourse_container {
	padding: 0px
0;
	margin-top: 35px
}

.company_product .product_container.resourse_container
.re_box {
	background: #0261F6;
	color: #fff;
	padding: 24px
0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.company_product .product_container.resourse_container .re_box
h4 {
	font-size: 24px;
	color: #fff
}

.company_product .product_container.resourse_container .re_box
a {
	border: 1px
solid #fff;
	margin-bottom: 12px
}

.company_product .product_container.resourse_container .re_box
p {
	color: #fff;
	min-height: 140px
}

.company_product
.product_container.news_con {
	padding: 17px
0;
	padding-bottom: 0
}

.company_product .product_container
.date {
	color: #1C1C1C;
	font-size: 16px;
	padding: 0px
30px;
	margin-bottom: 32px
}

.company_product .product_container
h4 {
	color: #1C1C1C;
	font-size: 26px;
	padding: 0px
30px;
	font-weight: 600;
	line-height: 32px
}

.company_product .product_container
p {
	padding: 0px
30px;
	font-size: 16px;
	min-height: 112px
}

.company_product .product_container
.blue_box {
	background: #0261F6;
	height: 175px
}

.company_product .product_container
a {
	margin: 0
30px;
	margin-top: 17px;
	display: inline-block;
	background: #0066F9;
	color: #fff;
	border-radius: 4px;
	padding: 9px
23px
}

.company_product .product_container
a.read_more {
	background: #fff;
	color: #000;
	padding: 23px
23px;
	margin-bottom: 0;
	width: 100%;
	margin: 0
0
}

.product_container:hover {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 60px 1px rgba(0, 0, 0, 0.1)
}

.company_product .product_container a.read_more:hover {
	background: #0066F9;
	color: #fff
}

.home_page_center_box {
	background: #fff;
	filter: drop-shadow(0 40px 20px rgba(0, 0, 0, 0.04));
	width: 100%;
	margin: auto;
	padding: 35px 0px;
	border-radius: 10px;
	position: relative;
}

@media screen and (min-width: 1920px) {
	.home_page_center_box {
		padding: 68px 10px 60px;
	}
}

.home_page_center_box
p {
	width: 76%;
	margin: auto
}

.home_page_center_box
h3 {
	padding-top: 0;
	margin-top: 0;
	font-weight: 600
}

.our_featueres {
	margin-top: 155px;
	position: relative;
	z-index: 99;
}

.our_featueres .fase3:hover {
	border-bottom: 5px solid #0265FF
}

@media screen and (max-width: 992px) {
	.our_featueres .our_featueres .row.row-eq-height {
		display: block !important
	}
}

.our_featueres .our_featueres .col-md-4 {
	display: flex;
	flex-direction: column
}

.our_featueres
.fase3 {
	box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	border-bottom: 5px solid transparent;
	padding-bottom: 30px;
	height: 100%
}

@media screen and (max-width: 992px) {
	.our_featueres
.fase3 {
		margin-bottom: 50px;
		padding-bottom: 21px
	}
}

.our_featueres .fase3
a {
	color: #05347B;
	line-height: 14.4px;
	font-weight: 600;
	padding-left: 30px
}

.our_featueres .fase3 a
i {
	padding-left: 7px;
	background: url(https://acquire.io/wp-content/themes/acquire/assets/images/home-page/learn-arrow.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	position: relative;
	top: 3px;
	left: 4px
}

.our_featueres .fase3
.icon_holder {
	background: url(https://acquire.io/wp-content/themes/acquire/assets/images/home-page/iconback.svg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
	padding-top: 48px;
	padding-left: 28px;
	margin-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 182px
}

@media screen and (max-width: 992px) {
	.our_featueres .fase3
.icon_holder {
		width: 100%
	}
}

.our_featueres .fase3
.icon_holder.other_i {
	padding-left: 13px
}

.our_featueres .fase3
h4 {
	padding: 0
30px;
	font-size: 22px;
	font-weight: 600
}

.our_featueres .fase3
p {
	padding: 0
30px;
	padding-bottom: 14px
}

.features_modules {
	margin-top: 50px;
	margin-bottom: 0px;
	min-height: 610px
}

@media screen and (max-width: 992px) {
	.features_modules {
		margin-top: 0px
	}
}

.features_modules
h3 {
	margin-bottom: 58px;
	font-weight: 600;
	margin-top: 40px
}

@media screen and (max-width: 992px) {
	.features_modules
h3 {
		margin-top: 0px
	}
}

.features_modules
h5 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: rgba(5, 52, 123, 0.4)
}

.features_modules
p {
	color: rgba(106, 122, 142, 0.4);
	width: 85%
}

.features_modules
p.pc_p {
	width: 100%
}

.features_modules img, .features_modules
svg {
	transition: all 0.3s
}

.features_modules
.co_bimg {
	transform: scale(1.1);
	margin-top: 36px
}

.features_modules
.profile_img {
	transform: scale(1);
	margin-top: 64px
}

.features_modules
.modules_container {
	margin-bottom: 40px;
	cursor: pointer;
	transition: all 0.3s ease-out
}

.features_modules
.modules_container.active {
	border-left: 4px solid #0265FF;
	padding-left: 30px
}

.features_modules .modules_container.active
h5 {
	color: #05347b
}

.features_modules .modules_container.active
p {
	color: #6a7a8e
}

.customers_center_box {
	margin-top: 0px
}

.customers_center_box
h3 {
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 5px
}

.customers_center_box
p {
	font-size: 18px;
	color: #6A7A8E;
	line-height: 30px;
	margin-bottom: 0
}

.home_solution_box {
	margin-top: -20px;
	margin-bottom: 107px
}

.home_solution_box
.icon_holder {
	min-height: 50px
}

.home_solution_box
.cus_block {
	margin-bottom: 70px
}

.home_solution_box .cus_block
.video_img {
	position: relative;
	top: 10px;
	left: -8px
}

.home_solution_box
h5 {
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 12px
}

.home_solution_box
p {
	width: 83%
}

@media screen and (max-width: 992px) {
	.home_solution_box
p {
		width: 100%
	}
}

.trusted_customers {
	margin-top: 26px;
	margin-bottom: 260px
}

@media screen and (max-width: 992px) {
	.trusted_customers {
		margin-bottom: 230px
	}
}

@media screen and (max-width: 506px) {
	.bottom_images_client .col-xs-2 {
		padding-right: 0;
		padding-left: 5px
	}
}

@media screen and (max-width: 992px) {
	.top_client_images {
		width: 50%;
		margin: auto;
		position: relative;
		top: 166px;
		margin-top: auto
	}
}

@media screen and (max-width: 642px) {
	.top_client_images {
		top: 145px
	}
}

@media screen and (max-width: 621px) {
	.top_client_images {
		top: 143px
	}
}

@media screen and (max-width: 407px) {
	.top_client_images {
		top: 77px
	}
}

@media screen and (max-width: 407px) {
	.top_client_images {
		top: 116px
	}
}

@media screen and (max-width: 407px) {
	.top_client_images {
		top: 116px
	}
}

@media screen and (max-width: 506px) {
	.top_client_images .col-xs-4 {
		padding-right: 0;
		padding-left: 5px
	}
}

@media screen and (max-width: 992px) {
	.bottom_images_client {
		position: relative;
		width: 100%;
		margin: auto;
		top: -348px;
		margin-bottom: -115px
	}
}

@media screen and (max-width: 621px) {
	.bottom_images_client {
		top: -307px
	}
}

.slider_content {
	width: 62%;
	text-align: center;
	margin: auto;
	height: 147px
}

@media screen and (max-width: 1482px) {
	.slider_content {
		height: 203px
	}
}

@media screen and (max-width: 1192px) {
	.slider_content {
		height: 243px
	}
}

@media screen and (max-width: 992px) {
	.slider_content {
		height: 243px;
		position: relative;
		top: 148px;
		width: 100%
	}
}

.slider_content.kleer_text
p {
	position: relative;
	top: 46px
}

.slider_content.kleer_text
.author {
	position: relative;
	top: 41px
}

.slider_content
p {
	font-size: 25px;
	line-height: 42px;
	margin-top: 48px
}

.slider_content
.author {
	font-size: 25px;
	color: #6A7A8E;
	font-weight: 600;
	margin-top: 25px
}

.cigna {
	height: 107px;
	cursor: pointer;
	position: absolute;
	left: -9px;
	top: 54px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.cigna {
		height: auto;
		cursor: pointer;
		position: relative;
		left: 0;
		top: 0;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		transition: all .5s ease
	}
}

.cigna:hover {
	transform: scale(1.1)
}

.Govuk {
	height: 125px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.Govuk {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		transition: all .5s ease
	}
}

.Govuk:hover {
	transform: scale(1.1)
}

.Indiabulls {
	height: 106px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: -49px;
	top: 66px;
	transition: all .5s ease;
	margin-top: 33px
}

@media screen and (max-width: 992px) {
	.Indiabulls {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		transition: all .5s ease;
		margin-top: 0
	}
}

.Indiabulls:hover {
	transform: scale(1.1)
}

.samsung {
	height: 127px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	bottom: -21px;
	left: 9px;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.samsung {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		position: relative;
		bottom: 0;
		left: 0;
		transition: all .5s ease;
		width: 100%
	}
}

.samsung:hover {
	transform: scale(1.1)
}

.kleer {
	height: 89px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	margin-top: 67px;
	position: absolute;
	left: -140px;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.kleer {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		margin-top: 0;
		position: relative;
		left: 0;
		transition: all .5s ease;
		width: 100%
	}
}

.kleer:hover {
	transform: scale(1.1)
}

.spectrum {
	height: 106px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	margin-top: 105px;
	position: absolute;
	left: -135px;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.spectrum {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		margin-top: 0;
		position: relative;
		transition: all .5s ease;
		top: 0;
		left: 0;
		width: 100%
	}
}

.spectrum:hover {
	transform: scale(1.1)
}

.NIIT {
	height: 93px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	margin-top: 53px;
	position: absolute;
	right: -106px;
	transition: all .5s ease
}

@media screen and (max-width: 992px) {
	.NIIT {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		margin-top: 0;
		position: relative;
		right: 0;
		transition: all .5s ease;
		width: 100%
	}
}

.NIIT:hover {
	transform: scale(1.1)
}

.lexus {
	height: 127px;
	box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 0;
	transition: all .5s ease;
	margin-top: -120px
}

@media screen and (max-width: 992px) {
	.lexus {
		height: auto;
		box-shadow: 0px 25px 56px 0 rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		cursor: pointer;
		margin-top: 0;
		position: relative;
		right: 0;
		transition: all .5s ease;
		width: 100%
	}
}

.lexus:hover {
	transform: scale(1.1)
}

.Audi {
	height: 107px;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
	box-shadow: 0px 25px 56px 0 #F1F1F1;
	border-radius: 50%;
	transition: all .5s ease;
	right: 0;
	top: 37px
}

@media screen and (max-width: 992px) {
	.Audi {
		height: auto;
		cursor: pointer;
		margin-top: 0;
		position: relative;
		box-shadow: 0px 25px 56px 0 #F1F1F1;
		border-radius: 50%;
		transition: all .5s ease;
		right: 0;
		top: 0
	}
}

.Audi:hover {
	transform: scale(1.1)
}


@media screen and (min-width: 1253px) {
	.home_blog_footers {
		padding-bottom: 46px;
		margin-bottom: 0
	}
}

@media screen and (max-width: 992px) {
	.home_blog_footers.footer_home_page {
		margin-bottom: 0;
		padding-bottom: 24px
	}
}

.home_blog_footers
h4 {
	font-size: 26px;
	color: #05347B;
	line-height: 40px;
	font-weight: 600
}

.home_blog_footers
.home_blog_div {
	margin-top: 28px
}

.home_blog_footers
.home_blog_box {
	background: #fff;
	display: inline-block;
	border-radius: 12px;
	margin-right: 0px;
	width: 100%
}

.home_blog_footers .home_blog_box
img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.home_blog_footers .home_blog_box
h7 {
	font-size: 18px;
	color: #05347B;
	line-height: 20px
}

.home_blog_footers .home_blog_box h7
a {
	font-weight: 700;
	font-size: 18px;
	color: #05347B;
	line-height: 20px
}

.home_blog_footers .home_blog_box
p {
	color: #6A7A8E;
	line-height: 27px;
	margin-top: 14px
}

.footer_first_
img {
	margin: 13px
0;
	margin-bottom: 33px
}

.footer_first_
p {
	line-height: 9px;
	font-family: 'Oleo Script',cursive;
	font-weight: bold;
	color: #425670;
	margin-bottom: 23px;
	font-size: 20px
}

.footer_first_ p
a {
	color: #425670;
	font-family: 'Oleo Script',cursive
}

.footer_new_menu {
	margin-bottom: 0
}

.footer_new_menu
h4 {
	font-size: 18px;
	color: #05347B;
	border-bottom: 0px solid #DDDDEB;
	padding-bottom: 10px;
	font-weight: 600
}

.footer_new_menu
.menu_border {
	height: 1.3px;
	background: #05347B;
	width: 30px;
	margin-top: -2px;
	margin-bottom: -3px
}

.footer_new_menu .footer_menu ul li.social_footer
a {
	margin-right: 9px
}

.footer_new_bottom {
	background: #F0F4FA
}

.footer_new_bottom
.footer_bottom {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 15px
0
}

.footer_new_bottom .footer_bottom
a {
	font-size: 16px;
	color: #6A7A8E;
	padding-right: 18px
}

.clients_stripe {
	padding-bottom: 26px;
	padding-top: 40px
}

@media screen and (min-width: 1920px) {
	.clients_stripe {
		padding-top: 0px
	}
}

@media screen and (max-width: 992px) {
	.clients_stripe {
		display: none
	}
}

.clients_stripe_mobile {
	display: none
}

@media screen and (max-width: 992px) {
	.clients_stripe_mobile {
		display: block;
		padding-bottom: 26px;
		padding-top: 40px
	}
}

#acquire_messenger_modules_img {
	display: none
}

#co_browsig_modules_img {
	display: none
}

.footer_m {
	padding-left: 66px
}

@media screen and (max-width: 1192px) {
	.footer_m {
		padding-left: 0px
	}
}

@media screen and (max-width: 992px) {
	.footer_bottom_links {
		float: left !important
	}
}
.prevButton {
	width: 44.7px;
	display: inline-block;
	margin-right: 8px;
}

.nextButton {
	width: 44.7px;
	display: inline-block;
}


.home_slider
.row {
	width: 90%;
	margin: 20px
auto
}

.home_slider
.card {
	margin: 10px
0
}

.home_slider .card>.card-content {
	background: red;
	padding: 10px;
	text-align: center;
	font-size: 36px;
	height: 350px
}




header
.live_chat_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/live-chat.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header
.profile_management_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/profile-management.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header .Co-Browsing {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/co-browsing.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header .video-call {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/video-voice-call.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header
.chatbot {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/bot.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header
.customers_icon {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/customers.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header
.ebook {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/whitepaper.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header
.blog {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/blog.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header .help-docs {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/menuicons/help-docs.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block
}

header .dropdown:hover .dropdown-content {
	opacity: 1
}

header .dropdown:hover
b.shaows {
	opacity: 1
}

.co_bimg .a,
.co_bimg .ax,
.co_bimg
.bg {
	fill: none
}

.co_bimg
.b {
	fill: #aaa
}

.co_bimg .ah,
.co_bimg .aj,
.co_bimg
.c {
	fill: #fff
}

.co_bimg
.d {
	fill: #f1f1f3
}

.co_bimg
.e {
	fill: #ff5123
}

.co_bimg
.f {
	fill: #ffc500
}

.co_bimg
.g {
	fill: #40cd8a
}

.co_bimg .bf,
.co_bimg
.h {
	opacity: 0.5
}

.co_bimg
.i {
	fill: #4e637d
}

.co_bimg
.j {
	fill: #797979;
	font-size: 14px;
	font-weight: 600
}

.co_bimg .aw,
.co_bimg .ay,
.co_bimg
.k {
	fill: #8197b1
}

.co_bimg
.k {
	font-size: 11px
}

.co_bimg
.l {
	letter-spacing: -0.009em
}

.co_bimg
.m {
	fill: #efefef
}

.co_bimg .al,
.co_bimg .ao,
.co_bimg .n,
.co_bimg
.o {
	fill: #333
}

.co_bimg .n,
.co_bimg
.q {
	opacity: 0.1
}

.co_bimg
.o {
	font-size: 9px
}

.co_bimg .p,
.co_bimg
.q {
	fill: #0265ff
}

.co_bimg
.r {
	fill: #d4c3dd
}

.co_bimg
.s {
	fill: #ff558e
}

.co_bimg
.t {
	fill: #f2d3aa
}

.co_bimg
.u {
	fill: #d83982
}

.co_bimg
.v {
	fill: #324a5e
}

.co_bimg
.w {
	fill: #5b5d6e
}

.co_bimg
.x {
	fill: #e6af78
}

.co_bimg
.y {
	fill: #d29b6e
}

.co_bimg
.z {
	fill: #f0c087
}

.co_bimg
.aa {
	fill: #785550
}

.co_bimg
.ab {
	fill: #694b4b
}

.co_bimg
.ac {
	fill: #5a4146
}

.co_bimg
.ad {
	fill: #eff2fa
}

.co_bimg
.ae {
	fill: #e4eaf6
}

.co_bimg
.af {
	fill: #515262
}

.co_bimg
.ag {
	fill: #07d879
}

.co_bimg .ah,
.co_bimg
.al {
	font-size: 6px
}

.co_bimg
.ai {
	letter-spacing: -0.06em
}

.co_bimg .aj,
.co_bimg
.an {
	opacity: 0.2
}

.co_bimg
.ak {
	fill: #a5acb7
}

.co_bimg
.am {
	letter-spacing: -0.069em
}

.co_bimg
.ap {
	clip-path: url(/wp-content/themes/acquire/assets/css/#c)
}

.co_bimg
.aq {
	fill: #707487
}

.co_bimg
.ar {
	fill: #b4e1fa
}

.co_bimg
.as {
	fill: #a0d2f0
}

.co_bimg
.at {
	fill: #464655
}

.co_bimg
.au {
	fill: #dfe1e5
}

.co_bimg
.av {
	opacity: 0
}

.co_bimg
.ax {
	stroke: #8197b1;
	stroke-width: 1.28px
}

.co_bimg .ay,
.co_bimg
.az {
	opacity: 0.7
}

.co_bimg .ba,
.co_bimg
.bc {
	fill: #c8d4e3
}

.co_bimg .ba,
.co_bimg
.bb {
	opacity: 0.53
}

.co_bimg .be,
.co_bimg
.bf {
	fill: #dfe4eb
}

.co_bimg
.bg {
	stroke: #0265ff
}

.co_bimg
.bh {
	stroke: none
}

.profile_img .a,
.profile_img .ad,
.profile_img .ah,
.profile_img .ai,
.profile_img
.aj {
	fill: #0265ff
}

.profile_img
.b {
	fill: rgba(0, 0, 0, 0.67)
}

.profile_img
.c {
	fill: #ebf3fe
}

.profile_img .d,
.profile_img
.e {
	fill: #cfe2fe
}

.profile_img
.d {
	opacity: 0.22
}

.profile_img
.f {
	fill: #ff5123
}

.profile_img
.g {
	fill: #ffc500
}

.profile_img
.h {
	fill: #40cd8a
}

.profile_img
.i {
	fill: #003384;
	opacity: 0.08
}

.profile_img .ag,
.profile_img .j,
.profile_img .m,
.profile_img .t,
.profile_img
.z {
	fill: #fff
}

.profile_img
.k {
	opacity: 0.18
}

.profile_img
.l {
	fill: #5698ff
}

.profile_img .m,
.profile_img
.u {
	stroke: #ddddeb
}

.profile_img .n,
.profile_img .p,
.profile_img .v,
.profile_img .x,
.profile_img
.y {
	fill: #8197b1
}

.profile_img
.p {
	font-size: 9px
}

.profile_img .ac,
.profile_img .ae,
.profile_img .af,
.profile_img .ag,
.profile_img .ah,
.profile_img .ai,
.profile_img .ak,
.profile_img .al,
.profile_img .p,
.profile_img .v,
.profile_img .y,
.profile_img
.z {
	font-family: Roboto-Regular,Roboto
}

.profile_img .p,
.profile_img
.v {
	opacity: 0.8
}

.profile_img
.r {
	fill: #bd3d44
}

.profile_img
.s {
	fill: #192f5d
}

.profile_img
.t {
	fill-rule: evenodd
}

.profile_img .aa,
.profile_img .an,
.profile_img
.u {
	fill: none
}

.profile_img .ag,
.profile_img .al,
.profile_img .v,
.profile_img
.x {
	font-size: 12px
}

.profile_img
.w {
	fill: #f2f4f7
}

.profile_img .aj,
.profile_img
.x {
	font-family: Roboto-Medium,Roboto;
	font-weight: 500
}

.profile_img .ac,
.profile_img .af,
.profile_img
.y {
	font-size: 10px
}

.profile_img .ae,
.profile_img
.z {
	font-size: 13px
}

.profile_img
.aa {
	stroke: #9aabc0;
	stroke-width: 0.5px
}

.profile_img .ab,
.profile_img
.ac {
	fill: #9aabc0
}

.profile_img
.ad {
	opacity: 0.03
}

.profile_img .ae,
.profile_img .af,
.profile_img .ak,
.profile_img
.al {
	fill: #6d6d6d
}

.profile_img
.af {
	opacity: 0.6
}

.profile_img
.ah {
	font-size: 20px
}

.profile_img
.ai {
	font-size: 23px
}

.profile_img
.aj {
	font-size: 18px
}

.profile_img
.ak {
	font-size: 15px
}

.profile_img
.am {
	stroke: none
}

-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;
margin-left: auto;
margin-right: auto
}

.slick-track:after,.slick-track:before {
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
.cobrowsing_image
.bj {
stroke: none
}

header.home_page_new_header .globalNav .navSection.primary
.rootLink {
color: #fff !important
}

.mobile_page .globalNav .navSection.primary
.rootLink {
color: #fff !important
}

@media screen and (max-width: 990px) {
.mobile_page .globalNav .navSection.primary
.rootLink {
	color: #05347B !important
}}

@media screen and (max-width: 992px) {
	.our_featueres .row.row-eq-height {
		display: block !important
	}
}

.our_featueres .col-md-4 {
	display: flex;
	flex-direction: column
}

.our_featueres .fase3:hover {
	border-bottom: 5px solid #0265FF
}

.screen_share_header_image {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%
}



@media screen and (min-width: 3072px) {
	.screen_share_header {
		height: 1175px
	}
}

@media screen and (min-width: 4608px) {
	.screen_share_header {
		height: 1509px
	}
}

@media screen and (min-width: 6144px) {
	.screen_share_header {
		height: 1773px
	}
}

@media screen and (max-width: 1550px) {
	.screen_share_header {
		background-size: 100%;
		background-position: top left;
		height: 827px
	}
}

@media screen and (max-width: 1193px) {
	.screen_share_header {
		height: 699px
	}
}

.screen_share_header .globalNav .navSection.primary
.rootLink {
	color: #fff
}

.screen_share_header
h1 {
	font-family: "CircularStd";
	color: #fff;
	font-weight: 500;
	line-height: 51px;
	text-align: center;
	margin-top: 95px;
	display: inline-block;
	width: 100%
}

@media screen and (max-width: 1550px) {
	.screen_share_header
h1 {
		margin-top: 55px
	}
}

@media screen and (max-width: 1193px) {
	.screen_share_header
h1 {
		margin-top: 38px;
		font-size: 22px;
		line-height: 32px
	}
}

@media screen and (max-width: 993px) {
	.screen_share_header
h1 {
		position: absolute;
		bottom: 218px;
		color: #05347B
	}
}

.screen_share_header a.rootLink.item-support.light_blue_btn {
	border-radius: 4px;
	background: transparent;
	margin-right: 15px;
	display: inline-block;
	padding: 1px
34px !important;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	height: 38px;
	border: 1px
solid #FFF;
	font-family: "CircularStd"
}

.screen_share_header a.rootLink.item-dashboard.green_btn {
	border-radius: 4px;
	background: #03DC80;
	margin-right: 0;
	display: inline-block;
	padding: 1px
24px !important;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	height: 38px;
	font-family: "CircularStd"
}

.screen_share_header
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: relative;
	top: -2px;
	margin-left: 8px !important
}

.terms_business {
	top: -181px;
	position: relative;
	z-index: 9999;
	margin-bottom: -150px
}

.terms_business
h3 {
	font-family: "Circular Std Medium";
	font-size: 36px;
	font-weight: normal
}

.terms_business
img {
	margin-top: 40px
}

.screen_share_box.solution_box
p {
	font-family: "CircularStd";
	width: 42%;
	line-height: 31px;
	margin-top: 6px
}

@media screen and (max-width: 992px) {
	.screen_share_box.solution_box
p {
		width: 100%
	}
}

.screen_share_box.footer_container {
	background: #fff;
	margin-top: -218px;
	position: relative;
	border-radius: 16px;
	box-shadow: 0 74px 99px rgba(0, 0, 0, 0.05);
	margin-bottom: 73px
}

@media screen and (max-width: 992px) {
	.screen_share_box.footer_container {
		margin-top: 0px
	}
}

@media screen and (max-width: 992px) {
	.screen_share_box.footer_container .row.row-eq-height {
		display: block
	}
}

.screen_share_box.footer_container
h4 {
	font-size: 28px;
	color: #2D2F39;
	line-height: 36px
}

@media screen and (max-width: 992px) {
	.screen_share_box.footer_container
#image_container {
		display: none
	}
}

.screen_share_box.footer_container
.content_box {
	padding: 85px
52px
}

.screen_share_box.footer_container input[type="text"] {
	border: 1px
solid #D6D6D6;
	padding: 7px
16px;
	color: #637178;
	outline: none;
	border-right: 0;
	width: 206px
}

.screen_share_box.footer_container input[type="submit"] {
	border: 0;
	background: #03DC80;
	color: #fff;
	height: 37px;
	position: relative;
	left: -4px;
	padding: 0
16px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.screen_share_box.mordern_browser {
	margin-bottom: 50px
}

.screen_share_box.mordern_browser .text-center
p {
	width: 80%
}

@media screen and (max-width: 992px) {
	.screen_share_box.mordern_browser .text-center
p {
		width: 100%
	}
}

.screen_share_box.mordern_browser
img {
	margin-bottom: -42px
}

.screen_share_box.user_views {
	background: #0066F9;
	text-align: center;
	padding: 49px
0;
	min-height: 501px;
	color: #fff
}

@media screen and (max-width: 992px) {
	.screen_share_box.user_views {
		min-height: auto
	}
}

.screen_share_box.user_views
h3 {
	color: #fff
}

.screen_share_box.user_views
.tags {
	margin-top: 30px
}

.screen_share_box.user_views .tags
span {
	background: rgba(45, 127, 255, 0.5);
	display: inline-block;
	padding: 8px
31px;
	border-radius: 50px;
	margin-right: 20px;
	margin-bottom: 10px
}

.screen_share_box.screen_share_worldwide {
	margin-bottom: 96px
}

.screen_share_box.screen_share_worldwide
p {
	width: 100%;
	margin: 0
}

.screen_share_box.screen_share_worldwide
.clients_box {
	margin: 30px
0
}

.screen_share_box.screen_share_worldwide .clients_box
.white_box {
	padding: 40px
30px;
	background: #fff;
	box-shadow: 0 13px 93px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 992px) {
	.screen_share_box.screen_share_worldwide .clients_box
.white_box {
		margin-bottom: 50px
	}
}

.screen_share_box.screen_share_worldwide .clients_box .white_box
p {
	min-height: 180px;
	margin-top: 23px;
	margin-bottom: 23px
}

@media screen and (max-width: 992px) {
	.screen_share_box.screen_share_worldwide .clients_box .white_box
p {
		min-height: auto
	}
}

.screen_share_box.screen_share_worldwide .clients_box .white_box
.author {
	color: #000;
	font-family: "Circular Std Medium"
}

.screen_share_box.where_this_support {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/screen-share/transparent_shape.svg) no-repeat;
	background-position: 0 0px;
	padding-top: 78px;
	margin-bottom: 29px
}

.screen_share_box.where_this_support
p {
	width: 89%;
	margin: 0
}

.screen_share_box.where_this_support
svg {
	margin-top: -112px
}

.screen_share_box.where_this_support
.browser_icon {
	position: relative;
	top: -521px;
	left: -103px;
	margin-bottom: -454px
}

.screen_share_box.where_this_support .browser_icon
img {
	max-width: 121%
}

.screen_share_box.where_this_support
ul {
	padding-left: 0;
	margin: 22px
0
}

.screen_share_box.where_this_support ul
li {
	list-style-type: none;
	font-family: "CircularStd";
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px
}

.screen_share_box.where_this_support ul li
span {
	background: #0265FF;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -3px;
	margin-right: 6px;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.screen_share_box.where_this_support ul li span
.fa {
	position: relative;
	top: 2.5px
}

.screen_share_box.where_this_can_work {
	background: url(https://www.yongsy.com/wp-content/themes/acquire/assets/images/screen-share/shape1.svg) no-repeat;
	background-position: top right;
	background-size: 41%;
	padding-top: 69px;
	margin-bottom: 96px
}

@media screen and (min-width: 2304px) {
	.screen_share_box.where_this_can_work {
		background-size: 34%
	}
}

@media screen and (min-width: 3072px) {
	.screen_share_box.where_this_can_work {
		background: #fff
	}
}

@media screen and (max-width: 992px) {
	.screen_share_box.where_this_can_work {
		background: #fff
	}
}

.screen_share_box.where_this_can_work
.where_box {
	margin-top: 78px
}

@media screen and (max-width: 992px) {
	.screen_share_box.where_this_can_work
.where_box {
		margin-top: 0px
	}
}

.screen_share_box.where_this_can_work input[type="text"] {
	border: 1px
solid #D6D6D6;
	padding: 7px
16px;
	color: #637178;
	outline: none;
	border-right: 0;
	width: 206px
}

.screen_share_box.where_this_can_work input[type="submit"] {
	border: 0;
	background: #03DC80;
	color: #fff;
	height: 37px;
	position: relative;
	left: -4px;
	padding: 0
16px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.screen_share_box.where_this_can_work
p {
	width: 89%;
	margin: 0
}

.screen_share_box.where_this_can_work
ul {
	padding-left: 0;
	margin: 22px
0
}

.screen_share_box.where_this_can_work ul
li {
	list-style-type: none;
	font-family: "CircularStd";
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px
}

.screen_share_box.where_this_can_work ul li
span {
	background: #0265FF;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -3px;
	margin-right: 6px;
	color: #fff;
	font-size: 12px;
	text-align: center
}

.screen_share_box.where_this_can_work ul li span
.fa {
	position: relative;
	top: 2.5px
}

.screen_share_box
h3 {
	font-family: "Circular Std Medium";
	font-size: 36px;
	font-weight: normal;
	line-height: 40px
}

.screen_share_box
p {
	font-family: "CircularStd";
	width: 59%;
	margin: auto;
	font-size: 18px;
	line-height: 31px
}

@media screen and (max-width: 992px) {
	.screen_share_box
p {
		width: 100%
	}
}

.screen_share_box
.bor_bottom {
	background: #0265FF;
	height: 4px;
	width: 48px;
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 14px
}

.screen_share_box
svg {
	max-width: 100%
}

.screen_share_box.product_box
p {
	margin-bottom: 22px;
	width: 73%;
	margin-top: 11px
}

@media screen and (max-width: 992px) {
	.screen_share_box.product_box
p {
		width: 100%
	}
}

.screen_share_box.help_box {
	margin-top: -61px;
	margin-bottom: 120px
}

@media screen and (max-width: 992px) {
	.screen_share_box.help_box {
		margin-bottom: 0px
	}
}

.screen_share_box.help_box
svg {
	max-width: 86%;
	box-shadow: 52px 44px 99px rgba(0, 0, 0, 0.05);
	margin-bottom: 62px
}

.screen_share_box.help_box
p {
	margin-bottom: 50px;
	font-size: 18px;
	width: 74%
}

@media screen and (max-width: 992px) {
	.screen_share_box.help_box
p {
		width: 100%
	}
}

.screen_share_box.help_box
p.help_p {
	width: 84%;
	margin: 0
0;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal
}

@media screen and (max-width: 992px) {
	.screen_share_box.help_box
p.help_p {
		width: 100%
	}
}

.screen_share_box.help_box
h5 {
	color: #2D2F39;
	font-family: "CircularStd";
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 16px;
	margin-right: 31px;
	margin-bottom: 15px
}

.screen_share_box.help_box
.active {
	border-bottom: 3px solid #0265FF;
	width: 51%;
	position: relative;
	top: -17px
}

.screen_share_footer {
	font-family: "CircularStd"
}

.screen_share_footer
h4 {
	font-weight: normal;
	font-family: "Circular Std Medium";
	font-size: 17px
}

.screen_share_footer .footer_new_bottom .footer_bottom
a {
	font-family: "CircularStd"
}

.globalNav a,.productNav
a {
	-webkit-tap-highlight-color: transparent
}

.common-Button,.common-NoWrap,.globalNav .blogPosts .title,.globalNav .blogPosts a,.globalNav .linkIcon,.globalNav .linkSub,.globalNav .popupContainer,.globalNav .rootLink,.productNav a,html[lang=ja] .productNav
ul {
	white-space: nowrap
}

.globalFooter,.productNav {
	-moz-osx-font-smoothing: grayscale
}

.globalFooterNav li,.globalNav li,.productNav
li {
	list-style: none
}

.globalContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.common-SuperTitle {
	font-weight: 300;
	font-size: 45px;
	line-height: 55px;
	color: #32325d;
	letter-spacing: -.01em
}

@media (min-width:200px) {
	.common-SuperTitle {
		font-size: 50px;
		line-height: 60px
	}
}

.common-PageTitle {
	font-weight: 400;
	font-size: 34px;
	line-height: 43px;
	color: #32325d
}

@media (min-width:200px) {
	.common-PageTitle {
		font-size: 40px;
		line-height: 50px
	}
}

.common-PageSubtitle {
	font-weight: 300;
	font-size: 34px;
	line-height: 43px;
	color: #6772e5
}

@media (min-width:200px) {
	.common-PageSubtitle {
		font-size: 40px;
		line-height: 50px
	}
}

.common-IntroText {
	font-weight: 300;
	font-size: 21px;
	line-height: 31px;
	color: #424770
}

@media (min-width:200px) {
	.common-IntroText {
		font-size: 24px;
		line-height: 36px
	}
}

.common-IntroTextThin {
	font-weight: 300;
	font-size: 21px;
	line-height: 31px;
	color: #424770
}

@media (min-width:200px) {
	.common-IntroTextThin {
		font-size: 26px;
		line-height: 38px
	}
}

.common-BodyTitle {
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #32325d
}

.common-BodyText {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #525f7f
}

.common-BodyTextMedium {
	font-weight: 400;
	font-size: 19px;
	line-height: 32px;
	color: #525f7f
}

.common-Uppercase,.common-UppercaseTitle {
	font-weight: 600;
	text-transform: uppercase
}

.common-UppercaseTitle {
	font-size: 20px;
	line-height: 31px;
	letter-spacing: .025em
}

@media (min-width:200px) {
	.common-UppercaseTitle {
		font-size: 22px;
		line-height: 33px
	}
}

.common-Uppercase {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: .025em
}

.common-AlignRight {
	text-align: right
}

.common-AlignCenter {
	text-align: center
}

.common-ProductLockup,.common-ProductLockupBack {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.common-ProductLockup .icon,.common-ProductLockupBack
.icon {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	margin-right: 20px
}

@media (min-width:200px) {
	.common-ProductLockup,.common-ProductLockupBack {
		font-size: 28px;
		line-height: 38px
	}

	.common-ProductLockup .icon,.common-ProductLockupBack
.icon {
		width: 72px;
		height: 72px
	}

	.common-StripeGrid {
		--stripe-height: 64px
	}
}

.common-ProductLockupBack {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	-webkit-transition: color .1s;
	transition: color .1s
}

.common-ProductLockupBack:before {
	font: 400 48px/24px StripeIcons;
	content: "\279D";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 36px;
	text-align: right;
	position: relative;
	top: -6px;
	-webkit-transition: color .1s;
	transition: color .1s
}

.common-ProductLockupBack
.icon {
	width: 48px;
	height: 48px
}

.common-ProductLockupBack .hover-fillDark,.common-ProductLockupBack .hover-fillLight {
	-webkit-transition: fill .1s;
	transition: fill .1s
}

.common-ProductLockupBack .hover-strokeDark,.common-ProductLockupBack .hover-strokeLight {
	-webkit-transition: stroke .1s;
	transition: stroke .1s
}

.common-ProductLockupBack:hover .hover-fillLight {
	fill: #8898aa
}

.common-ProductLockupBack:hover .hover-fillDark {
	fill: #32325d
}

.common-ProductLockupBack:hover .hover-strokeLight {
	stroke: #8898aa
}

.common-ProductLockupBack:hover .hover-strokeDark {
	stroke: #32325d
}

.common-Link {
	color: #6772e5;
	font-weight: 500;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	cursor: pointer
}

.keyboard-navigation .common-Link:focus {
	outline: 0;
	text-decoration: underline;
	text-underline-position: under
}

.common-Link:focus,.common-Link:hover {
	color: #32325d
}

.common-Link:active {
	color: #000
}

.common-Link--arrow:after {
	font: 400 16px StripeIcons;
	content: "\2192";
	padding-left: 5px
}

.common-Link--arrowL:before {
	content: "\2192";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 5px
}

.common-Link--download:before,.common-Uppercase.common-Link--arrow:after {
	content: "\279C"
}

.common-Link--arrowL:before,.common-Link--download:before {
	display: inline-block;
	font: 400 16px StripeIcons;
	vertical-align: -2px
}

.common-BetaBadge,.common-Button {
	font-weight: 600;
	text-transform: uppercase
}

.common-Link--download:before {
	margin-right: 2px;
	-webkit-transform: rotate(90deg) scale(.9);
	transform: rotate(90deg) scale(.9)
}

.common-InvertedText .common-BodyTitle,.common-InvertedText .common-PageSubtitle,.common-InvertedText .common-PageTitle,.common-InvertedText .common-SuperTitle,.common-InvertedText .common-Uppercase,.common-InvertedText .common-UppercaseTitle {
	color: #fff
}

.common-InvertedText .common-IntroText {
	color: #c4f0ff
}

.common-InvertedText .common-BodyText {
	color: #9cdbff
}

.common-InvertedText .common-Link,.common-Link--white {
	color: #fff
}

.common-InvertedText .common-Link:focus,.common-InvertedText .common-Link:hover,.common-Link--white:focus,.common-Link--white:hover {
	color: #c4f0ff
}

.common-InvertedText .common-Link:active,.common-Link--white:active {
	color: #87bbfd
}

.common-Button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0
14px;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	letter-spacing: .025em;
	color: #6772e5;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.keyboard-navigation .common-Button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1.5px hsla(0,0%,100%,.75),0 0 0 1.25px rgba(82,95,127,.5) inset,0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 0 0 1.5px hsla(0,0%,100%,.75),inset 0 0 0 1.25px rgba(82,95,127,.5),0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}

.common-Button:focus,.common-Button:hover {
	color: #7795f8;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}

.common-Button:active {
	color: #555abf;
	background-color: #f6f9fc;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

.common-Button--default {
	color: #fff;
	background: #6772e5
}

.common-Button--default:focus,.common-Button--default:hover {
	color: #fff;
	background-color: #7795f8
}

.common-Button--default:active {
	color: #e6ebf1;
	background-color: #555abf
}

.common-Button--dark {
	color: #fff;
	background: #32325d
}

.common-Button--dark:focus,.common-Button--dark:hover {
	color: #fff;
	background-color: #43458b
}

.common-Button--dark:active {
	color: #e6ebf1;
	background-color: #32325d
}

.common-Button--disabled {
	color: #fff;
	background: #aab7c4;
	pointer-events: none
}

.common-ButtonIcon {
	display: inline;
	margin: 0
5px 0 0;
	position: relative
}

.common-ButtonGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px
}

.common-ButtonGroup .common-Button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 10px
}

.StripeBackground {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg);
	pointer-events: none
}

.StripeBackground
.stripe {
	position: absolute;
	top: auto;
	left: 0;
	right: 0
}

.StripeBackground
.stripe.pattern {
	overflow: hidden
}

.StripeBackground .stripe.pattern:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1000px;
	top: -1000px;
	-webkit-transform: skew(0,12deg);
	transform: skew(0,12deg)
}

.common-StripeGrid {
	--stripe-height: 48px;
	--content-columns: 12;
	--gutter-columns: 4;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none
}

.common-StripeGrid .backgroundContainer,.common-StripeGrid
.stripeContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg)
}

.common-StripeGrid .backgroundContainer
.grid {
	grid-template-columns: 1fr;
	min-width: 0
}

.common-StripeGrid .backgroundContainer
.background {
	grid-row: 1/-1;
	grid-column: 1/-1;
	z-index: -1
}

.common-StripeGrid
.stripeContainer {
	overflow: hidden
}

.common-StripeGrid.anchorBottom .backgroundContainer,.common-StripeGrid.anchorBottom
.stripeContainer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.common-StripeGrid.anchorBottom
.grid {
	height: 200%;
	-ms-flex-line-pack: end;
	align-content: end
}

.common-StripeGrid
.grid {
	--content-column-width: minmax(0, calc(1040px / var(--content-columns)));
	--gutter-column-width: 1fr;
	position: absolute;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: repeat(auto-fill,var(--stripe-height));
	grid-template-columns: [viewport-start] 1fr [left-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [left-gutter-end content-start] repeat(var(--content-columns),var(--content-column-width)) [content-end right-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [right-gutter-end] 1fr [viewport-end]
}

.common-Card {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)
}

@media (min-width:200px) {
	.common-StripeGrid
.grid {
		--gutter-column-width: var(--content-column-width);
		min-width: calc(1040px / var(--content-columns) * (var(--gutter-columns) * 2+var(--content-columns)))
	}

	.common-Card {
		padding: 50px
	}
}

.common-BetaBadge {
	display: inline;
	position: relative;
	height: 18px;
	margin-left: 11px;
	border-radius: 9px;
	font-size: 12px;
	text-align: center;
	padding: 2px
6px 2px 7px;
	color: #8898aa;
	background-color: rgba(136,152,170,.15)
}

.lg-cols,.lg-grid,.lg-rows,.md-cols,.md-grid,.md-rows,.sm-cols,.sm-grid,.sm-rows,.xs-cols,.xs-grid,.xs-rows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -20px
}

.feature-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	position: relative
}

.xs-cols {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.xs-cols .feature-block {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.xs-rows {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.xs-rows .feature-block {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.xs-grid {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xs-grid .feature-block {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.xs-icon-top
.icon {
	margin: 10px
0 20px -3px
}

.xs-icon-left {
	padding-left: 50px
}

.xs-icon-left
.icon {
	position: absolute;
	left: -24px;
	top: 7px
}

@media (min-width:200px) {
	.sm-cols,.sm-grid,.sm-rows {
		-webkit-box-direction: normal
	}

	.sm-cols {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.sm-cols .feature-block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.sm-rows {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.sm-rows .feature-block {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.sm-grid {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.sm-grid .feature-block {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.md-cols,.md-grid,.md-rows {
		-webkit-box-direction: normal
	}

	.md-cols {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.md-cols .feature-block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.md-rows {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.md-rows .feature-block {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.md-grid {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.md-grid .feature-block {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.lg-cols,.lg-grid,.lg-rows {
		-webkit-box-direction: normal
	}

	.lg-cols {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.lg-cols .feature-block {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.lg-rows {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.lg-rows .feature-block {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.lg-grid {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lg-grid .feature-block {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.sm-icon-top {
		padding-left: 0
	}

	.sm-icon-top
.icon {
		position: static;
		margin: 10px
0 20px -3px
	}

	.sm-icon-left {
		padding-left: 50px
	}

	.sm-icon-left
.icon {
		position: absolute;
		left: -24px;
		top: 7px
	}

	.md-icon-top {
		padding-left: 0
	}

	.md-icon-top
.icon {
		position: static;
		margin: 10px
0 20px -3px
	}

	.md-icon-left {
		padding-left: 50px
	}

	.md-icon-left
.icon {
		position: absolute;
		left: -24px;
		top: 7px
	}

	.lg-icon-top {
		padding-left: 0
	}

	.lg-icon-top
.icon {
		position: static;
		margin: 10px
0 20px -3px
	}

	.lg-icon-left {
		padding-left: 50px
	}

	.lg-icon-left
.icon {
		position: absolute;
		left: -24px;
		top: 7px
	}
}

.feature-block h3,.feature-block
p {
	margin-bottom: 10px
}

.feature-block h3:last-child,.feature-block p:last-child {
	margin-bottom: 0
}

.feature-block
.icon {
	width: 48px;
	height: 48px
}

.common-FlagIcon:before {
	content: "";
	display: inline-block;
	background-image: url(https://www.yongsy.com/img/v3/common/flagIcons.svg?45);
	width: 21px;
	height: 15px;
	margin-right: 12px;
	vertical-align: -2px
}




.globalNav {
	-webkit-perspective: 2000px;
	perspective: 2000px;
	margin-bottom: 40px
}

.globalNav
ul {
	padding: 0;
	margin: 0
}

.globalNav
a {
	text-decoration: none;
	color: #6772e5;
	-webkit-transition: color .1s;
	transition: color .1s
}

.globalNav a:hover {
	color: #32325d
}

.globalNav>.container-lg {
	padding: 0
}

.globalNav
.navRoot {
	position: relative
}

.globalNav .navSection>a,.globalNav .navSection>button {
	outline: 0
}

.keyboard-navigation .globalNav .navSection>a:not(.item-mobileMenu):focus>:before,.keyboard-navigation .globalNav .navSection>button:not(.item-mobileMenu):focus>:before {
	opacity: .75
}

.globalNav .navSection>a:not(.item-mobileMenu)>:before,.globalNav .navSection>button:not(.item-mobileMenu)>:before {
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	top: 5px;
	bottom: 5px;
	-webkit-box-shadow: 0 0 0 1.5px inset currentColor;
	box-shadow: inset 0 0 0 1.5px currentColor;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

a.rootLink.item-dashboard.green_btn,a.rootLink.item-support.light_blue_btn {
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	height: 40px
}

.globalNav
.navSection.logo {
	position: absolute;
	top: 0;
	left: 0
}

.globalNav
.navSection.secondary {
	position: absolute;
	top: 0;
	right: 0
}

a.rootLink.item-support.light_blue_btn {
	background: #D5E3F9;
	margin-right: 15px;
	padding: 1px
36px!important;
	color: #05347B
}

a.rootLink.item-dashboard.green_btn {
	background: #03DC80;
	margin-right: 0;
	padding: 1px
28px!important;
	color: #fff
}

.globalNav
.navSection.primary {
	right: 266px;
	position: absolute;
	top: -8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}


@media (max-width:1192px) {
	.globalNav .navSection.primary
.rootLink {
		padding: 0
13px!important
	}
}

@media (max-width:993px) {
	.globalNav .navSection.primary
.rootLink {
		padding: 0
15px!important;
		height: 26px!important
	}
}

@media (max-width:600px) {
	.globalNav
.navSection.secondary {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
		display: inline-block!important;
		margin-top: 55px
	}

	.globalNav
.navSection.primary {
		top: 108px!important
	}

	.globalNav
.dropdownRoot {
		top: 153px!important
	}

	.globalNav .navSection.primary
.rootLink {
		padding: 0
7px!important;
		height: 26px!important
	}

	.globalNav
.navSection.logo {
		position: absolute!important;
		top: 0!important;
		left: -7px!important;
		display: inline-block!important;
		width: 100%!important;
		text-align: center!important
	}
}

@media (min-width:200px) {
	.globalNav .navSection.primary,.globalNav
.navSection.secondary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.globalNav
.navSection.mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (min-width:200px) {
	.globalNav
.navSection.mobile {
		display: none
	}
}

.globalNav.compact
.navRoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.globalNav.compact
.navSection.logo {
	position: static;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.globalNav.compact
.navSection.secondary {
	position: relative
}

.globalNav
.rootLink {
	display: inline-block;
	height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 17px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
	padding: 0
10px
}

@media (min-width:200px) {
	.globalNav
.rootLink {
		padding: 0
calc(-17.16px + 4.0541vw)
	}
}

@media (min-width:1040px) {
	.globalNav
.rootLink {
		padding: 0
25px
	}
}

.globalNav .rootLink>* {
	position: relative;
	display: block
}

.globalNav .navSection.logo
.rootLink {
	padding-left: 20px!important
}

.globalNav .navSection.secondary .rootLink:last-child {
	padding-right: 20px!important
}

.globalNav .navSection.primary
.rootLink {
	font-weight: 500;
	background: 0 0;
	border: 0;
	color: #05347B;
	padding: 0
22px;
	cursor: pointer
}

.globalNav
.colorizef {
	color: #6772e5;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.globalNav .colorize.active,.globalNav .colorize:hover {
	color: #32325d
}

.globalNav
.hasDropdown {
	cursor: default
}

.globalNav .item-home
h1 {
	line-height: 50px;
	font-size: 20px;
	margin: 0;
	color: inherit
}

.globalNav .item-home
svg {
	vertical-align: -5px
}

.globalNav .item-home svg
path {
	fill: currentColor
}

.globalNav
.dropdownRoot {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 40px;
	pointer-events: none;
	-webkit-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
	-webkit-transform-origin: 50% -50px;
	transform-origin: 50% -50px;
	opacity: 0;
	will-change: transform,opacity;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	display: none
}

@media (min-width:200px) {
	.globalNav.initialized
.dropdownRoot {
		display: block
	}
}

.globalNav.dropdownActive
.dropdownRoot {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	transform: none
}

.globalNav
.dropdownBackground {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	width: 380px;
	height: 383px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

@media (max-width:500px) {
	header .mega-menu .header_menu_desc
p {
		line-height: 22px
	}
}

.globalNav .alternateBackground,.globalNav
.dropdownBackground {
	position: absolute;
	top: 0;
	left: 0;
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.globalNav
.alternateBackground {
	right: 0;
	height: 1000px;
	background: #f6f9fc
}

.globalNav
.dropdownArrow {
	top: -6px;
	margin: 0
0 0 -6px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 4px 0 0;
	background: #fff;
	-webkit-box-shadow: -3px -3px 5px rgba(82,95,127,.04);
	box-shadow: -3px -3px 5px rgba(82,95,127,.04);
	will-change: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.globalNav .dropdownArrow,.globalNav
.dropdownContainer {
	position: absolute;
	left: 0;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.globalNav
.dropdownContainer {
	overflow: hidden;
	width: 500px;
	top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	will-change: transform,width,height;
	-webkit-transition-property: width,height,-webkit-transform;
	transition-property: width,height,-webkit-transform;
	transition-property: transform,width,height;
	transition-property: transform,width,height,-webkit-transform
}

.globalNav
.dropdownSection {
	opacity: 0;
	pointer-events: none;
	will-change: transform,opacity;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	background: red
}

.globalNav
.dropdownSection.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.globalNav
.dropdownSection.left {
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px)
}

.globalNav
.dropdownSection.right {
	-webkit-transform: translateX(150px);
	transform: translateX(150px)
}

.globalNav.dropdownActive
.dropdownSection.active {
	pointer-events: auto
}

.globalNav.noDropdownTransition .alternateBackground,.globalNav.noDropdownTransition .dropdownArrow,.globalNav.noDropdownTransition .dropdownBackground,.globalNav.noDropdownTransition .dropdownContainer,.globalNav.noDropdownTransition
.dropdownSection {
	-webkit-transition: none;
	transition: none
}

.globalNav
.dropdownContent {
	position: absolute;
	top: 0;
	left: 0
}

.globalNav
.linkGroup {
	padding: 20px
35px
}

.globalNav
.linkContainer {
	display: block;
	padding: 9px
0;
	outline: 0;
	position: relative
}

.keyboard-navigation .globalNav .linkContainer:focus:before {
	opacity: .5
}

.globalNav .linkContainer:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	right: -10px;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 1.5px #8898aa;
	box-shadow: 0 0 0 1.5px #8898aa;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.globalNav
.linkTitle {
	margin: 0;
	color: #6772e5;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .025em
}

.globalNav
.linkSub {
	font-size: 15px;
	line-height: 22px;
	color: #6b7c93;
	margin: 5px
0 0;
	display: block
}

.globalNav .linkSub,.globalNav
.linkTitle {
	-webkit-transition: color .1s;
	transition: color .1s
}

.globalNav .linkContainer:focus .linkTitle,.globalNav .linkContainer:hover .linkTitle,.globalNav .linkTitle:focus,.globalNav .linkTitle:hover {
	color: #32325d
}

.globalNav .linkContainer:focus .linkSub,.globalNav .linkContainer:hover
.linkSub {
	color: #424770
}

.globalNav .hover-fillDark,.globalNav .hover-fillLight {
	-webkit-transition: fill .1s;
	transition: fill .1s
}

.globalNav .hover-strokeDark,.globalNav .hover-strokeLight {
	-webkit-transition: stroke .1s;
	transition: stroke .1s
}

.globalNav .linkContainer:focus .hover-fillLight,.globalNav .linkContainer:hover .hover-fillLight {
	fill: #8898aa
}

.globalNav .linkContainer:focus .hover-fillDark,.globalNav .linkContainer:hover .hover-fillDark,a.globalFooterCard:hover svg .hover-fillDark,div.globalFooterCard:hover svg .hover-fillDark {
	fill: #32325d
}

.globalNav .linkContainer:focus .hover-strokeLight,.globalNav .linkContainer:hover .hover-strokeLight {
	stroke: #8898aa
}

.globalNav .linkContainer:focus .hover-strokeDark,.globalNav .linkContainer:hover .hover-strokeDark,a.globalFooterCard:hover svg .hover-strokeDark,div.globalFooterCard:hover svg .hover-strokeDark {
	stroke: #32325d
}

.globalNav .linkIcon
svg {
	margin: 0
12px -3px -1px
}

.globalNav
.withIcon {
	padding-left: 28px
}

.globalNav .withIcon
.linkTitle {
	margin-left: -28px
}

.globalNav .new-badge {
	display: inline-block;
	margin-left: 5px;
	vertical-align: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	background: #6772e5;
	-webkit-transition: background .15s;
	transition: background .15s;
	border-radius: 10px;
	padding: 2px
4px 1px;
	height: auto;
	top: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}

.globalNav .linkContainer:focus .new-badge,.globalNav .linkContainer:hover .new-badge {
	background: #32325d
}

.globalNav .productsGroupPrimary,.globalNav
.productsGroupSecondary {
	margin: -5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.globalNav .productsGroupPrimary>li,.globalNav .productsGroupSecondary>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.globalNav .productsGroupPrimary .linkContainer,.globalNav .productsGroupSecondary
.linkContainer {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.globalNav .productsGroupPrimary
.linkContainer {
	padding: 16px
8px
}

.globalNav .productsGroupPrimary
svg {
	width: 48px;
	height: 48px
}

.globalNav .productsGroupPrimary
.productLinkContent {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.globalNav .productsGroupSecondary
.linkContainer {
	padding: 14px
8px 14px 12px
}

.globalNav .productsGroupSecondary
svg {
	width: 22px;
	height: 22px
}

.globalNav .productsGroupSecondary
.productLinkContent {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px
}

.globalNav .productsGroupSecondary
.linkTitle {
	display: inline
}

.globalNav .productsGroupSecondary
.linkSub {
	display: inline;
	margin: 0
0 0 10px
}

.globalNav
.prodsubGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 2px solid #fff
}

.globalNav .prodsubGroup
.linkContainer {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 13px
26px
}

.globalNav .prodsubGroup
.linkSub {
	margin: 0
0 0 10px
}

.globalNav .item-subscriptions
.linkTitle {
	color: #24b47e
}

.globalNav .item-connect
.linkTitle {
	color: #3297d3
}

.globalNav .item-sigma
.linkTitle {
	color: #8f6ed5
}

.globalNav .item-connect .new-badge {
	background: #3297d3
}

.globalNav .item-relay
.linkTitle {
	color: #e25950
}

.globalNav .item-atlas
.linkTitle {
	color: #e39f48
}

.globalNav .item-radar
.linkTitle {
	color: #b76ac4
}

.globalNav .item-sigma .new-badge {
	background: #8f6ed5
}

.globalNav .item-billing .new-badge,.globalNav .item-subscriptions .new-badge {
	background: #24b47e
}

.globalNav .documentationGroup
.linkSub {
	max-width: 400px
}

.globalNav
.documentationArticles {
	font-size: 15px;
	line-height: 26px;
	margin: 15px
20px 10px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap
}

.globalNav .documentationArticles>ul {
	margin-right: 40px
}

.globalNav .documentationArticles>ul:last-child {
	margin-right: 0
}

.globalNav .documentationArticles
h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 0
0 3px;
	color: #8898aa
}

.keyboard-navigation .globalNav .blogPosts a:focus .title,.keyboard-navigation .globalNav .documentationArticles a:focus {
	color: #32325d;
	text-decoration: underline;
	text-underline-position: under
}

.globalNav .documentationArticles
a {
	outline: 0
}

.globalNav
.blogPosts {
	margin: 5px
10px 5px 28px
}

.globalNav .blogPosts
a {
	display: block;
	padding: 5px
0;
	outline: 0
}

.globalNav .blogPosts a:after {
	content: "\27A2";
	font: 400 16px StripeIcons;
	margin-left: 6px;
	vertical-align: -3px
}

.globalNav .blogPosts
.title {
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top
}

.globalNav .blogPosts
.title.new {
	font-weight: 500
}

.globalNav .blogPosts .new-badge {
	vertical-align: -1px
}

.globalNav .blogPosts a:hover .new-badge. .globalNav .blogPosts a:focus .new-badge {
	background: #32325d
}

.globalNav .navSection.mobile
.rootLink {
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 0
30px
}

.globalNav .navSection.mobile .rootLink
h2 {
	color: inherit;
	font-size: 0;
	left: 13px;
	top: 23px
}

.globalNav .navSection.mobile .rootLink h2,.globalNav .navSection.mobile .rootLink h2:after,.globalNav .navSection.mobile .rootLink h2:before {
	position: absolute;
	width: 24px;
	height: 3px;
	border-radius: 1px;
	background: currentColor
}

.globalNav .navSection.mobile .rootLink h2:after,.globalNav .navSection.mobile .rootLink h2:before {
	content: "";
	left: 0
}

.globalNav .navSection.mobile .rootLink h2:before {
	top: -9px
}

.globalNav .navSection.mobile .rootLink h2:after {
	top: 9px
}

.globalNav
.popup {
	position: absolute;
	left: 10px;
	top: 5px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	pointer-events: none;
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.globalNav
.popupContainer {
	background: #fff;
	-webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	font-size: 17px;
	line-height: 40px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transform: scale(.95);
	transform: scale(.95);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	opacity: 0;
	will-change: transform,opacity;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.globalNav .navSection.mobile.globalPopupActive
.popupContainer {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	pointer-events: auto
}

.globalNav .popup
a {
	display: block
}

.globalNav
.popupCloseButton {
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 51px;
	font-size: 0;
	cursor: pointer
}

.globalNav .popupCloseButton:after,.globalNav .popupCloseButton:before {
	content: "";
	position: absolute;
	background: #6772e5;
	border-radius: 1px;
	left: 14px;
	right: 14px;
	top: 24px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: background .1s;
	transition: background .1s
}

.globalNav .popupCloseButton:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.globalNav .popupCloseButton:hover:after,.globalNav .popupCloseButton:hover:before {
	background: #32325d
}

.globalNav
.mobileSignIn {
	background: #f6f9fc;
	display: block;
	padding: 12px
30px;
	font-weight: 600
}

.globalNav .mobileSignIn:after {
	font: 400 16px StripeIcons;
	content: "\279C";
	margin-left: 6px
}

.globalNav
.mobileProducts {
	padding: 20px
0 15px
}

.globalNav .mobileProducts
h4 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em;
	color: #8898aa;
	text-transform: uppercase;
	margin: -5px 0 0 26px
}

.globalNav
.mobileProductsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.globalNav .mobileProductsList>ul {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.globalNav .mobileProductsList>ul:last-child {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.globalNav .mobileProductsList
a {
	padding: 0
26px;
	font-size: 19px;
	font-weight: 500;
	line-height: 50px
}

.globalNav .rootLink.topNavCta--variant2,.productNav {
	font-weight: 600;
	text-transform: uppercase
}

.globalNav .mobileProductsList a:hover {
	color: #32325d
}

.globalNav .mobileProductsList a
svg {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0
10px 0 -3px;
	vertical-align: -6px
}

.globalNav .mobileProductsList .item-subscriptions {
	color: #24b47e
}

.globalNav .mobileProductsList .item-connect {
	color: #3297d3
}

.globalNav .mobileProductsList .item-relay {
	color: #e25950
}

.globalNav .mobileProductsList .item-sigma {
	color: #8f6ed5
}

.globalNav .mobileProductsList .item-atlas {
	color: #e39f48
}

.globalNav .mobileProductsList .item-radar {
	color: #b76ac4
}

.globalNav .mobileProductsList .new-badge {
	vertical-align: 3px;
	margin-left: 2px
}

.globalNav
.mobileSecondaryNav {
	border-top: 2px solid #f6f9fc;
	padding: 15px
10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.globalNav .mobileSecondaryNav>ul {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.globalNav .mobileSecondaryNav>ul:last-child {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.globalNav .mobileSecondaryNav
a {
	padding: 0
20px;
	min-width: 100px
}

.globalNav .navSection.secondary.topNavCta--active {
	display: none
}

.globalNav .rootLink.topNavCta--variant0,.globalNav .rootLink.topNavCta--variant1,.globalNav .rootLink.topNavCta--variant2,.globalNav .rootLink.topNavCta--variant3,.globalNav .rootLink.topNavCta--variant4 {
	letter-spacing: .025em
}

.globalNav .rootLink.topNavCta--variant0:hover {
	color: hsla(0,0%,100%,.8)
}

.globalNav .rootLink.topNavCta--variant1,.globalNav .rootLink.topNavCta--variant2 {
	border: 1px
solid #fff;
	border-radius: 4px;
	padding-left: 20px;
	height: 40px;
	line-height: 36px;
	margin-top: 6px
}

.globalNav .rootLink.topNavCta--variant1:hover,.globalNav .rootLink.topNavCta--variant2:hover {
	color: hsla(0,0%,100%,.8);
	border: 1px
solid hsla(0,0%,100%,.8)
}

.globalNav .rootLink.topNavCta--variant3,.globalNav .rootLink.topNavCta--variant4 {
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(36,180,126,.4);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 0
20px;
	height: 40px;
	line-height: 41px;
	margin-top: 5px;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.globalNav .rootLink.topNavCta--variant3 {
	background: #4c3df5
}

.globalNav .rootLink.topNavCta--variant4 {
	background: #32325d
}

.globalNav .rootLink.topNavCta--variant3:hover,.globalNav .rootLink.topNavCta--variant4:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
	text-shadow: none;
	color: #fff
}

@media (min-width:1040px) {
	.globalNav.topNavCta--active
.rootLink {
		padding: 0
20px
	}
}

@media (max-width:993px) {
	.globalNav
.navSection.primary {
		position: absolute;
		top: 59px;
		width: 100%;
		text-align: center;
		right: auto!important;
		display: inline-block
	}

	header.home_page_new_header
.home_page_white_header {
		margin-top: 15px!important
	}

	.globalNav
.dropdownRoot {
		top: 100px
	}
}

@media (max-width:600px) {
	header.home_page_new_header
.home_page_white_header {
		margin-top: 15px!important
	}
}

.productNav {
	font-family: Camphor,Open Sans,Segoe UI,sans-serif;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	top: 70px;
	right: 0;
	z-index: 499;
	font-size: 15px;
	letter-spacing: .025em;
	padding: 12px
0
}

.productNav>.container-lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.productNav
.separator {
	position: absolute;
	width: calc(100% - 40px);
	height: 2px;
	top: -17px;
	background-color: currentColor;
	opacity: .07;
	pointer-events: none
}

.productNav
a.home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.productNav a.home
svg {
	display: block;
	width: 30px;
	height: 30px
}

.productNav a.home
span {
	margin-left: 12px
}

.productNav .mask-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0
-20px 0 20px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg,transparent,#000 20px,#000 calc(100% - 20px),transparent)
}

.productNav .mask-container,.productNav
ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.productNav
ul {
	padding: 0
0 10px;
	margin-bottom: -10px;
	overflow: auto;
	line-height: 30px;
	-webkit-overflow-scrolling: touch;
	-webkit-mask-image: linear-gradient(180deg,#000,#000 calc(100% - 10px),transparent calc(100% - 10px),transparent)
}

.productNav ul::-webkit-scrollbar {
	display: none
}

.productNav
li {
	padding: 0
10px
}

.productNav li:first-child {
	padding-left: 20px
}

.productNav li:last-child {
	padding-right: 20px
}

@media (min-width:200px) {
	.productNav
li {
		padding: 0
20px
	}
}

.productNav
a {
	text-decoration: none;
	color: #6772e5;
	-webkit-transition: color .1s;
	transition: color .1s
}

.keyboard-navigation .productNav a:focus {
	outline: 0;
	text-decoration: underline;
	text-underline-position: under
}

.productNav a:hover {
	color: #32325d
}

.productNav a.external:after {
	font: 400 14px StripeIcons;
	content: "\279C";
	padding-left: 5px
}

.productNav
.colorize {
	color: #6772e5;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.productNav .colorize.active,.productNav .colorize:hover {
	color: #32325d
}

.globalFooter {
	font-family: Camphor,Open Sans,Segoe UI,sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #f6f9fc;
	position: relative
}

.globalFooter.withCards {
	background: 0 0;
	overflow: hidden;
	padding-top: 500px;
	margin-top: -480px;
	pointer-events: none
}

.globalFooter.withCards>* {
	pointer-events: auto;
	position: relative
}

.globalFooter.withCards:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 600px;
	height: 2000px;
	background: #f6f9fc;
	-webkit-transform: skew(0,-12deg);
	transform: skew(0,-12deg)
}

.globalFooterCards .container-lg,.globalFooterCards .container-xl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px auto;
	padding: 0
5px
}

a.globalFooterCard,div.globalFooterCard {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 15px;
	z-index: 499;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 40px
40px 40px 120px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
	-webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
	transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
	transition-property: color,background-color,box-shadow,transform;
	transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s
}

a.globalFooterCard:after,div.globalFooterCard:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #aab7c4;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

a.globalFooterCard:hover,div.globalFooterCard:hover {
	color: #32325d!important;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow: 0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07)
}

a.globalFooterCard:active,div.globalFooterCard:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-box-shadow: 0 11px 20px rgba(50,50,93,.1),0 6px 11px rgba(0,0,0,.08);
	box-shadow: 0 11px 20px rgba(50,50,93,.1),0 6px 11px rgba(0,0,0,.08)
}

a.globalFooterCard:active:after,div.globalFooterCard:active:after {
	opacity: .15
}

a.globalFooterCard img,a.globalFooterCard svg,div.globalFooterCard img,div.globalFooterCard
svg {
	position: absolute;
	width: 130px;
	height: 130px;
	left: -35px;
	top: calc(50% - 65px)
}

@media (min-width:200px) {
	a.globalFooterCard,div.globalFooterCard {
		-ms-flex-preferred-size: 1%;
		flex-basis: 1%;
		padding-left: 120px
	}

	a.globalFooterCard img,a.globalFooterCard svg,div.globalFooterCard img,div.globalFooterCard
svg {
		left: -35px
	}

	.globalFooterCTA .container-lg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

a.globalFooterCard svg .hover-fillDark,a.globalFooterCard svg .hover-fillLight,a.globalFooterCard svg .hover-fillMedium,div.globalFooterCard svg .hover-fillDark,div.globalFooterCard svg .hover-fillLight,div.globalFooterCard svg .hover-fillMedium {
	-webkit-transition: fill .15s;
	transition: fill .15s
}

a.globalFooterCard svg .hover-strokeDark,a.globalFooterCard svg .hover-strokeLight,div.globalFooterCard svg .hover-strokeDark,div.globalFooterCard svg .hover-strokeLight {
	-webkit-transition: stroke .15s;
	transition: stroke .15s
}

a.globalFooterCard:hover svg .hover-fillMedium,div.globalFooterCard:hover svg .hover-fillMedium {
	fill: #525f7f
}

a.globalFooterCard:hover svg .hover-fillLight,div.globalFooterCard:hover svg .hover-fillLight {
	fill: #8898aa
}

a.globalFooterCard:hover svg .hover-strokeLight,div.globalFooterCard:hover svg .hover-strokeLight {
	stroke: #8898aa
}

a.globalFooterCard h2,div.globalFooterCard
h2 {
	margin: 0
0 5px;
	white-space: normal
}

a.globalFooterCard p,div.globalFooterCard
p {
	margin: 5px
0 0
}

a.globalFooterCard.card-pricing,div.globalFooterCard.card-pricing {
	color: #24b47e
}

a.globalFooterCard.card-documentation,div.globalFooterCard.card-documentation {
	color: #b76ac4
}

a.globalFooterCard.card-subscriptions,div.globalFooterCard.card-subscriptions {
	color: #24b47e
}

a.globalFooterCard.card-connect,div.globalFooterCard.card-connect {
	color: #3297d3
}

a.globalFooterCard.card-relay,div.globalFooterCard.card-relay {
	color: #e25950
}

a.globalFooterCard.card-atlas,div.globalFooterCard.card-atlas {
	color: #e39f48
}

a.globalFooterCard.card-radar,div.globalFooterCard.card-radar {
	color: #b76ac4
}

a.globalFooterCard.card-sigma,div.globalFooterCard.card-sigma {
	color: #8f6ed5
}

a.globalFooterCard.card-jobs,div.globalFooterCard.card-jobs {
	color: #6772e5
}

a.globalFooterCard.card-environment,div.globalFooterCard.card-environment {
	color: #24b47e
}

.globalFooterCTA {
	padding: 50px
0;
	border-bottom: 2px solid rgba(207,215,223,.25)
}

.globalFooterCTA .buttons,.globalFooterCTA
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%
}

.globalFooterCTA
.title {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: #32325d;
	margin: .75em 0
}

.globalFooterCTA
.subtitle {
	font-weight: 300;
	color: #6772e5;
	display: block
}

@media (min-width:200px) {
	.globalFooterCTA .common-ButtonGroup {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.globalFooterCTA--collect {
	padding-top: calc(50px + .75em)
}

.globalFooterCTA--collect
.content {
	margin: 0
0 20px
}

.globalFooterCTA--collect
.title {
	margin: 0;
	color: #32325d
}

.globalFooterCTA--collect .collect-email-partial {
	width: 100%;
	max-width: 400px;
	position: relative
}

.globalFooterCTA--collect .collect-email {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	margin: 0
}

@media (min-width:200px) {
	.globalFooterCTA--collect .collect-email {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.globalFooterCTA--collect .collect-input {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
	border-radius: 4px;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	color: #32325d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: -webkit-box-shadow .15s ease;
	transition: -webkit-box-shadow .15s ease;
	transition: box-shadow .15s ease;
	transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}

.globalFooterCTA--collect .collect-input.active {
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

.globalFooterCTA--collect .collect-input .email-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%
}

.globalFooterCTA--collect .collect-input .submit-button {
	margin: 0;
	border: none;
	outline: 0;
	background: 0 0;
	padding: 9px
13px 9px 15px;
	font: inherit;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .025em;
	color: #6772e5;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.globalFooterCTA--collect .collect-input .submit-button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	bottom: 7px;
	width: 2px;
	background: #f6f9fc
}

.globalFooterCTA--collect .collect-input .submit-button:focus {
	background-color: #f6f9fc
}

.globalFooterCTA--collect .collect-input .submit-button:hover {
	color: #7795f8
}

.globalFooterCTA--collect .collect-input .submit-button:active {
	color: #555abf;
	background-color: #f6f9fc
}

.globalFooterCTA--collect .collect-input input[type=email] {
	border: none;
	outline: 0;
	margin: 0;
	padding: 9px
13px;
	background: 0 0;
	font: inherit;
	color: #32325d
}

.globalFooterCTA--collect .collect-input input[type=email]::-webkit-input-placeholder {
	color: #aab7c4
}

.globalFooterCTA--collect .collect-input input[type=email]::-moz-placeholder {
	color: #aab7c4
}

.globalFooterCTA--collect .collect-input input[type=email]:-ms-input-placeholder {
	color: #aab7c4
}

.globalFooterCTA--collect .collect-error {
	width: 100%;
	text-align: center;
	font: 400 15px Camphor;
	color: #6b7c93;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	display: none
}

.globalFooterCTA--collect .collect-success {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: none
}

@media(min-width:200px) {
	.globalFooterCTA--collect
.content {
		margin: 0
	}

	.globalFooterCTA--collect .collect-error {
		text-align: right
	}

	.globalFooterCTA--collect .collect-success {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 80px
	}
}

.globalFooterCTA--collect .collect-success
img {
	width: 22px;
	height: 22px;
	margin: 0
10px 0 0
}

.globalFooterCTA--collect .collect-success
span {
	font-weight: 500
}

.globalFooterNav {
	padding: 65px
0 55px;
	color: #8898aa;
	line-height: 30px;
	font-size: 15px;
	white-space: nowrap
}

.globalFooterNav
ul {
	padding: 0;
	margin: 0
}

.globalFooterNav .container-lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:200px) {
	.globalFooterNav .container-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.globalFooterNav
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .1s;
	transition: color .1s
}

.globalFooterNav a:hover {
	color: #32325d
}

.globalFooterNav
.metaNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 20px
}

@media (min-width:200px) {
	.globalFooterNav
.metaNav {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
0 20px
	}
}

.globalFooterNav .metaNav>li {
	margin-right: 20px
}

.globalFooterNav .metaNav
.select {
	position: relative;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	z-index: 499
}

.globalFooterNav .metaNav
.rootLink {
	color: #6772e5;
	font-weight: 600;
	cursor: pointer
}

.globalFooterNav .metaNav .rootLink:hover,.globalFooterNav .metaNav .select.globalPopupActive
.rootLink {
	color: #32325d
}

.globalFooterNav .metaNav .rootLink
svg {
	display: inline-block;
	vertical-align: -1px;
	margin: 0
7px 0 -2px
}

.globalFooterNav .metaNav .rootLink svg
path {
	fill: currentColor
}

.globalFooterNav .metaNav
.space {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.globalFooterNav .metaNav
.copyright {
	margin-right: 0;
	color: #cfd7df
}

.globalFooterNav
.siteNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:200px) {
	.globalFooterNav .metaNav
.country {
		margin-bottom: 5px
	}

	.globalFooterNav
.siteNav {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.globalFooterNav .siteNav
.column {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 20px
}

@media (min-width:200px) {
	.globalFooterNav .siteNav
.column {
		-ms-flex-preferred-size: auto!important;
		flex-basis: auto!important;
		margin-right: 40px
	}
}

.globalFooterNav .siteNav .column:last-child {
	margin-right: 0
}

.globalFooterNav .siteNav
.splitColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.globalFooterNav .siteNav
li {
	margin-right: 40px
}

.globalFooterNav .siteNav li.long-link {
	margin-right: 20px
}

.globalFooterNav .siteNav .column:last-child
li {
	margin-right: 0
}

.globalFooterNav .siteNav
h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 0
0 5px
}

.globalFooterNav .siteNav
strong {
	font-weight: 500
}

.globalFooterNav
.popup {
	position: absolute;
	bottom: 40px;
	left: -5px;
	z-index: 1000;
	font-size: 15px;
	line-height: 26px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
	pointer-events: none;
	-webkit-transform: rotate3d(1,1,0,15deg);
	transform: rotate3d(1,1,0,15deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	will-change: transform,opacity;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

@media (min-width:200px) {
	.globalFooterNav
.popup {
		left: -65px
	}
}

.globalFooterNav .popup:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 30px;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 20px 0 3px;
	background: #fff
}

.globalFooterNav
.globalPopupActive {
	z-index: 1000!important
}

.globalFooterNav .globalPopupActive
.popup {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	pointer-events: auto
}

.globalFooterNav
.optionList {
	color: #525f7f;
	white-space: nowrap
}

.globalFooterNav .optionList
a {
	border-radius: 4px;
	display: block;
	line-height: 36px;
	padding: 0
15px;
	-webkit-transition: color .1s,background-color .1s;
	transition: color .1s,background-color .1s
}

.globalFooterNav .optionList a:hover {
	background-color: #f6f9fc;
	color: #32325d
}

.globalFooterNav .optionList a:active {
	background-color: #e6ebf1
}

.globalFooterNav .optionList
.selected {
	font-weight: 600;
	color: #32325d
}

.globalFooterNav .optionList .selected>span:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	margin: 0
6px 0 -2px;
	background: url(https://www.yongsy.com/img/v3/common/footer/select/checkmark.svg) no-repeat;
	background-size: contain
}

.globalFooterNav
.badge {
	font-size: 10px;
	line-height: 10px;
	color: #aab7c4;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-style: normal;
	padding: 2px
3px 1px;
	border-radius: 4px;
	border: 1px
solid #e6ebf1;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 8px
}

.globalFooterNav
.languagePicker {
	padding: 10px
5px
}

.globalFooterNav
.countryPicker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible
}

.globalFooterNav .countryPicker:before {
	background: #f6f9fc
}

@media (min-width:200px) {
	.globalFooterNav .popup:before {
		left: 60px
	}

	.globalFooterNav
.countryPicker {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.globalFooterNav .countryPicker:before {
		background: #fff
	}
}

.globalFooterNav .countryList,.globalFooterNav
.sidebar {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.globalFooterNav .columns,.globalFooterNav
.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.globalFooterNav
.sidebar {
	background: #f6f9fc;
	border-radius: 0 0 5px 5px;
	overflow: visible;
	-ms-flex-direction: column;
	flex-direction: column
}

.globalFooterNav .sidebar
.countryList {
	background: #f6f9fc
}

.globalFooterNav .sidebar .optionList a:hover {
	background-color: rgba(230,235,241,.5)
}

.globalFooterNav .sidebar .optionList a:active {
	background-color: rgba(207,215,223,.5)
}

.globalFooterNav
.countryList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100vw - 40px);
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	overflow: visible
}

.globalFooterNav .countryList
h4 {
	margin: 0
0 5px
}

.globalFooterNav .countryList h4
a {
	line-height: 36px;
	padding: 0
15px;
	text-transform: uppercase;
	color: #6772e5;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .025em
}

.globalFooterNav .countryList h4 a:hover {
	color: #32325d
}

.globalFooterNav .countryList h4 a:after {
	font: 400 16px StripeIcons;
	content: "\2192";
	margin-left: 6px
}

.globalFooterNav
.globalLink {
	border-top: 2px solid #fff;
	padding: 30px
40px
}

.globalFooterNav .globalLink:hover {
	color: #424770
}

.globalFooterNav .globalLink:hover
strong {
	color: #32325d
}

.globalFooterNav .globalLink
strong {
	display: block;
	color: #6772e5;
	font-weight: 500;
	-webkit-transition: color .1s;
	transition: color .1s
}

.globalFooterNav .globalLink strong:after {
	font: 400 16px StripeIcons;
	content: "\2192";
	margin-left: 6px
}

.cookie-notification-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: none;
	z-index: 1100
}

.cookie-notification-container.shown {
	display: block
}

.cookie-notification-container.dismissed,.cookie-notification-container.shown.dismissed {
	display: none
}

.cookie-notification {
	background: rgba(246,249,252,.9);
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	font-size: 15px;
	color: #424770;
	margin: 0
auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
	.cookie-notification {
		background: rgba(246,249,252,.75);
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px)
	}
}

@media (min-width:200px) {
	.globalFooterNav
.sidebar {
		border-radius: 0 5px 5px 0
	}

	.cookie-notification-container {
		bottom: 10px
	}

	.cookie-notification {
		border-radius: 4px
	}
}

.cookie-notification .cookie-notification-copy {
	padding: 8px
5px 8px 15px
}

.cookie-notification .dismiss-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
	outline: 0;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	width: 40px;
	height: 40px;
	color: #8898aa;
	-webkit-transition: color .15s;
	transition: color .15s;
	cursor: pointer
}

.cookie-notification .dismiss-button:after,.cookie-notification .dismiss-button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg)
}

.cookie-notification .dismiss-button:after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg)
}

.cookie-notification .dismiss-button:hover {
	color: #32325d
}

.top_menu ul
li {
	width: 100%
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
	display: none!important
}

.cards {
	cursor: pointer;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	overflow: hidden;
	height: 510px
}

.b_box_con.con_cc {
	min-height: 354px;
	background: #fff;
	transition: .5s ease;
	cursor: pointer
}



.slick-slide.slick-current.slick-active {
	outline: 0;
	border: 0
}





.g_ztpading{
    padding-left: 175px;
    padding-right: 175px;
}
@media screen and (min-width: 1500px){
.container {
    width: 1554px !important;
}
}
.g_tecname{
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 28px;
    display: block;
}
.g_tecomp{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;  
    line-height: 26px;
    margin-top: 12px;
    height: 52px;
    overflow: hidden;
}
.g_tectiter{
    width: 100%;
    text-align: center;
}
.g_tectiter h5{
    font-family: "微软雅黑";
    font-size: 26px;
    font-weight: bold;
    color: #fff;  
    letter-spacing: 1px; 
    margin-bottom: 106px; 
}
.g_tecitm{
    width: 33.333333%;
    padding: 0 60px;
    margin-bottom: 108px;
}
.g_technolbox{
    margin: 0 -61px;
}
.g_tecioc{
    width: 53px;
}
.g_tecioc img{
    width: 100%;
}
.g_technol{
    background: url(../image/g_technolbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left; 
    width: 100%;
    overflow: hidden;
    padding: 329px 0 30px;
}
.w_indexa{
    margin: 142px 0 136px;
}

.w_indexafltop{
    font-family: "微软雅黑";
    font-size: 26px;
    font-weight: bold;
    color: #05347b;  
    letter-spacing: 1px; 
}
.w_indexafltop2{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #6a7a8e;
    margin-top: 20px; 
}
.w_ina{
    width: 44px;
    height: 44px;
}
.w_indexafltop{
    font-family: "微软雅黑";
    font-size: 26px;
    color: #05347b;
    font-weight: bold;
}
.w_indexafltop2{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #6a7a8e;
}
.w_inafr{
    margin-left: 15px;
}
.w_indexafltop3 {
    margin-top: 20px;
}
.w_indexafr {
    width: calc(100vw - 545px);
}
.g_zproitl{
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 4px;
}
.g_zproitl img{
    width: 34px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.g_zproitlbox{
	position: relative;
}


/*常见问题*/
.g_zprobtit{
    font-family: "微软雅黑";
    font-size: 26px;
    color: #05347b;
    text-align: center;
    font-weight: bold;
}
.g_zproitm{
    width: 50%;
    padding-left: 42px;
    padding-right: 42px;
    margin-bottom: 18px;
    padding-top: 45px;
    padding-bottom: 38px;
}
.g_zprobom {
    margin-left: -42px;
    margin-right: -42px;
}
.g_zproblem{
    background: #f0f4fa;
}
.g_zprobtit{
    padding-top: 100px;
    margin-bottom: 77px;
}
.g_zproitm .g_zproitl {
    background: #1a73fc;
}
.g_zproitm 
/*其他解决方案*/
.g_solutit{
    text-align: center;
}
.g_solutbox{
    margin-top: 120px;
}
.g_solutom {
    margin-top: 56px;
    margin-left: -15px;
    margin-right: -15px;
}
.g_soluitm {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    margin-bottom: 32px;
}
.g_solutit{
    text-align: center;
}
.g_soluibom{
    margin-top: 15px;
}
.g_soluitmbox{
    padding-left: 30px;
    padding-right: 30px;
    background: -webkit-linear-gradient(#d0e2fe, #ffffff);
    background: -o-linear-gradient(#d0e2fe, #ffffff);
    background: -moz-linear-gradient(#d0e2fe, #ffffff);
    background: linear-gradient(#d0e2fe, #ffffff);
    padding-top: 28px;
    padding-bottom: 38px;
}


/*相关案例*/
.g_topmp{
    margin-top: 30px;
}
.home_blog_footers .home_blog_box h7{
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}
.footer_home_page .blog_left {
    min-height: 615px;
}
.g_soboxm{
    margin-top: -104px;
}
.g_technol{
    transform: translateY(-205px);
}
.features_modules{
    position: relative;
    z-index: 10;
}
.g_znbaner{
    position: relative;
}
.g_banimg{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
}
.g_banimg img{
    width: 100%;
}
.g_solutbox{
    margin-bottom: 140px;
}
header.home_page_new_header{
    padding-bottom: 140px;
}
.case.g_zcase{
    background: #fff;
}
.g_zprotit{
	color: #333333;
}
.g_zproitl {
	position: relative;
}
.g_zprobj{
	width: 64px;
	height: 64px;
	position: absolute;
	left: -7px;
	top: -7px;
	content: '';
	display: block;
	background: #d0e1fa; 
	transition: all 0.36s;
	opacity: 0.15;
	border-radius: 4px;
}
.g_zproitm {
	position: relative;
}
.g_zproitr{
	position: relative;
	z-index: 10;
	width: 440px;
	float: left;
	margin-left: 30px;
}
.home_blog_footers .home_blog_box img{
	width: 100%;
}
.g_bmbtn{
	margin-top: 22px;
}



.g_topmpa2{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	opacity: 0;
}
.nextButton,.prevButton{
	position: relative;
}

.g_fwlitm {
	padding-bottom: 20px;
    padding-top: 0px;
}
.g_znbtnl{
	width: 45px;
	position: absolute;
	cursor: pointer;
	left: -58px;
	top: 50%;
	transform: translate(-100%,-50%);
}
.g_znbtnr{
	width: 45px;
	position: absolute;
	cursor: pointer;
	right: -58px;
	top: 50%;
	transform: translate(100%,-50%);
}
.g_znbtnl img{
	width: 100%;
	transition: all 0.3s;
}
.g_znbtnla{
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.g_znbtnlb{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
}
.g_bmbtioc{
	width: 18px;
	display: inline-block;
}
.g_bmbtioc img{
	width: 100%;
}
.g_zbanp{
	margin-top: 12px;
}
.g_fwlitm{
	padding-left: 15px;
	padding-right: 15px;
}
.cards{
	padding-left: 15px;
	padding-right: 15px;
}
.g_zbanplf{
	width: 33.5%;
}
.g_pimgtop{
	margin: 12vw 0 !important;
}
.g_zbancjm p{
	width: 840px;
	margin: auto;
	letter-spacing: 1px;
}
.g_zbancjm h3{
	margin-bottom: 24px;
}
.g_zbancjm{
	border-radius: 20px;
}
.our_featueres .fase3 p{
	height: 95px;
}
.g_ztnane{
	font-size: 26px;
}
.g_zysbtnbox{
	margin-top: 90px;
	display: inline-block;
}
.g_soluitmbox{
	box-shadow: 0px 5px 126px 0px rgba(0, 0, 0, 0.1);
}
.g_soluitmbox{
	border-radius: 20px;
}
.features_modules h5,.features_modules p{
	opacity: 0.6;
}
.g_zysbtn.active h5,.g_zysbtn.active p{
	opacity: 1;
}
.inner_blog{
	padding-left: 15px;
	padding-right: 15px;
}    
.g_bmbtn{
	padding-left: 15px;
	margin-bottom: 20px;
}
/*载入效果*/
.g_fwlitm0{
	visibility: visible; 
	animation-delay: 0.1s; 
	animation-name: fadeInUp;
}
.g_fwlitm1{
	visibility: visible; 
	animation-delay: 0.2s; 
	animation-name: fadeInUp;
}
.g_fwlitm2{
	visibility: visible; 
	animation-delay: 0.3s; 
	animation-name: fadeInUp;
}
.g_fwlitm3{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
/*我们的优势*/
.g_zysbtn0 {
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_zysbtn1 {
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
/*核心技术*/
.g_tecitm0{
	visibility: visible; 
	animation-delay: 0.3s; 
	animation-name: fadeInUp;
}
.g_tecitm1{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_tecitm2{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
.g_tecitm3{
	visibility: visible; 
	animation-delay: 0.3s; 
	animation-name: fadeInUp;
}
.g_tecitm4{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_tecitm5{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
.g_tecitm6{
	visibility: visible; 
	animation-delay: 0.3s; 
	animation-name: fadeInUp;
}
.g_tecitm7{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_tecitm8{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
/*相关案例*/
.g_anitm0{
	visibility: visible; 
	animation-delay: 0.3s; 
	animation-name: fadeInUp;
}
.g_anitm1{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_anitm2{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
/*常见问题*/
.g_zproitm0{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;
}
.g_zproitm1{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;
}
.g_zproitm2{
	visibility: visible; 
	animation-delay: 0.6s; 
	animation-name: fadeInUp;
}
.g_zproitm3{
	visibility: visible; 
	animation-delay: 0.7s; 
	animation-name: fadeInUp;
}
.g_zproitm4{
	visibility: visible; 
	animation-delay: 0.8s; 
	animation-name: fadeInUp;
}
.g_zproitm5{
	visibility: visible; 
	animation-delay: 0.9s; 
	animation-name: fadeInUp;
}
/*其他解决方案*/
.g_soluitm0{
	visibility: visible; 
	animation-delay: 0.4s; 
	animation-name: fadeInUp;	
}
.g_soluitm1{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInUp;	
}
.g_soluitm2{
	visibility: visible; 
	animation-delay: 0.6s; 
	animation-name: fadeInUp;	
}
.g_soluitm3{
	visibility: visible; 
	animation-delay: 0.7s; 
	animation-name: fadeInUp;	
}
.g_soluitm4{
	visibility: visible; 
	animation-delay: 0.8s; 
	animation-name: fadeInUp;	
}
.g_soluitm5{
	visibility: visible; 
	animation-delay: 0.9s; 
	animation-name: fadeInUp;	
}
.g_soluitm6{
	visibility: visible; 
	animation-delay: 1s; 
	animation-name: fadeInUp;	
}
.g_soluitm7{
	visibility: visible; 
	animation-delay: 1.1s; 
	animation-name: fadeInUp;	
}
.g_zproblem{
	overflow: hidden;
}
.g_zbannane,.g_zbanp,.g_zbannbtn,.g_zbanimg,#module_image_container{
	opacity: 0;
}





@media (min-width: 1200px){
	.g_znbtnl:hover .g_znbtnla{
		opacity: 0;
	}
	.g_znbtnl:hover .g_znbtnlb{
		opacity: 1;
	}
	.g_znbtnr:hover .g_znbtnla{
		opacity: 0;
	}
	.g_znbtnr:hover .g_znbtnlb{
		opacity: 1;
	}
	.g_zproitm:hover .g_zprotit{
		color: #fff !important;
	}
	.g_zproitm:hover .g_zprotp{
		color: #fff !important;
	}
	.g_zproitm:hover .g_zproitlbox{
		position: initial;
	} 
	.g_zproitm:hover .g_zprobj{
		border-radius: 10px;
		width: 100%;
		height: 100%;
		opacity: 1;
	} 
	.g_zproitm:hover .g_zproitl{
		background: transparent !important;
	} 
	.nextButton:hover .g_topmpa2{
		opacity: 1;
	}
	.nextButton:hover .g_topmpa1{
		opacity: 0;
	}
	.prevButton:hover .g_topmpa2{
		opacity: 1;
	}
	.prevButton:hover .g_topmpa1{
		opacity: 0;
	}
	.b_box_con.con_cc:hover {
		box-shadow: 0 22px 72px -19px rgba(0,0,0,.03);
		transform: scale(1.1);
	}
}
@media (min-width: 1200px){
	.cards {
		width: 465px!important;
		border: 1px solid transparent;

	}


}

@media (max-width: 1800px){
	.g_zysbtnbox {
	    margin-top: 65px;
	}
	.g_znbtnr {
	    right: -40px;
	}
	.g_znbtnl {
	    left: -40px;
	}
}

@media (max-width: 1660px){
	header.home_page_new_header .home_page_white_header h1 {
	    color: #fff;
	    font-weight: 500;
	    font-size: 56px;
	    margin-top: 114px;
	    line-height: 64px;
	}
	.our_featueres {
	    margin-top: 100px;
	}
	.features_modules p {
    	width: 100%;
	}
	.g_zysbtnbox {
    	margin-top: 15px;
	}
	.g_soboxm {
    	margin-top: -145px;
	}
	.home_blog_footers {
	    padding-bottom: 5px;
	}
	.g_solutbox {
    	margin-bottom: 100px;
    	margin-top: 120px;
	}
	.features_modules h3 {
    	margin-bottom: 40px;
	}
	.features_modules .modules_container {
    	margin-bottom: 30px;
	}
	.g_znbtnr {
	    right: -30px;
	}
	.g_znbtnl {
	    left: -30px;
	}
}
@media (max-width: 1440px){
	.g_technol {
	    padding: 238px 0 30px;
	}
	.g_tectiter h5 {
    	margin-bottom: 76px;
	}
	.features_modules h3 {
	    margin-bottom: 32px;
	}
	.features_modules .modules_container {
    	margin-bottom: 26px;
	}
	.g_zysbtnbox {
    	margin-top: 0;
	}
	.features_modules .modules_container.active {
    	padding-left: 20px;
	}
}


@media (max-width: 1400px){
	header.home_page_new_header .home_page_white_header h1 {
	    font-size: 48px;
	}
	.header_home_text p {
    	font-size: 16px;
	}
	.g_solutbox {
    	margin-bottom: 46px;
    	margin-top: 64px;
	}
	.g_zprobtit {
    	padding-top: 64px;
    	margin-bottom: 64px;
	}
	.g_zproitl {
    	width: 56px;
    	height: 56px;
	}
	.g_zprobj {
    	width: 56px;
    	height: 56px;
	}
	.g_zproitm {
	    padding-left: 26px;
	    padding-right: 26px;
	    margin-bottom: 18px;
	    padding-top: 32px;
	    padding-bottom: 24px;
	}
	.g_zproitr {
	    width: 410px;
	    float: left;
	    margin-left: 24px;
	}
	.jssor_slider_container.bog_right {
    	margin-left: 298px;
	}	
	.g_soboxm {
    	margin-top: -170px;
	}
	.footer_home_page .blog_left {
    	min-height: 580px;
	}
	.custmor_platform p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.our_featueres .fase3 h4 {
	    padding: 0 20px;
	    font-size: 20px;
	}
	.our_featueres .fase3 {
	    padding-bottom: 20px;
	}
	.g_tecname {
	    font-size: 20px;
	    margin-top: 28px;
	}
	.g_tecomp {
	    font-size: 14px;
	    line-height: 22px;
	    height: 88px;
	    opacity: 0.9;
	}
	.g_tecioc {
    	width: 46px;
	}
	.g_tecitm {
	    padding: 0 20px;
	    margin-bottom: 60px;
	}
	.g_technol {
	    padding: 260px 0 30px;
	}
	.g_technolbox {
    	margin: 0 -20px;
	}
	.g_znbtnr {
	    width: 40px;
	}
	.g_znbtnl {
	    width: 40px;
	}
	.prevButton {
	    width: 40px;
	}
	.nextButton {
	    width: 40px;
	}
	.our_featueres .fase3 p {
    	height: 88px;
	}
	.g_soluibom p{
		font-size: 14px;
		line-height: 22px;
	}
	.g_tecitm {
    	margin-bottom: 25px;
	}
}



@media (max-width: 1200px){
	header.home_page_new_header .home_page_white_header h1 {
	    font-size: 38px;
	}
	.g_znbtnl {
    	width: 32px;
	}
	.g_znbtnr {
    	width: 32px;
	}
	.prevButton {
	    width: 32px;
	}
	.nextButton {
	    width: 32px;
	}
	.g_znbtnr {
	    right: -14px;
	}
	.g_znbtnl {
	    left: -14px;
	}
	.g_zproitr {
	    width: 300px;
	    margin-left: 18px;
	}
	.g_zprotit{
		font-size: 18px;
	}
	.g_zprotp{
		font-size: 14px;
		line-height: 20px;
	}
	.g_soluitmbox {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 24px;
	    padding-bottom: 24px;
	}
	.g_soluitm {
	    padding-left: 8px;
	    padding-right: 8px;
	    margin-bottom: 24px;
	}
	.g_soluibom {
    	margin-top: 10px;
	}
	.g_zbancjm p {
    	width: 100%;
	}

}
@media (max-width: 991px){
	.g_zbannimgr{
		width: 100%;
	}
	header.home_page_new_header .home_page_white_header h1 {
	    font-size: 36px;
	}
	header.home_page_new_header .home_page_white_header h1 {
	    margin-top: 20px;
	}
	header.home_page_new_header .home_page_white_header h1 {
	    padding-top: 0px;
	}
	.g_zbanplf {
    	width: 100%;
	}
	.g_zbanloimg{
		margin-top: 24px;
		margin-bottom: 36px;
	}
	header.home_page_new_header{
		min-height: auto;
	}
	header.home_page_new_header .home_page_white_header_image {
	    padding-top: 56px;
	}
	.g_zbancjm {
		padding-left: 32px;
		padding-right: 32px;
	}
	.g_zysrimg{
		width: 460px;
		margin: 36px auto 36px;
	}
	.g_technol{
		background: rgb(15,110,252) !important;
		padding: 46px 0 !important;
	}
	.g_technol {
	    transform: translateY(0px);
	}
	.g_tectiter h5 {
    	margin-bottom: 46px;
	}
	.jssor_slider_container.bog_right {
    	margin-left: 0;
    	left: 0;
	}
	.footer_home_page .blog_left {
    	min-height: auto;
	}
	.g_soboxm {
    	margin-top: 46px;
	}
	.jssor_slider_container.bog_right {
    	padding-top: 0;
    	top: 0;
    	margin-top: 32px;
	}
	.cards{
		width: auto;
		overflow: initial;
		height: auto;
	}
	.home_blog_footers.footer_home_page {
	    padding-bottom: 46px;
	}
	.g_zprobtit {
    	padding-top: 46px;
    	margin-bottom: 46px;
	}
	.g_zprobom {
	    margin-left: -26px;
	    margin-right: -26px;
	}
	.g_zproitr {
    	width: calc(100% - 86px);
	}
	.norightpadding {
	    padding-right: 0px !important;
	}
}
@media (max-width: 768px){
	.features_modules .modules_container.active {
	    padding-left: 15px;
	}
	.jssor_slider_container.bog_right {
	    margin-top: 20px;
	}
	.cards {
	    padding-left: 0;
	    padding-right: 0;
	}
	.home_blog_footers .home_blog_box h7 {
	    margin-top: 22px;
	}
	/*.g_zanlilist {
		padding-left: 10px;
		padding-right: 10px;
	}*/
	/*.g_zanliboxm{
		position: relative;
	}*/
	/*.prevButton{
		position: absolute;
		left: 0;
		top: 0;
	}*/
	/*.nextButton{
		position: absolute;
		right: 0;
		top: 0;
	}*/
	.g_zprobom {
	    margin-left: 10px;
	    margin-right: 0px;
	}
	.g_zproitm{
		width: 100%;
	}
	.g_zproitm {
	    padding: 0;
	}
	.g_zprotit{
		margin-top: -6px;
		margin-bottom: 6px;
	}
	.g_soluitm {
		width: 50%;
	}
	.g_fwlist {
		width: 80%;
		margin: auto;
	}
	.our_featueres .fase3 .icon_holder {
	    padding-top: 32px;
	    padding-left: 28px;
	    height: 165px;
	}
	.our_featueres .fase3 h4 {
    	padding: 0 15px;
    	font-size: 18px;
	}
	.our_featueres .fase3 p {
    	height: 66px;
	}
	.our_featueres .fase3 p {
	    padding: 0 15px;
	    padding-bottom: 14px;
	}
	.our_featueres .fase3 a{
		padding-left: 15px;
	}
	.our_featueres {
    	margin-top: 36px;
	}
	.g_zbancjm h3{
		font-size: 24px;
	}
	.g_znbtnl {
	    left: 24px;
	}
	.g_znbtnr {
	    right: 24px;
	}
	.features_modules h5 {
	    font-size: 16px;
	}
	.features_modules p{
		font-size: 14px;
		line-height: 20px;
	}
	.features_modules h3 {
	    margin-bottom: 12px;
	}
	.features_modules .modules_container {
	    margin-bottom: 14px;
	}
	.g_zysbtnbox{
		position: relative;
		left: 50%;
		transform: translate(-50%,0);
	}
	.g_zysrimg {
	    width: 100%;
	    margin: 18px auto 36px;
	}
	.g_technol {
	    padding: 42px 0 10px !important;
	}
	.g_tectiter h5 {
	    margin-bottom: 32px;
	    font-size: 24px;
	    margin-top: 0;
	}
	.g_tecitm{
		width: 50%;
	}
	.g_tecitm {
	    padding: 0 6px;
	    margin-bottom: 12px;
	}
	.g_technolbox {
	    margin: 0 -6px;
	}
	.g_tecname {
	    font-size: 18px;
	    margin-top: 18px;
	}
	.w_indexafltop {
	    font-size: 24px;
	}
	.w_indexafltop2{
		font-size: 14px;
		margin-top: 12px;
	}
	.g_soboxm {
	    margin-top: 36px;
	}
	.g_topmp {
	    margin-top: 18px;
	}
	.features_modules h3{
		text-align: center;
		font-size: 24px;
	}
	.features_modules{
		min-height: initial;
	}
	.home_blog_footers .home_blog_box p {
	    line-height: 22px;
	    margin-top: 14px;
	    font-size: 14px;
	}
	.home_blog_footers .home_blog_box h7 {
	    margin-bottom: 12px;
	}
	.g_bmbtn {
	    margin-top: 12px;
	}
	.home_blog_footers.footer_home_page {
	    padding-bottom: 36px;
	}
	.g_zprobtit span{
		font-size: 24px;
	}
	.g_zprobtit {
	    padding-top: 36px;
	    margin-bottom: 36px;
	}
	.g_zproitl img {
	    width: 28px;
	}
	.g_zproitl {
	    width: 46px;
	    height: 46px;
	}
	.g_zprobj {
	    width: 46px;
	    height: 46px;
	}
	.g_solutbox {
	    margin-bottom: 24px;
	    margin-top: 36px;
	}
	.g_soluname {
		font-size: 18px;
	}
	.g_solutom {
	    margin-top: 32px;
	}
	.g_tecioc {
	    width: 36px;
	}
	.g_soluitmbox {
	    border-radius: 8px;
	}
	.g_zproitr {
    	width: calc(100% - 64px);
	}
	.home_blog_footers .home_blog_div {
    	margin-top: 0px;
	}
}

@media (max-width: 480px){
	header.home_page_new_header .home_page_white_header_image img{
		width: 100%;
	}
	.g_solutom {
	    margin-left: -6px;
	    margin-right: -6px;
	}
	.g_soluitm {
	    padding-left: 6px;
	    padding-right: 6px;
	    margin-bottom: 16px;
	}
	.g_soluibom {
	    margin-top: 4px;
	}
	.g_soluioc {
		width: 32px;
	}
	.g_soluitmbox {
	    padding-left: 12px;
	    padding-right: 12px;
	    padding-top: 16px;
	    padding-bottom: 12px;
	}
	header.home_page_new_header .home_page_white_header_image {
	    padding-top: 32px;
	}
	header.home_page_new_header .home_page_white_header h1 {
	    font-size: 24px;
	    line-height: 28px;
	}
	header.home_page_new_header .home_page_white_header p {
	    margin-bottom: 28px;
	}
	.clients_stripe_mobile {
	    padding-bottom: 12px;
	    padding-top: 12px;
	}
	.header_home_text.home_Text.home_page_white_header .green_button {
	    font-size: 12px;
	    padding: 10px 14px;
	}
	.g_zbancjm h3 {
	    font-size: 18px;
	}
	.home_page_center_box {
	    padding: 20px 18px;
	}
	.g_zbancjm h3 {
	    margin-bottom: 12px;
	}
	.g_zbancjm p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.g_fwlist {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.our_featueres .fase3 .icon_holder {
	    padding-top: 24px;
	    padding-left: 15px;
	    height: 135px;
	}
	.g_ztnane {
	    font-size: 18px;
	}
	.our_featueres .fase3 {
	    margin-bottom: 16px;
	    padding-bottom: 21px;
	}
}