/* umantis search styles */
.hide {
	display:none!important;
}
.btn-animate {
	border: 1px solid #1e69ff;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	padding: 0.7em 4em;
	position: relative;
	background:  #1e69ff;
	background-image: linear-gradient(#373741, #373741);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 0.8s, color;
}

.btn-animate:hover,
.btn-animate:active {
	border: 1px solid #373741;
	background-size: 100% 100%;
	color: #fff;
}
.contact {
	/* background: rgb(29, 75, 255); */
	background: linear-gradient( 90deg, rgba(29, 75, 255, 1) 13%, rgba(237, 30, 140, 1) 75% );
	color: white;
}
.bg-grey {
	background: #f0f0f0;
}
.reset-filter {
	cursor: pointer;
}
.cyc-import-umantis a {
	white-space: inherit !important;
}
.cyc-import-umantis .page-item .page-link,
.cyc-import-umantis .page-item.disabled .page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #1e69ff;
	background-color: unset;
	border: none;
}
.cyc-import-umantis .page-item.disabled .page-link {
	color: #6c757d;
}
.news a[href*=tel] {
	white-space: inherit !important;
}
.cyc-import-umantis .page-navigation {
	margin: 0.5em 0;
}
.news .article .col-12.col-md-9 {
	margin-bottom: 1rem;
}
.circular--portrait--wrap {
	position: relative;
	height: 335px;
	text-align: center;
	padding: 1rem 0;
}
.circular--portrait {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}
.news.news-single {
	padding: 0;
}

.header-counter {
	min-width: 192px;
	display: inline-block;
	text-align: right;
}
@media (max-width: 1280px) {
	.header-counter {
		min-width: 120px;
	}
}
@media (max-width: 820px) {
	.header-counter {
		min-width: 85px;
	}
}
@media (max-width: 767px) {
	.circular--portrait--wrap {
		height: 250px;
	}
	.circular--portrait {
		width: 200px;
		height: 200px;
	}
	.header-counter {
		min-width: 80px;
	}
}
@media (min-width: 768px) {
	.umantis-detail .news-text-wrap {
		width: 66%;
	}
	.circular--portrait--wrap {
		height: 300px;
	}
	.circular--portrait {
		width: 250px;
		height: 250px;
	}
}
@media (max-width: 500px) {
	.header-counter {
		min-width: 55px;
	}
}