.damaestro-link7 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.damaestro-link7:hover {
    color: #000;
    text-decoration: underline;
}

.damaestro-7{ text-align: center; }
.damaestro-7 .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.damaestro-7 .pic:before,
.damaestro-7 .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.damaestro-7 .pic:after{
    border-color:  #2147a0 #e6e5e5 #2d3436 #37b0f1;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.damaestro-7:hover .pic:after{ transform: rotate(350deg); }
.damaestro-7 img{
    width: 100%;
    height: auto;
}
.damaestro-7 .title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.damaestro-7 .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.damaestro-7 .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
}
.damaestro-7 .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.damaestro-7 .icon li{ display: inline-block; }
.damaestro-7 .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.damaestro-7 .icon li a:hover{
    background: #37b0f1;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .damaestro-7{ margin-bottom: 30px; }
}
