@charset "utf-8";

.tabs a{
	display: block;
	text-align: left;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
}
.tabs p{
	font-size: 18px;
	line-height: 32px;
	color:#595757;
}

.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: 1000px;
	height:400px;
	margin: 0px auto;
	margin-top:40px;
}

/*** Container One Tab ********************/
.container{
	position: absolute;
	top:0;
	left: 0;	
	margin-top:30px;
}

/*** Tab Lebels ****************************/
.label,.label1,.label2,.label3,.label4{
	position: absolute;
	width: 218px;
	height: 50px;
	left: 0px;
}
.container:nth-child(1) .label{
	top: 15px;
}
.container:nth-child(2) .label{
	top: 70px;
}
.container:nth-child(3) .label{
	top: 125px;
}
.container:nth-child(4) .label{
	top:180px;
}
.container:nth-child(5) .label{
	top:235px;
}
.container:nth-child(6) .label{
	top:290px;
}
.container:nth-child(7) .label2{
	top:345px;
}
.container:nth-child(1) .label1{
	top: 15px;
}
.container:nth-child(2) .label1{
	top: 70px;
}
.container:nth-child(3) .label1{
	top: 125px;
}
.container:nth-child(4) .label1{
	top:180px;
}
.container:nth-child(5) .label1{
	top:235px;
}
.container:nth-child(6) .label1{
	top:290px;
}

.container:nth-child(7) .label2{
	top:345px;
}

.container:nth-child(1) .label2{
	top: 15px;
}
.container:nth-child(2) .label2{
	top: 70px;
}
.container:nth-child(3) .label2{
	top: 125px;
}
.container:nth-child(4) .label2{
	top:180px;
}
.container:nth-child(5) .label2{
	top:235px;
}
.container:nth-child(6) .label2{
	top:290px;
}
.container:nth-child(7) .label2{
	top:345px;
}
.container:nth-child(1) .label3{
	top: 15px;
}
.container:nth-child(2) .label3{
	top: 70px;
}
.container:nth-child(3) .label3{
	top: 125px;
}
.container:nth-child(4) .label3{
	top:180px;
}
.container:nth-child(5) .label3{
	top:235px;
}
.container:nth-child(6) .label3{
	top:290px;
}
.container:nth-child(7) .label2{
	top:345px;
}
.container:nth-child(1) .label4{
	top: 15px;
}
.container:nth-child(2) .label4{
	top: 70px;
}
.container:nth-child(3) .label4{
	top: 125px;
}
.container:nth-child(4) .label4{
	top:180px;
}
.container:nth-child(5) .label4{
	top:235px;
}
.container:nth-child(6) .label4{
	top:290px;
}
.container:nth-child(7) .label4{
	top:345px;
}
.container:nth-child(8) .label4{
	top:400px;
}
.container:nth-child(7) .label2{
	top:345px;
}
.label h5 a,.label1 h5 a,.label2 h5 a,.label3 h5 a,.label4 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,.label1 h5 a i,.label2 h5 a i,.label3 h5 a i,.label4 h5 a i{
	padding:3px 10px 0 0;
	font-size:20px;
	padding-left: 28px;
}

/*** Content ******************************/
.content,.content1,.content2,.content3,.content4{
	position:absolute;
	height: 350px;
	width: 782px;
	overflow:hidden;
	left:218px;
	border-top:4px solid;
	border-bottom:20px solid;
	display:block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	
}
.content p,.content1 p,.content2 p,.content3 p,.content4 p{
	padding: 2px 10px 5px 10px;
	margin:10px 0 10px 15px;
	text-align: justify;
}
.content h4,.content1 h4{
	padding: 8px 0 7px 15px;
}
.content h6,.content1 h6{
	padding:8px 15px 10px 15px;
	margin:15px 10px;
	
	font-size:13px;
	text-align: justify;
	
	border-top:1px solid #999999;
}
.content h6 i,.content1 h6 i{
	padding:0 5px;
	font-size:10px;
}

/*** For Change Animation Effects *******************/
.container:target .content{
	-webkit-animation: bounce .6s 1;
	animation: bounce .6s 1;
}
