﻿/*	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: 10px 50px 10px 10px; 
	text-decoration: none; 
	text-shadow: none; 
	font-family: 'Open Sans'; 
	font-size: 14px; 
	font-weight: 600; 
	color: #727272; 
	border-bottom: 1px solid #e3e3e3; 
	background-color: none;

}
.acc-trigger p { 
	padding: 10px 10px; 
	font-size: 14px; 
	font-weight: 200; 
	color: #9B9B9B; 
}
.acc-trigger a:hover { 
	background:  #FBFBFB;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { 
	color: #AA2323; 
}
.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: 20px 50px 20px 50px; 
	color: #464646;  
	margin-bottom: 4px; 
	background-color: #fff; 
	border: 0px solid #e3e3e3;
	border-top: none;
}