﻿/*	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 {
	display: block;
	padding: 11px 20px 11px 30px;
	text-decoration: none;
	text-shadow: none;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	color: #333333;	
	background-image: url(../../img/accordion-ico.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
.acc-trigger a:hover {background-position: 0px -23px; cursor: pointer;color: #145eac;}
.acc-trigger.active a, .acc-trigger.active a:hover { color: #145eac; border-bottom: 1px solid #fff;  }

.acc-trigger a:hover{ color: #145eac; border-bottom: 1px solid #fff;  }
.acc-trigger.active a:hover { background-color: transparent; }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }

.acc-trigger.active a { background-position: 0px -58px; cursor: pointer;color: #145eac;}

.acc-container .content {  padding: 0px 14px 15px 23px; color: #999;  margin-bottom: 4px; background-color: #fff;  }