<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rd_container ul {
	margin: 0!important;
}

.rd_team .rd_item_square {
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #c5c5c4;
display: inline-block;
margin-right: 1px;
text-align: center;
margin-bottom: 5px;
}
.title {
  background: #f4f4f4 none repeat scroll 0 0;
}
.rd_team .rd_item_square .face {
    overflow: hidden;
    margin: 0 auto;
}
.rd_team .rd_item_square .face img {
    -webkit-transition: -webkit-transform .35s ease .2s;
    transition: transform .35s ease .2s;
}
.rd_team .rd_item_square .face:hover img {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.rd_team .rd_item_square .rd_single_item-content {
    text-align: center;
    position: relative;
}
.rd_team .rd_item_square .title {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.rd_team .rd_item_square .title h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #e26659;
    position: absolute;
    width: 100%;
    padding: 6px 0px;
	line-height: 24px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: background-color .35s ease, -webkit-transform .35s linear, opacity .35s ease;
    transition: background-color .35s ease, transform .35s linear, opacity .35s ease;
}
.rd_team .rd_item_square:hover .rd_single_item-content .title h3 {

    opacity: 1;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    -webkit-transition: background-color .35s ease, -webkit-transform .35s linear, opacity .35s ease;
    transition: background-color .35s ease, transform .35s linear, opacity .35s ease;
}
.rd_team .rd_item_square .title h4 {
    font-size: 24px;
    color: #666666;
    padding: 14px 5px 11px;
    font-weight: 300;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: color .35s ease, font-weight .35s ease;
    transition: color .35s ease, font-weight .35s ease;
}
.rd_team .rd_item_square:hover .title h4 {
    color: #79bd8f;
    font-weight: 700;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.rd_team .rd_item_square .rd_single_item-content .text {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 72px;
}

.rd_team .rd_item_square .rd_single_item-content p {
    padding: 10px 17px 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    font-weight: 300;
    -webkit-transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
}
.rd_team .rd_item_square:hover .text p {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 6s linear .4s;
    transition: transform 6s linear .4s;
}

/* Style 2 Text  */
.rd_team .rd_item_square-2 .rd_single_item-content #stl2_text {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 72px;
}
.rd_team .rd_item_square-2 .rd_single_item-content #stl2_text p{
    padding: 10px 17px 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    -webkit-transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
}
.rd_team .rd_item_square-2:hover #stl2_text p{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 6s linear .4s;
    transition: transform 6s linear .4s;
}

#stl2_mlabel {
  border: 1px solid #ffffff;
  padding: 5px;
}

.rd_team .rd_item_square .footer {
padding: 0px 0px 0px;
}

