.mentor_card {
		width: 96%;	
		margin: 2%;
	}

@media (min-width: 479px) {
	.mentor_card {
		width: 96%;	
		margin: 2%;
	}
}


@media (min-width: 767px) {
	.mentor_card {
		width: 46%;	
		margin: 2%;
	}
}

@media (min-width: 991px) {
	.mentor_card {
		width: 22%;	
		margin: 1.5%;
	}
}

@media (min-width: 1280px) {
	.mentor_card {
		width: 17%;	
		margin: 1.3%;
	}
}


.mentor_card .portrait {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	max-height: 200px;
	max-width: 200px;
	margin: 0px auto;
	overflow: hidden;
}	

.mentor_card .mentor_name {
	display: table; 
	font-size: 18px;
	font-weight: 300;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	color: #3d4042;
	height: 65px;
	overflow:hidden;
}




.mentor_sessions {
	position:relative;
}

.mentor_sessions .mentor_name {
	
	display: table; 
	font-size: 22px;
	font-weight: 300;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	color: #3d4042;
	height: 55px;
	overflow:hidden;
	text-align:center;
}

.mentor_sessions .mentor_bio .port_container {
	width: 25%;
	float:left;
}

.mentor_sessions .mentor_bio .port_container .portrait {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	max-width: 100%;
	overflow: hidden;
}

.mentor_sessions .mentor_bio .bio{
	float:left;
	width: 
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	font-weight: 300;
	width: 70%;
	margin-left: 4%;
}

.mentor_sessions .mentor_bio .bio p {
	color: #000000;
	line-height: 25px;
	font-size: 16px;
}

.legned_available {
	display:inline-block;
	width: 15px;
	height: 15px;
	background-color: #3498db;
	border: 0px; margin: 0px;
	vertical-align: baseline;
}

.mentor_sessions .session_list {
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
	padding-top: 15px;
}

.mentor_sessions .session_list .session_item {
	
	padding: 5px;
}
 

.mentor_sessions .session_list p {
	
	color: #000000;
	text-align: left;
}
		
.mentor_sessions .session_list .session_item .btn_active {
	display: inline-block;
	
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background: #3498db;
	padding: 2px 2px 2px 2px;
	width: 225px;
	
	text-decoration: none;
}


.mentor_sessions .session_list .session_item .btn_active:hover {

	background: #3f90ab;
	text-decoration: none;
}

.mentor_sessions .session_list .session_item .btn_grey {
	display: inline-block;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background: #63636b;
	padding: 2px 2px 2px 2px;
	width: 225px;
	
	text-decoration: none;
}


.mentor_sessions .session_list .session_item .btn_grey:hover {

	background: #63636b;
	text-decoration: none;
}







.mentor_card .mentor_name  p {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	
	
}

.mentor_card .mentor_company {
	display: table; 
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
	font-weight: 500;
	color: #3d4042;
	height: 80px;
	overflow:hidden!;
}

.mentor_card .mentor_company  p {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	line-height: 16px;
	
}

.mentor_card .mentor_status {
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0px;
	background-color: #3f8b1e;
	color: #ffffff;
}

.mentor_card .mentor_status_booked {
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0px;
	background-color: #999;
	color: #ffffff;
}

.mentor_card .mentor_details_button {
	padding: 5px;
	margin-bottom: 10px;
}

.mentor_card .mentor_details_button .btn {
	border-radius: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	background: #3498db;
	padding: 0px 5px 0px 5px;
	
	text-decoration: none;
}


.mentor_card .mentor_details_button .btn:hover {

	background: #3f90ab;
	text-decoration: none;
}
.modal {
	top:52px;	
}