﻿/*	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-ico.png) no-repeat 14px 13px;*/ position:relative; 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 #e3e3e3; border-bottom: 1px solid #e3e3e3;}

.acc-trigger .acc-icon{
	position:absolute;
	top:12px;
	left:11px;
	width:19px;
	height:19px;
	border:1px solid #727272;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

.acc-trigger .acc-icon span{
	position:absolute;
	top:50%;
	left:5px;
	right:5px;
	border-top:1px solid #727272;
	margin-top:-1px;
}

.acc-trigger .acc-icon span + span{
	top:5px;
	bottom:5px;
	left:50%;
	right:auto;
	border-left:1px solid #727272;
}

.acc-trigger a:hover .acc-icon,
.acc-trigger a:hover .acc-icon span,
.acc-trigger.active a .acc-icon,
.acc-trigger.active a .acc-icon span{
	border-color:#fc4242;
}

.acc-trigger a:hover .acc-icon span + span,
.acc-trigger.active a .acc-icon span + span{
	display:none;
}

.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #fc4242; 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: 14px -58px; cursor: default;	}

.acc-container .content {  padding: 0px 14px 15px 44px; color: #999;  margin-bottom: 4px; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3;  }