.tabs {
	position: relative;
	width: 950px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 270px;
	height: 50px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{top: 50px;}
.tabs input#tab-3{top: 100px;}
.tabs input#tab-4{top: 150px;}
.tabs input#tab-5{top: 200px;}
.tabs input#tab-6{top: 250px;}
.tabs input#tab-7{top: 300px;}
.tabs input#tab-8{top: 350px;}
.tabs input#tab-9{top: 400px;}
.tabs input#tab-10{top: 450px;}
.tabs input#tab-11{top: 500px;}
.tabs input#tab-12{top: 550px;}
.tabs input#tab-13{top: 600px;}
.tabs input#tab-14{top: 650px;}


.tabs label {
	
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 15%, rgba(43,43,43,1) 50%, rgba(17,17,17,1) 84%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(17,17,17,1)), color-stop(50%, rgba(43,43,43,1)), color-stop(84%, rgba(17,17,17,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 15%, rgba(43,43,43,1) 50%, rgba(17,17,17,1) 84%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 15%, rgba(43,43,43,1) 50%, rgba(17,17,17,1) 84%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 15%, rgba(43,43,43,1) 50%, rgba(17,17,17,1) 84%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(17,17,17,1) 15%, rgba(43,43,43,1) 50%, rgba(17,17,17,1) 84%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

	font-size: 12px;
	height: 30px;
	position: relative;
	padding: 10px 20px;
	display: block;
	width: 240px;
	color: #fff;
	text-align: left;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.5s ease;
}

.tabs label:after {
	
	
	color: #566e47;
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs input:hover + label {
	
	color: #566e47;
background: #c6c6c6;
background: -moz-linear-gradient(top,  #c6c6c6 0%, #bfbfbf 50%, #b5b5b5 50%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(50%,#bfbfbf), color-stop(50%,#b5b5b5), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: -o-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: -ms-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: linear-gradient(to bottom,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#e2e2e2',GradientType=0 );

}

.tabs label:first-of-type {z-index: 14;}
.tab-label-2 {z-index: 13;}
.tab-label-3 {z-index: 12;}
.tab-label-4 {z-index: 11;}
.tab-label-5 {z-index: 10;}
.tab-label-6 {z-index: 9;}
.tab-label-7 {z-index: 8;}
.tab-label-8 {z-index: 7;}
.tab-label-9 {z-index: 6;}
.tab-label-10 { z-index: 5;}
.tab-label-11 { z-index: 4;}
.tab-label-12 { z-index: 3;}
.tab-label-13 { z-index: 2;}
.tab-label-14 { z-index: 1;}

.tabs input:checked + label {
background: #c6c6c6;
background: -moz-linear-gradient(top,  #c6c6c6 0%, #bfbfbf 50%, #b5b5b5 50%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(50%,#bfbfbf), color-stop(50%,#b5b5b5), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: -o-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: -ms-linear-gradient(top,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
background: linear-gradient(to bottom,  #c6c6c6 0%,#bfbfbf 50%,#b5b5b5 50%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#e2e2e2',GradientType=0 );

	color: #566e47;

	z-index: 12;
}

.clear-shadow {
	clear: both;
}

.content {
    background:rgba(204,204,204,0.2);
	position: relative;
    width: 665px;
	margin: -920px 0 0 225px;
	height: 700px;
	z-index: 15;
	overflow: hidden;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.content div{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7,
.tabs input.tab-selector-8:checked ~ .content .content-8,
.tabs input.tab-selector-9:checked ~ .content .content-9,
.tabs input.tab-selector-10:checked ~ .content .content-10, 
.tabs input.tab-selector-11:checked ~ .content .content-11, 
.tabs input.tab-selector-12:checked ~ .content .content-12, 
.tabs input.tab-selector-13:checked ~ .content .content-13, 
.tabs input.tab-selector-14:checked ~ .content .content-14 {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}

.content div h2,
.content div h3{
	color: #566e47;
	font-size:20px;
}
