﻿/*	ACCORDION */
.accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { background: url(../../images/accordion-ico5.png) no-repeat 14px 13px; display: block; padding: 11px 20px 11px 44px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #727272; border:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9; margin: 6px 0 0 0;}
.acc-trigger a:hover { background-position: 14px -58px; }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #009e0f; border-bottom: 1px solid #d9d9d9; }
.acc-trigger.active a:hover {background-color: transparent; }
.acc-trigger.active {cursor:default; background:rgba(255,255,255,0.4); color:#009e0f;}
.acc-trigger.active:last-of-type {border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 14px -58px; cursor: default;	}
.acc-container .content {padding:15px; color:#666;  margin-bottom:4px; background-color:rgba(255,255,255,0.4); border:1px solid #e3e3e3; border-top:0px solid #e3e3e3;  }