html,body{
font-family: 'Open Sans', sans-serif; 
}


.ac-container{
	width: 1200px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
    font-family: 'Open Sans', sans-serif; 
	font-weight:bold;
	padding: 4px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #6a6a6a;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 40px;
	font-size: 14px;
	background: #edeeed;
	background: -moz-linear-gradient(top, #edeeed 1%, #ffffff 100%);

	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #ffffff;
	color: #6a6a6a;
	text-shadow: 0px 0px 0px rgba(255,255,255, 0.6);
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #ffffff;
	color: #6a6a6a;
	text-shadow: 0px 0px 0px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 46px;
	height: 49px;
	right: 0px;
	top: 0px;
	background: transparent url(../images/mas2.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/mas.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background-color:#ffffff;
	margin-top: 0;
	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-style: normal;
	color: #777;
	line-height: 18px;
	font-size: 14px;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.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(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 80px;
}

.ac-container input:checked ~ article.ac-small2{
	height: 100px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 150px;
}
.ac-container input:checked ~ article.ac-large{
	height: 250px;
}

@media screen and (max-width: 1220px)
 {
.ac-container{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
}
.ac-container label{
	font-size: 12px;line-height: 15px;
}
.ac-container article p{
	font-size: 12px;
	line-height: 15px;
}
 }
 
 @media screen and (max-width: 820px)
 {
.ac-container{
	width: 600px;
	margin: 0px auto 0px auto;
	text-align: left;
}	 
 }
 
  @media screen and (max-width: 620px)
 {
	 .ac-container article p{
	font-size: 11px;
	line-height: 15px;
}
.ac-container{
	width: 450px;
	margin: 0px auto 0px auto;
	text-align: left;
}	 
 }