hr.style-eight {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.style-eight:after {
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #32325d;
}


h4,
.h4 {
  font-size: 1.5rem;
}


.main{
	background-color: #f1f1f1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link_button{
	color:#ffffff;
}
.rowicon{
	margin: 20px 0;
}
.rowicon .Classicon{
	text-align:center;
}

.rowicon .Classicon .icon-2 .fa{
	font-size:4em;
	/* color:#ffffff; */
	/* background-color:#088A68; */
	/* line-height:100px; */
	/* width:100px; */
	/* height:100px; */
	/* transition: width 0.5s; */
	/* transition: height 0.5s; */
	/* transition: line-height 0.5s; */
}
/* .rowicon .Classicon .icon-2 .fa:hover{ */
	/* color:#088A68; */
	/* font-size:5em; */
	/* background-color:#1C1C1C; */
	/* line-height:120px; */
	/* width:120px; */
	/* height:120px; */
/* } */
.rowicon .Classicon .icon-content{
	font-weight:bolder;
	margin:20px 0;
}

.indexfam li a{
	text-align: center;
	color: #000000;
}
.indexfam li{
	margin:0;
	padding: 0;
}
.indexfam li a:hover{
	background-color:#088A68;
	color:#ffffff;
}

.icon-2 a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.icon-2 a:hover,
.icon-2 a:focus {
	outline: none;
}


.icon-2 a {
	padding: 10px;
	color: #088A68;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.icon-2 a::before,
.icon-2 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.icon-2 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.icon-2 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.icon-2 a:hover,
.icon-2 a:focus {
	color: #000;
}

.icon-2 a:hover::before,
.icon-2 a:focus::before,
.icon-2 a:hover::after,
.icon-2 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.badge_bgcolor{
	background-color:#003D79;
}

.panel{
	margin: 50px 75px;
	border-radius: 0px;
}
.panel .panel-heading{
	font-weight: 800;
	border: 0;
	line-height: 30px;
	background-color: #fff;
	border-radius: 0px;
	font-size: 20px;
}
.control-label{
	height: 34px;
	line-height:34px;
}

.body_top{
	height: 50px;
	margin: 0 75px;
	margin-top: 50px;
	font-size: 22px;
	color: #000000;
	font-weight:700;
	border-bottom: 2px solid #000000;
}