@charset "utf-8";
/* CSS Document */
.speaker_category
{
	margin-bottom:20px;
}
.category_title
{
	    position: relative;
    background: #FDFDFD;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    cursor: pointer;
	background: #2a9899!important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
	border-radius: 3px 3px 0 0;
	padding-left: 50px;

	
}
.category-title-icon
{
	
	    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 15px;
    margin-top: -9px;
    background: url(../images/speaker.png) center 0;
}
.single-speaker
{
text-align:center;
margin-right:auto;
margin-left:auto;	
min-height:365px !important;
	
}
.speaker-photo
{
	margin-left: auto;
    margin-right: auto;
	float:none;
	    margin-bottom: 10px;
    margin-top: 30px;
}
.speakers-designation
{
	color: #6D2A9B;
    font-weight: 500;
    font-size: 14px;
}
.speakers-name
{
	color: #2a9899;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.speakers-company-designation
{
	color: #c29a1e !important;
	font-weight: 500;
    font-size: 14px;
}
