﻿.employees-inner-img > div > img {
    cursor: pointer;
}

.lobby-desc {
    display: none;
}

.main-employees {
    margin: 40px 0px 165px 0px;
}

.employees-outer {
    -webkit-transition: margin-bottom 500ms;
    -moz-transition: margin-bottom 500ms;
    -o-transition: margin-bottom 500ms;
    -ms-transition: margin-bottom 500ms;
    transition: margin-bottom 500ms;
}

.employees-outer.active {
    margin-bottom: 90px;
}

.employees-inner-desc {
    margin-top: 5px;   
}

.employees-inner-desc {
    font-size: 1.3em;
}

.show-desc {
    margin-top: 5px;
}

.employees-inner-head h2 {
    color: #018c39;
    font-size: 1.6em;
    margin: 10px 0px 10px 0px;
}

.employees-inner-head h3 {
    font-size: 1.3em;
    margin: 0px;
}

.full-desc.active:after {
     top: 100%; 
}

.full-desc:after {
    position: absolute;
    top: 57px;
    width: 100%;
    background: #fff;
    content: " ";
    display: block;
    right: 0px;
    left: 0px;
    height: 100%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -o-transition: top 500ms;
    -ms-transition: top 500ms;
    transition: top 500ms;
}

.read-more-link {
    color: #000 !important;
    border: 1px solid #018c39;
    border-radius: 5px;
    padding: 3px 16px;
}


.read-more {
    text-align: left;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 10px;
    margin-top: 15px;
    -webkit-transition: top 500ms ;
    -moz-transition: top 500ms ;
    -o-transition: top 500ms;
    -ms-transition: top 500ms ;
    transition: top 500ms;
}

.read-more.active {
    top: 100%;
}


@media(min-width:768px) {
    #management-link {
        color: #018939 !important;
        border-top: 4px solid #008935 !important;
    }
}


#body { max-width: 890px; margin: 0 auto; }

#body p {
    text-align: justify;
    color: #242424;
    font-size: 19px;
}

#headline p {
    font-size: 23px;
}