.hgroup .title-4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 16px;
}

.tmm-team .item-hexagon-4 {
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    width: 45%;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.tmm-team .item-hexagon-4 .face-container {
    padding: 0;
    position: relative;
}


/* Hexagon */

.tmm-team .item-hexagon-4 .hexagon {
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    height: 210px;
    margin: 0 auto;
}

.tmm-team .item-hexagon-4 .hexagon-in {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.tmm-team .item-hexagon-4 .hexagon-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    visibility: visible;
    overflow: hidden;
    background-size: auto;
}


/* end Hexagon */

.not-ie .tmm-team .item-hexagon-4 .face-container:before,
.not-ie .tmm-team .item-hexagon-4 .face-container:after {
    -webkit-transition: -webkit-transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
}

.not-ie .tmm-team .item-hexagon-4 .face-container:before {
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: #18def0;
    content: "";
    bottom: 52px;
    left: -48px;
    z-index: 0;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
}

.not-ie .tmm-team .item-hexagon-4 .face-container:after {
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: #18def0;
    content: "";
    bottom: 52px;
    right: -46px;
    z-index: 0;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
}

.tmm-team .item-hexagon-4 .face-container:hover:after,
.tmm-team .item-hexagon-4 .face-container:hover:before {
    opacity: 0;
    -webkit-transition: -webkit-transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
}

.tmm-team .item-hexagon-4 .face-container:hover:before {
    -webkit-transform: skewY(30deg) translateY(50px);
    transform: skewY(30deg) translateY(50px);
}

.tmm-team .item-hexagon-4 .face-container:after {
    -webkit-transform: skewY(-30deg) translateY(50px);
    transform: skewY(-30deg) translateY(50px);
}

.tmm-team .item-hexagon-4 .info {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    z-index: 2;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
}

.ie8 .tmm-team .item-hexagon-4 .info {
    display: none;
}

.tmm-team .item-hexagon-4 .info h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 125px;
    text-transform: uppercase;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.tmm-team .item-hexagon-4 .info p {
    border-top: 1px solid #d09673;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 82%;
}

.tmm-team .item-hexagon-4 .face-container .info {
    opacity: 1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.tmm-team .item-hexagon-4 .face-container .info h3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.tmm-team .item-hexagon-4 .face-container .info p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.tmm-team .item-hexagon-4 .face-container .title-container {
    position: absolute;
    bottom: 57px;
    left: 44%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.tmm-team .item-hexagon-4 .face-container .title-container .title {
    position: relative;
    left: -37%;
    padding: 6px 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.tmm-team .item-hexagon-4 .face-container .title-container .title:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7f7f7f;
    opacity: .5;
    z-index: -1;
    content: "";
}

.tmm-team .item-hexagon-4 .face-container:hover .title-container {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: transform .35s ease, opacity .35s ease .1s;
    transition: transform .35s ease, opacity .35s ease .1s;
}

.tmm-team .item-hexagon-4 .social-icons {
    padding-top: 8px;
}

.tmm-team .item-hexagon-4 .social-icons li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px -2px;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 7px 0px;
    width: 33.333333%;
}

.tmm-team .item-hexagon-4 .social-icons li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    backface-visibility: hidden;
    z-index: -1;
    content: "";
    background-color: #fff;
    -webkit-transition: height .25s linear 0s;
    transition: height .25s linear 0s;
}

.tmm-team .item-hexagon-4 .social-icons li:hover:after {
    height: 100%;
    -webkit-transition: height .25s linear 0s;
    transition: height .25s linear 0s;
}

.tmm-team .item-hexagon-4 .social-icons li:nth-child(3) {
    border-right: 1px solid #fff;
}

.tmm-team .item-hexagon-4 .social-icons li a {
    color: #fff;
    font-size: 18px;
}

.tmm-team .item-hexagon-4 .social-icons li:nth-child(1):hover a {
    color: #1c99c2;
}

.tmm-team .item-hexagon-4 .social-icons li:nth-child(2):hover a {
    color: #18def0;
}

.tmm-team .item-hexagon-4 .social-icons li:nth-child(3):hover a {
    color: #e44e43;
}

.tmm-team .item-hexagon-4 .item-content .apply {
    background-color: #28ac9b;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 7px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s;
}

.tmm-team .item-hexagon-4 .item-content .apply:hover {
    background-color: #18def0;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s;
}

.tmm-team .item-hexagon-4 .hexagon {
    background-image: url('../images/team.png');
}
.border-2 {
    border: 2px solid #f0ac41;
}.p-5 {
    padding: 5px !important;
}