.ac-container {
	/*width: 300px;*/
	margin: 18px 0;
	text-align: left;
    border: none;
}

.category-label {
	padding: 5px 0 5px 40px;
	position: relative;
	z-index: 20;
	display: block;
	/*width: 698px;*/
    box-sizing: border-box;
    height: 40px;
	cursor: pointer;
	line-height: 33px;
	font-size: 14px;
    background-color: #F1A09D;
    margin-bottom: 20px;
    color: #fff;
    font-family: Montserat, sans-serif;
}
.ac-container input {
	display: none;
}
.ac-container article {
	margin-top: -1px;
	overflow: hidden;
	height: 1px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
    -ms-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
.ac-container article p {
    font-family: Verdana, serif;
    line-height: 23px;
    margin: 0;
	font-size: 12px;
	padding: 12px 0 0 0;
}
.ac-container input[type="checkbox"]:checked ~ article {
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
    /*margin-bottom: 2px;*/
}

.ac-container input[type="checkbox"]:checked ~ #article1 {
    height: 440px;
}
.ac-container input[type="checkbox"]:checked ~ #article2 {
    height: 397px;
}
.ac-container input[type="checkbox"]:checked ~ #article3 {
    height: 376px;
}
.ac-container input[type="checkbox"]:checked ~ #article4 {
    height: 398px;
}
.ac-container input[type="checkbox"]:checked ~ #article5 {
    height: 420px;
}

.ac-container input[type="checkbox"]:checked ~ #article6 {
    height: 390px;
}

#article-1-label {
    background-color: #f1a09d;
}

#article-2-label {
    background-color: #e9716d;
}

#article-3-label {
    background-color: #e2413c;
}

#article-4-label {
    background-color: #a40e08;
}

#article-5-label {
    background-color: #6e0906;
}

#article-6-label {
    background-color: #370403;
}

.article-wrapper {
    position: relative;
    font-family: Muli, sans-serif;
    font-size: 14px;
}

.arrow {
    position: absolute;
    top: 0;
/*todo: remove*/
    z-index: 10000;
    width: 40px;
    height: 38px;
    left: 0;
    background: transparent url(../img/arrow.png) no-repeat left center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.ac-container input[type="checkbox"]:checked + label .arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
