.btn-circle {
	width: 150px;
	height: 150px;
	padding: 10px 16px;
	border-radius: 75px;
	font-size: 24px;
	line-height: 1.33;
	background-color: #fff;
	color: #428bca;
	border:5px solid #007BB0;
}
.btn-circle:hover {
	background-color: #007BB0;
	color: #FFF;
	border:2px solid #006591;
}
.btn-circle-small{
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 40px;
	font-size: 24px;
	line-height: 1.33;
	background-color: #fff;
	color: #428bca;
	border:5px solid #007BB0;
}
.btn-circle-small:hover {
	color: #428bca;
}
.btn-circle .fa{font-size:45px !important;}
.marginbottom_0{margin-bottom:5px !important}
.margin_0{margin:0px !important;}
.tbl_client{width:100%; background-color: transparent; border-bottom: 1px solid #DDDDDD;border-top: 1px solid #DDDDDD; color: #666666; font-size: 11px;}
.icon {
width: 160px;
height: 160px;
border-radius: 160px;
-webkit-border-radius: 160px;
-moz-border-radius: 160px;
margin: 24px auto 24px auto;
background: #f0f2f5 center center no-repeat;
}
.icon:hover{
	background: #FDC120 center center no-repeat; /* #FDC120 #428bca #AFF8CB*/
}
.li-orange-bullet {
background: url(../images/Bullet_Orange.png) no-repeat left;
padding-left: 20px;
line-height: 22px;
list-style:none;
}
.section_inner{padding:5px 0 0 0}
.grid {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-right: none;
	overflow: hidden;
	padding:0;
}
.grid li {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	float: left;
	overflow: hidden;
	position: relative;
	/* width: 25%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	padding-left:10px !important;
}
.ie7 .grid li {
	width: 19.9%;
	padding-left:10px !important;
}
.grid li a {
	display: block;
}
.grid img {
	display: block;
	height: auto;
	border:0px !important;
	/* width: 90%;
	opacity: 0.5; */
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.grid li:hover img {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
ul li{
	list-style:none;
}






