.tabsList > ul {
	list-style: none;
}
.accordion.section .tabsList > ul > li {
	width: 100%;
	background: none;
	padding: 0;
}
.tabsList h3 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 25px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right 28px;
}
.tabsList h3 > a {
	text-decoration: none;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.tabsList h3:after {
	position: absolute;
	right: 75px;
	bottom: 25px;
	content: "ΔΕΙΤΕ ΠΕΡΙΣΣΟΤΕΡΑ";
	font-size: 14px;
	display: block;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.tabsList h3:after {
		content: "";
	}
}
.tabsList .r-tabs-state-default h3 {
	background-image: url("arrow_down.jpg");
}
.tabsList .r-tabs-state-active h3 {
	background-image: url("arrow_up.jpg");
}
