.testimony{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 101;
    display: none;
}

.testimony_content{
    display: block;
    position: relative;
    width: 660px;
    max-width: 90%;
    margin: 3% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimony_content h1{
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
    padding: 20px;
}

.testimony_content h1 b{
    font-weight: bold;
    color: #00896F;
}

.testimony_close{
    color: #fff;
    /*background: #000;*/
    border: 3px solid #fff;
    padding: 6px 12px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.testimony_close:hover{
    background: #c78585;
}

.testimony_content .content_like{
    display: block;
    width: 100%;
    padding: 20px;
}

.testimony_content .box_like{
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.testimony_content .box_like p{
    font-weight: 300;
    margin-bottom: 15px;
    color: #555;
}

.lead_take h1{
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 0;
}

.lead_take .thumb{
    position: relative;
}

.lead_take .false_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    background-size: 20%;
    cursor: pointer;
}

.lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0.5);
    transition-duration: 0.3s;
}

.lead_take h1 b{
    font-weight: 500;
    color: #00896F;
}

.lead_take span{
    color: #00896F;
    border-bottom: 1px dotted #00896F;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
    padding: 0 0 0 15px;
}
