body{
	background-color: #e7e7e7;
}
img{
	vertical-align: middle;
}
.teams .top, .about, .news, .services, .contact{
  width: 100%;
  min-width: 978px;
}
.top .topSlider .slider-text h3{
	line-height: 160px !important;
}
.teams .top{
  text-align: center;
  position: relative;
}
.teams .top #slide ul li{
  width: 100% !important;
}
.teams .top h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 58px;
  color: white;
  font-weight: 100;
  line-height: 90px;
  background: red;
} 
.teams .top .top_sp{
  display: none;
}

.teams .top .topSlider .slider-text{
  position: absolute; 
  top: 32%; 
  width: 100%; 
  text-align: center; 
  color: #fff;
}
.teams .top .topSlider .slider-text h3{
  text-align: center;
  font-family:'Roboto-Thin';
  font-size:58px; 
  font-weight: 100;
  line-height: 90px;
}
/*end of top*/
.inner{
	width: 88%;
	margin: 0 auto;
	min-width: 970px;
}
.container .team_menu{
	width: 980px;
	margin: 0 auto;
}
.container .team_menu ul{
	text-align: center;
	/*padding: 80px 0 80px 0;*/
}
.container .team_menu ul li{
	width: 245px;
	float: left;
	padding: 80px 0 80px 0;
}
.container .team_menu ul li a{
	font-size: 20px;
	font-family: Roboto-Regular;
}
.container .team_menu ul li a:hover{
  border-bottom:1px solid #303030;
  color:#303030;
 }
 .container .team_menu ul li a.active{
  border-bottom:1px solid #303030;
  color:#303030;
 }
 .container .team_menu ul li a.team_active{
  border-bottom:1px solid #303030;
  color:#303030;
 }

.container .team_members li{
	position: relative;
	margin-bottom: 160px;
}
.container .team_members li:last-child(){
	margin-bottom: 100px !important;
}
.container .team_members li .photo img{
	/*width: 1100px;*/
	/*width: 79%;*/
	width: 100% !important;
}
.container .team_members li .frame{
	width: 937px !important;
	height: 455px !important;
	overflow: hidden !important;
	position: relative; 
}
.container .team_members li .frame img {
 max-width: 100%;
  height: auto;  
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s ease; 
  -moz-transition: all 2s ease; 
  -ms-transition: all 2s ease; 
  transition: all 0.5s ease;
}
.container .team_members li .frame img:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.container .team_members li:nth-child(even) .frame{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    float: right;
}
.container .team_members li .description{
	width: 592px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: white;
	padding: 80px 0 90px 0;
	/*padding: 6.7% 0 7% 0;*/
}
.container .team_members li .description h3{
	font-size: 30px;
	color: #303030;
	text-align: center;
	padding: 0 0 17px 0;
	font-weight: normal;
	line-height: 25px;
	font-family: Roboto-Regular;
}
.container .team_members li .description h4{
	font-size: 24px;
	color: #909090;
	text-align: center;
	padding-bottom: 50px;
	font-weight: normal;
	line-height: 25px;
	font-family: Roboto-Regular;
	/*padding-top: 18px;*/
}
.container .team_members li .description .button{
	width: 152px;
	border:1px solid #cccccc;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	color: #909090;
	background:#fff;
	line-height: 22px;
	padding: 10px 0 10px 0;
	font-family: Roboto-Regular;
}
.container .team_members li .description .button{
	background:#fff;
	border-radius: 0;
}
.container .team_members li .description .button:hover{
	border: 1px solid  #303030;
	border-radius: 0;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 0;
}
.hvr-sweep-to-top:before{
	border-radius: 0; 
}
.container .team_members li:nth-child(even) img{
	float: right;
}
.container .team_members li:nth-child(even) .description{
	left: 0;
	bottom: 0;
	position: absolute;
	background: white;
}
.fade {            
  opacity: 0;
}
.secondanimatePulse{
  animation-duration: 1s;
  animation-name: bounceInUp;
}

@media screen and (min-width: 1601px){
	/*.container .team_members{
		width: 85%;
		margin: 0 auto;
	}*/
	.container .team_members li .frame {
	    width: 78% !important;
    	height: auto !important;
	}
	.container .team_members li .description{
		padding: 6.7% 0 7% 0;
	}
}