/*css fix*/
#lang{
    position: relative;
    margin-left: 74%;
}
#menu nav ul {
    text-align: center;
}
.sf-menu ul{
    width: 100%;
    min-width: 180px;
}

#about .span12 {
    margin-bottom: 25px;
}
#inner-content h1 {
    color: #7da817;
}
#about h1 {
    text-transform: none;
}

/*side menu height fix*/
.serv-widget div {
  max-height: 920px;
}
.post-title h1 a{
    color: #7da817;
    text-decoration: underline;
}

#inner-content #articles p {    
    max-height: 200px;
    text-align: justify;
}