.team_item_img img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.team_item_big_img img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.team_section_home {
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_items {
	width: 100%;
	float: left;
}
.team_items_page {
	width: 100%;
	float: left;
    padding-bottom:70px;
}
.team_item {
	width: 30%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 0;
	text-decoration: none !important;
	background-color:#f9f9f9;
	position:relative;
	padding: 40px;
	box-sizing:border-box;
	min-height:400px;
	border-bottom: 2px solid #f68b38
}
.team_item:nth-of-type(3n) {
	margin-left: 0;
}
.team_item_img {
	float: right;
	width: 120px;
	height:120px;
	display:block;
	clear:both;
	border-radius:50%;
	border-bottom: 2px solid #f68b38;
}
.team_item_content {
	float: right;
	width: 100%;
	padding: 30px 0px 0px 0px;
	box-sizing:border-box;
}
.team_item_name {
	margin-bottom: 5px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_item_profession {
	margin-bottom: 10px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_page_section {
	float: right;
	width: 100%;	
	padding-top: 70px;
	position:relative;
	display:inline-block;
	text-align:center;
	padding-bottom:100px
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.team_section_home {
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_items {
	width: 100%;
	float: left;
}
.team_items_page {
	width: 100%;
	float: left;
    padding-bottom:50px;
}
.team_item {
	width: 30%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f9f9f9;
	position:relative;
	padding: 20px;
	box-sizing:border-box;
	min-height: 400px;
	border-bottom: 2px solid #f68b38
}
.team_item:nth-of-type(3n) {
	margin-left: 0;
}
.team_item_img {
	float: right;
	width: 100px;
	height:100px;
	display:block;
	clear:both;
	border-radius:50%;
	border-bottom: 2px solid #f68b38;
}
.team_item_content {
	float: right;
	width: 100%;
	padding: 20px 0px 0px 0px;
	box-sizing:border-box;
}
.team_item_name {
	margin-bottom: 5px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_item_profession {
	margin-bottom: 10px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_page_section {
	float: right;
	width: 100%;	
	padding-top: 40px;
	position:relative;
	display:inline-block;
	text-align:center;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.team_section_home {
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_items {
	width: 100%;
	float: left;
}
.team_items_page {
	width: 100%;
	float: left;
    padding-bottom: 30px;
}
.team_item {
	width: 100%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f9f9f9;
	position:relative;
	padding: 20px;
	box-sizing:border-box;
	border-bottom: 2px solid #f68b38
}
.team_item:nth-of-type(2n) {
	margin-left: 0;
}
.team_item_img {
	float: right;
	width: 100px;
	height:100px;
	display:block;
	clear:both;
	border-radius:50%;
	border-bottom: 2px solid #f68b38;
}
.team_item_content {
	float: right;
	width: 100%;
	padding: 20px 0px 0px 0px;
	box-sizing:border-box;
}
.team_item_name {
	margin-bottom: 5px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_item_profession {
	margin-bottom: 10px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_page_section {
	float: right;
	width: 100%;	
	padding-top: 40px;
	position:relative;
	display:inline-block;
	text-align:center;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.team_section_home {
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_items {
	width: 100%;
	float: left;
}
.team_items_page {
	width: 100%;
	float: left;
    padding-bottom: 20px;
}
.team_item {
	width: 100%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f9f9f9;
	position:relative;
	padding: 20px;
	box-sizing:border-box;
	border-bottom: 2px solid #f68b38
}
.team_item:nth-of-type(2n) {
	margin-left: 0;
}
.team_item_img {
	float: right;
	width: 100px;
	height:100px;
	display:block;
	clear:both;
	border-radius:50%;
	border-bottom: 2px solid #f68b38;
}
.team_item_content {
	float: right;
	width: 100%;
	padding: 20px 0px 0px 0px;
	box-sizing:border-box;
}
.team_item_name {
	margin-bottom: 5px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_item_profession {
	margin-bottom: 10px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_page_section {
	float: right;
	width: 100%;	
	padding-top: 20px;
	position:relative;
	display:inline-block;
	text-align:center;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.team_section_home {
    float: right;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_items {
	width: 100%;
	float: left;
}
.team_items_page {
	width: 100%;
	float: left;
    padding-bottom: 20px;
}
.team_item {
	width: 100%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 5%;
	text-decoration: none !important;
	background-color:#f9f9f9;
	position:relative;
	padding: 20px;
	box-sizing:border-box;
	border-bottom: 2px solid #f68b38
}
.team_item:nth-of-type(2n) {
	margin-left: 0;
}
.team_item_img {
	float: right;
	width: 100px;
	height:100px;
	display:block;
	clear:both;
	border-radius:50%;
	border-bottom: 2px solid #f68b38;
}
.team_item_content {
	float: right;
	width: 100%;
	padding: 20px 0px 0px 0px;
	box-sizing:border-box;
}
.team_item_name {
	margin-bottom: 5px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_item_profession {
	margin-bottom: 10px;
	min-height: 25px;
	max-height: 25px;
	overflow: hidden;
	visibility: visible;
}
.team_page_section {
	float: right;
	width: 100%;	
	padding-top: 20px;
	position:relative;
	display:inline-block;
	text-align:center;
}
}