.igx-tab {
    overflow: hidden;
}

.tabcontent-holder {
    border: solid #939192;
    border-width: 1px 0 0 1px;
    position: relative;
    z-index: 1;
    top: -1px;	
}

.tabcontent {
    display: none;
    padding: 20px 12px 6px 12px;
}

.tabcontent.active {
	display: block;
}

.tabcontent {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    
    from {
    	opacity: 0;
    }to {
    	opacity: 1;
    }
}

.tabcontent .date-icon-blog {
	width: 30px;
	height: 36px;
	text-align: center;
	text-indent: -2px;
	left: 0;
	top: 0;
	background: url("../images/ico-home-blog.png") no-repeat 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

#content .tabcontent p.date-icon-blog {
	margin-bottom: 0;
	line-height: 25px;
}

.tabcontent .title {
	font-weight: bold;
	margin-top: -5px;
	position: relative;
}

.tabcontent .info {
	clear: none!important;
	overflow: hidden;
}

.tabcontent .date {
	font-weight: bold;
}

.tabcontent .item {
	margin-bottom: 20px;
	border-bottom: dotted 1px #939192;
}

.tabcontent .item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.fb-page {
	width: 100%;
}