
/****************************** Content area ***************************/
.euBox {
	display: block;
	float: left;
	clear: both;
}
.euBox .euItem {
    float: left;
    min-height: 110px;
    padding-left: 20px;
    position: relative;
    width: 49%;
	display: block;
	box-sizing: border-box;
}

.euBox .euItem .euImg {
    float: none;
    left: -16px;
    position: absolute;
    top: 12px;
    width: 18px;
	padding-left: 15px;
}
div.euBox .euItem h4, div.euBox .euItem p {
	padding-left: 15px;
}
div.euBox .euItem h4 span {
    color: #FF0000;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
	padding: 1px;
}

div.euBox .euItem p {
	color: #284F75;
}
h4 {
font-size:115%;}

h4 a {
color: #FF0000 !important;
text-decoration: none;
cursor:text;}

.js #services
{ margin-right: -130px;
}

.language-selector {
display: none;
}

@media (max-width: 850px) {
	.euBox .euItem {
		width: 100%;
		min-height: 10px;
	}
	div.euBox .euItem p {
		font-size: small;
	}	
}
@media all and (max-width:768px) {
	.layout-noright .layout-content {
		margin: 0px;
		padding: 0px;
	}
}

