
#data-container .item {
    float: left;
}

.box-inner {
    height: 111PX;
}

.boxx {
    height: 350px;
}

.team-details p {
    color: white !important;
    text-align: left !important;
}
/*
 * team.less
 * -----------------------------------------------
*/
.team-members {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .team-members .team-details {
        background: #fff none repeat scroll 0 0;
        background-color: rgb(255, 255, 255);
        bottom: -100px;
        padding: 12px 15px;
        position: absolute;
        transition: all 300ms ease-in-out 0s;
        width: 100%;
        background-color: #0e4d79;
        color: white;
        border-radius: 15px;
    }

    .team-members:hover .team-details {
        bottom: 0;
    }

.team-social {
    opacity: 0;
    padding: 14px 0;
    position: absolute;
    right: 0;
    top: -140px;
    transition: all 300ms ease-in-out 0s;
}

    .team-social li {
        display: block;
    }

.team-members:hover .team-social {
    opacity: 1;
    top: 0;
}

.team-members .team-social li a {
    margin: 0;
}

.team-social li a i {
    color: #fff;
}

.team-social li a:hover i {
    color: #212331;
}

.team-details p {
    color: white !important;
    text-align: left !important;
}

@media only screen and (max-width: 1199px) {
    .team-members .team-details {
        bottom: -45px;
    }

    .team-members:hover .team-details {
        bottom: 0px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .team-members .team-details {
        bottom: -100px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .team-members .team-details {
        bottom: -100px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .team-members .team-details {
        bottom: -98px;
    }
}

.team-thumb img {
    width: 100%;
    height: 200px;
}

.boxx {
    text-align: center;
    padding: 15px;
    box-shadow: 5px 8px 12px #e6e6e6;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 7px;
    height: 350px;
}

.box-inner {
    margin-top: 15px;
}

    .box-inner a {
        font-size: 17px;
        color: #000;
        text-decoration: none;
    }



.bottom-right {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

.newsbg {
    box-shadow: 5px 8px 12px #e6e6e6;
    border-radius: 7px;
    background-color: white;
    /*! padding:10px; */
    border: 1px solid;
    /*! bottom: 15px; */
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
