/* LEMSIAP */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover
{color:#0c9617; background:none}

.LEMSIAP-color{
	color:#0c9617;
}

.LEMSIAP-color:hover{
	color:#0c9617;
	text-decoration:none;
}

.LEMSIAP-bg{
	background:#0c9617;
}

.LEMSIAP-bg:hover{
	background:#0c9617;
}

.testi{
	padding:20px;
	background:rgba(12, 150, 23, 0.2);
	border-bottom:3px solid #0c9617;
	border-radius:10px;
	height:235px;
}

.testiHead h3{
	color:#0c9617;
}

.LEMSIAP-border{
	border-color:#0c9617;
}

.LEMSIAP-border:hover{
	background:#0c9617;
	color:white;
}

.sectionHeader-LEMSIAP{
	font-size:50px;
	font-weight:lighter;
	padding-bottom:20px;
	position:relative;
	margin-bottom:35px;
	display:inline-block;
}

.sectionHeader-LEMSIAP::before{
	text-align:center;
	font-family:FontAwesome;
	content:"";
	position:absolute;
	bottom:0;
	height:6px;
	width:70%;
	left:15%;
	display:block;
	color:#c1c1c1;
	background:#0c9617;
}

.header-product-text-LEMSIAP{
	display:inline-block;
	position:relative;
	padding-bottom:10px;
}

.header-product-text-LEMSIAP::before{
	position:absolute;
	content:"";
	width:80%;
	height:2px;
	display:block;
	left:10%;
	background:#0c9617;
	bottom:0;
}

.table > tbody > tr > td > i{color:#0c9617; font-size:25px;}

.storyText > p > i{
	font-size:18px;
	color:#0c9617;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #0c9617;
	border-color: #0c9617;
}