﻿body {
}
.team-gd p {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 2em;
}
.thumb:hover .team-content{
    padding-top: 12%; 
    padding-bottom: 6%;
}
.team-content {
    padding-top: 6%; 
    padding-left: 10%; 
    padding-right: 6%; 
    padding-bottom: 16%;
}
.thumb {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.thumb::before, .thumb::after {
    box-shadow: none;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 6;
}
.thumb::before {
    border-left: 3px solid white;
    border-top: 3px solid white;
    bottom: 100%;
    left: 28px;
    right: 100%;
    top: 28px;
}
.thumb:hover::before {
    bottom: 0;
    opacity: 1;
    right: 0;
}
.thumb:hover img {
    /*width:253px;
    height:200px;
    transform:translateY(60px);*/
   transform: scale(2.0)
   
}
.thumb img {
    transition: all 0.35s ease 0s;
}
.thumb .team_pos {
    background: rgba(192,192,192, 0.66) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 1%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.thumb::after {
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    bottom: 28px;
    left: 100%;
    right: 28px;
    top: 100%;
    
}
.thumb:hover::after {
    left: 0;
    opacity: 1;
    top: 0;
     /*margin: -50px 6px 0;*/
}
.thumb:hover .team_pos {
    top: 0;
}
.thumb:hover ul li {
    margin: 130px 6px 0;
}
.team_para p {
    color: #fff;
    font-size: 10px;
    font-weight:bold;
    margin-top: 25px;
}
.image {
    
    display:none !important;
}
.team-gd:hover .image{
    display:block !important;
}
.box {
    
} 

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(242, 214, 169,.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 5px;
  background: rgba(56, 1, 1, 0.60);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(175px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
 
  text-transform: uppercase;
  color: rgb(206, 19, 0);
 
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -62px 0 0 0;
  padding: 78px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  /*box-shadow: 0 0 5px #fff;*/
}

.custom {
   cursor: url(../Image/penhand.png), auto;
}