@charset "UTF-8";

#about-team > #pg > div{
	background-color: #00a29a;
	color: #fff;
	margin-bottom: 2em;
}
#about-team > #cg > div{
	background-color: #d73a59;
	color: #fff;
	margin-bottom: 2em;
}
#about-team > #dtm > div{
	background-color: #f39800;
	color: #fff;
	margin-bottom: 2em;
}

#about-team > section > div > div.team-img{
	position: relative;
	padding: 5%;
}

#about-team > section > div > div.team-img:before{
	content: "";
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	background-color: #fff;
	border-radius: 5px;
	transform: rotate(-45deg);
}

#about-team > section > div > div.team-img > img{
	position: relative;
	width: 100%;
}

#about-team > section > div > div.team-intro{
	border-top: 1px solid #fff;
}

#about-team > section > div > div.team-intro > h2{
	color: #fff;
}

#about-team div.team-intro > ul.team-sublink{
	list-style-type: none;
	padding-left: 0;
}

#about-team div.team-intro > ul.team-sublink > li{
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
	border-radius: 1em;
}

#about-team div.team-intro > ul.team-sublink > li > a{
	color: #fff;
	border: 2px solid #fff;
	padding: 0.3em 1em;
	border-radius: 1.5em;
	display: inline-block;
}

#about-team section#pg div.team-intro > ul.team-sublink > li > a:hover{
	color: #00a29a;
	background-color: #fff;
	text-decoration: none;
}

#about-team section#cg div.team-intro > ul.team-sublink > li > a:hover{
	color: #d73a59;
	background-color: #fff;
	text-decoration: none;
}

#about-team section#dtm div.team-intro > ul.team-sublink > li > a:hover{
	color:  #f39800;
	background-color: #fff;
	text-decoration: none;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

	#about-team > section > div > div.team-img{
		text-align: center;
		padding: 10px;
	}

	#about-team > section > div > div.team-img > img{
		width: 50px;
	}

	#about-team > section > div > div.team-img:before{
		top: 10px;
		left: 50%;
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}

	#about-team > section > div > div.team-intro > h2,
	#about-team > section > div > div.team-intro > ul{
		text-align: center;
	}

	#about-team > section > div > div.team-intro{
		margin-top: 10px;
	}
}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

	#about-team > section > div > div.team-img{
		text-align: center;
		padding: 10px;
	}

	#about-team > section > div > div.team-img > img{
		width: 50px;
	}

	#about-team > section > div > div.team-img:before{
		top: 10px;
		left: 50%;
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}

	#about-team > section > div > div.team-intro > h2,
	#about-team > section > div > div.team-intro > ul{
		text-align: center;
	}

	#about-team > section > div > div.team-intro{
		margin-top: 10px;
	}
}
