
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.mos-img img {display: none !important;}

.team-icon a {
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 5px 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-icon {
  margin-top: 25px;
}
.team-icon.style2 {
  margin-top: 45%;
}
.team-icon a:hover {
  color: #fff !important;
  background-color: #C00;
}

/* Flip Team */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.flip-container h3 {
  background: none;
}
.flip-container, .front, .back {
  width: 100%;
  height: 450px;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flipper:hover {
  cursor: pointer;
}
.flip-container .flipper .back-padd {
  background-color: #f8f8f8;
  padding: 45px 25px;
}

.flip-container .flipper .back .mos-img {
  font-size: 15px;
}
/* hide back of pane during swap */
.front, .back {
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .flipper .back .team-icon a {
  border: 1px solid #fff; color: #C00;
}
/* front pane, placed above back */
.front {
  background-position: center center !important;
  background-repeat: no-repeat;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  background-color: #f8f8f8;
  transform: rotateY(180deg);
}
.back ul li {
  font-size: 16px;
  line-height: 26px;
}
.more_info{
	margin-top: 13px;
}
.more_info a{
	color: #222;
	background: #fff;
	padding: 8px 12px;
}
.more_info a:hover, .more_info a:focus{   
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#111));
    background: -webkit-linear-gradient(bottom, #333 0%, #111 100%);
    background:         linear-gradient(0deg, #333 0%, #111 100%);
    border: 1px solid #111;
    color: #fff;
}
.team-item .flipper ul {
  padding-left: 0px;  
  list-style: none;
}
.team-item .list-inline{padding-left:0;margin-left:-5px;list-style:none}
.team-item .list-inline ul li{display:inline-block;margin-bottom:2px;margin-right:2px}
.team-item .list-inline>li{display:inline-block;padding-right:2px;padding-left:2px}