<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ! 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:#222;
		font-size:17px;
		padding-top: 5px;
		width:28px;
		height:24px;
		line-height:28px;
		background:#f1f1f1;
		-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:#fff;
	}

.team-member:hover ul li a:hover i 
	{
		color:#ffffff;
	}

.img-member img 
	{
		border:10px solid #f1f1f1;
	}


.team-member:hover ul li a:hover

	{
		color:#222;
	background: #999;
    -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;
    line-height: 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 {
    margin-top: 10px;
}

#members .prev {
    right: 30px;
}
	
	</pre></body></html>