.cntl-backfff{
	background:#fff;
}
.left{float:left !important;}
.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top:100px;
}

.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.cntl-bar {
	position: absolute;
	width:8px;
	top: 0;
	bottom: 0;
	background-color: #F6DEC4;
}


.cntl-bar-fill {
	background-color: #F6DEC4;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;

}

.cntl-state {
	position: relative;
	width:100%;
	min-height: 200px;
	margin-bottom: 50px;
}

.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}

.cntl-icon {
	border-radius: 50%;
	width: 20px;
	height:20px;
	background-color: #C20C0C;
	border: solid 5px #fff;
	position: absolute;
	top: 21px;
	text-align: center;
}

.cntl-content {
	width: 49%;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
}

.cntl-state:nth-child(2n+2) .cntl-content {
	float:right;
	margin-right:-40%;
}

.cntl-image {
	opacity:0;
	width: 40%;
	padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;
}

.cntl-image img {
	width:100%;
}

.cntl-content h4 {
	font-weight: normal;
	margin-bottom: 10px;
	text-align:right;
	padding-right:96px;
	font-size: 20px;
	color: #C20C0C;
}
.cntl-content h4.txtL{
	text-align:left;
	padding-left:96px;
}
.cntl-hr{
	background:#F6DEC4;
	width:80px;
	height:8px;
	float:right;
}
.cntl-txt{
	padding-top:20px;
	font-size: 18px;
	color: #666666;
	line-height:24px;
	padding-left:98px;
}
.cntl-txt-1{
	padding-top:20px;
	color: #666666;
	line-height:24px;
	padding-left:158px;
}
/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:0%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:0%;
}

.cntl-animate .cntl-image {
	opacity:1;
	float:right;
}
.cntl-animate .cntl-image img{
	width:380px;
}
.container-Tab{
	height:61px;
	border-bottom:1px #eee solid;
	position: relative;
}
.container-Tab ul{
	position: absolute;
	bottom:-3px;
	right:0;
}
.container-Tab ul li{
	border-bottom:1px #eee solid;
	font-size: 16px;
	color: #AFAFAF;
	float:left;
	width:60px;
	margin-right:30px;
	text-align:center;
	height:30px;
	cursor: pointer;

}
.container-Tab ul li.container-active{
	font-size: 20px;
	color: #C20C0C;
	border-bottom:3px #C20C0C solid;
}



/* mobile support */

@media (max-width: 600px) {

	.cntl-bar {
		left:auto;
		right: 37px;
	}

	.cntl-content {
		width:80%;
		float:none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margin-right:0%;
		float:none;
	}

	.cntl-image {
		width:80%;
	}

	.cntl-state:nth-child(2n+1) .cntl-image {
		float:none;
	}

	.animate .cntl-content {
		margin-left: 2%;
	}

	.cntl-icon {
		left: auto;
		right: 0;
	}

}
