@charset "utf-8";

a{
	display: block;
	text-align: center;
	text-decoration: none;
}
p,
h5,
h4{
	font-family:'exodemi_bold',Arial, Helvetica, sans-serif;
}
p{
	font-size: 13px;
	line-height: 21px;
}
h5{
	line-height: 33px;
	letter-spacing: .1em;
	text-transform:uppercase;
}
h4{
	letter-spacing:.1em;
}
h6{
	font-style:italic;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	line-height: 20px;
}
/*** Container All Tabs ********************/
.tabs{
	position: relative;
	display: block;
	width: 625px;
	height: 400px;
	margin: 10px auto;
}

/*** Container One Tab ********************/
.container{
	position: absolute;
	display: block;
	height: 370px;
	width: 556px;
	margin-left: 199px;
	padding: 10px 10px;
	box-shadow: 1px 2px 4px 1px rgba(204,204,204,.2);
	-webkit-box-shadow: 1px 2px 4px 1px rgba(204,204,204,.2);
	-moz-box-shadow: 1px 2px 4px 1px rgba(204,204,204,.2);
}
.container:target .content {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: .9s;
	-webkit-animation-iteration-count:1;
}
.container:target .label{
	  left: -343px;
    width: 336px;
}

/*** Tab Lebels ****************************/
.label{
	height: 60px;
    left: -343px;
    padding: 0 5px;
    position: absolute;
    width: 336px;
}
.container:nth-child(1) .label{
	top: 15px;
}
.container:nth-child(2) .label{
	top: 80px;
}
.container:nth-child(3) .label{
	top: 145px;
}
.container:nth-child(4) .label{
	top:210px;
}
.container:nth-child(5) .label{
	top:275px;
}
.label h5{
	font-size:12px;
}
.label h5 a{
	width: 100%;
	line-height: 60px;
	
	
	border-radius:4px 0 0 12px;
	-webkit-border-radius:4px 0 0 12px;
	-moz-border-radius:4px 0 0 12px;
	
	box-shadow: -1px 1px 1px 1px rgba(96, 96, 96,.2);
	-webkit-box-shadow: -1px 1px 1px 1px rgba(96, 96, 96,.2);
	-moz-box-shadow: -1px 1px 1px 1px rgba(96, 96, 96,.2);
	
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.label h5 a i{
	padding-right:7px;
	font-size:22px;
}

/*** Content ******************************/
.content{
	position:absolute;
	width: 550px;
	overflow:hidden;
}
.content p{
	padding: 2px 10px 5px 10px;
	margin:10px 0 10px 15px;
	text-align: justify;
}
.content h4{
	padding: 8px 0 7px 15px;
	font-size: 19px;
}
.content h6{
	padding:8px 15px 10px 15px;
	margin:35px 10px 10px 10px;
	
	font-size:13px;
	text-align:justify;
	border-top:1px solid;
}
.content h6 i{
	padding:0 5px;
	font-size:12px;
}

/*** Change Style *************************/
body {
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat;
}
.container{
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	border-color: #FF1493;                 /*Main Color*/              
}
.label a{
	background: #F1F1F1;        
	color: #0095da;
}
.label:hover a{
	background-color: #0095da; 
	color:#fff;
	text-decoration:none;             /*Main Color*/
}
.container:target .label a{
	background-color: #0095da;              /*Main Color*/     
	color:#FFFFFF;
}
.content p{                       
	color:#333333;	
}
.content h4{
	color: #0095da;                          /*Main Color*/
}
.content h6{
	color:#333333;
	border-top-color:#999999;
}
.content h6 i{
	color: #FF1493;          
}