@import "font-decima.css"; /* Using a string */
body {
	font-family: decimaregular, Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.4;
	color: #212529;
	text-align: left;	
}
body #ucit {
	font-size: 14px;
}
body #ucit .spazioAnno, body #ucit .spazioAnno input {
	max-width: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #222;
	font-family: decimaregular, "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height: 1.2;
	margin-top: auto;
}
h1,
.h1 {
	font-size:4rem
}
h2,
.h2 {
	font-size:3.2rem
}
h3,
.h3 {
	font-size:2.4rem
}
h4,
.h4 {
	font-size:1.5rem
}
h5,
.h5 {
	font-size:1.25rem
}
h6,
.h6 {
	font-size:1rem
}
p {
	line-height: 1.5;
}
.area-header {
	margin-bottom: 0rem;
}
header.fh.ac-above-logo .h-ac {
	order: 2;
	margin-top: .5rem;
	background-color: black;
	color: white;
}
header.fh .h-title {
	font-family: decimaregular, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
header.fh .h-title h1 {
	font-size:2.5rem;
}
.barra {
	background-color: black;
	color: white;
	line-height: 4.8rem;
}
header.fh.ac-above-logo .h-ac {
	margin-top: 0rem;
}
.barra * {
	background-color: black;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0rem;
}
.box.box-black h1, .box.box-black h2, .box.box-black h3, .box.box-black h4, .box.box-black h5, .box.box-black h6 {
	color: #fff;
}
.box-black {
	background-color: #171717;
	color: #fff;
	font-family: decimaregular, Arial, Helvetica, sans-serif;
	opacity: .9;
}
.box-black h2 {
	font-size: 2rem;
	text-transform: uppercase;
}
footer {
	font-size: 1.6rem;
	color: #bbb;
}
footer p.h3 {
	color: #bbb;
	margin-bottom: 20px;
}
footer .site-name-footer {
	font-size: 2.5rem;
}

body {
	font-family: decimaregular, "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 18px;
}
a {
	color: #B55100;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 3px solid transparent;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a:focus {
	border-bottom: 3px solid yellow;
}
.nav-main-items > li > a {
	color: #000000;
}
h1, h2, h3, h4, h5, h6, h7, .h1, .h2, .h3, .h4, .h5, .h6, .h7 {
	color: #000000;
	font-weight: bold;
}
h1,
.h1 {
	font-size:3.8rem
}
h2,
.h2 {
	font-size:3.4rem
}
h3,
.h3 {
	font-size:3rem
}
h4,
.h4 {
	font-size:2.6rem
}
h5,
.h5 {
	font-size:2.2rem
}
h6,
.h6 {
	font-size:1.8rem
}

.display-1 {
	font-size:6rem;
	font-weight:300;
	line-height:1.2
}
.display-2 {
	font-size:5.5rem;
	font-weight:300;
	line-height:1.2
}
.display-3 {
	font-size:4.5rem;
	font-weight:300;
	line-height:1.2
}
.display-4 {
	font-size:3.5rem;
	font-weight:300;
	line-height:1.2
}
hr {
	margin-top:1rem;
	margin-bottom:1rem;
	border:0;
	border-top:1px solid rgba(0,0,0,0.1)
}
small,
.small {
	font-size:80%;
	font-weight:400
}
mark,
.mark {
	padding:.2em;
	background-color:#fcf8e3
}
.accordion .sub-header, .detail-page .sub-header, .h1, .h2, .h3, .h4, .h5, .h6, .onclick-activation .oa-heading, .styled-form header, .type-search .search-result-heading {
	font-family: decimaregular, "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.form-control {
	font-size: 1.6rem;
	line-height: 1.8;
}
select.form-control:not([size]):not([multiple]) {
	height: calc(3.25rem + 2px);
}

.btn {
	background-color: #fbb040;
	color: #000;
}
.btn.active, .btn:focus, .btn:hover, .open .dropdown-toggle .btn {
	color: #fff;
	background-color: #000000;
}

/* Stile per il container in modalità flex */
.input.button {
	display: flex;
	gap: 0.5rem;     /* Spazio tra gli elementi */
}

/* L'etichetta ora è visibile e mantiene un margine per separarsi dall'input */
.input.button label {
	margin-right: 8px;
	/* Se necessario, impostare una larghezza fissa o massima */
	max-width: 150px;
}

/* L'input occupa lo spazio residuo */
.input.button input {
	flex: 1 1 auto;
	min-width: 0; /* Per evitare problemi di overflow */
}

/* Pulsante: eventuali stili aggiuntivi se necessario */
.input.button button {
	flex-shrink: 0;
}

header.fh.ac-above-logo .h-ac {
	/*! border-bottom: 10px solid #f8b133; */
}
header {
	border-top: 10px solid #f8b133;
}

.slider .element {
	margin-bottom: 0rem;
}

.nav-main-items > li > a {
	color: #000;
}
.nav-main-items > li.active > a {
	color: #000;
	font-weight: bold;
}

.nav-main-items>li.active>a:focus,
.nav-main-items>li.active>a:hover,
.nav-main-items>li>a:focus,
.nav-main-items>li>a:hover,
.nav-main-items>li[aria-expanded=true]>a,
.nav-main-items>li[aria-expanded=true]>a:focus,
.nav-main-items>li[aria-expanded=true]>a:hover {
	text-decoration: none;
	color: #555;
	margin-bottom: 0
}

.nav-side li > a:not(.btn) {
	color: #000000;
}
.nav-side li>a:not(.btn):focus, .nav-side li>a:not(.btn):hover {
	color: #000;
	background: #dddddf;
	text-decoration: none;
}
.nav-side li.currentpage > a:not(.btn) {
	color: #000000;
	font-weight: bold;
}
.nav-side li.currentpage>a:not(.btn):hover {
	color: #000000;
	background: #dddddf;
	text-decoration: none;
}


footer h1,
footer .h1 {
	font-size:2.5rem
}
footer h2,
footer .h2 {
	font-size:2.5rem
}
.text-orange,
.text-orange h2 {
	color:#B55100 !important;
}
.bannerHP {
	min-height: 350px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);
}
.bannerHP h1, .bannerHP .h1 {
	font-size: 3rem;
}
.bannerHP.effect-parallax-bg {
	background-image: none;
	background-position: 50% 25% !important;
	background-size: inherit;
	background-clip: border-box;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.box_verde {
	background-color:transparent;
	color:#fff;
}
.box_verde * {
	color: #fff;
}
.box_verde h2 {
	font-family:decima_rgbold;
	font-size:200%;
	color:#fff
}
.box_verde p {
	letter-spacing:.3px;
	font-size:105%
}
.box_verde .btn {
	color:#fff;
	background-color:#f8b233;
	border:solid 1px #ffffff;
}
.box_verde .btn:hover {
	color:#000;
	background-color:#fbb040;
	text-decoration:none !important
}
.box_verde .piece > .body + .link {
	margin-top: 1rem;
	text-align: center;
}

.box_verdechiaro {
	color:#000
}
.box_verdechiaro .image-src-box.presized img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
.box_verdechiaro img {
	display:block;
	top:-60px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-60px
}
.box_verdechiaro .image-src-box.presized {
	position: relative;
	height: 0;
	display: block;
	left: auto;
	top: -60px;
	right: auto;
}
.box_verdechiaro .image-src-box.presized img {
	position: absolute;
	top: 0;
	left: 39%;
	height: auto;
	width: auto;
}
.box_verdechiaro .piece.full > .visual {
	height: 20px;
}
.box_verdechiaro h2 {
	color: #000;
	font-family: decima_uniRegular;
	/*! font-size: 1.5em; */
	font-weight:lighter; 
}
.box_verdechiaro.text-white :not(a):not(span) h3,
.box_verdechiaro.text-white :not(a):not(span) a h3 {
	font-size: 1.4em;
}
.box_verdechiaro.text-white :not(a):not(span) a:hover h3 {
	font-size: 1.4em;
	color: #fbb040;
}

.box_verdechiaro .boxPersona a {
	position: relative;
	display: inline-block;
	background: #fff;
	color: #000;
	border-radius: 3em;
	padding: 3px 9px;
	font-size: 90%;
}
.box_verdechiaro .boxPersona a .img {
	position: relative;
	width: 27px;
	height: 27px;
	background-position: left;
	display: inline-block;
	top: 2px;
	margin-right: 1px;
	background-position: left;
}

.box_verdechiaro .boxPersona .list-group-item {
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, 0.125);
}

