﻿.akordeon {
	max-width: 940px;
	color: #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	width:100%;
	margin:0 auto;
	font-family:raleway;
}
@media (max-width: 767px) {
.akordeon {
 width:85%;
}
.akordeon-item-content {
text-align:center;
}
.akordeon-icon span {
 right: 5px !important;
}
}
.akordeon-item {
	position: relative;
	margin-bottom:18px;
}
.akordeon-item .akordeon-item-head {
	height: 44px;
	background: #f99f1c; /* Old browsers */
	padding-top: 10px;
}
.akordeon-item .akordeon-item-body {
	border-bottom: none;
	overflow: hidden;
}
.akordeon-icon {
	width: 10px;
	height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
	behavior: url(PIE.htc);
}
.akordeon-heading {
	float: left;
	padding-left: 28px;
	padding-top: 3px;
	font-weight: bold;
	background:url(../img/question.gif) left no-repeat;
}
.akordeon-icon span {
	color: #333333;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 10px !important;
	font-weight: bold;
	text-align: center;
}
.akordeon-item.expanded .akordeon-icon span {
	top: -18px;
}
.akordeon-item-head-container {
	width: 100%;
	position: absolute;
	cursor: pointer;
}
.akordeon-item.expanded .akordeon-item-body {
	border-top: solid 1px #5c5c5c;
}
.akordeon-item.collapsed {
}
.akordeon-item.expanded .akordeon-heading {
	color: #333333;
}
.akordeon-item.expanded .akordeon-item-head {
	background: #f99f1c !important; /* Old browsers */
}
.akordeon-item-content {
	padding: 10px;
	min-height: 168px;
	overflow:auto;
	background:#f4f4f4;
	height:auto;/*padding-bottom:10px;*/
}
.akordeon-border-bottom {
	border-bottom: solid 1px #bb7204;
}
.akordeon-border-top {
	border-top: solid 1px black;
}
