.god{
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.god img{
	position: absolute;
}
.godName{
	position: absolute;
/* 	bottom: 10px;
	left: 10px; */
	bottom: 0;
	left: 0;
	background-color: #034694;
/* 	width: 220px; */
	width: 100%;
	line-height:30px;
}
.godName a{
	color: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
}
a{
	color: #000;
}
h2{
	text-align: center;
}
hr{
	border-color: #000;
	margin: 0;
}
.back{
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tab-content{
	border-bottom: 0px solid #34B3D7;
}
.nav-tabs{
	border-bottom: 1px solid #34B3D7;
}
.mbtn{
	border-radius: 20px;
	border: 1px solid #34B3D7;
	background-color: #fff;
	padding: 10px 20px;
	color: #34B3D7;
	margin: 10px auto;
	display: inline-block;
	margin-top:20px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
	border-color: #34B3D7;
	border-bottom-color:transparent;
}
.small_button.public_activities.en{
	width : 20% !important;
}