.box_verdechiaro .boxPersona a .img.cittadino {
	background-image: url('/opencms/shared/img/ico_professionista.gif');
}
.box_verdechiaro .boxPersona a .img.professionista {
	background-image: url('/opencms/shared/img/ico_cittadino.gif');
}
.box_verdechiaro .boxPersona a .textButton {
	display: inline-block;
	position: relative;
	top: 2px;
}
.box_verdechiaro .boxPersona a:hover .img {
	background-position:right
}
.box_verdechiaro .boxPersona a:hover {
	background:#094541;
	color:#fff !important;
	text-decoration:none
}

.box_giallo {
	color:#000
}
.box_giallo .image-src-box.presized img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
.box_giallo img {
	display:block;
	top:-60px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-60px
}
.box_giallo .image-src-box.presized {
	position: relative;
	height: 0;
	display: block;
	left: auto;
	top: 0px;
	right: auto;
}
.box_giallo .image-src-box.presized img {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}
.box_giallo .piece.full > .visual {
	height: 80px;
}
.box_giallo h2 {
	color: #000;
	font-size: 1.5em;
	font-weight:bold
}
.box_giallo .type-iconbox a:not(.btn):not(.uncolored) {
	color: #000;
}
.box_giallo .type-iconbox:hover .icon-title, 
.box_giallo .type-iconbox:focus .icon-title {
	color: #000;
	text-decoration: underline;
}


