﻿/*	ACCORDION */
.accrodation { width: 100%; }
.acc-trigger a:before {
    content: "\f111";
    color: #474bff;
    margin-right: 8px;
    font-family: 'FontAwesome';
    font-size: 18px !important;
}
.acc-trigger.active a:after {
    position: absolute;
    border-top: 10px solid #42454a;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -17px;
    left: 15px;
    content: "";
}
.acc-trigger{
	position:relative;
	display:block;
}	
.acc-trigger:after {
	
	content: "\f0da";
	position: absolute;
	right: 20px;
	color: #474bff;
	top: 50%;
	margin-top: -8px;
	font-family: 'FontAwesome';
}
.acc-trigger.active:after {
content: "\f0d7";   
}
.acc-trigger a {
	position: relative;
	margin-bottom: 12px;
	border-radius: 3px;
	margin: 0 0 18px 0;
	padding: 13px 32px 13px 15px;
	outline: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	border: none;	
	display:block;
	background: #f3f3f3;
	color: #000000;
}
.acc-trigger a:hover {
	color: #474bff;
}
.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:hover { background-position: 14px -58px; }*/
.acc-trigger.active a {    background: #42454a; color:#fff; }
.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  20px 15px 20px; margin-bottom: 4px; background-color: #fff; border: 1px solid #e3e3e3; margin-bottom:20px; font-size: 14px; color: #333; line-height:26px;}

.accordion-style2 .acc-trigger {
	border: none;
	background: 
		linear-gradient(to right, #ccc, #eee, #fff, #fff); 
	background-size:100% 1px;
	background-position:bottom,0 calc(100% - 5px);
	background-repeat:no-repeat;
}
.accordion-style2 .acc-trigger.active {
	border: none;
	background: none;
}