
/*------------------------------------------------------------------------
# mod_tc_team2 Extension
# ------------------------------------------------------------------------
# author    themescreative
# copyright Copyright (C) 2014 themescreative.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.themescreative.com
-------------------------------------------------------------------------*/
/* ! OUR TEAM  ! */

.team-member
	{
		width:100%; float: left;text-align:center;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	}
.team-member:hover
	{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	}
	
/*- Image Member -*/
.img-member 
	{
		margin:-100px 0 0 0;
		padding:0;
		text-align:center;
	}

.img-member img 
	{
		width:160px;
		height:160px;
	}

/* Text */
.team-member h3 
	{
		text-transform:uppercase;
		background-image: none;
		margin-bottom:10px;
	}

.team-member h5 
	{
		font-weight:300;
		color:#8a8a8a;
		text-transform: uppercase;
	}

/* Socials Member */
.team-member ul 
	{
		margin:0;
		padding:0;
		list-style:none;
	}

.team-member ul li 
	{
		display:inline-block;
		margin:18px 2px 0 2px;
	}

.team-member ul li a 
	{
		display:inline-block;
		color:#fff;
		font-size:17px;
		padding: 5px !important;
		width:28px;
		height:28px;
		background:#333;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	}

/* Hover Member */
.team-member:hover ul li a 
	{
		color:#222;
		background:#dddddd;
	}

.team-member:hover ul li a:hover i 
	{
		color:#ffffff;
	}

.img-member img 
	{
		border:10px solid #f1f1f1;		
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		border-radius: 50% !important;
	}


.team-member:hover ul li a:hover

	{
	background: #e67e22;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}	
.prev-next {
    position: absolute;
    height: 25px;
    width: 25px;
    color: #989898;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #989898;
    top: 7px;
    padding-top: 5px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prev-next:hover{
    border:1px solid #ff4647;
    background-color: #ff4647;
    color: #fff;
}
#members {
    position: relative;
}
.members {
    margin-top: 10px;
}

#members .prev {
    right: 30px;
}
	
	