.box_giallo .boxPersona a {
	position: relative;
	display: inline-block;
	background: #fff;
	color: #000;
	border-radius: 3em;
	padding: 3px 9px;
	font-size: 90%;
}
.box_giallo .boxPersona a .img {
	position: relative;
	width: 27px;
	height: 27px;
	background-position: left;
	display: inline-block;
	top: 2px;
	margin-right: 1px;
	background-position: left;
}

.box_giallo .boxPersona .list-group-item {
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, 0.125);
}

.box_giallo .boxPersona a .img.cittadino {
	background-image: url('/opencms/shared/img/ico_professionista.gif');
}
.box_giallo .boxPersona a .img.professionista {
	background-image: url('/opencms/shared/img/ico_cittadino.gif');
}
.box_giallo .boxPersona a .textButton {
	display: inline-block;
	position: relative;
	top: 2px;
}
.box_giallo .boxPersona a:hover .img {
	background-position:right
}
.box_giallo .boxPersona a:hover {
	color:#000 !important;
	text-decoration:none
		background: #000;
}

.box_marrone a.btn {
	color:#fff;
	background-color:#452f1e;
	border:solid 1px #fbb040;
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	font-size:90%
}
.box_marrone a.btn:hover {
	color:#000;
	background-color:#fbb040;
	text-decoration:none !important
}

.box_arancio  {
	background-color:#fbb040;
	margin-top:0 !important;
}
.box_arancio.interna {
	background-color:#fbb040;
	margin-top:0 !important;
}
.box_arancio .teaser-tile .teaser.piece {
	border:solid 1px #dadada;
	-webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5);
	box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5);
	margin-bottom:40px;
	background-color:#fff;
	padding: 0px 0px 20px;
}
.box_arancio .teaser-tile .teaser.piece > .body {
	padding: 0 10px;
}
.box_arancio .teaser-tile .teaser.piece:hover {
	-webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:5px 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow:5px 5px 10px 0 rgba(0,0,0,0.2);
	border:solid 1px #999
}
.box_arancio h2 {
	color:#344B23;
	font-family: decima_uniRegular;
	font-weight: lighter;
}
.box_arancio.interna h2 {
	color:#344B23;
	font-family: decima_uniRegular;
	font-weight: lighter;
}
.box_arancio.interna .box_arancio h2 {
	font-family: inherit;
	font-weight: bold;
	text-align: left !important;
	margin-left: 20px;
}
.box_arancio h3 {
	font-weight: lighter;
}
.box_arancio .teaser-tile .teaser.piece h3 {
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	font-size: 1.3em;
	line-height: 30px;
}
.box_arancio .teaser-tile .teaser.piece .data {
	background-color:#8b5e3c;
	width:74px;
	height:74px;
	border:solid 5px #fff;
	border-radius:50%;
	color:#fff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-34px;
	margin-bottom:-15px;
	text-align:center;
	line-height:8px
}
.box_arancio .teaser-tile .teaser.piece .data strong {
	font-size:200%;
	line-height:40px
}
.box_arancio .piece > .body + .link {
	margin-top: 1rem;
	text-align: center;
}
.box_arancio.interna .piece > .body + .link {
	margin-top: 1rem;
	text-align: center;
	margin-left: 10px;
}
.box_arancio .btn {
	color:#000;
	background-color:#fbb040;
	text-decoration:none !important;
	border: 1px solid black;
}
.box_arancio .btn:hover {
	color: #fff;
	background-color: #000000;
	border: solid 1px #000000;
}







