.thumb-techen {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0px;
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.dev-icons-container {
	width: 100%;
	display: table;
	padding: 0;
	margin: 7px 0 47px 0;
	
	
	list-style: none;
}

.dev-icons-container li {
	width: 33%;
	display: table-cell;	
	
	text-align: center;			
}

.dev-icon-microchip {
	width: 50px;
	height: 51px;
	display: inline-block;
	overflow: hidden;	
	
	line-height: 600px;
	background: url(../img/footer/microchip.png) no-repeat 0 0;	
				
}

.dev-icon-analog-devices {
	width: 50px;
	height: 51px;
	display: inline-block;
	overflow: hidden;	
	
	line-height: 600px;
	background: url(../img/footer/analog-devices.png) no-repeat 0 0;	
				
}

.dev-icon-microchip-medical {
	width: 50px;
	height: 51px;
	display: inline-block;
	overflow: hidden;	
	
	line-height: 600px;
	background: url(../img/footer/microchip-medical.png) no-repeat 0 0;	
				
}