@font-face {
  font-family: "ing_me_bold";
  src: url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot") format("embedded-opentype"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2") format("woff2"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff") format("woff"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf") format("truetype"),
  url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold") format("svg");
  font-style: normal;
  font-weight: normal;
}

html, body{
	background:#f0f0f0;
}
body{
	margin: 10px;
}
*{
	box-sizing: border-box;
}
.container-small{
	max-width: 690px;
	background:#fff;
}
strong {
/* 	font-family: 'ing_me_bold'; */
}
h2 {
	color: #FF6200;
	font-size: 22px;
	line-height:1.3;
	margin: 1em 0;
/* 	font-family: 'ing_me_bold'; */
}
/*.text-center{
	text-align: center;
}
*/.list-unstyled{
	padding:  0;
	list-style:  none;
	margin: 0;
}
.toppic .portare-banner{
	margin:0px;
	max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.toppic .container {
	background-color:#fff3e5;
	}
 .textop .container{
	 background-color:#ff6200;
	 color:#FFF;
	 font-size:24px;
	 }
.container div{
	overflow:hidden;

	}
main.toppic div img{
	margin-bottom:0px;
	}
main div img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	} 
main > div > div > p	{    
margin:auto;
	}
	
	
	
.toppic .portare-banner img{
	margin-left:auto;
	margin-right:auto;
}

.finalspace{
	height:40px;
	}
.container {
    padding-left: 50px;
    padding-right: 50px;
}	 
hr{
	border-bottom:#ff6200 1px solid;
	border-collapse:collapse;
	}	 
	 
.portare-details,
.portare-details--bottom{
	margin: 0 0 40px;
}
.portare-usp li{
	text-align:left;
	padding: 0 0 10px 30px;
	position: relative;
	line-height: 1.5;
}
.portare-usp li:before {
	content: "";
	display: inline-block;
	background: #f0f0f0;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
}
.portare-usp li.promo-dist-yellow:before {
	background: #d0d93c;
}
.portare-usp li.promo-dist-green:before {
	background: #349651;
}
.portare-usp li.promo-dist-blue:before {
	background: #525199;
}
.portare-usp li.promo-dist-yellow span {
	color: #d0d93c;
/* 	font-family: 'ing_me_bold'; */
	font-weight: bold;
}
.portare-usp li.promo-dist-green span {
	color: #349651;
/* 	font-family: 'ing_me_bold'; */
	font-weight: bold;
}
.portare-usp li.promo-dist-blue span {
	color: #525199;
/* 	font-family: 'ing_me_bold'; */
	font-weight: bold;
}
.portare-cta--container{
	margin: 30px 0 40px;
}
.portare-cta{
	color:#fff;
	background: #ff6200;
	text-decoration: none;
	line-height:1.6;
	height:auto;
	min-width: 260px;
	border-radius: 8px;
	font-size: 16px;
/* 	font-family: 'ing_me_bold'; */
    padding: 6px 18px 6px 10px;
}
.portare-cta:before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	margin-right: 10px;
	margin-bottom: 2px;
}