html { 
	font-size: 20px;
    font-size: calc(0.6em + 0.5vw);
}
html, body {
	letter-spacing: 0.01rem;
	background: #fff;
}
body.mceContentBody,
body.error-page {
	background: #fff;
}
em{
	color:#333333
}
ul.mod-list {
	list-style: none;
	padding-left: 1rem;
}
ul.mod-list li {
	position: relative;
}
ul.mod-list:not(.sportello-online) li::before { 
	content: "";
	display: block;
	position: absolute;
	left: -1rem;
	top: 0.6rem;
	width: 0.4rem;
	height: 0.4rem;
	background: #3C3C3C;
	border-radius: 50%;
}
small,
.small,
.uk-article-meta,
.uk-text-small,
.uk-alert:not(.uk-alert-large) {
	font-size: 0.85rem;
	line-height: 1.5;
}

/* FIX safari offcanvas */
.uk-offcanvas-page {
	position: absolute;
}
.uk-alert:not(.uk-alert-large) {
	background: #fff;
	border: 2px solid #be6a30;
}
.uk-article-meta,
.uk-alert:not(.uk-alert-large) {
	text-transform: none;
	margin-bottom: 10px;
	color: #777;
	font-family: 'Lato', Helvetica, sans-serif;
}
.uk-article-meta + h1,
.uk-article-meta + h2,
.uk-article-meta + h3 {
	margin-top: 10px;
}
::-moz-selection {
	background: #333;
}
::selection {
	background: #333;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
h3 {
	margin-bottom: 10px;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
	margin-bottom: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
	margin: 0 0 20px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
	margin-top: 20px;
}
h3 + p,
h3 + ul,
h3 + ol {
	margin-top: 10px;
}
p + ul,
p + ol {
	margin-top: -15px;
}
ul, ol {
    padding-left: 20px;
}
blockquote {
	border: none;
	margin: 30px 0;
	padding: 20px;
	background: #2f3a7a;
	color: #fff;
}

blockquote a {
	color: rgba(255,255,255,0.8);
}

blockquote a:after {
	display: none;
} 
blockquote a:hover:after {
	display: none!important;
} 
blockquote a:hover,
blockquote a:active {
	color: #fff;
}
blockquote:before {
	display: none;
}
blockquote,
.uk-text-large {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
}
a, .uk-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
    -moz-transition: all 0.13s linear;
	-webkit-transition: all 0.13s linear;
    transition: all 0.13s linear;
    cursor: pointer;
}
a:hover, .uk-link:hover, .uk-button:hover,
a:focus, .uk-link:focus, .uk-button:focus {
    text-decoration: none;
    outline: none;
}
.uk-block-muted .uk-panel:not(.uk-panel-box) .uk-button:not(.uk-button-primary):not(:hover) {
	background: #fff;
}
.uk-button:not(.uk-button-primary):not(.uk-button-link) {
	border: 1px solid #aaa;
}
.uk-button:not(.uk-button-primary):not(.uk-button-link):hover,
.uk-button:not(.uk-button-primary):not(.uk-button-link):focus {
	background: #be6a30 !important;
	border-color: #be6a30 !important;
}
.uk-form .uk-button-primary {
	color: #fff;
}
.uk-button-link {
	text-transform: none;
	color: #333;
}
.uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled {
	padding-left: 40px;
	position: relative;
}
.uk-button-link:hover, .uk-button-link:hover:hover, .uk-button-link:focus:hover, .uk-button-link:active:hover, .uk-button-link.uk-active:hover, .uk-button-link:disabled:hover {
	padding-left: 40px;
	margin-left: 10px;
}
.uk-button-link::before,
.uk-button-link:hover::before,
.uk-button-link:focus::before,
.uk-button-link:active::before,
.uk-button-link.uk-active::before,
.uk-button-link:disabled::before {
	content: "";
	background-color: #333;
	-webkit-mask: url(../images/freccia.svg) no-repeat center;
	mask: url(../images/freccia.svg) no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    display: inline-block;
    position: absolute;
    width: 30px;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.uk-button-link:hover::before,
.uk-button-link:focus::before,
.uk-button-link:active::before,
.uk-button-link.uk-active::before {
	background-color: #be6a30;
}

.galleria span.field-label { display:none;}

/* IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .uk-button-link::before,
	.uk-button-link:hover::before,
	.uk-button-link:focus::before,
	.uk-button-link:active::before,
	.uk-button-link.uk-active::before,
	.uk-button-link:disabled::before {
		display: none;
	}
	.uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled {
		padding-left: 0;
		margin-left: 0;
	}
}

.uk-accordion { display: block!important;}
.uk-accordion-title {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.01rem;
    text-transform: none;
}
.uk-accordion-title::before {
    left: 0;
    font-size: 1.1rem;
}
.uk-accordion-content {
    padding: 0 12px 12px 32px;
}
 
.uk-block-secondary .uk-accordion-title:hover::before, .uk-block-secondary .uk-accordion-title.uk-active::before, .uk-block-secondary .uk-accordion-title.uk-active, .uk-block-secondary .uk-accordion-title:hover, .uk-block-secondary .uk-accordion-title::before  {
    color: white;
} 
.uk-accordion-content.uk-active p {margin-bottom:30px;}

.uk-panel-box-secondary a:not([class]):after,
.uk-panel-box-secondary .uk-link:not([class]):after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) a:not([class]):after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) .uk-link:not([class]):after,
.uk-panel-box-primary a:not([class]):after,
.uk-panel-box-primary .uk-link:not([class]):after,
.uk-block-primary .uk-panel:not(.uk-panel-box) a:not([class]):after,
.uk-block-primary .uk-panel:not(.uk-panel-box) .uk-link:not([class]):after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    height: 2px;
    background: #fff;
    width: 0;
    -moz-transition: all 0.13s linear;
	-webkit-transition: all 0.13s linear;
    transition: all 0.13s linear;
}
.uk-panel-box-secondary a:not([class]):hover:after,
.uk-panel-box-secondary .uk-link:not([class]):hover:after,
.uk-panel-box-secondary a:not([class]):focus:after,
.uk-panel-box-secondary .uk-link:not([class]):focus:after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) a:not([class]):hover:after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) .uk-link:not([class]):hover:after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) a:not([class]):focus:after,
.uk-block-secondary:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) .uk-link:not([class]):focus:after,
.uk-panel-box-primary a:not([class]):hover:after,
.uk-panel-box-primary .uk-link:not([class]):hover:after,
.uk-panel-box-primary a:not([class]):focus:after,
.uk-panel-box-primary .uk-link:not([class]):focus:after,
.uk-block-primary .uk-panel:not(.uk-panel-box) a:not([class]):hover:after,
.uk-block-primary .uk-panel:not(.uk-panel-box) .uk-link:not([class]):hover:after,
.uk-block-primary .uk-panel:not(.uk-panel-box) a:not([class]):focus:after,
.uk-block-primary .uk-panel:not(.uk-panel-box) .uk-link:not([class]):focus:after {
    width: 100%;
}
.uk-contrast {
    color: #fff;
}
.uk-contrast a:not([class]):hover,
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:focus,
.uk-contrast .uk-link:focus  {
    text-decoration: none;
    color: #fff;
}
.uk-article-title {
	text-transform: none;
}
.uk-contrast .uk-panel-title,
.tm-navbar.uk-navbar h1,
.tm-navbar.uk-navbar h2,
.tm-navbar.uk-navbar h3,
.tm-navbar.uk-navbar h4,
.tm-navbar.uk-navbar h5,
.tm-navbar.uk-navbar h6{
	color: #fff;
}
* + h3, * + h4, * + h5, * + h6 {
	margin-top: 20px;	
}
h1, .uk-h1, h2, .uk-h2, .uk-panel-title, .uk-article-title {
    line-height: 1.4;
    letter-spacing: 0.1rem;
}
h3, .uk-h3, h4, .uk-h4, h5, .uk-h5 {
    line-height: 1.4;
    letter-spacing: 0.04rem;
}
h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
    text-transform: none;
}
h1,
.uk-h1,
.uk-article-title {
	font-size: 2.2rem;
}
h2,
.uk-h2,
.uk-panel-title {
	font-size: 1.8rem;
}
h3,
.uk-h3,
.tm-sidebar-a .uk-panel-title,
.tm-sidebar-b .uk-panel-title {
	font-size: 1.2rem;
}
.uk-panel-header h3,
.uk-panel-header .uk-h3 {
	display: inline-block;
	font-family: 'Lato', Helvetica, sans-serif;
	text-transform: uppercase;
	background: #be6a30;
	padding: 10px 20px;
	color: #fff;
	font-size: 1em;
    letter-spacing: 0.05rem;
    font-weight: normal;
}
h4,
.uk-h4 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 300;
	color: #222;
	font-size: 1.1rem;
	letter-spacing: 0rem;
}
h4 > b,
.uk-h4 > b,
h4 > strong,
.uk-h4 > strong {
	text-transform: uppercase;
}
h5,
.uk-h5 {
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
}
h5 + .uk-margin,
.uk-h5 + .uk-margin {
	margin-top: 0.5rem;
}
h6,
.uk-h6 {
	font-size: 0.9rem;
	line-height: 1.1;
	letter-spacing: 0.1rem;
}
a.cat-link {
	font-weight: bold;
	color: #be6a30;
}
h3 + div[id*="wk-"] {
	margin-top: 50px;
}
aside h3 + div[id*="wk-"] {
	margin-top: 0;
}
aside .uk-panel-teaser {
    margin-bottom: 5px;
}
dl.article-info {
	margin-bottom: 0;
}
dl.publish-date {
	margin-top: 0;
}
.uk-block-secondary .uk-panel-title,
.uk-block-secondary h2,
.uk-block-secondary h3,
.uk-block-secondary h4,
.uk-block-secondary h5,
.uk-block-secondary h6 {
	color: #fff;
}
.uk-block-secondary .uk-button-primary,
.uk-block-secondary .uk-panel:not(.uk-panel-box) .uk-button-primary {
	background: #be6a30;
}
.uk-block-default + .uk-block-default {
	border-top-width: 15px;
}
.uk-block-primary:not(.uk-contrast) .uk-panel-box .uk-button-link {
	color: #be6a30;
}
.uk-panel-box .uk-button:not(:hover):not(:focus):not(.uk-button-primary):not(.uk-button-link) {
	background-color: rgba(0,0,0,0.15);	
}
.uk-block-muted .uk-panel-box {
	background: #fff;
	border: 1px solid #aaa;
}
.uk-panel-box-hover {
    border: 3px solid #f0f0f0;
}
.uk-panel-box-hover:hover {
    background: #fff;
    box-shadow: none;
}
.uk-panel-hover {
	background: #f5f5f5;
	border: 1px solid #aaa;
}
.uk-panel-hover.evidenza {
	border: 5px solid #2f3a7a;
}
.uk-panel-box-hover:hover {
	background: 
}
.uk-panel-header + .uk-form {
	margin-top: 30px;
}
form > fieldset,
fieldset#users-profile-core {
	max-width: 600px;
	padding: 40px;
	border: none;
    background: #f0f0f0;
}
fieldset#users-profile-core legend {
	display: none;
}
.login + div > ul.nav-tabs {
	padding-left: 0;
	list-style: none;
}
#users-profile-custom-actionlogs {
	display: none;	
}
.tm-toolbar {
	background: #f0f0f0;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	z-index: 4;
	line-height: 35px;
}
.tm-toolbar div.mod-languages ul.lang-inline {
	display: inline-block;
	padding-left: 10px;
}
.tm-toolbar div.mod-languages li:last-child {
	margin-right: 0;
}
.tm-toolbar .uk-nav > li { 
	display: inline-block;
}
.tm-toolbar .uk-nav > li + li,
.tm-toolbar .uk-grid > * {
	padding-left: 25px;
}
.tm-toolbar .uk-nav > li img {
    width: auto;
    height: 30px;
}
.tm-toolbar .uk-nav > li a,
.tm-toolbar .tm-search .tm-search-button {
	display: inline-block;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	font-size: 1rem;
	color: #2f3a7a;
}
.tm-toolbar .tm-search .tm-search-button {
	line-height: 35px;
}
.tm-toolbar .uk-nav > li a:hover,
.tm-toolbar .tm-search .tm-search-button:hover {
	color: #be6a30;
}
.tm-toolbar + .tm-navbar-wrapper + .tm-block-header {
	position: relative;
	z-index: 1;
}
.tm-toolbar + .tm-navbar-wrapper + .tm-block-header,
.tm-toolbar + .tm-navbar-wrapper + .tm-block-header .uk-slideshow,
.tm-toolbar + .tm-navbar-wrapper + .tm-block-header .uk-slideshow > li { 
	max-height: 74vh;
}
.tm-toolbar .tm-search {
	position: relative;
}
.tm-toolbar .tm-search .tm-search-button {
	padding-left: 32px;
}
.tm-toolbar .tm-search .tm-search-button:before {
	content: "";
    background-color: #333;
    background: url(../images/cerca.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 25px;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.tm-toolbar .tm-search > div[data-uk-dropdown] {
	display: inline-block !important;
}
.tm-toolbar .tm-search .tm-navbar-dropdown {
	position: absolute;
	right: -40px;
    left: auto !important;
}
.tm-toolbar .tm-search .uk-dropdown-search {
	padding-top: 0;
}
.tm-toolbar .tm-search .uk-dropdown-blank .uk-search-field {
	font-size: 1.15rem;
	font-weight: 300;
	height: 75px;
}
.tm-toolbar .tm-search .uk-dropdown-blank .uk-nav > li {
	padding: 10px 30px;
	line-height: 1.1;
}
.tm-toolbar .tm-search .uk-dropdown-blank .uk-nav > li.uk-nav-divider.uk-skip {
	display: none;
}
.tm-toolbar .tm-search .uk-dropdown-blank .uk-nav > li.uk-search-moreresults > a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	color: #777;
}
.tm-toolbar .tm-search .uk-dropdown-blank .uk-nav > li > a > div {
	margin-top: 5px;
}
.uk-dotnav > * {
	padding-left: 15px;
}
.uk-dotnav-contrast > * > * {
    background: rgba(255, 255, 255, 0.3);
}
.uk-dotnav > * > * {
	border-radius: 0;
	width: 15px;
    height: 15px;
}
.remove-vertical-padding {
	padding-top: 0;
	padding-bottom: 0;
}
ul.menu.sportello-online,
.sportello-online ul.uk-nav-side > li > a {
	list-style: none;
	padding: 0;
	font-family: 'Noto Serif';
    font-weight: bold;
    font-size: 1rem;
}
ul.menu.sportello-online > li + li,
.sportello-online ul.uk-nav > li + li {
	margin-top: 10px;
}
ul.menu.sportello-online > li > a,
.sportello-online ul.uk-nav > li > a {
	padding: 15px;
	display: block;
	color: #333;
	background: #f0f0f0;
    border: 3px solid #f0f0f0;
    font-size: 20px;
}
ul.menu.sportello-online > li > a:hover,
ul.menu.sportello-online > li > a:focus,
.sportello-online ul.uk-nav > li > a:hover,
.sportello-online ul.uk-nav > li > a:focus {
	background: #fff;
}
ul.menu.sportello-online > li img,
.sportello-online ul.uk-nav > li img {
	max-width: 50px;
	max-height: 50px;
}
hr,
.cf-divider {
	border-top: 10px solid #efefef !important;
	margin: 40px 0 !important;
}
hr,
.uk-article + .uk-article {
	border-width: 10px;
	margin-top: 40px;
}
.uk-article + .uk-pagination {
	margin-top: 50px;
}
i[class*='uk-icon-']:not(.uk-icon-angle-double-right):not(.uk-icon-angle-double-left) {
    margin: 5px;
}
i[class*='uk-icon-facebook'] {
	margin-left: 0;
}
[class*='tm-icon-']:before, [class*='tm-icon-']:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0,0.99,0.2,1);
    transition: all 0.2s cubic-bezier(0,0.99,0.2,1);
}
[class*='tm-icon-']:before, [class*='tm-icon-']:after {
	left: 0;
}
.tm-icon {
	width: 45px;
	height: 45px;
}
.icon-menu,
.tm-icon-menu,
[class*='tm-icon-'] {
	width: 45px;
    height: 2px;
}
[class*='tm-icon-'] {
    position: absolute;
    top: 50%;
}
.tm-icon-menu:before {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
}
.tm-icon-menu:after {
    -webkit-transform: translateY(500%);
    transform: translateY(500%);
}
.tm-navbar .tm-icon-menu,
.tm-navbar [class*='tm-icon-']:before,
.tm-navbar [class*='tm-icon-']:after {
	background: #fff;
}
.tm-navbar-wrapper,
.tm-block-top-a {
	position: relative;
	z-index: 3;
}
.tm-navbar-wrapper + .uk-block-default {
	border-top: 15px solid #f0f0f0;
}
.uk-offcanvas-bar > .uk-offcanvas-inner {
	margin: 0 -25px;
}
.uk-offcanvas .uk-search-field {
	border-bottom: 2px solid #333;
}
.uk-nav-offcanvas .uk-nav-sub {
	background: #2f3a7a;
	padding: 25px;
	font-weight: 300;
	font-size: 0.9rem;
    letter-spacing: 0.02rem;
}
.uk-nav-offcanvas .uk-nav-sub > li.uk-parent ul {
	padding: 0;
}
.uk-nav-offcanvas .uk-nav-sub > li.uk-parent ul > li {
	position: relative;
	padding-left: 20px;
}
.uk-nav-offcanvas .uk-nav-sub > li.uk-parent ul > li:before {
	display: inline-block;
    position: absolute;
    content: "";
    width: 12px;
    border-bottom: 1px solid rgba(255,255,255,.8);
    left: 1px;
    top: 50%;
}
.uk-nav-header,
.uk-nav-offcanvas > li > a {
	padding: 15px 25px;
}
.uk-nav-header {
	padding-bottom: 0;
}
.uk-nav-header:not(:first-child) {
    margin-top: 0px;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
	content: '';
}
.uk-nav-parent-icon > .uk-parent > a:after {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	position: relative;
	top: 0.3em;
	right: 0;
	-webkit-transform: -webkit-rotate(135deg);
	transform: rotate(135deg);
}
.uk-offcanvas .uk-panel:first-child {
	padding: 25px;
}
.uk-offcanvas .uk-search {
	margin: 0;
}
.uk-nav-offcanvas > li > a {
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
}
.uk-nav-offcanvas > .uk-parent > a:after {
	right: 15px;
}
ul.uk-nav-sub {
	padding: 0 0 10px 0;
}
.uk-nav-side ul.uk-nav-sub > li > a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.uk-nav-side ul.uk-nav-sub > li > a:before {
	content: ">";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}
.uk-nav-side > li > a,
.uk-nav-search .uk-nav-header {
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
}
.uk-panel-box > .uk-nav-side {
	margin: 0;
}
.uk-panel-box .uk-nav-side > li > a {
	padding: 0;
	display: inline-block;
	position: relative;
}
.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
    height: 22px;
    width: 22px;
    border: 1px solid #c5c5c5;
}
.uk-form label + input[type="radio"], .uk-form label + input[type="checkbox"] {
	margin-left: 3px;
}
.uk-form .uk-form-row > label + label,
.uk-form .uk-form-row > .controls > label + label {
	margin-left: 10px;
}
.uk-form input[type=radio] {
	margin-right: 5px;
}
.uk-form input[type=radio]:checked:before {
    width: 14px;
    height: 14px;
}
.uk-form input[type=checkbox] {
	margin-right: 2px;
}
.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.uk-form select,
.uk-form .chzn-container-single .chzn-single {
  display: block;
  min-height: 40px;
  cursor: pointer;
  color: #444;
  line-height: 1.3;
  padding: 5px 25px 5px 10px;
  min-width: 90px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #c5c5c5;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%232f3a7a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  box-shadow: none;
}
.uk-form .chzn-container-single .chzn-drop {
	border-radius: 0;
	box-shadow: none;
	border-color: #262f64;
}
.uk-form .chzn-container-single .chzn-search input[type="text"] {
	background: #fff;
}
.uk-form .chzn-container .chzn-results li.active-result.highlighted {
	background: #262f64;
}
.uk-form .chzn-container .chzn-results li.active-result.highlighted em {
	color: #fff;
}
.uk-form .chzn-container-single .chzn-single span {
	margin: 0;
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.uk-form .chzn-container-single .chzn-single span + div {
	display: none;
}
.uk-form select::-ms-expand,
.uk-form .chzn-container-single .chzn-single::-ms-expand {
  display: none;
}
.uk-form select:focus,
.uk-form .chzn-container-single.chzn-container-active .chzn-single,
.uk-form .chzn-container-single .chzn-single:focus {
  border-color: #262f64;
  color: #222; 
  outline: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%232f3a7a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.uk-form select option {
  font-weight: normal;
}
*[dir="rtl"] .uk-form select, :root:lang(ar) .uk-form select, :root:lang(iw) .uk-form select {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
.uk-form select:disabled, .uk-form select[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.uk-form #catid_chzn {
	min-width: 240px;
}
.uk-block-secondary .uk-panel:not(.uk-panel-box-secondary) .fieldacyterms,
.uk-block-secondary .uk-panel:not(.uk-panel-box-secondary) .fieldacyterms a {
	color: #fff;
}
.uk-block:not(.tm-block-footer) .uk-panel:not(.uk-panel-box) .fieldacyterms a:after {
	width: 100%;
}
.acymailing_form .onefield {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.acymailing_form .fieldacycaptcha {
	display: none;
}
#unsubpage .unsubsurvey, #unsubpage .unsubintro {
	padding: 0;
}
#unsubpage .unsuboptions {
	padding-left: 0;
	margin: 20px 0;
}
.uk-subnav {
	margin-top: -6px;	
}
.uk-subnav > * {
	margin-top: 15px;
}
.uk-subnav > li > .uk-button {
	width: 100%;
	background-color: #fff;
	border: 1px solid #aaa;
}
.uk-subnav > li.uk-active > .uk-button,
.uk-subnav > li > .uk-button:hover,
.uk-subnav > li > .uk-button:focus {
	background-color: #be6a30 !important;
	border-color: #be6a30;
}
.uk-contrast a:not([class]), .uk-contrast .uk-link,
.uk-contrast .uk-subnav > * > a {
	color: rgba(255,255,255,0.8);
}
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
    border-left-color: rgba(255, 255, 255, 0.3);
}
.uk-height-1-1 > div[id^="wk-map"] {
	height: 100% !important;
}
.convertforms {
	overflow: visible !important;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
	padding: 0;
}
.convertforms .cf-input[type="checkbox"], .convertforms .cf-input[type="radio"] {
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius: 0;
}
.convertforms .cf-checkbox-group + .cf-checkbox-group {
	margin-top: 10px;
}
.convertforms .cf-checkbox-group .cf-label, .convertforms .cf-radio-group .cf-label {
	padding-left: 10px;	
}
.convertforms .cf-label {
	margin-bottom: 10px;
}
.cf-recaptcha-v3-text-badge {
	display: none;
}
a[href^="mailto"], a[href^="tel"] {
	white-space: nowrap;
}
a.icona-lucchetto:before,
a[href^="tel"]:before,
a[href^="mailto"]:before,
a[href*="view=form"]:before,
.tm-content a[target ^="_blank"]:not(.at_icon):not(.at_url):before,
.attachmentsList table .at_icon:before,
a[href$=".pdf"]:not(.at_icon):not(.at_url):before,
a[href$=".doc"]:not(.at_icon):not(.at_url):before,
a[href$=".docx"]:not(.at_icon):not(.at_url):before,
a[href$=".xls"]:not(.at_icon):not(.at_url):before,
a[href$=".xlsx"]:not(.at_icon):not(.at_url):before,
a[href$=".DOC"]:not(.at_icon):not(.at_url):before,
a[href$=".DOCX"]:not(.at_icon):not(.at_url):before,
a[href$=".XLS"]:not(.at_icon):not(.at_url):before,
a[href$=".XLSX"]:not(.at_icon):not(.at_url):before,
a[href$=".pdf"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".doc"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".docx"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".xls"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".xlsx"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".DOC"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".DOCX"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".XLS"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".XLSX"][target ^="_blank"]:not(.at_icon):not(.at_url):before {
    font-family: FontAwesome;
    font-size: 110%;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-left: 0.1em;
    margin-bottom: 0.1em;
    width: 18px;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.icona-lucchetto:before {
	content: "\f023";
	width: auto;
	vertical-align: top;
}
a[href^="tel"]:before {
    content: "\f095";
}
a[href^="mailto"]:before {
    content: "\f0e0";
}
.tm-content a[href*="view=form"]:before {
	content: "\f009";
}
.tm-content a[target ^="_blank"]:not(.at_icon):not(.at_url):before {
	content: "\f08e";
}
a[href^="mailto"] > span[id^="cloak"] > a[href^="mailto"]:before {
	display: none;
}
.attachmentsList table .at_icon:before,
a[href$=".pdf"]:not(.at_icon):not(.at_url):before,
a[href$=".doc"]:not(.at_icon):not(.at_url):before,
a[href$=".docx"]:not(.at_icon):not(.at_url):before,
a[href$=".xls"]:not(.at_icon):not(.at_url):before,
a[href$=".xlsx"]:not(.at_icon):not(.at_url):before,
a[href$=".DOC"]:not(.at_icon):not(.at_url):before,
a[href$=".DOCX"]:not(.at_icon):not(.at_url):before,
a[href$=".XLS"]:not(.at_icon):not(.at_url):before,
a[href$=".XLSX"]:not(.at_icon):not(.at_url):before,
a[href$=".pdf"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".doc"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".docx"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".xls"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".xlsx"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".DOC"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".DOCX"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".XLS"][target ^="_blank"]:not(.at_icon):not(.at_url):before,
a[href$=".XLSX"][target ^="_blank"]:not(.at_icon):not(.at_url):before {
	content: "\f15b";
}
a.no-icon:before {
	content: "";
	display: none !important;
}
.tm-content table {
	font-size: 0.80rem;
	max-width: 100%;
	height: auto !important;
	width: 100% !important;
	margin: 20px 0;
	border-spacing: 0;
    border-collapse: collapse;
    border: none !important;
}
.tm-content table a[href^="tel"]:before,
.tm-content table a[href^="mailto"]:before {
	margin-right: 5px;
}
.tm-sidebar-b .uk-panel table,
.tm-footer .uk-panel table {
	height: auto !important;
	width: 100% !important;
}
.tm-content table td {
	padding: 12px;
	vertical-align: top;
}
.tm-content table td p {margin: 10px 0;}
.tm-content table td p:first-child {margin-top: 0;}
.tm-content table td p:last-child {margin-bottom: 0;}
.tm-content table td p + ul,
.tm-content table td p + ol {margin: 10px 0;}
.tm-content table td ul > li,
.tm-content table td ol > li {line-height: 18px;}
.tm-content table td h3 {margin: 10px 0;}
.tm-content table td p img {margin: 2px 3px 2px 0;}
.tm-content table thead tr {border: 1px solid #be6a30; font-weight: bold; color: #fff; }
.tm-content table tr th a, 
.tm-content table thead tr td a,
.tm-content table tr th a:hover,
.tm-content table tr th a:focus,
.tm-content table thead tr td a:hover,
.tm-content table thead tr td a:focus {
	color: #fff !important;
}
.tm-content table tr th, 
.tm-content table thead tr td {
	background: #be6a30;
	border: 1px solid #be6a30;
	color: #fff;
	padding: 12px;
	text-align: left;
}
.tm-content table thead + tbody tr:nth-child(even) td {background: #f0f0f0;}
.tm-content table thead + tbody tr:nth-child(odd) td {background: #fff;}
.tm-content table tbody tr:nth-child(even) td {background: #fff;}
.tm-content table tbody tr:nth-child(odd) td {background: #f0f0f0;}
.tm-content table thead + tbody tr:nth-child(odd):last-child td,
.tm-content table tbody tr:nth-child(even):last-child td {
	border-bottom: 3px solid #f0f0f0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 1067px;
	max-width: 100%;
	margin-bottom: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cwgallery {
	margin: 15px -10px;
}
.tm-footer-last .tm-totop-scroller {
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}
.tm-footer-last .tm-totop-scroller:before {
    content: "\e903";
    color: rgba(255, 255, 255, 0.8);
    font-family: 'theme-icons';
    font-size: 30px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}
.ic-msg-no-event {
	margin-bottom: 20px;
}
.ic-event-cancelled {
	color: #cc0000 !important;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
}
.popover {
	display: none !important;
}
.pubblicazioni-noresults {
	display: none;
}
.puntina-pubblicazioni {
	position: absolute;
	right: 15px;
	top: 15px;
	max-width: 25px;
	width: 7%;
	height: auto;
	opacity: 0.5;
}
.puntina-pubblicazioni + .uk-article-meta {
	margin-top: 0;
}
.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.uk-pagination {
	margin-bottom: 0;
}
.slide_open {
	box-shadow: none;
	display: inline-block;
}
span.image-title {
    padding-left: 10px;
}
.grid-autorita .uk-panel img {
	max-height: 100px;
	height: auto;
	width: 200px;
}
.uk-panel-box-secondary .uk-width-medium-1-2 + .uk-width-medium-1-2 {
	border-left: 2px solid rgba(255,255,255,0.3);
}
.uk-panel-box-muted {
    background-color: #f0f0f0;
}
.dichiarazioni h3 {
	margin-bottom:0px;
}

/*sportello online*/
.mod-list .image-title {
	padding-left: 20px;
}
/*Numeri di emergenza*/
.tab-num-emerg a[href^="tel"],
.tab-num-emerg strong {
    font-size: 125%;
}
.tm-content table a[href^="tel"]:before,
a[href^="tel"]:before {
	margin-right: 0.1em;
}
td.row-large {
    width: 50%;
}
span.ic-single-startdate {
    text-transform: lowercase;
}
