/*	ACCORDION */
.accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 3px; width: 100%; border:1px dotted #0084C2; font-size:16px; padding:1px;}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 1px; }
.no-js .acc-trigger:last-of-type { border-bottom: 1px; }
.acc-trigger a { display: block; padding:1px; text-decoration: none; text-shadow: none; font-size: 13px; font-weight: 600; }
/*.acc-trigger a:hover { background-position: 14px -58px; }*/
.acc-trigger a:hover{ display: block; padding:1px; text-decoration: none; text-shadow: none; font-size: 13px; font-weight: 600; }

 .acc-trigger.active a { color: #006699; border:none; }

.acc-trigger.active a:hover { color: #006699; background:none;}
.acc-trigger.active { cursor: default; background:none;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0;  }
.acc-trigger.active a { cursor: default; background-color:#fff; border:none; }
.acc-container .content {  padding: 2px; color: #000;  margin-bottom: 3px;}
.content { font-size:13px; margin-left:15px;}

