/* Team CSS
*********************************************/
p.text-team { margin-top: 20px; padding: 0px 5%}
div.project-photo-item > p {padding: 0px 5%}

/* Slider comite 
*********************************************/
.nav-square.owl-theme .owl-nav [class*=owl-] { }
.nav-square .arrow-top, .nav-square .arrow-bottom { }

.owl-carousel .owl-stage-outer {}




.owl-carousel .owl-item {  background-color: #f9f9f9
}
/* ===================================
    Team
====================================== */

.bg-grey-light-opacity{background-color: rgba(186,181,181,0.1)}


.team-detail {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
   
    background: #fff;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
	 top: -20px;
    margin-bottom:-20px;
}

.team-detail .social-icon {
    margin: 0;
    list-style: none;
    background: #067AC0;
    padding: 22px 0;
}

.team-detail .social-icon li{
    display: inline-block;
}

.team-detail .social-icon li a i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 50px;
    margin: 0 2px;
    color: #fff;
}

.team-detail .social-icon li a i:hover{
    background-color: #fff;
    border-color:#fff;
}

.image-about {
    top: 30px;
    margin-left: 22px;
    margin-bottom: -145px;
}


.position-relative {
    position: relative!important;
}

.rare-box {
    height: 150px;
    max-width: 415px;
    position: relative;
    left: 25px;
    background: -moz-linear-gradient(left, #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left, #fc2a40, #ff5606);
    background: linear-gradient(to right, #fc2a40, #ff5606);
}