#i-thefooter { position:absolute; bottom: 0; width: 100%; height:0px; }
#i-container { height:auto; width:auto; margin:0px; padding:0px;}
	
#circle-container{display:table; text-align:center; height:auto; width:auto; margin-left:auto; margin-right:auto; padding-bottom:20px; }
.circle{display: inline-block; vertical-align:middle; width:110px; height:110px; font-size:10px; text-align:center; text-transform:uppercase; font-weight:600;  border: 1px solid;
border-color: rgba(113, 126, 133, 1); border-radius: 55px; margin: 5px; background: #fff; }
.circle-number{font-size:24px; line-height:0px; margin-top:42px; text-transform:uppercase; color:#002349; font-weight:600;}
@media screen and (max-width: 500px){
.circle-container{width:200px; height:auto;}
}
	
