﻿.anchor-inline a {
	display: inline !important;
}

.header-center {
	text-align: center !important;
}

.block-ellipsis {
	/*display: block;*/
	display: -webkit-box;
	/*max-width: 100%;*/
	height: 60px;
	/*margin: 0 auto;*/
	font-size: 14px;
	/*line-height: 1;*/
	-webkit-line-clamp: 3;	
	-webkit-box-orient: vertical;
	overflow: hidden;
	/*text-overflow: ellipsis;*/

}
.homeblock-ellipsis {
	display: -webkit-box;
	height: 200px;
	font-size: 14px;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-ellipsis {
	display: -webkit-box !important;
	height: 88px !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.post-ellipsis {
	display: -webkit-box !important;
	height: 108px !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.modal-backdrop {
	/*position: unset !important;*/
}

iframe {
	width: 100% !important;
}

#reviews-widget {
	max-width: 100% !important;
}

#ratings div div img {
	width: auto !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}