#activity-filter{
    margin-bottom: 30px;
}
.activity-grid{
    position: relative;
}
.activity-filter{
    background: #999d97;
    padding: 10px 15px;
    margin-right: 10px;
    color: #FFF;
    float: left;
    margin-bottom: 10px;
    border-radius: 50px;
    border: none;
}
.activity-filter:focus{
    outline: none;
}
.activity-filter.active{
    background: #257010;
}
.activity-pic img{
    max-width: 100%;
    border-radius: 5px;
}
.activity-pic table{
    font-size: 13px;
    width: 100%;
}
.activity-pic th, .activity-pic td{
    vertical-align: top;
}
.activity-pic table td{
    text-align: right;
}
.activity-right h4{
    color: #26700e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.activity-item{
    border: 1px solid #d0d0d0;
    padding: 20px;
    background: #F7F7F7;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 2px 11px 0px rgba(0,0,0,0.58);
    -moz-box-shadow: 4px 2px 11px 0px rgba(0,0,0,0.58);
    box-shadow: 4px 2px 11px 0px rgba(0,0,0,0.58);
}
h5 a{
    color: #26700e;
    font-size: 16px;
    font-style: italic;
}
h5 a span.fa{
    margin-right: 5px;
}
.resume{
    margin-bottom: 10px;
    font-size: 14px;
}
.activity-pic label{
    font-weight: bold;
    font-family: initial;
}
.activity-button{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 0;
    right: 0;
    background: #0000009c;
    border-radius: 0 0 5px 5px;
}
.green-btn{
    width: 40px;
    height: 40px;
    background: #256f11;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #FFF;
    border: none
}
.green-btn:focus{
    outline: none;
}
.activity-button button{
    margin-right: 15px;
    margin-bottom: 5px;;
}
.activity-pic-content{
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.activity-pic-content > img{
    min-height: 200px;
}
#videoModal .modal-body{
    padding: 0;
}
.modal-title{
    color: #257010;
    font-weight: bold;
}
.youtube-playlist{
    overflow-x: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px;
    background: #000;
    margin-top: -7px;
}
.youtube-list-container{
    position: relative;
}
.youtube-playlist .img{
    height: 150px;
    width: 240px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.youtube-thumbnail{
    display: inline-block;
    padding: 10px;
    border-bottom: 5px solid #000000;
    opacity: 0.6;
}
.youtube-thumbnail.active{
    border-bottom: 5px solid #257010;
    opacity: 1;
}
.youtube-scroll-btn{
    position: absolute;
    top: 75px;
}
#youRight{
    right: 0;
}
#map{
    width: 100%;
    height: 400px;
}
#map-project-list ul {
    padding-left: 0;
}
#map-project-list li{
    font-size: 13px;
    cursor: pointer;
    color: #5f5f5f;
}
#map-project-list li.active{
    color: #257010;
}
.search{
    float: right;
    width: auto;
}
.search input{
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
    font-size: 14px;
    border-right: none;
    height: 44px;
}
.search input:focus{
    box-shadow: none;
    outline: none;
    border-color: #d2d2d2;
}
.search button{
    border: 1px solid #d2d2d2;
    height: 44px;
    border-radius: 0 50px 50px 0;
    border-left: none;
}