@CHARSET "UTF-8";

/** FILTER BAR ***/
nav.filter {
	padding: 16px 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	display: block;
	margin-bottom: 8px;
}

.filter .filter-header {
	padding: 0 !important;
}

.filter .filter-header h3 {
	padding: 0 !important;
}

.filter .filter-header h3 a:before {
	top: -12px;
	padding-right: 1px;
}

.opened.filter .filter-header h3 a:before {
	content: "\e611";
}


.filter-header .grid-row {
	margin-left: -15px;
	margin-right: -16px;
}

.filter-header p, .filter-header a {
	font-weight: 400;
    font-size: 18px;
    font-family: "ITC Officina Display W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7c878b !important;
}

/*** FILTER CONTENT ***/
.filter .filter-list {
	position: relative;
	display: none;
	padding: 20px 0;
}

.filter-list .grid-row {
	padding-top: 20px;
}

.filter-list .grid-row.team {
	border-top: 1px solid #c8cccf;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8cccf;
}

.filter-list .team li {
	padding-left: 14px;
}

.filter .filter-list ul {
	margin: 0;
	padding: 0;
}

.filter .filter-list label {
	font-weight: 600;
}

/** BUTTON ***/
.filter .filter-list ul li a {
	position: relative;
	display: block;
	font-family: "ITC Officina Display W01", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #7c878b;
}

.filter .filter-list ul li a.active {
	font-weight: 700;
}

.filter .filter-list ul li a:before {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #c8cccf;
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-family: icon;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a";
	font-size: 6px;
	font-weight: 400 !important;
	line-height: 12px;
	text-align: center;
	color: #7c878b;
}

.filter .filter-list ul li a.active:before {
	background: #7c878b;
	border-color: #7c878b;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #fff;
}

.filter .filter-list .team ul li a {
	padding: 0px 10px;
}

.filter .filter-list .team ul li a:before {
	top: 2px;
	left: -16px;
}

.filter .filter-list .stile ul li a {
	padding: 10px 0;
	/* border-top: 1px solid #c8cccf; */
	border-bottom: 1px solid #c8cccf;
}

.filter .filter-list .stile ul li a:before {
	right: 0;
	top: 12px;
}

/** DETAIL SITE **/
h1.info-head {
	line-height: 120%;
	font-weight: 600;
}

h2.info-subhead {
	line-height: 120%;
	font-style: italic;
	opacity: 0.8;
}

.situation a.link {
	border: 1px solid #c8cccf;
	padding: 22px;
}

.situation a.link:before {
	position: absolute;
	top: -2px;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e2e3e7;
	border-radius: 50%;
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	font-family: icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	color: #7c878b;
}

a.situation.link.left {
	text-align: right;
	padding-left: 25px;
	margin-left: -25px;
}

a.situation.link.left:before {
	content: "\e608";
	left: 0;
}

a.situation.link.right:before {
	content: "\e601";
	right: 0;
}
/** USED PRODUCTS **/
h2.intro-head {
	text-align: center;
}

.usedprod h3, .usedprod h4 {
	margin-top: 24px !important;
}

.usedprod h3::after, .usedprod h4::after {
	position: absolute;
	right: 0px;
	top: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #e2e3e7;
	border-radius: 50%;
	-webkit-transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	transition: all .5s cubic-bezier(0.7, 0, .3, 1);
	font-family: icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e601";
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #7c878b;
}

.usedprod:hover h3::after, .usedprod:hover h4::after {
    border-color: #7c878b;
    background: #7c878b;
    color: #fff;
}