/*--history--*/
.Round-grid .roundasscontent{
	margin:5px auto;
	padding:0;
}
.Round-grid .RoundImage{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.Round-grid a{
	clear:both;
	width:75px;
	height:20px;
	background-color:#ccc;
	border-radius:10px;
	overflow:hidden;
	margin:15px auto;
	padding:0px;
	text-decoration:none;
	color:#333;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
.Round-grid .RoundLink{
	clear:both;
	width:75px;
	height:20px;
	background-color:#ccc;
	border-radius:10px;
	overflow:hidden;
	margin:15px auto;
	padding:0px;
	text-decoration:none;
	color:#333;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
.Round-grid .RoundLink:hover{
	color:#FFF;
	background-color:#333;
}
.Round-grid .icon {
	display:flex;
	align-items: center;
  justify-content: center;
	width: 150px;
	height: 150px;
	overflow:hidden;
	border-radius:50%;
	
	background:#CCCCCC;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding:0px;
	box-shadow: 0 3px 8px .3px rgba(0,0,0,.7);	
}
.Round-grid.icon img {
	width:100%;
	height:auto;
	position: relative;
	z-index: 100;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	margin-top: 1em;
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
	background:#53d0c6;
}
.Round-grid .icon:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	background-color:rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.Round-grid:hover .icon img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.Round-grid:hover .icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.Round-grid h5{
	font-size:18px;
	margin:20px 0 ;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#333;
	text-align:center;
}
.Round-grid h6{
	margin:20px 0 20px 0;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#333;
	text-align:center;
}
.Round-grid{
	padding-bottm:10px;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:2px solid #CCC;

}

.Round-grid .text{
	text-align:justify;
	width:100%;
	min-height:50px;
	height:auto;
	margin:3px auto;
	padding:10px auto 10px auto;
	font-size:14px;
	letter-spacing:normal;
	color:#333;
	

}
/*--history--*/
