h2.advantages {
	font-size: 22px;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: center;
}
.advantages-block {
	padding: 15px 0px 0px;
}
.advantage.bg-info:hover{
	background-color:#dff0d8;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.advantage.bg-success:hover{
	background-color:#d9edf7;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.advantage {
	border: none;
	padding: 15px 0px 0px;
	overflow: hidden;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);	
}
.advantage-bg-white{
	background-color:#FFF;
}
.pos-center {
	text-align: center;
}
.pos-center .image {
	margin-bottom: 10px;
}
.advantage_link, .advantage_link:active, .advantage_link:hover, .advantage_link:focus {
	text-decoration: none;
	outline: none;
}
.advantage h4, .advantage h4 > a, .advantage .h4, .advantage .h4 > a {
	color: rgb(170, 25, 24);
	font-size: 18px;
	padding: 0px;
	margin-top: 5px;
}
.advantage .image-left {
	display: table-cell;
	padding: 6px 8px 0px 0px;
}
.advantage p {
	line-height: 20px;
	font-size: 16px;
	color: rgb(0, 54, 128);
	margin: 0px 0px 12px;
}
.advantage .caption { 
	min-height: 30px !important;
	padding: 0 !important;
}
.advantage .caption-right { 
	display: table-cell;
	vertical-align: top;
}
.advantage .readmore a { 
	color: rgb(0, 54, 128);
	font-size: 11px;
	text-transform: uppercase;
	width: 50%;
}
.advantage .readmore a:hover { 
	background: #5F98B0;
	border: 1px solid #5F98B0;
	color: #FFFFFF;
}
.advantage .mailfunction-fa-icon{position:absolute; bottom:-5px; right:-5px;}
.advantage .mailfunction-fa-icon i.fa{color:rgb(170, 25, 24) !important; opacity:1;}
.category-article-grid h5, .category-article-grid-wide h5{max-height:12px;min-height:20px;}
.category-article-grid h5.type-advantage, .category-article-grid-wide h5.type-advantage{max-height: 34px;min-height: 34px;}
.category-article-grid h5.brand-service-name, .category-article-grid-wide h5.brand-service-name{max-height: 42px;min-height: 42px;}