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

.pagesection {
    float: left;
   padding-top:90px;
    width: 100%;
}
.full-content {
    float: left;
    width: 100%;
}

/*==// TeamInfo Setup //==*/
.team-info .socialnetwork li a:hover{
	border-color:transparent;
}
.team-info .socialnetwork li:hover a i{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
.team-info {
	float: left;
	width: 100%;
	padding: 10px 20px 20px;
	text-align: center;
	border:solid 1px #ccc;
}
.kd-team .team-mainsection {
	margin-bottom: 30px;
}
.team-mainsection figure{
	margin:0px;
	background-color:#000;
	float:left;
	width:100%;
}
.team-mainsection:hover .team-info{
	background-color:#f4f4f4;
}
.kd-team figure, .team-mainsection figure img {
	float: left;
	width: 100%;
}
.team-mainsection:hover figure img{
	opacity:0.5;
}
.team-mainsection h4, .team-info span {
	text-transform: uppercase;
}
.team-info span {
	color: #a9a9a9;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	display: block;
}
.kd-team figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kd-team .team-mainsection:hover figure figcaption {
	opacity: 1;
}
.kd-team .team-mainsection:hover figure figcaption .team-caption {
	bottom: 10px;
}
.kd-team figure figcaption:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.team-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px 10px;
	display: none;
}
.team-caption span {
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 0px;
}
.event-detail .kd-post-title{
	margin: 0px;
}
.kd-post-title {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.kd-post-title h2 {
	font-size: 32px;
	text-transform: uppercase;
}