.ac-container{
	width: 100%;
	margin: 30px auto 30px auto;
	text-align: left;
}

.ac-container label{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	
	padding: 5px 22px;
	position: relative;
	z-index: 20;
	display: block;
	height: 45px;
	cursor: pointer;
	color: #6cafd2;
	
	line-height: 35px;
	background: #ffffff;
	
	box-shadow: 
		0px 0px 0px 1px rgba(234,234,234,0.5), 
		0px 0px 0px 0px rgba(0,0,0,1);
}
.ac-container label:hover{
	padding: 5px 30px;
	font-size: 16px;
	font-weight: 400;
	
	background: #5ab7de;
	color: #FFFFFF;
	
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #434547;
	color: #FFFFFF;
		}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 25px;
	right: 13px;
	top: 7px;
	background: transparent url(../im-site/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../im-site/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(234, 234, 234, 1);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-family: Arial, sans-serif;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-decoration: none;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(234,234,234,0.5);
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}



.ac-container-2{
	width: 90%;
	margin: 0px auto 4px auto;
	text-align: left;
}

.ac-container-2 label{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	padding: 5px 22px;
	position: relative;
	z-index: 20;
	display: block;
	height: 35px;
	cursor: pointer;
	color: #7a7a7a;
	
	line-height: 25px;
	background: #fcfcfc;
	
	
}
.ac-container-2 label:hover{
	padding: 5px 33px;
	font-size: 14px;
	font-weight: 400;
	
	background: #5ab7de;
	color: #FFFFFF;
}
.ac-container-2 input:checked + label,
.ac-container-2 input:checked + label:hover{
	background: #7a7a7a;
	color: #FFFFFF;
		}
.ac-container-2 label:hover:after,
.ac-container-2 input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 20px;
	right: 13px;
	top: 7px;
	background: transparent url(../im-site/arrow_down.png) no-repeat center center;	
}
.ac-container-2 input:checked + label:hover:after{
	background-image: url(../im-site/arrow_up.png);
}
.ac-container-2 input{
	display: none;
}
.ac-container-2 article{
	background: rgba(234, 234, 234, 0,8);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container-2 article p{
	font-family: Arial, sans-serif;
	color: #777;
	line-height: px;
	font-size: 14px;
	padding: 20px;
}
.ac-container-2 input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(234,234,234,0);
	background: #f0f0f0;
}







.ac-container-3{
	width: 80%;
	margin: 0px auto 4px auto;
	text-align: left;
}

.ac-container-3 label{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	padding: 5px 22px;
	position: relative;
	z-index: 20;
	display: block;
	height: 35px;
	cursor: pointer;
	color: #7a7a7a;
	
	line-height: 25px;
	background: #fcfcfc;
	
	
}
.ac-container-3 label:hover{
	padding: 5px 22px;
	font-size: 14px;
	font-weight: 400;
	
	background: #5ab7de;
	color: #FFFFFF;
}
.ac-container-3 input:checked + label,
.ac-container-3 input:checked + label:hover{
	background: #9c9c9c;
	color: #FFFFFF;
		}
.ac-container-3 label:hover:after,
.ac-container-3 input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 20px;
	right: 13px;
	top: 7px;
	background: transparent url(../im-site/arrow_down.png) no-repeat center center;	
}
.ac-container-3 input:checked + label:hover:after{
	background-image: url(../im-site/arrow_up.png);
}
.ac-container-3 input{
	display: none;
}
.ac-container-3 article{
	background: rgba(234, 234, 234, 0,8);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container-3 article p{
	font-family: Arial, sans-serif;
	color: #777;
	line-height: px;
	font-size: 14px;
	padding: 20px;
}
.ac-container-3 input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(234,234,234,0);
	background: #FFFFFF;
}