.tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
	max-width: 1250px;
	padding-top: 100px;
	height: auto;
}

.tabs input {
	position: relative;
	z-index: 1000;
	width: 180px;
	height: 35px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
	text-align: left;
}

.tabs label {
	font-size: 15px;
	line-height: 40px;
	height: 35px;
	position: relative;
	padding: 0 20px;
	display: block;
	width: 180px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	clear: both;
	cursor: pointer;
}

.tabs label:after {
    content: '';
	background: #db995e;
	position: absolute;
	right: -2px;
	top: 0;
	height: 100%;
}

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

.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: #db995e;
	z-index: 6;
	color: #fff;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 950px;
	margin: -595px 0 0 200px;
	height: 800px;
	z-index: 5;
	/* overflow: hidden; */
}

.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{

}

.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{
    -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;
}



@media only screen and (min-width:0px) and (max-width:567px){

.content img {
	width: 150%;
    margin-left: -22%;
}

}

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

	.content img {
		width: 120%;
		margin-left: -7%;
	}

}


@media only screen and (min-width:0px) and (max-width:767px){
	
	.tabs {
		width: 100%;
		max-width: 1250px;
		padding: 80px 5%;
		margin: 0 auto;
	}	
		
	.content {
		width: 100%;
		margin: 20px 0;
    	height: 300px;
	}
		
	.tabs input {
		width: 100px;
		height: 35px;
		position: absolute;
		display: inline-block;
	}
		
	.tabs label {
		font-size: 15px;
		line-height: 40px;
		height: 35px;
		padding: 0 20px;
		display: inline-block;
		position: relative;
		width: 100px;
		clear: none;
		border-bottom: 1px solid #999;
	}
		
	.tabs label:after {
		position: relative;
		right: -2px;
		height: 100%;
		float: left;
	}
	
		
	}


@media only screen and (min-width:768px) and (max-width:1023px){

	.tabs {
		width: 100%;
		max-width: 1250px;
		padding: 80px 5%;
		margin: 0 auto;
	}

	.content {
		width: 70%;
		margin: -555px 0 0 200px;
		height: 500px;
	}

	}


@media only screen and (min-width:1024px) and (max-width:1349px){

.tabs {
	width: 100%;
	max-width: 1250px;
	padding: 80px 5%;
	margin: 0 auto;
}

.content {
    width: 80%;
	margin: -555px 0 0 200px;
	height: 800px;
}

}

