@charset "utf-8";

.tabs a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.tabs h4{
	font-size: 19px;
	letter-spacing:.1em;
}
.tabs h5{
	line-height: 33px;
	font-size: 15px;
	text-transform:uppercase;
}
.tabs h6{
	font-style:italic;
	line-height: 20px;
}

/*** Container All Tabs ********************/
.tabs{
	position: relative;
	display: block;
	width: 850px;
	height:400px;
	margin: 0 auto;
	margin-left:35px;
}

/*** Container One Tab ********************/
.container{
	position: absolute;
	top:0;
	left: 0;	
}

/*** Tab Lebels ****************************/
.label{
	position: absolute;
	width: 140px;
	height: 50px;
	left: 0px;
}
.container:nth-child(1) .label{
	top: 30px;
}
.container:nth-child(2) .label{
	top: 85px;
}
.container:nth-child(3) .label{
	top: 140px;
}
.container:nth-child(4) .label{
	top:195px;
}
.container:nth-child(5) .label{
	top:250px;
}
.container:nth-child(6) .label{
	top:305px;
}
.container:nth-child(7) .label{
	top:360px;
}
.container:nth-child(8) .label{
	top:415px;
}
.label h5 a{
	width: 100%;
	line-height: 50px;
	
	transition:background-color .7s;
	-webkit-transition:background-color .7s;
	-moz-transition:background-color .7s;
	-o-transition:background-color .7s;
	-ms-transition:background-color .7s;
}
.label h5 a i{
	padding:3px 10px 0 0;
	font-size:20px;
}

/*** Content ******************************/
.content{
	position:absolute;
	height: 415px;
	width: 760px;
	overflow:hidden;
	left:140px;
	padding: 10px;
	
	/* border-top:4px solid;
	border-bottom:20px solid;
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px; */
	
}
/* .content p{
	padding: 2px 10px 5px 10px;
	margin:10px 0 10px 15px;
	border-left:10px solid;
	text-align: justify;
} */
.content h4{
	padding: 8px 0 7px 15px;
}
.content h6{
	padding:8px 15px 10px 15px;
	margin:15px 10px;
	
	font-size:13px;
	text-align: justify;
	
	border-top:1px solid #999999;
}
.content h6 i{
	padding:0 5px;
	font-size:10px;
}

/*** For Change Animation Effects *******************/
.container:target .content{
	-webkit-animation: bounce .6s 1;
	animation: bounce .6s 1;
}