.rd_team .rd_item_square .social-icons {
    padding: 10px 0;
}
.rd_team .rd_item_square .social-icons li {
    display: inline-block;
    list-style: none;
    /*
    padding: 0 8px;
    */
    position: relative;
}
.rd_team .rd_item_square .social-icons li a {
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	 border-bottom: medium none;
    padding: 6px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.2s, color .2s ease;
    transition: box-shadow 0.2s, color .2s ease;
}
.rd_team .rd_item_square .social-icons li a:hover {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.rd_team .rd_item_square .social-icons li a:after {
    position: absolute;
    width: 40px;
    height: 39px;
    top: -1px;
    left: -1px;
    padding: 0;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.rd_team .rd_item_square .social-icons li a:hover:after {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.rd_team .rd_item_square .social-icons li a:hover {
    box-shadow: 0 0 0 5px rgba(198, 198, 198, .5);
    color: #c6c6c6;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
/* --------------------------------------- */

/*$2. Team Type 2 */
.footer &gt; p {
color: #ccc;
padding: 0 5px;
font-size: 14px;
}
/* --------------------------------------- */

.rd_team .hgroup {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 40px 5px;
}
.rd_team .hgroup .title-2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}
.rd_team .hgroup .title-2:after {
    position: absolute;
    right: -12px;
    width: 30px;
    height: 15px;
    background-color: #ffff9d;
    color: #11110a;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    line-height: 1.3em;
    content: "2014";
}
.rd_team .hgroup .title-2:before {
    position: absolute;
    top: 2px;
    right: -12px;
    width: 29px;
    height: 15px;
    background-color: #ff6138;
    content: "";
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}
.rd_team .hgroup h4 {
    color: #fff;
    font-size: 14px;
}
.rd_team .rd_item_square-2 {
background-color: #fff;
border-color: #79bd8f;
border-style: solid;
border-width: 1px;
display: inline-block;
overflow: hidden;
position: relative;
text-align: center;
width: 226px;
z-index: 1;
    -webkit-transition: -webkit-transform .35s linear;
    transition: transform .35s linear;
}
.rd_team .rd_item_square-2:last-child {
    border: 1px solid #79bd8f;
}
.rd_team .rd_item_square-2:hover {
    z-index: 5;
    border: 1px solid #79bd8f;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.rd_team .rd_item_square-2 .title h3 {
color: #666666;
font-family: "Open Sans",sans-serif;
font-size: 30px;
font-weight: 300;
margin: 0 !important;
padding: 10px 5px;
transition: all 0.35s linear 0s;
}
.rd_team .rd_item_square-2:hover .title h3 {
    font-size: 20px;
    background-color: #C4C4C4;
    padding: 4px 5px;
}
.rd_team .rd_item_square-2 .rd_face_container {
    overflow: hidden;
}
.rd_team .rd_item_square-2 .face {
    overflow: hidden;
    margin: 0 auto;
    border: none;
    height: 218px;
    max-width: 100%;
    -webkit-transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
}
.rd_team .rd_item_square-2:hover .face {
    transform: rotate(10deg) scale(1.2);
}
.rd_team .rd_item_square-2 .footer {
    background-color: #666666;
    -webkit-transition: background-color .35s linear;
    transition: background-color .35s linear;
}
.rd_team .rd_item_square-2:hover .footer {
    background-color: #292929;
    /*-webkit-transition: background-color .35s;transition: background-color .35s;*/
}
.rd_team .rd_item_square-2 .rd_single_item-content h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
	margin : 0px;
}
.rd_team .rd_item_square-2 .social-icons {
    background-color: transparent;
    padding: 10px 0;
}
.rd_team .rd_item_square-2 .social-icons li {
    padding: 0 2px;
    display: inline-block;
    list-style: none;
}
.rd_team .rd_item_square-2 .social-icons li a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 3px;
    position: relative;
    z-index: 1;
    -webkit-transition: color .35s, border-color .35s;
    transition: color .35s, border-color .35s;
}
.rd_team .rd_item_square-2 .social-icons li:hover a {
    z-index: 1;
    -webkit-transition: color .35s;
    transition: color .35s;
}
.rd_team .rd_item_square-2 .social-icons li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #666666;
    content: "";
    z-index: -1;
    -webkit-transition: height .35s;
    transition: height .35s;
}
.rd_team .rd_item_square-2 .social-icons li a:hover:after {
    height: 100%;
    z-index: -1;
    -webkit-transition: height .35s;
    transition: height .35s;
}
.rd_team .rd_item_square-2:hover .social-icons li a {
    border-color: #666666;
    color: #666666;
    -webkit-transition: color .35s, border-color .35s;
    transition: color .35s, border-color .35s;
}
.rd_team .rd_item_square-2 .social-icons li:nth-child(1):hover a {
    color: #187dbd;
}
.rd_team .rd_item_square-2 .social-icons li:nth-child(2):hover a {
    color: #1ed0d6;
}
.rd_team .rd_item_square-2 .social-icons li:nth-child(3):hover a {
    color: #fb7db5;
}
.rd_team .rd_item_square-2 .social-icons li:nth-child(4):hover a {
    color: #fb7db5;
}
/* --------------------------------------- */

