section#content .column-right .right-icon-box,
section#content .column-right .right-image-box {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
section#content .column-right a.button {
	display: inline-block;
	margin: 0 auto;
	margin-top: 15px;
	padding: 14px 45px;
	font: 14px/14px heavy;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #3269ce;
	border-radius: 4px;
}
section#content .column-right p a { color: #106d3b; }
/*ikonos doboz*/
section#content .column-right .right-icon-box { 
	padding: 15px 0;
}
section#content .column-right .right-icon-box img { margin-bottom: 20px; }
section#content .column-right .right-icon-box h3 {
	font: 16px/16px heavy;
	margin-bottom: 10px;
}
section#content .column-right .right-icon-box p { font: 15px/20px roman; }
section#content .column-right .right-icon-box ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font: 15px/20px roman;
	text-align: left;
}
section#content .column-right .right-icon-box ul li:before {
	position: absolute;
	top: 6px;
	left: -3px;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 2px solid #dc3c36;
	border-right: 2px solid #dc3c36;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
section#content .column-right .right-icon-box ul li a { color: #106D3B; }
/*/ikonos doboz*/

/*képes doboz*/
section#content .column-right .right-image-box {
	display: table;
	height: 240px;
	min-height: 240px;
	border-radius: 5px;
	background: #fbfbfb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section#content .column-right .right-image-box h3 {
	margin-bottom: 5px;
	font: 36px/36px roman;
}
section#content .column-right .right-image-box p { font: 16px/22px Arial; }
section#content .column-right .right-image-box.with-border { border: 1px solid #F1F1F1; }
section#content .column-right .right-image-box .text-container {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	padding: 40px 20px 40px 20px;
	text-align: center;
}
/*/képes doboz*/