ul#tabs {
 list-style-type: none;
 padding: 0;
 margin: 0px;
}

ul#tabs li span i { display: none; }

ul#tabs li {
 display: inline-block;
 padding: 12px 0px 12px 0;
 color: #fff;
 cursor: pointer;
 background: #125914;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 text-transform: uppercase;
 letter-spacing: .5px;
 font-weight: 400;
 font-size: 17px;
 letter-spacing: 2px;
 width: 33.33%;
 text-align: center;
 margin-bottom: 0px;
}

ul#tabs li.active, ul#tabs li:hover {
 background: #166D1C;
}

ul#tab {
 list-style-type: none;
 margin: 0;
    padding: 10px 20px 10px 20px;
 background: #166d1c;

}

ul#tab li {
 display: none;
}

ul#tab li.active{
 display: block;
text-align: center;
min-height: 200px;
color: #FFF;
overflow: hidden;
}

#tabs .fa-2x {
 font-size: 1.3em;
}