/*$3. Team Type 3 */

/* --------------------------------------- */

.rd_team .hgroup .title-3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.rd_team .rd_item_square-3 {
background-color: #bdc3c7;
display: inline-block;
overflow: hidden;
padding: 2px;
position: relative;
text-align: center;
width: 274px;
}
.rd_team .rd_item_square-3 .rd_face_container {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.rd_team .rd_item_square-3 .face {
    margin: 0 auto;
    border: none;
    height: 240px;
}
.rd_team .rd_item_square-3 .face img {
    -webkit-transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
}
.rd_team .rd_item_square-3 .face:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
}
.rd_team .rd_item_square-3 .social-icons {

background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 12px;
    position: absolute;
    bottom: 0;
    right: -100px;
    -webkit-transform: translateX(145px);
    transform: translateX(145px);
    -webkit-transition: all 700ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.rd_team .rd_item_square-3 .rd_face_container:hover .social-icons {
    right: 0px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 700ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.rd_team .rd_item_square-3 .social-icons li {
display: inline-block;
list-style: outside none none;
margin: 0;
border-bottom: medium none;
}
.rd_team .rd_item_square-3 .social-icons li a {
border-bottom: medium none;
color: #fff;
cursor: pointer;
font-size: 24px;
}
.rd_team .rd_item_square-3 .social-icons li:hover:nth-child(1) a {
    color: #187dbd;
}
.rd_team .rd_item_square-3 .social-icons li:hover:nth-child(2) a {
    color: #1ed0d6;
}
.rd_team .rd_item_square-3 .social-icons li:hover:nth-child(3) a {
    color: #fb7db5;
}
.rd_team .rd_item_square-3 .social-icons li:hover:nth-child(4) a {
    color: #fb7db5;
}
/*.rd_team .rd_item_square-3 .social-icons li:hover a{color: #fff;}*/

.rd_team .rd_item_square-3 .rd_single_item-content {
    font-family: "Open Sans", sans-serif;

}
.rd_team .rd_item_square-3 .rd_single_item-content h4 {
background: #fff none repeat scroll 0 0;
font-size: 20px;
margin: 0;
padding: 10px;
text-transform: uppercase;
}
.rd_team .rd_item_square-3 .rd_single_item-content h3 {
background: #fff none repeat scroll 0 0;
font-size: 15px;
margin: 0;
padding: 7px 0 10px;
}
.rd_team .rd_item_square-3 .rd_single_item-content .text {
background: #efefef none repeat scroll 0 0;
display: block;
overflow: hidden;
height: 65px;
padding: 13px 0 4px;
text-align: center;
width: 100%;
}
.rd_team .rd_item_square-3 .rd_single_item-content .text p {
    font-size: 12px;
    color: #333333;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
}
.rd_team .rd_item_square-3:hover .text p {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-transition: -webkit-transform 6s linear;
    transition: transform 6s linear;
}
/* --------------------------------------- */

/*$4. Team Type 4 */

/* --------------------------------------- */

.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;
}
.rd_team .rd_item_square-4 {
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.rd_team .rd_item_square-4 .face {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    height: 355px;
    -webkit-transition: -webkit-ransform .35s ease;
    transition: transform .35s ease;
}
.rd_team .rd_item_square-4:hover .face {
    -webkit-transform: scale(1.25) rotate(10deg);
    transform: scale(1.25) rotate(10deg);
}
.rd_team .rd_item_square-4 .face.help {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: inset 0px 5px 0px 0px rgba(106, 214, 224, 1);
    -moz-box-shadow: inset 0px 5px 0px 0px rgba(106, 214, 224, 1);
    box-shadow: inset 0px 5px 0px 0px rgba(106, 214, 224, 1);
    -webkit-transform: none;
    transform: none;
}
.rd_team .rd_item_square-4 .face.help:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 5px;
    background-color: #74b3c7;
    content: "";
    z-index: 5;
}
.rd_team .rd_item_square-4 .face.help:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 5px;
    background-color: #e8915c;
    content: "";
    z-index: 5;
}
.rd_team .rd_item_square-4 .face.help i {
    position: absolute;
    top: 37px;
    left: 25px;
    color: #cbc8c8;
    font-size: 120px;
}
.rd_team .rd_item_square-4:hover .face.help i {
    -webkit-animation-duration: 1.2s;
    -wbkit-animation-timing-function: ease;
    -webkit-animation-name: scaling;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-name: scaling;
    animation-iteration-count: infinite;
}
@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes scaling {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.rd_team .rd_item_square-4 .info {
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
	width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.ie8 .rd_team .rd_item_square-4 .info {
    display: none;
}
.rd_team .rd_item_square-4 .info h3 {
    background-color: #11110a;
    color: #fff;
    font-size: 17px;
    margin: 80px 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.rd_team .rd_item_square-4 .info p {
    color: #bbb;
    font-size: 12px;
    font-style: italic;
    padding: 20px 0 10px;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .35s linear 0s;
    transition: all .35s linear 0s;
}
.rd_team .rd_item_square-4:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.rd_team .rd_item_square-4:hover .info h3,
.rd_team .rd_item_square-4:hover .info p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.rd_team .rd_item_square-4 .tooltips {
    position: relative;
    display: inline;
}
.rd_team .rd_item_square-4 .tooltips span {
    position: absolute;
    width: 140px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background: #585858;
    border: 2px solid #f6f6f6;
    height: 38px;
    line-height: 33px;
    text-align: center;
    visibility: visible;
    border-radius: 0px;
    right: -70px;
    bottom: 9px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
}
.rd_team .rd_item_square-4:hover .tooltips span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease .2s, opacity .35s ease .2s;
    transition: transform .35s ease .2s, opacity .35s ease .2s;
}
.rd_team .rd_item_square-4 .tooltips span {
right: -70px;
}
.rd_team .rd_item_square-4 .tooltips span:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #f6f6f6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.rd_team .rd_item_square-4 .tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #585858;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.rd_team .rd_item_square-4 .social-icons {
font-size: 0;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 0;
position: absolute;
width: 100%;
z-index: 3;
    -webkit-transform: translateY(-42px);
    transform: translateY(-42px);
    -webkit-transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
}
.rd_team .rd_item_square-4:hover .social-icons {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.rd_team .rd_item_square-4 .social-icons li {
margin: 0;
    list-style: none;
    display: inline-block;
    /*margin: 0px -2px;*/
    padding: 0;
    border: 0;
    padding: 9px 0px;
    width: 25%;
    position: relative;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-transition: padding .2s, opacity .2s;
    transition: padding .2s, opacity .2s;
}
.rd_team .rd_item_square-4 .social-icons li:hover {
    padding-bottom: 15px;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: padding .2s, opacity .2s;
    transition: padding .2s, opacity .2s;
}
.rd_team .rd_item_square-4 .social-icons li:nth-child(1) {
    background-color: #1c99c2;
}
.rd_team .rd_item_square-4 .social-icons li:nth-child(2) {
    background-color: #18def0;
}
.rd_team .rd_item_square-4 .social-icons li:nth-child(3) {
    background-color: #ff6000;
}
.rd_team .rd_item_square-4 .social-icons li:nth-child(4) {
    background-color: #9b50ba;
}
.rd_team .rd_item_square-4 .social-icons li a {
border-bottom: medium none;
color: #fff;
font-size: 18px;
}
/* 3D rolling button */

.rd_team .rd_item_square-4 .rd_face_container a span {
    background-color: #22b6c3;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 7px;
    width: 100%;
    left: 0px;
    top: 50%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.rd_team .rd_item_square-4 .rd_face_container a span::before {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    background: #007f6e;
    /*shadow*/
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.rd_team .rd_item_square-4 .rd_face_container a:hover span,
.rd_team .rd_item_square-4 .rd_face_container a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.rd_team .rd_item_square-4 .rd_face_container a:hover span::before,
.rd_team .rd_item_square-4 .rd_face_container a:focus span::before {
    background-color: #22b6c3;
}
/* end 3D rolling button */

/* --------------------------------------- */
.face &gt; img {
border-radius: 0 !important;
height: 100% !important;
width: 100%;
}
/*$5. Team Type 5 */

/* --------------------------------------- */

.hgroup .title-5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
}
.hgroup h4.sub-title-5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 20px 500px;
}
.rd_team .rd_item_square-5 {
    background-color: transparent;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
	margin-bottom: 50px;
}
.rd_team .rd_item_square-5:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.rd_team .rd_item_square-5 .tooltip {
    position: absolute;
    top: 16px;
    left: 12px;
    background-color: #fff;
    opacity: .74;
    max-width: 100%;
}
.rd_team .rd_item_square-5 .tooltips span {
    position: absolute;
    max-width: 100%;
    color: #333333;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    /*height: 76px;*/
    line-height: 25px;
    text-align: left;
    padding: 8px 9px;
    border-radius: 0px;
    opacity: 0;
    top: 10px;
    left: 10px;
    z-index: 6;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.rd_team .rd_item_square-5:hover .tooltips span {
    opacity: .74;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease .2s, opacity .4s ease .2s;
    transition: transform .4s ease .2s, opacity .4s ease .2s;
}
.rd_team .rd_item_square-5 .tooltips span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid #C4C4C4;
    border-right: 0px solid transparent;
    border-left: 21px solid transparent;
}
.rd_team .rd_item_square-5 .tooltips span:after {
    content: '';
    position: absolute;
    top: 99%;
    left: 15%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 18px solid #FFFFFF;
    border-right: 0px solid transparent;
    border-left: 16px solid transparent;
}
.rd_team .rd_item_square-5 .face {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 350px;
    z-index: 5;
}
.rd_team .rd_item_square-5 .face:after {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    background-color: #000;
    opacity: 0;
    content: "";
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
}
.rd_team .rd_item_square-5:hover .face:after {
    opacity: .3;
}
.rd_team .rd_item_square-5 .hgroup {
bottom: 80px;
left: 30px;
padding: 0;
position: absolute;
width: 170px;
z-index: 5;
}
.rd_team .rd_item_square-5 .hgroup .item-title {
background: red none repeat scroll 0 0;
color: #fff;
font-family: "Open Sans Condensed",sans-serif;
font-size: 20px;
margin-bottom: 10px;
margin-right: 1px;
text-transform: uppercase;
}
.rd_team .rd_item_square-5 .hgroup .item-sub-title {
background-color: rgba(40, 170, 155, 0.69);
color: #fff;
font-family: "Open Sans Condensed",sans-serif;
font-size: 20px;
font-weight: 300;
position: relative;
width: 90%;
margin: 0;
}
.rd_team .rd_item_square-5:hover .hgroup {
	margin-top: 145px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.rd_team .rd_item_square-5 .social-icons {
    background-color: #28ac9b;
    z-index: 4;
    position: relative;
    top: -95px;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
	line-height: 18px
}
.rd_team .rd_item_square-5:hover .social-icons {
    top: 0;
}
.rd_team .rd_item_square-5 .social-icons li {
display: inline-block;
list-style: outside none none;
padding: 8px 2px;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.rd_team .rd_item_square-5 .social-icons li a {
border-bottom: medium none;
color: #fff;
font-size: 22px;
}
.rd_team .rd_item_square-5 .social-icons li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.rd_team .rd_item_square-5 .social-icons li:nth-child(1):hover a {
    color: #187dbd;
}
.rd_team .rd_item_square-5 .social-icons li:nth-child(2):hover a {
    color: #1ed0d6;
}
.rd_team .rd_item_square-5 .social-icons li:nth-child(3):hover a {
    color: #f55f25;
}
</pre></body></html>