
.tabs2 {
    position: relative;
	margin: -33px auto;
	width: 220px;
}

.tabs2 input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs2 input#tab-7{
	left: 8px;
	width: 168px;
}
.tabs input#tab-6{
	left: 309px;
}

.tabs2 label {
	background: transparent;
	font-size: 0.9em;
	margin-left: 7px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 80px;
	letter-spacing: 1px;	
	font-weight: bold;
	text-align: center;	
    border-radius: 5px 5px 0 0; 
	border: 1px solid #CFCFCF;
}

.tabs2 label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs2 input:hover + label {
	background: #fff;
	color: #204B80;
}

.tabs2 label:first-of-type {
    z-index: 4;
    
}

.tab-labe5-6 {
    z-index: 3;
}


.tabs2 input:checked + label {
    background: #fff;
	z-index: 6;	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
	border: 1px solid #CFCFCF;
}

.clear-shadow {
	clear: both;
}

.content1 {
   
	position: absolute;
    width: 214px;
	height: 290px;
	z-index: 5;
	overflow: hidden;
    border-top:1px #CFCFCF solid;
	border-bottom: 1px #CFCFCF solid;
    
}
.content1 a{
		color:#204B80;
}
.content1 a:hover{
		color:black;
}

.content1 div {
    position: absolute;
	top: 0;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-7{
	width:100%; margin-top:15px; 
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
.content-7 p{text-align:right; padding:10px}
.content-7 a{color:#204B80}
.content-7 a:hover{color:black}

.content-6 {
	width:100%; padding:10px;
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
.content-6 p{margin:0 0 15px 0}

.tabs2 input.tab-selector-7:checked ~ .content1 .content-7,
.tabs2 input.tab-selector-6:checked ~ .content1 .content-6
{
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content1 div h2,
.content1 div h3{
	color: #1f4b7f;
}
.content1 div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	/*padding-left: 15px;*/
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}