@charset "utf-8";
/* CSS Document */

.speaker-area
{
text-align:center;
font-size:85%;
line-height:125%;
}

.speaker-area img
{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius: 50%;
width:200px;
height:200px;
-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.5);
box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.5);
}

.speaker-area strong
{
text-align:center;
font-size:115%;
display:block;
padding-bottom:5px;
}

.speaker-area [class*='col-']
{
	min-height:380px;
	margin-bottom:30px;
}

.speaker-area a
{
	text-transform:uppercase;
	font-size:90%;
	
}

.sp-text-desc
{
height:100px;
padding:10px;	
}


@media (max-width:990px) 
{
.text-desc
{
height:90px;
padding:10px;	
}

}


@media (max-width:768px) 
{
.text-desc
{
height:auto;
padding:10px;	
}

}

@media (max-width:640px) 
{


}


@media (max-width:480px)
{


}
