.cbp-qtrotator {
    width: 70%;
    height: 180px;
    position: relative;
    margin: 0 auto;
    padding-top: 11px;
}
.cbp-qtcontent {
    width: 100%;
    height: auto;
    position: absolute;
    min-height: 180px;
    top: 0;
    z-index: 2;
    display: none
}
.cbp-qtrotator .cbp-qtcontent.current {
    display: block
}
.cbp-qtrotator blockquote {
    margin: 40px 0 0 0;
    padding: 0
}
.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em
}
.cbp-qtrotator blockquote footer {
    font-size: 1.2em
}
.cbp-qtrotator blockquote footer:before {
    content: '― '
}
.cbp-qtrotator .cbp-qtcontent img {
    width: 150px;
    height: 150px;
    float: right;
    margin: 50px 0 0 50px
}
.cbp-qtprogress {
    position: absolute;
    background: #47a3da;
    height: 1px;
    width: 0%;
    z-index: 1000
}


.our-team{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #808080;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(0,0,0,0.8);
    transform: scale(0.1,0.1);
    transition: all 0.50s ease-in-out;
}
.our-team:hover .team-content{
    opacity: 1;
    transform: scale(1,1);
}
.our-team .team-prof{
    margin:20px 0 25px 0;
}
.our-team .team-prof a{
    color:#fff;
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
}
.our-team .team-prof a:hover{
    color:#f15277;
    text-decoration:none;
}
.our-team .team-prof small{
    color:#f15277;
    display: block;
    font-size:13px;
    margin-top: 30px;
    text-transform: uppercase;
}
.our-team .social-link{
    padding:0;
    margin:0;
}
.our-team .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
.our-team .social-link li a{
    width: 35px;
    height: 35px;
    line-height:35px;
    border-radius:50%;
    color:#fff;
    background:#808080;
}
.our-team .social-link li a:hover{
    background:#f15277;
    text-decoration:none;
}
@media only screen and (max-width: 990px){
    .our-team{  margin-bottom:20px; }
}