@charset "utf-8";

.tabs a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.tabs p{
	font-size: 13px;
	line-height: 24px;
}
.tabs p, .tabs h4{
	font-family:'titilliumregular', Palatino, Georgia, serif;
}
.tabs h4{
	font-size: 19px;
	letter-spacing:.1em;
}
.tabs h5{
	font-family:'exodemi_bold',Arial, Helvetica, sans-serif;
	line-height: 33px;
	font-size: 15px;
	text-transform:uppercase;
}
.tabs h6{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style:italic;
	line-height: 20px;
}

/*** Container All Tabs ********************/
.tabs{
	position: relative;
	display: block;
	width: 100%;
	height:auto;
	margin: 0px auto;
}

/*** Container One Tab ********************/
.tabs-container{
	position: absolute;
	top:0;
	left: 0;	
}

/*** Tab Lebels ****************************/
.label{
	position: absolute;
	width: 17%;
	height: 96px;
	left: 0 px;

	margin-bottom:4px;
    background-color: #ccc;
}
.tabs-container:nth-child(1) .label{
	top: 15px;
}
.tabs-container:nth-child(2) .label{
	top: 70px;
}
.tabs-container:nth-child(3) .label{
	top: 125px;
}
.tabs-container:nth-child(4) .label{
	top:180px;
}
.label h5 a{
	/*width: 100%;*/
	/*line-height: 50px;
	
	border-radius: 15px 0 0 3px;
	-webkit-border-radius: 15px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	
	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: 350px;*/
	/*width: 80%;*/
	/*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;
}
