.tabs {
    position: relative;
	margin: 0px auto;
	width: 100%;
	padding-top:20px;
}

.tabs 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;
}
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: transparent;
	font-family: 'Poiret One', bold ;
	font-size: 20px;
	line-height: 40px;
	height: auto;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 300px;
	
	
	border-right:1px #fff solid;
	color:#fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	
    border-radius: 0px 0px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background:transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	
}

.tabs input:hover + label span {
	background:#F33;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label span {
   background:#F33;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
	
    background:transparent;
	position: relative;
    width: 100%;
	text-align:left;
	height:500px;
	z-index: 5;
 
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0px;
	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 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    margin: 0px;
    -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 h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	text-align: left;
	margin: 8px;
	color:#FFF;
	font-family: Cambria, Georgia, serif;
	border-left: 0px solid rgba(63,148,148, 0.1);
}



.tabs_r {
    position: relative;
	margin: 0px auto;
	width: 100%;
	padding-top:20px;
}

.tabs_r 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;
}
.tabs_r input#tab-2{
	left: 120px;
}
.tabs_r input#tab-3{
	left: 240px;
}
.tabs_r input#tab-4{
	left: 360px;
}

.tabs_r label {
	background: transparent;
	 font-family: 'Economica', 
	font-size: 20px;
	line-height: 40px;
	height: auto;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 300px;
	color:#70ca06;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	
    border-radius: 0px 0px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs_r label:after {
    content: '';
	background:transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	
}

.tabs_r input:hover + label span {
	background:#F33;
}

.tabs_r label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab_r-label-2 {
    z-index: 3;
}

.tab_r-label-3 {
    z-index: 2;
}

.tab_r-label-4 {
    z-index: 1;
}

.tabs_r input:checked + label span {
   background:#F33;
	z-index: 6;
}
.tabs_r input.tab-selector-1:checked ~ .content .content-1,
.tabs_r input.tab-selector-2:checked ~ .content .content-2,
.tabs_r input.tab-selector-3:checked ~ .content .content-3,
.tabs_r input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    margin: 0px;
    -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;
}