.tabs {
    position: relative;
	margin: 0 auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 20%;
	height: auto;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}


.tabs label {
	
	font-size: 16px;
	line-height: 40px;
	height: auto;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	width: 20%;
	color: #FFF;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	opacity: 0.6;
}

.tabs label:after {
    content: '';
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	
}

.tabs input:hover + label {
	background: #9f9b5b;
}

.tabs label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #ed1c24;
	z-index: 6;
	opacity: 1;
}

.tabs.figue input:checked + label {
    background: #9f9b5b;
	z-index: 6;
	opacity: 1;
}

.clear-shadow {
	clear: both;
}

.content {
	position: relative;
    width: 100%;
	height: 370px;
	z-index: 5;
	border-top: 10px solid #ed1c24;
	padding-bottom: 40px;
}

.content.figue{
	border-top: 10px solid #9f9b5b;
}

.content div {
    position: absolute;
	width: 90%;
	top: 0;
	left: 0;
	padding: 50px 5%;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.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{
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

.content div p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	color: #fff;
}


@media only screen and (min-width:0px) and (max-width:380px){
	
	
.tabs label {
	
	font-size: 5px;
	line-height: 30px;
	height: auto;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	color: #FFF;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	opacity: 0.6;
}
	
.content {
	position: relative;
    width: 100%;
	height: 1230px;
	z-index: 5;
	border-top: 10px solid #0a9246;
	padding-bottom: 40px;
}	
	
}


@media only screen and (min-width:381px) and (max-width:499px){
	
	
.tabs label {
	
	font-size: 6px;
	line-height: 30px;
	height: auto;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	color: #FFF;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	opacity: 0.6;
}
	
.content {
	position: relative;
    width: 100%;
	height: 1500px;
	z-index: 5;
	border-top: 10px solid #0a9246;
	padding-bottom: 40px;
}	
	
}



@media only screen and (min-width:500px) and (max-width:767px){
	

.tabs label {
	
	font-size: 8px;
	line-height: 30px;
	height: auto;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	color: #FFF;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	opacity: 0.6;
}
	
.content {
	position: relative;
    width: 100%;
	height: 550px;
	z-index: 5;
	border-top: 10px solid #0a9246;
	padding-bottom: 40px;
}
	
.content div p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	color: #fff;
}
	
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
	.tabs label {
	
	font-size: 12px;
	line-height: 30px;
	height: auto;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	color: #FFF;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	opacity: 0.6;
}
	
	.content div {
    position: absolute;
	width: 94%;
	padding: 30px 3%;

}
	
.content div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #fff;
}
	
}