/* $Id:styles.css 2015-4-1 00:00:00 SocialEngineSolutions $*/

/*Social Icons*/
.sesteam-social-icon a{
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-flex;
	height: 25px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 26px;
	align-items: center;
	justify-content: center;
}
[dir="rtl"] .sesteam-social-icon a{
	float:right;
}
.sesteam-social-icon.bordernone a{
  border-width:0;
}
.sesteam-social-icon a i,
.sesteam-social-icon a:before{
	font-size:14px;
	margin:0;
}
/*Social Icons Hover Effect*/
.sesteam-social-icon a:hover i.fa-facebook:before{
  color:#4f62af;
}
.sesteam-social-icon a:hover i.fa-twitter:before{
  color:#55acee;
}
.sesteam-social-icon a:hover i.fa-google-plus:before{
  color:#e02f2f;
}
.sesteam-social-icon a:hover i.fa-linkedin:before{
  color:#0083be;
}
.sesteam-social-icon a:hover i.fa-link:before{
  color:#111;
}
.sesteam-social-icon a:hover i.fa-globe:before{
  color:#82b9d7;
}
.sesteam-social-icon a:hover i.fa-envelope:before{
  color:#82b9d7;
}
/*SEARCH RESULT MESSAGE*/
.sesteam_result_tip{
  border-bottom-width:1px;
  margin-bottom:15px;
  padding:10px 0;
}
/*TEMPLATE 1 CSS START HERE */
.sesteam_temp1_wrap{
	clear:both;
  padding-bottom:250px;
}
.sesteam_temp1_wrap *{
	box-sizing:border-box;
}
.sesteam_temp1_wrap .iscenter,
[dir="rtl"] .sesteam_temp1_wrap .iscenter{
  text-align:center;
}
.sesteam_temp1_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp1_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp1_list .team_box{
  background-color:#fff;
	display:inline-block;
	height:220px;
	margin:0 10px 20px;
	text-align:center;
	vertical-align:top;
	position:relative;
	width:240px;
}
.sesteam_temp1_list .team_box_inner{
	position:absolute;
	width:100%;
}
.sesteam_temp1_list .team_member_thumbnail{
	border-radius:50%;
	height:150px;
	margin:15px auto;
	overflow:hidden;
	width:150px;
}
.sesteam_temp1_list .team_member_thumbnail a{
	display:block !important;
	height:100%;
	width:100%;
}
.sesteam_temp1_list .team_member_thumbnail img{
	border-width:0;
	min-height:100%;
	max-height:inherit;
	max-width:inherit;
	width:100%;
}
.sesteam_temp1_list .sesteam_labels_container{
	margin-top:-40px;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_temp1_list .team_member_name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.sesteam_temp1_list .team_member_role{
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
}
.sesteam_temp1_list .team_member_contact_info{
  text-align:center;
  margin-bottom:5px;
}
.sesteam_temp1_list .team_member_contact_info > span{
  display:block;
  margin-bottom:5px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.sesteam_temp1_list .team_member_contact_info > span:last-child{
  margin-bottom:0px;
}
.sesteam_temp1_list .team_member_contact_info > span i{
  margin-right:5px;
  text-align:center;
  width:15px;
}
.sesteam_temp1_list .team_box_bottom{
  border-top:solid 1px rgba(0, 0, 0, 0.07);
  padding:10px;
  display:none;
}
.sesteam_temp1_list .team_box_bottom > div + div{
  margin-top:5px;
}
.sesteam_temp1_list .team_member_des{
	text-align:center;
	font-size:12px;
  line-height:18px;
  font-style:italic;
}
.sesteam_temp1_list .team_member_more_link{
	font-style:italic;
	text-align:center;
}
.sesteam_temp1_list .sesteam-social-icon{
	text-align:center;
}
.sesteam_temp1_list .sesteam-social-icon a, [dir="rtl"] .sesteam_temp1_list .sesteam-social-icon a{
	float:none;
}
.sesteam_temp1_list .sesteam-social-icon a + a{
	margin:2px 2px 2px -2px;
}
/*Hover Effect*/
.sesteam_temp1_list .team_box:hover .team_box_inner{
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.07);
	z-index:1;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-transition:transform 200ms ease-out 0s;
  -moz-transition:transform 200ms ease-out 0s;
  -o-transition:transform 200ms ease-out 0s;
  transition:transform 200ms ease-out 0s;
}
.sesteam_temp1_list .team_box:hover .team_box_bottom{
	display:block;
}
/*CSS for RTL*/
[dir="rtl"] .sesteam_temp1_list .team_box,
[dir="rtl"] .sesteam_temp1_list .team_member_name,
[dir="rtl"] .sesteam_temp1_list .team_member_role,
[dir="rtl"] .sesteam_temp4_list .team_member_contact_info,
[dir="rtl"] .sesteam_temp1_list .team_member_des,
[dir="rtl"] .sesteam_temp1_list .sesteam-social-icon{
  text-align:center;
}
[dir="rtl"] .sesteam_temp1_list .sesteam-social-icon a + a{
	margin:2px -2px 2px 2px;
}
/*Responsive CSS*/
@media only screen and (max-width:768px){
  .sesteam_temp1_wrap{
    padding-bottom:0;
  }
  .sesteam_temp1_list .team_box{
    height:auto;
    width:49%;
  }
  .sesteam_temp1_list .team_box_bottom{
    border-width:0;
    display:block;
  }
  .sesteam_temp1_list .team_box .team_box_inner,
  .sesteam_temp1_list .team_box:hover .team_box_inner{
    background-color:transparent;
    box-shadow:none;
    position:inherit;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
  }
}
@media only screen and (max-width:480px){
  .sesteam_temp1_list .team_box{
    width:95%;
  }
}
/*TEMPLATE 1 CSS END HERE */

/*TEMPLATE 2 CSS START HERE */
.sesteam_temp2_wrap{
	clear:both;
}
.sesteam_temp2_wrap *{
	box-sizing:border-box;
}
.sesteam_temp2_wrap .iscenter,
[dir="rtl"] .sesteam_temp2_wrap .iscenter{
  text-align:center;
}
.sesteam_temp2_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp2_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp2_list .team_box{
	display:inline-block;
	margin:0 10px 30px;
	vertical-align:top;
	position:relative;
	width:220px;;
}
.sesteam_temp2_list .team_box_inner{
	width:100%;
}
.sesteam_temp2_list .team_member_thumbnail{
	margin-top:10px;
  padding:5px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.sesteam_temp2_list .team_member_thumbnail_inner{
  height:180px;
  overflow:hidden;
	position:relative;
}
.sesteam_temp2_list .team_member_thumbnail a{
	display:block !important;
	height:100%;
	width:100%;
}
.sesteam_temp2_list .team_member_thumbnail img{
	border-width:0;
	min-height:100%;
  max-height:none;
  max-width:none;
	width:100%;
  position:relative;
  transform:scale(1);
  transition:all 800ms ease 0s;
}
.sesteam_temp2_list .team_member_thumbnail:hover img{
  transform:scale(1.2);
}
.sesteam_temp2_list .sesteam_labels_container{
  position:absolute;
  text-align:center;
  width:100%;
  bottom:10px;
}
.sesteam_temp2_list .team_member_name{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.sesteam_temp2_list .team_member_info{
  padding:10px 0;
  overflow:hidden;
}
.sesteam_temp2_list .team_member_info .team_member_info_label{
  float:left;
  margin-right:10px;
  width:70px;
}
[dir='rtl'] .sesteam_temp2_list .team_member_info .team_member_info_label{
  float:right;
  margin-left:10px;
  margin-right:0;
}
.sesteam_temp2_list .team_member_info .team_member_info_des{
  font-style:italic;
  overflow:hidden;
	word-break:break-all;
}
.sesteam_temp2_list .sesteam-social-icon + div{
	margin-top:10px;
}
.sesteam_temp2_list .team_member_more_link{
	clear:both;
	font-style:italic;
	text-align:right;
}
[dir='rtl'] .sesteam_temp2_list .team_member_more_link{
	text-align:left;
}
/*Responsive CSS*/
@media only screen and (max-width:768px){
  .sesteam_temp2_list .team_box{
    margin:0 1% 30px;
    width:45%;
  }
}
@media only screen and (max-width:480px){
  .sesteam_temp2_list .team_box{
    margin:0 4% 30px;
    width:90%;
  }
}
/*TEMPLATE 2 CSS END HERE */

/*TEMPLATE 3 CSS START HERE */
.sesteam_temp3_wrap{
	clear:both;
}
.sesteam_temp3_wrap *{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sesteam_temp3_wrap .iscenter,
[dir="rtl"] .sesteam_temp3_wrap .iscenter{
  text-align:center;
}
.sesteam_temp3_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp3_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp3_wrap .sesteam_temp3_list{
  clear:both;
}
.sesteam_temp3_list .team_box{
  display:inline-block;
  margin:15px 2%;
  position:relative;
  vertical-align:top;
  width:45%;
}
.sesteam_temp3_list .team_box_inner{
	width:100%;
}
.sesteam_temp3_list .team_member_thumbnail{
  float:left;
	margin:0 20px 0 0;
	position:relative;
	width:150px;
}
[dir='rtl'] .sesteam_temp3_list .team_member_thumbnail{
  float:right;
	margin:0 0 0 20px;
}
.sesteam_temp3_list .team_member_thumbnail_inner{
  border-radius:50%;
	height:150px;
	overflow:hidden;
	width:100%;
}
.sesteam_temp3_list .team_member_thumbnail_inner a{
	display:block !important;
	height:100%;
	width:100%;
}
.sesteam_temp3_list .team_member_thumbnail_inner img{
	border-width:0;
	min-height:100%;
  max-height:none;
  max-width:none;
	width:100%;
}
.sesteam_temp3_list .sesteam_labels_container{
	margin-top:-45px;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_temp3_list .team_member_details{
  overflow:hidden;
}
.sesteam_temp3_list .team_member_name{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.sesteam_temp3_list .team_member_stats{
  font-style:italic;
  padding:5px 0;
  overflow:hidden;
}
.sesteam_temp3_list .team_member_contact_info > span{
	display:block;
  margin-bottom:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.sesteam_temp3_list .team_member_contact_info > span:last-child{
  margin-bottom:0px;
}
.sesteam_temp3_list .team_member_contact_info > span i{
  margin-right:5px;
  text-align:center;
  width:15px;
}
.sesteam_temp3_list .sesteam-social-icon{
  margin-top:5px;
  overflow:hidden;
}
.sesteam_temp3_list .team_member_more_link{
  font-weight:bold;
  text-align:right;
	font-style:italic;
  margin-top:10px;
}
[dir='rtl'] .sesteam_temp3_list .team_member_more_link{
	text-align:left;
}
/*Responsive CSS*/
@media only screen and (max-width:768px){
  .sesteam_temp3_list .team_box{
    width:90%;
  }
}
/*TEMPLATE 3 CSS END HERE */

/*TEMPLATE 4 CSS START HERE */
.sesteam_temp4_wrap{
	clear:both;
}
.sesteam_temp4_wrap *{
	box-sizing:border-box;
}
.sesteam_temp4_wrap .iscenter,
[dir="rtl"] .sesteam_temp3_wrap .iscenter{
  text-align:center;
}
.sesteam_temp4_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp4_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp4_list{
	clear:both;
}
.sesteam_temp4_list .team_box{
	display:inline-block;
	margin:0 20px 20px 0;
	text-align:center;
	vertical-align:top;
	position:relative;
	width:200px;
}
.sesteam_temp4_list .team_box_inner{
	width:100%;
}
.sesteam_temp4_list .team_member_thumbnail{
	border-radius:5px;
	height:200px;
	margin:0 auto 15px;
	overflow:hidden;
	position:relative;
	width:200px;
}
.sesteam_temp4_list .team_member_thumbnail a{
	display:block !important;
	height:100%;
	width:100%;
}
.sesteam_temp4_list .team_member_thumbnail img{
	border-width:0;
	min-height:100%;
	max-height:inherit;
	max-width:inherit;
	width:100%;
}
.sesteam_temp4_list .sesteam_labels_container{
	bottom:10px;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_temp4_list .team_member_name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.sesteam_temp4_list .team_member_role{
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
}
.sesteam_temp4_list .team_member_contact_info{
  text-align:center;
  margin-bottom:5px;
}
.sesteam_temp4_list .team_member_contact_info > span{
  display:block;
  margin-bottom:5px;
  word-break:break-all;
}
.sesteam_temp4_list .team_member_contact_info > span:last-child{
  margin-bottom:0px;
}
.sesteam_temp4_list .team_member_contact_info > span i{
  margin-right:3px;
  text-align:center;
  width:15px;
}
.sesteam_temp4_list .team_member_des{
	text-align:center;
	font-size:12px;
  line-height:18px;
  font-style:italic;
  margin-top:15px;
  padding:0 10px;
}
.sesteam_temp4_list .sesteam-social-icon{
	text-align:center;
  margin-top:10px;
}
.sesteam_temp4_list .sesteam-social-icon a, [dir="rtl"] .sesteam_temp4_list .sesteam-social-icon a{
	float:none;
}
.sesteam_temp4_list .sesteam-social-icon a + a{
	margin:2px 2px 2px -2px;
}
.sesteam_temp4_list .team_member_more_link{
	font-style:italic;
	margin-top:10px;
	text-align:center;
}
/*Hover Effect*/
.sesteam_temp4_list .team_box:hover .team_box_inner{
	z-index:1;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);

  -webkit-transition:transform 200ms ease-out 0s;
  -moz-transition:transform 200ms ease-out 0s;
  -o-transition:transform 200ms ease-out 0s;
  transition:transform 200ms ease-out 0s;
}
.sesteam_temp4_list .team_box:hover .team_box_bottom{
	display:block;
}
/*CSS for RTL*/
[dir="rtl"] .sesteam_temp4_list .team_box,
[dir="rtl"] .sesteam_temp4_list .team_member_name,
[dir="rtl"] .sesteam_temp4_list .team_member_role,
[dir="rtl"] .sesteam_temp4_list .team_member_contact_info,
[dir="rtl"] .sesteam_temp4_list .team_member_des,
[dir="rtl"] .sesteam_temp4_list .sesteam-social-icon{
  text-align:center;
}
[dir="rtl"] .sesteam_temp4_list .sesteam-social-icon a + a{
	margin:2px -2px 2px 2px;
}
/*Responsive CSS*/
@media only screen and (max-width:900px){
  .sesteam_temp4_list .team_box{
    width:32%;
  }
  .sesteam_temp4_list .team_box:hover .team_box_inner{
    z-index:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
  }
}
@media only screen and (max-width:768px){
  .sesteam_temp4_list .team_box{
    width:45%;
  }
}
@media only screen and (max-width:480px){
  .sesteam_temp4_list .team_box{
    width:95%;
  }
}
/*TEMPLATE 4 CSS END HERE */

/*TEMPLATE 5 CSS START HERE */
.sesteam_temp5_wrap{
	clear:both;
}
.sesteam_temp5_wrap *{
	box-sizing:border-box;
}
.sesteam_temp5_wrap .iscenter,
[dir="rtl"] .sesteam_temp5_wrap .iscenter{
  text-align:center;
}
.sesteam_temp5_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp5_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp5_list{
	clear:both;
}
.sesteam_temp5_list .team_box{
	display:inline-block;
	margin:0 10px 10px 0;
	text-align:center;
	vertical-align:top;
	position:relative;
}
.sesteam_temp5_list .team_box_inner{
	border-radius:5px;
  position:relative;
  overflow:hidden;
	width:100%;
}
.sesteam_temp5_list .team_member_thumbnail{
	border-radius:5px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	width:200px;
}
.sesteam_temp5_list .team_member_thumbnail a{
	display:block !important;
	height:100%;
	width:100%;
}
.sesteam_temp5_list .team_member_thumbnail img{
	border-width:0;
	min-height:100%;
	max-height:inherit;
	max-width:inherit;
	width:100%;
}
.sesteam_temp5_list .sesteam_labels_container{
	bottom:10px;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_temp5_list .team_member_info{
  background-color:rgba(0, 0, 0, .8);
  bottom:0;
  display:none;
  left:0;
  position:absolute;
  top:0;
  right:0;
}
.sesteam_temp5_list .team_box:hover .team_member_info{
  display:block;
}
.sesteam_temp5_list .team_member_info *{
  color:#fff;
  text-align:center;
}
[dir="rtl"] .sesteam_temp5_list .team_member_info *{
  text-align:center;
}
.sesteam_temp5_list .team_member_name{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
	text-align:center;
}
.sesteam_temp5_list .team_member_role{
	margin-bottom:10px;
	font-size:14px;
}
.sesteam_temp5_list .team_member_contact_info{  
	display:block;
  margin:0 5px 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.sesteam_temp5_list .sesteam-social-icon{
  margin-top:10px;
}
.sesteam_temp5_list .sesteam-social-icon a, [dir="rtl"] .sesteam_temp5_list .sesteam-social-icon a{
	float:none;
}
.sesteam_temp5_list .sesteam-social-icon a + a{
	margin:2px 2px 2px -2px;
}
.sesteam_temp5_list .team_member_more_link{
	font-style:italic;
	margin-top:10px;
	text-align:center;
}

/*TEMPLATE 5 CSS END HERE */

/*TEMPLATE 6 CSS START HERE */
.sesteam_temp6_wrap{
	clear:both;
}
.sesteam_temp6_wrap *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sesteam_temp6_wrap .iscenter,
[dir="rtl"] .sesteam_temp6_wrap .iscenter{
  text-align:center;
}
.sesteam_temp6_wrap .team_page_heading{
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	padding:10px 0;
}
.sesteam_temp6_wrap .team_page_description{
	font-size:15px;
	margin-bottom:30px;
}
.sesteam_temp6_list{
	clear:both;
}
.sesteam_temp6_list table{
	width:100%;
}
.sesteam_temp6_list table tr:nth-child(odd){
  background-image:url(../images/transprant-bg1.png);
}
.sesteam_temp6_list table td{
  padding:5px;
  word-break:break-all;
}
.sesteam_temp6_list .team_member_thumbnail img{
  border-width:0;
  float:left;
  height:35px;
  width:35px;
}
.sesteam_temp6_list .team_member_name{
  font-weight:bold;
}
.sesteam_temp6_list table td.team_member_contact_info {
  padding:5px;
  white-space:nowrap;
  max-width:130px;
  text-overflow:ellipsis;
  overflow:hidden;
}
.sesteam_temp6_list table td > i{
  text-align:center;
  width:20px;
}
.sesteam_temp6_list .team_member_more_link {
	font-style:italic;
	font-size:11px;
}
/*TEMPLATE 6 CSS END HERE */

/*RANDOM MEMBERS LIST START HERE*/
/*Sidebar List*/
.sesteam_member_list_sidebar{
  +foreground;
  +rounded;
  padding:5px;
}
.sesteam_member_list_sidebar li{
  text-align:center;
  margin-bottom:10px;
}
.sesteam_member_list_sidebar li:last-child{
  margin-bottom:0;
}
.sesteam_member_list_sidebar li > a{
  float:left;
  margin-right:6px;
}
[dir="rtl"].sesteam_member_list_sidebar li > a{
  float:right;
  margin-left:6px;
  margin-right:0;
}
.sesteam_member_list_sidebar li.isround img{
  border-radius:50% !important;
}
.sesteam_member_list_sidebar_info{
  overflow:hidden;
}
.sesteam_member_list_sidebar_social_icons{
  margin-top:5px;
  overflow:hidden;
}
.sesteam_member_list_sidebar_social_icons a{
  float:left;
  margin:1px;
  text-align:center;
  text-decoration:none;
	width:20px;
}
[dir='rtl'] .sesteam_member_list_sidebar_social_icons a,
[dir='rtl'] .sesteam_member_list_sidebar_social_icons a i{
  float:right;
}
/*Horizontal List*/
.sesteam_member_list{
  clear:both;
  overflow:hidden;
}
.sesteam_member_list *{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.sesteam_member_list li{
  display:inline-block;
  margin-left:-4px;
  padding:0 10px 10px;
  vertical-align:top;
}
.sesteam_member_list_photo{
	position:relative;
}
.sesteam_member_list_photo_inner{
  border-width:2px;
  margin-bottom:10px;
  overflow:hidden;
}
.sesteam_member_list_photo_inner.isround{
  border-radius:50%;
}
.sesteam_member_list_photo img{
  border-width:0;
  min-height:100%;
	max-height:inherit;
	max-width:inherit;
  width:100%;
}
.sesteam_member_list_photo .sesteam_labels_container {
  bottom:10px;
  position:absolute;
  text-align:center;
  width:100%;
}
.sesteam_member_list_name{
  font-weight:bold;
  margin-bottom:5px;
}
.sesteam_member_list_designation{
  font-style:italic;
  margin-bottom:5px;
}
.sesteam_member_list_contact_info{
  display:block;
  font-size:.8em;
  margin-bottom:10px;
  word-break:break-all;
}
.sesteam_member_list_contact_info i{
  margin:0 5px;
  text-align:center;
  width:15px;
}
.sesteam_member_list_des{
  margin-bottom:10px;
  font-size:.8em;
}
.sesteam_member_list_social_icons{
  margin-top:5px;
  overflow:hidden;
}
.sesteam_member_list_more{
	text-align:right;
	font-style:italic;
	font-size:11px;
	margin-top:10px;
}
.sesteam_member_list_sidebar .sesteam_member_list_more{
	margin-top:0;
}
/*RANDOM MEMBERS LIST END HERE*/

/*MEMBER OF THE DAY CSS START HERE*/
.sestheme_highlighted_member .team_box{
	margin:0;
	width:100%;
}
.sestheme_highlighted_member .team_member_thumbnail{
	width:100%;
}
/*MEMBER OF THE DAY CSS END HERE*/

/*MEMBER PROFILE PAGE CSS START HERE*/
.sesteam_member_profile_left{
	float:left;
	margin:0 20px 0 0;
	width:200px;
}
[dir="rtl"] .sesteam_member_profile_left{
	float:right;
	margin:0 0 0 20px;
}
.sesteam_member_profile_photo{
	text-align:center;
	margin-bottom:15px;
	position:relative;
	width:100%;
}
.sesteam_member_profile_photo img{
	max-width:100%;
}
.sesteam_member_profile_photo .sesteam_labels_container{
	bottom:10px;
	left:0;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_member_profile_contact_info{
	margin-bottom:15px;	
}
.sesteam_member_profile_contact_info > span{
	display:block;
	word-break:break-all;
}
.sesteam_member_profile_contact_info > span + span{
	margin-top:7px;
}
.sesteam_member_profile_contact_info > span i.fa{
	text-align:center;
	width:20px;
}
[dir="rtl"] .sesteam_member_profile_contact_info > span i.fa{
	text-align:center;
}
.sesteam_member_profile_social_icon, [dir="rtl"] .sesteam_member_profile_social_icon{
	text-align:center;
}
.sesteam_member_profile_social_icon a, [dir="rtl"] .sesteam_member_profile_social_icon a{
	float:none;
}
.sesteam_member_profile_social_icon a + a{
  margin:2px 2px 2px -2px;
}
[dir="rtl"] .sesteam_member_profile_social_icon a + a{
  margin:2px -2px 2px 2px;
}
.sesteam_member_profile_right{
	overflow:hidden;
}
.sesteam_member_profile_title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.sesteam_member_profile_designation{
	font-style:italic;
	margin-bottom:10px;
}
.sesteam_member_profile_heading{
  border-bottom-width:1px;
  font-size:17px;
  font-weight:bold;
	margin-bottom:10px;	
  padding-bottom:10px;
}
.sesteam_member_profile_sitemember .sesteam_member_profile_social_icon,
[dir="rtl"].sesteam_member_profile_sitemember .sesteam_member_profile_social_icon{
	text-align:left;
}
.sesteam_member_profile_sitemember{
	border-width:1px;
	padding:10px;
	margin-bottom:10px;
}
.sesteam_member_profile_sitemember span{display:inline-block;margin:0 15px 0 0;}
[dir="rtl"] .sesteam_member_profile_sitemember span{margin:0 0 0 15px;}
/*MEMBER PROFILE PAGE CSS END HERE*/

/*MEMBERS SLIDESHOW CSS START HERE*/
.sesteam_members_slideshow .sesteam_labels_container{
	bottom:10px;
	left:0;
	position:absolute;
	text-align:center;
	width:100%;
}
.sesteam_members_slideshow .team_member_role{
	font-style:italic;
}
.sesteam_members_slideshow .team_member_des,
.sesteam_members_slideshow .team_member_role,
.sesteam_members_slideshow .team_member_contact_info,
.sesteam_members_slideshow .sesteam-social-icon{
	margin-top:10px;
}
.sesteam_members_slideshow .team_member_contact_info span{
	margin:0 10px 5px 0;
}
[dir="rtl"] .sesteam_members_slideshow .team_member_contact_info span{
	margin:0 0 5px 10px;
}
.sesteam_members_slideshow .team_member_contact_info span i{
	text-align:center;
	width:20px;
}
/*MEMBERS SLIDESHOW END START HERE*/