/* INIZIO timeline CER */
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline .timeline{
	width: calc(50% + 200px);
	margin: 0 0 25px 5px;
	float: right;
}
.main-timeline .timeline-content{
	color: #555;
	background: #fff;
	padding: 15px 15px 15px 290px;
	border-radius: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
	content: '';
	background-color: #00A7FB;
	height: 100%;
	width: 120px;
	position: absolute;
	left: 140px;
	top: 0;
}
.main-timeline .timeline-year{
	color: #00A7FB;
	font-size: 40px;
	font-weight: 700;
	line-height: 43px;
	transform: translateY(-50%);
	position: absolute;
	left: 22px;
	top: 50%;
}
.main-timeline .timeline-icon{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 120px;
	transform: translateY(-50%);
	position: absolute;
	left: 140px;
	top: 50%;
}
.main-timeline .title{
	font-size: 23px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 7px;
}
.main-timeline .description{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 0;
}
.main-timeline .timeline:nth-child(even){
	margin: 0 5px 25px 0;
	float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 280px 15px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
	left: auto;
	right: 139px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
	left: auto;
	right: 19px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	right: 139px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #FF3E7D; }
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ color: #FF3E7D; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #7338BA; }
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ color: #7338BA; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #FF9800; }
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ color: #FF9800; }
@media screen and (max-width:767px){
	.main-timeline .timeline,
	.main-timeline .timeline:nth-child(even){
		width: 100%;
		margin: 0 0 30px;
	}
	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(even) .timeline-content{
		text-align: center;
		padding: 200px 15px 15px 15px;
	}
	.main-timeline .timeline-content:before,
	.main-timeline .timeline:nth-child(even) .timeline-content:before{
		width: 100%;
		height: 100px;
		transform: translateX(-50%) translateY(0);
		left: 50%;
		right: auto;
		top: 80px;
	}
	.main-timeline .timeline-year,
	.main-timeline .timeline:nth-child(even) .timeline-year{
		transform: translateY(0) translateX(-50%);
		left: 50%;
		right: auto;
		top: 20px;
	}
	.main-timeline .timeline-icon,
	.main-timeline .timeline:nth-child(even) .timeline-icon{
		width: auto;
		transform: translateY(0) translateX(-50%);
		left: 50%;
		right: auto;
		top: 105px;
	}
}


.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

.info-assistenza li a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.info-assistenza li a:hover {
	color: #555;
	text-decoration: underline !important;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
@media (max-width: 1013.98px) {
	.nav-toggle {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		transition: background .33s;
		color: #fff;
		background-color: #000000;
		z-index: 150001;
		float: right;
	}
}
/* FINE timeline CER */
/* Schermi grandi o ad alta risoluzione */
@media (min-width: 992px) {
	.container {
		max-width: 1450px;
	}
	.co-lg-xl {
		max-width: 1450px;
	}
}
/* Schermi grandi o ad alta risoluzione */
@media (min-width: 1690px) {
	.container {
		max-width: 1580px;
	}
	.co-lg-xl {
		max-width: 1580px;
	}
}




#topcontrol {
	background: #555;
}
.type-iconbox {

	color: #fff;
}
.type-iconbox:hover .icon-title,
.type-iconbox:focus .icon-title {
	color: #f8b233;
}
@media (min-width: 1014px) {
	.nav-menu {
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
	}
	.nav-menu>li.active>a:focus, .nav-menu>li.active>a:hover, .nav-menu>li>a:focus, .nav-menu>li>a:hover {
		color: #000;
		background-color: #dddddf;
	}
	.type-slider .slide-wrapper .caption strong {
		font-size:4rem !important;
		color:#000 !important;
		padding:2rem 2rem 1rem 2rem;
	}
	.type-slider .slide-wrapper .caption .subcaption {
		font-size:1rem !important;
		color:#000 !important;
		padding:1rem 2rem 2rem 2rem;
	}

}

.area-foot .subfoot a:not(.btn) {
	color: #424242;
}

.text a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #ffd791;
}
.text a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
.text a.btn:hover {
	color: #fff;
}

.pagination>li.active>a {
	color: #000;
	background-color: #fbb040;
	border-color: #fbb040;
}
.pagination>li.active>a:hover, .pagination>li>a:hover {
	color: #000;
	background: #ffdda9;
	border-color: #ffdda9;
}

.type-slider .slide-wrapper .caption small {
	font-family: decimaregular, "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.type-slider .slide-wrapper .caption * {
	color:#000 !important;
	font-weight: 300;
}
.type-slider .slide-wrapper .caption.foreground small {
	text-shadow: none !important;
	font-weight:400;
}
.type-slider .slide-wrapper .caption.foreground strong {
	text-shadow: none !important;
	font-family: "Decima W01 Regular", "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

	/*"Decima W01 Regular"*/
}
.type-slider .slide-wrapper .caption strong {
	font-family: "Decima W01 Regular", "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.type-slider.type-slick-slider .slick-slide .slide-wrapper .caption.background, 
.type-slider.type-slick-slider .slick-slide .slide-wrapper .caption.foreground {
	opacity: 0.5;
}
