em { color: inherit; }

.onepagepro-navigation {
	padding-top: 10px !important;
}

ul.jp-menu > li > a {
	color:#333 !important;
	font-size: 100% !important;
	font-weight: 600;
	text-transform: none !important;
}
ul.jp-menu > li > a:hover { color:#1e73be !important; }

.counters_ div[class*='counter-item'] > div[class*='content'] {
	line-height: 26px;
/*    letter-spacing: 3px;*/
}
@media(max-width:1140px){
	.counters_ div[class*='wrapper-container'] {
		display: inline-flex;
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
	.counters_ div[class*='counter-item'] > div[class*='counter-item-bottom-text'] {

	}
}
.read-more { display:none; }
@media(max-width: 1140px) {
	.counters_ div[class*='wrapper-container'] {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		width: 95%;
		min-width: 95%; 
		margin-left: 0;
        margin-right: 0;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 1rem;
	}

	.counters_ div[class*='counter-item'] {
		flex: 0 0 auto;
		width: 180px;
		scroll-snap-align: start;
		padding: 0;
		box-sizing: border-box;
	}

	.counters_ div[class*='counter-item'] > div[class*='content'] {
		white-space: normal;
		word-wrap: break-word;
		font-size: 100% !important;
		line-height: 1.4;
	}
	.counters_ div[class*='counter-item'] > div[class*='number'] {
		font-size: 180% !important;
		padding: 0;
		margin: 0;
	}
	.counters_ div[class*='counter-item'] > div[class*='content'] {
		font-size: 100% !important;
	}

	.special-quote_ div[class*='item-content'] ._text {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 7.5em;
		line-height: 1.5em;
		transition: all 0.3s ease;
	}
	#toggle-text:checked ~ ._text {
		-webkit-line-clamp: unset;
		max-height: none;
	}

	.read-more {
		display: inline-block;
		color: blue;
		cursor: pointer;
/*	margin-top: 8px;*/
text-decoration: underline;
font-size: 14px;
text-transform: uppercase;
}
}




.service-desc_ ._service {}
.service-desc_ ._column {}
@media(min-width:1140px){
	.service-desc_ ._column .gdlr-core-pbf-element:not(:first-of-type) {
		display: inline-block;
		max-width: 50%;
	}
	.counters_ div[class*='counter-item'] > div[class*='content'] {
/*	    line-height: 26px;*/
letter-spacing: 3px;
}
}
.service-desc_ ._service p { line-height:1; }
.service-desc_ ._service._left {}
.service-desc_ ._service._right {}