/*	Team 1
/*----------------------------------------------------*/
/*-------------------
-----Team Styles-----
---------------------*/	
.team-member {
    margin-bottom:30px;
    position: relative;
    text-align: center;
}

.member-thumb{
    position: relative;
    text-align:center;
    border-bottom: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.team-member:hover .member-thumb{
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.member-thumb img{
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.team-member:hover .member-thumb img{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.member-details h3{
    margin-bottom:10px;
}

.member-details .title{
    margin:0 0 10px;
    font-size: 16px;
    color:#DF451A;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-details p{
    margin:0;
}

.team-member .member-details {
    margin:0;
    position:relative;
    border-top: none;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.team-member .member-socials {
    list-style:none;
    margin:30px 0 30px;
    padding:0;
    width:100%;
}

.team-member .member-socials li {
    display:inline-block;
    text-align:center;
    margin:0 2px;
}

.team-member .member-socials li a{
    display:inline-block;
    padding:0;
    min-width:40px;
    height:40px;
    font-size:18px;
    line-height:40px;
    color:#aaa;
    background:rgba(255,255,255,.8);
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.team-member .member-socials li a:hover{
    background:#DF451A;
    color:#fff;
}


.team-1 h2 {
	margin-bottom: 50px;
}

.team-member {
	max-width: 500px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	border-top: 0;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}

.team-details {
	padding: 20px;
}

.team-member .member-name {
	marg in-top: 20px;
	position: relative;
}

.team-member .member-name:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.team-member .position {
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	display: block;
}

.team-member .social-links {
	padding-top: 10px;
}

.team-member .social-links > li a {
	border-color: #ecf0f1;
	border-radius: 3px;
}




/*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

