  .team-image{
    max-width: 470px;
    -webkit-transform: translateY(-55px);
    -moz-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .team-single_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 55px;
    -webkit-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    -moz-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 20px;
  }
  .team-info_wrapper{
        padding-left: 7%;
  }
  .team-title{
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.055;
  }
  .team-info_item{
    margin-bottom: 12px;
    font-size: 18px;
}
  .wrapper_right{
        margin-left: 85px;
  }
  .team-info_icons{
        margin-top: 30px;
  }
  .single-team .single_team_page .team-info_icons .team-icon.fa-twitter{
    background-color: #1da1f2;
    border-color: #1da1f2;
  }
  .team-icon{
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    color: #fff;

}
  }
  p{
    margin: 0;
  }
  .fa{
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-twitter{
    background-color: #1da1f2;
    border-color: #1da1f2;
  }
  .fa-facebook{
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .fa-linkedin{
    background-color: #007bb5;
    border-color: #007bb5;
  }
  .fa-instagram{
    background-color: #c32aa3;
    border-color: #c32aa3;
  }
  h5{
  	display: inline;
  }
  .team-info_item span{
  	 margin-left: 11px;
  }
  .fa-facebook:hover{color:#3b5998;background-color:transparent}
  .fa-twitter:hover{color:#1da1f2;background-color:transparent}
  .fa-linkedin:hover{color:#007bb5;background-color:transparent}
  .fa-instagram:hover{color:#c32aa3;background-color:transparent}
  @media only screen and (max-width: 992px){
  .team-single_wrapper{
  	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    background-position: top left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
    .team-title{
			    text-align: center;
			}		
	.team-info_item.team-department{
			    text-align: center;
			}
	.team-info_item{
  	text-align: center;
  }
}
  @media only screen and (max-width: 992px){
 .team-image{
  	margin: auto;
    position: relative;
  }

 }
 @media only screen and (max-width: 992px){
	
	.single-team .single_team_page .team-info_wrapper {
			    width: 100%;
			    margin-top: 29px;
			    margin-left: unset;
			    padding-top: 50px;
			    padding-left: 30px;
			    padding-right: 30px;
			}
.single-team .single_team_page .team-info_wrapper .team-title{
              text-align: center;
}

}

@media only screen and (max-width: 600px){
	.team-info_item span{
	display: block;
    margin-left: unset;
	}
}
