
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
	--main37-color: #fff;
	--color37-primary: #cc0000;
	--black37-color: #000;
	--black37-color2: #292929;
	--gray37-color: #f5f5f5;
	--border37-color: rgba(31,31,31,.1);
	--border37-color2:rgba(255,255,255,.17);
}

.mx-team37 .mos-img img {display: none !important;}

.mx-team37 .mos-img {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: 400;
  color: var(--black37-color);
  font-family: var(--secondary-font);
}
.mx-team37 .team-item {
	padding: 30px;
	text-align:center;
	border: 1px solid var(--border37-color);
	overflow: hidden;
	position: relative;
	background: var(--main37-color);
}
.mx-team37 .team-item .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}

.mx-team37 .team-item_container h4 {
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	margin-bottom: 6px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}
.mx-team37 .team-item_container h5 {
	color: #666;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}
.mx-team37 .team-link {
	position: absolute;
	right:0;
	cursor: pointer;
	top: 0;
}
.mx-team37 .team-link i {
	position: absolute;
    background: var(--main37-color);
	right:0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border: 1px solid var(--border37-color);
} 
.mx-team37 .team-link  span {
	position: absolute;
	right: 100px;
 	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	top:36px;
	width: 100px;
	opacity: 0;
	margin-top: 10px;
	visibility: hidden;
	transition: all .2s ease-in-out;
}
.mx-team37 .team-link:hover span {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.mx-team37 .team-content {
	padding: 20px 0 0;
	position: relative;
}
.mx-team37 .team-item:hover {
     background: var(--gray37-color);	
}
.mx-team37 .team-img {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.mx-team37 .team-img .bg {
    transition: all .3s linear;
}
.mx-team37 .team-img:hover .bg {
	filter: grayscale(.7);
}
.mx-team37 .team-social {
	position: absolute;
	left: 0;
	bottom: -90px;
	height: 90px;
	right: 90px;
	line-height: 90px;
	background: var(--main37-color);
	text-transform: uppercase;
	border-left: 1px solid var(--border37-color);
	border-bottom: 1px solid var(--border37-color);
	font-weight: 500;
    transition: all .2s linear;
}
 .mx-team37 .team-social ul {
  padding-left: 0px;
  }
.mx-team37 .team-social li {
	display: inline-block;
	margin: 0 8px;
	width: 20px;
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.mx-team37 .team-social li a {
	color: var(--black37-color);
}
.mx-team37 .team-social li a:hover {
	color: var(--color37-primary) !important;
	background: var(--main37-color) !important;
	border-width: 0px !important;
}
.mx-team37 .team-img:hover .team-social{
	bottom: 0;
}
.mx-team37 .team_num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
 	background: var(--black37-color);
	color:#fff;
}
.mx-team37 .team-carousel_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
 	border-bottom: 1px solid var(--border37-color);
	height: 89px;
}
.mx-team37 .team-carousel-slider-pagination_wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 60px;
	display: inline-block;
}
.mx-team37 .tmc-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 90px;
	height: 89px;
	line-height: 90px;
	z-index: 10;
	font-size: 1.4em;
	background: var(--gray37-color);
	border: 1px solid var(--border37-color);
	border-bottom: none;
	border-top:none;
}

.mx-team37 .tmc-button:hover , .team-info-wrap {
	background: var(--main37-color);
}
.mx-team37 .team-info-wrap {
	z-index: 10;
	overflow: auto;
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0;
	bottom: 0;
    transition: all .3s linear;
     scrollbar-width: none;
    -ms-overflow-style: none;
}
.mx-team37 .team-info-wrap::-webkit-scrollbar {
  	width: 0px;
}
.mx-team37 .tiw_visible {
	right: 0;
}
.mx-team37 .ti_close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.7em;
	cursor: pointer;
	width: 90px;
	height: 89px;
	line-height: 90px;
	z-index: 10;
	font-size: 1.4em;
	background: var(--gray37-color);
	border: 1px solid var(--border37-color);
}
.mx-team37 .team-info h4 {
	text-align: left;
	font-size: 1.8em;
	font-weight: 500;
	margin : 30px 0;
}
.mx-team37 .team-info {
	padding: 50px 30px 0;
}

.mx-team37 .tiw_visible .team-skills-container  .team-skill:before {
	width: var(--prog);
	transition-delay: .6s;
}

.mx-team37 .team-item .button-btn  {
	width: 100%;
	float: left;
	height: 70px;
	line-height: 70px;
	border:none;
	background: var(--black37-color);
	color:#fff;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
	overflow: hidden;
	display: block;
	cursor: pointer;
	outline: none;
}

.team-social .field-label {
  display: none !important;
}