html {
	font-size: 1.6em;
    line-height: 1.625;
    background: #000;
}
body.navOpen {
	overflow: hidden !important;
}
ol, ul {
    padding-left: 18px;
}
.yt-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}	
.yt-container iframe, .yt-container object, .yt-container embed { 
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
}
.tm-offline {
    width: 450px;
}
.copyright img {
	display: block;
}
.tm-top.uk-section-primary:not(.uk-preserve-color) {
	color: #fff;
}
.flyer-banner {
	font-size: 0.6rem;
	background: #000;
	padding: 30px;
}
.flyer-banner,
.flyer-banner h3,
.flyer-banner strong,
.flyer-banner a {
	color: #fff;
}
.flyer-banner h3 {
	margin-bottom: 10px;
}
.mod-firme {
	display: flex;
	align-items: center;
}
.mod-firme h3 {
	text-transform: none;
	margin-bottom: 0px;
}
.mod-firme .custom {
	font-size: 1.8rem;
	padding: 0 15px;
}
b, strong { font-weight: 700; }

.uk-section-default {
    background-image: none;
}
::-moz-selection {
	color: #fff;
	background: #cc0000;
}
::selection {
	color: #fff;
	background: #cc0000;
}
.tm-page-container {
	background: none;
}
.tm-page-container .tm-page {
	transition-duration: 0.35s;
	transition-timing-function: swing;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.tm-page-container .tm-page.open {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
}
.uk-offcanvas-close,
.uk-offcanvas-overlay::before {
	display: none;
}
ul.uk-nav.uk-nav-default > li {
	line-height: 1.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.lang-inline li a{
    font-weight:400;
    font-size: 0.6rem;
    color: black;
}
.tm-main .uk-container > h1{ display:none;}
.tm-header, .tm-header-mobile {
    border-bottom: 1px solid #c00;
}
.tm-header .uk-navbar-item, .tm-header .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 100px;
}
.logo-head {text-transform:uppercase; font-size:1.2rem}
.logo-head a {color:black;}
.logo-head span.uk-text-small {
    margin-top: 0px!important;
    display: block;
    font-size: 0.7rem;
    text-transform: none;
}
strong{ color: #cc0000;}
h1 strong, h2 strong { font-weight: normal;}  

div#module-menu-navbar {
    margin-top: 27px!important;
}

/* ICONA HAMBURGER */
.icon-hamburger {
	position: relative;
	width: 45px;
	height: 35px;
}
.icon-hamburger > div {
	height: 6px;
	width: 100%;
	background: #1c1c1c;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.12s linear;
	transition: all 0.12s linear;
}
.icon-hamburger > div.l2 {
	width: 66%;
	top: 50%;
	margin-top: -3px;
}
.icon-hamburger > div.l3 {
	width: 33%;
	top: auto;
	bottom: 0;
}
.uk-navbar-toggle:hover > .icon-hamburger > div,
.uk-navbar-toggle[aria-expanded="true"] > .icon-hamburger > div {
	width: 100%;
}

#loadingDiv {
	z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#loadingDiv .loading_logo {
	width: 200px;
	text-align: center;
}
#loadingDiv .loading_logo img {
    max-width: 100%;
    max-height: 180px;
    -webkit-animation: pulse 1560ms linear infinite;
    animation: pulse 1560ms linear infinite;
    -webkit-transition: 640ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 640ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


/*MODULO DI LOGIN*/
.plg_system_webauthn_login_button { display:none}


/*MOBILE*/

@media all and (min-width: 959px) {
	a.menu_firme {
	    background: #cc0000;
	    border-radius: 50px;
	    padding: 10px!important;
	    margin-top: 40px;
	    font-size: 0.9rem;
	    justify-content: center;
	}
	.uk-nav-default>li>a.menu_firme:hover {
	    background: white;
	    color:black;
	}
	.flyer-banner {
		border-radius: 50%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		width: 250px;
		height: 250px;
		top: 170px;
		right: 30px;
		padding: 20px;
		opacity: 0;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
	}
	.flyer-banner.fadeIn {
		opacity: 1;
	}
	.flyer-banner .overlay-link {
		text-indent: -99999px;
		background: transparent;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
	}
	.flyer-banner p,
	.flyer-banner *+p {
		margin-top: 0px;
		margin-bottom: 0;
	}
}


@media all and (max-width: 1499px) {
	html {
		font-size: calc(1.1em + 0.5vw);
	}
	.uk-offcanvas-bar {
		width: 400px;
	}
	.mod-firme {
		flex-direction: column;
		align-items: flex-start;
	}
	.mod-firme .custom {
		padding: 0;
	}
}

@media all and (max-width: 960px) {
	.uk-offcanvas-bar {
	    background: #000000;
	    padding: 25% 40px;
	    width: 90%;
	}
	ul.lang-inline li a{
    	font-weight:800;
		font-size: 1rem;
		color: white;
	}
	div.mod-languages ul {
    	margin-top: 0px;
		margin-right: 0px;
		margin-left: 10px;
	}
	.logo-head { font-size:0.8rem}
	a.menu_firme {
    	background: black;
    	border-radius: 50px;
    	justify-content: center;
    	margin-top: 30px;
	}
}

@media all and (max-width: 640px) {
	.uk-navbar {
	    height: 80px;
	}
	.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
		min-height: auto;
	}
	.uk-notification-message {
    	font-size: 0.75rem;
	}
	.uk-notification {
    	width: 90%;
	}
	.flyer-banner {
		padding: 20px 15px;
	}
}

@media all and (max-width: 480px) {
	
	.uk-section-large {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.uk-section-xlarge {
    	padding-top: 60px;
		padding-bottom: 60px;
	}
	.uk-button {font-size: 0.9rem;}
	.footer-2 .uk-subnav {
   	 	justify-content: space-evenly;
	}
}

@keyframes pulse {
	0% {
	transform: scale(0.98);
	}
	25% {
	transform: scale(1.02);
	}
	50% {
	transform: scale(0.98);
	}
	75% {
	transform: scale(1.02);
	}
	100% {
	transform: scale(0.98);
	}
}
@keyframes gradient {
	0% {
	background-position: 0% 50%;
	}
	50% {
	background-position: 100% 50%;
	}
	100% {
	background-position: 0% 50%;
	}
}