.header {
    position: relative;
    height: auto;
}
#header-top {
    position: relative;     
    width: 100%;
    background: rgba(142,187,17,1.0);
    z-index: 99;
}
#header-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.15);
}
#header-bottom {
    position: absolute;
    bottom: -51px;
    width: 100%;
    z-index: 1;
}
#page-title h2 {
  font-size: 42px;
    border-bottom: 2px solid rgba(20, 189, 132, 1);
    width: auto;
    padding-right: 110px;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
}
#page-title h3 {
  font-size: 32px;
    margin-bottom: 0;
}
#info-box  {
	position: relative;
	bottom: -1px;
	width: 100%;
}

#info-box h1 {
  font-size: 22px;
    margin-bottom: 0px;
}

#info-box .bg-green-80 > h1 {
  font-size: 18px;
    margin-bottom: 0px;
}


#info-box h2 {
  font-size: 18px;
    margin-bottom: 0px;
}
#info-box .bg-green h2 {
  font-size: 22px;
    margin-bottom: 0px;
}
#info-box h3 {
  font-size: 18px;
    margin-bottom: 0px;
}
#info-box h4 {
  font-size: 22px;
    margin-bottom: 0px;
}

#info-box a {
    display: block;
	/*
    border-bottom: 1px solid #fff;
    */line-height: 1.8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
#info-box a:hover {
    color: #eee;
}

#info-box p, #info-box p {
    font-size: 18px;
}


#info-box .list-group-item {
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}
#info-box>.list-group:last-child .list-group-item:last-child {
    border-radius: 0;
}
#info-box.bg-green .list-group-item {
    background: rgba(142,187,17,1.0);
    color: #fff;
}
#info-box.bg-green .list-group-item:hover {
    background: rgba(142,187,17,1.0);
}

.list-group-item-info-box{
	background: rgba(255, 255, 0, 1);
    color: #8ebb11 !important;
	
}

.list-group-item-info-box:hover{
	
	background: rgba(142,187,17,1.0);
color: #fdfd31 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;	
}








