
#encart-icons {
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	width: 212px;
	height: 140px;
	margin:0;
	float:left;
	z-index:9990;
}

.contact {
	float:left;
	width:63px;
	height:42px;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/pict_Contact2.png) top center no-repeat;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
}


.contact:hover {
	background: url(../images/pict_Contact.png) top center no-repeat;
	width:63px;
	height:62px;
	bottom:-5px;
}
.contact span {
	font:400 10px 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	position:absolute;
	width:60px;
	bottom:-15px;
	text-transform:uppercase;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.contact:hover span {
	bottom:10px; left:3px;
}

.news {
	float:left;
	width:60px;
	height:42px;
	position:absolute;
	bottom:0;
	left:66px;
	background:#aa5d43 url(../images/pict_News.png) top center no-repeat;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
}


.news:hover {
	background:#22545a url(../images/pict_News.png) top center no-repeat;
	width:60px;
	height:62px;
	bottom:-5px;
}
.news span {
	font:400 10px 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	position:absolute;
	width:60px;
	bottom:-15px;
	text-transform:uppercase;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.news:hover span {
	bottom:10px;
}

.wcb {
	float:left;
	width:63px;
	height:42px;
	position:absolute;
	bottom:0;
	left:132px;
	background: url(../images/pict_Wcb2.png) top center no-repeat;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
}

.wcb:hover {
	background: url(../images/pict_Wcb.png) center 0px no-repeat;
	width:63px;
	height:62px;
	bottom:-8px;
}
.wcb span {
	font:400 10px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	position:absolute;
	width:60px;
	bottom:-25px;
	text-transform:uppercase;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.wcb:hover span {
	bottom:8px; left:4px;
}




.plan {
	float:left;
	width:63px;
	height:42px;
	position:absolute;
	bottom:0;
	left:66px;
	background: url(../images/plan2.png) top center no-repeat;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
}


.plan:hover {
	background: url(../images/plan.png) top center no-repeat;
	width:63px;
	height:62px;
	bottom:-5px;
}
.plan span {
	font:400 10px 'Source Sans Pro',  Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	position:absolute;
	width:60px;
	bottom:-15px;
	text-transform:uppercase;
	/*Transition*/
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.plan:hover span {
	bottom:10px; left:3px;
}