html {
	font-size: 1.2em;
    line-height: 1.625;
    background: #111;
}
body.navOpen {
	overflow: hidden !important;
}
ol, ul {
    padding-left: 18px;
}
.com-users-login.login + div,
.form-control-feedback {
	display: none;
}
.com-users-login.login {
	max-width: 500px;
	margin: auto;
}
.tm-header-overlay {
    z-index: 999999;
}
.tm-offline {
    width: 450px;
    background: #fff;
}
.tm-page .show-ch {
	display: none;
}
.tm-page.from-CH .hide-ch {
	display: none;
}
.tm-page.from-CH .show-ch {
	display: block;
}
.parallax .uk-background-fixed {
	min-height: 50vh;
}
.uk-notification-message p.uk-margin-small-top {
	margin-top: 20px !important;
}
.copyright img {
	display: block;
	float: right;
}
.uk-section-default {
    background-image: none;
}
::-moz-selection {
	color: #fff;
	background: #333;
}
::selection {
	color: #fff;
	background: #333;
}
.uk-accordion .uk-accordion-title {
	font-size: 1.8rem;
    line-height: 1.2;
    font-family: Roboto;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1rem;
    border-bottom: 2px solid #111;
}
.uk-accordion>:nth-child(n+2) {
    margin-top: 40px;
}
.uk-accordion .uk-accordion-title::before {
	background-size: contain;
	background-image: url(../img/plus_icon.svg);
}
.uk-accordion .uk-open > .uk-accordion-title::before {
	background-image: url(../img/minus_icon.svg);
}
.uk-light {
	color: #fff;
}
.uk-light img + div[class*="uk-position-"] .uk-panel {
	text-shadow: 0px 0px 40px rgba(0,0,0,0.8);
}
a.uk-link-text:hover,
a.uk-link-text:active {
	text-decoration: none;
	color: inherit;
}
a.uk-link-text {
 	--ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
	font-family: Roboto;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05rem;
	position: relative;
	display: inline-block;
	padding: 3px 0;
}
a.uk-link-text::before,
a.uk-link-text::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	transition: 0.7s var(--ease-out-expo);
}
a.uk-link-text::before {
	transform: scaleX(0);
	transform-origin: left;
}
a.uk-link-text::after {
	transform-origin: right;
	transition-delay: 0.25s;
}
a.uk-link-text:hover::before {
	transform: scaleX(1);
	transition-delay: 0.25s;
}
a.uk-link-text:hover::after {
	transform: scaleX(0);
	transition-delay: 0s;
}
.uk-slideshow .el-overlay .el-title {
	text-shadow: 0px 0px 40px rgba(0,0,0,0.8);
}
.uk-slideshow .el-overlay .el-title.uk-heading-medium {
	text-transform: none;
}
.uk-offcanvas-bar {
	padding: 50px;
	box-shadow: none;
}
.uk-offcanvas-close,
.uk-offcanvas-overlay::before {
	display: none;
}
ul.uk-nav.uk-nav-default > li {
	line-height: 1.2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#tm-mobile > .uk-background-primary ul.uk-nav.uk-nav-default > li > a {
	color: rgba(255,255,255,0.4);
}
#tm-mobile > .uk-background-primary ul.uk-nav.uk-nav-default > li.uk-active > a,
#tm-mobile > .uk-background-primary ul.uk-nav.uk-nav-default > li > a:hover {
	color: #fff;
}
ul.lang-inline li a {
	display: inline-block;
	position: relative;
	padding: 3px 0;
}
div.mod-languages ul.lang-inline li {
	font-size: 0.8rem;
	line-height: 1.5;
    font-family: Roboto;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
ul.lang-inline li.lang-active a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
}
.uk-navbar-container:not(.uk-navbar-transparent) ul.lang-inline li.lang-active a:after {
	background: #010101;
}

/* ICONA HAMBURGER */
.icon-hamburger {
	position: relative;
	width: 45px;
	height: 35px;
}
.icon-hamburger > div {
	height: 6px;
	width: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width 0.12s ease-in;
	transition: width 0.12s ease-in;
}
.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%;
}
.uk-navbar-container:not(.uk-navbar-transparent) .icon-hamburger > div {
	background: #010101;
}
.uk-navbar-container.uk-navbar-transparent .uk-logo {
    background: #111;
    padding: 40px 30px 30px;
    top: -10px;
    position: relative;
    border-radius: 0 0 30px 30px;
}
.uk-navbar-container.uk-navbar-transparent .uk-container-xlarge {
	max-width: 100%;
}
.uk-navbar-container.uk-navbar-sticky .uk-navbar-center {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	transform: none;
}
#loadingDiv {
	z-index: 9999999;
    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);
}

/* WIDGET STRADA DEL VINO */
#DjNrWidget-container,
#DjNrCalendar {
	padding: 0 !important;
}
#DjNrWidget-container ul.sdvv-services-list li {
	padding-left: 0 !important;
	font-size: 0.8rem;
}
#DjNrWidget-container ul.sdvv-services-list li .fas {
	margin-right: 5px;
}
#DjNrWidget-container .sdvv-summary,
#DjNrWidget-container .sdvv-title2-logo {
	background: none !important;
}
#DjNrCalendar > h3,
#DjNrCalendar > h4,
#DjNrCalendar > .sdvv-filters-container,
#DjNrWidget-container section.map,
#DjNrWidget-container .sdvv-table-responsive + a.text-center {
	display: none !important;
}
#DjNrWidget-container .sdvv-table-responsive {
	box-shadow: 0px 0px 35px rgba(0,0,0,0.55) !important;
	border-radius: 0 !important;
}
#DjNrWidget-container .sdvv-table-responsive {
	margin-top: 50px;
	margin-bottom: 0;
}

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

@media (min-width: 960px) {
	.uk-accordion.vpaccordion .uk-accordion-title {
		position: relative;
		margin-left: calc(40% + 33px); 
	}
	.uk-accordion.vpaccordion .uk-first-column > img.el-image {
		margin-left: 30%;
	}
}

@media (min-width: 640px) {
	body .tm-page {
		padding-top: 15px;
		transition-duration: 0.35s;
	    transition-timing-function: swing;
	}
	body.navOpen .tm-page {
	    transform: translateY(70px);
	    -webkit-transform: translateY(70px);
	    box-shadow: 0 0 50px fade(black, 20%);
	}
	.uk-navbar-container.uk-navbar-sticky .uk-logo {
		padding: 0;
	}
}

/*MOBILE*/
@media (max-width: 1499px) {
	html {
		font-size: calc(0.8em + 0.5vw);
	}
}
@media (max-width: 959px) {
	.uk-slideshow .uk-slideshow-items[uk-height-viewport] {
		min-height: 0 !important;
		padding-bottom: 75%;
	}
	.firma-marco {
		left: 0 !important;
	}
}

@media (max-width: 639px) {
	.uk-navbar {
	    height: 130px;
	}
	.uk-logo > img {
		width: 140px;
		height: auto;
	}
	.uk-navbar-container.uk-navbar-transparent .uk-logo {
    padding: 25px 15px 15px;
	}
	.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%;
	}
	.uk-accordion .uk-accordion-title {
		font-size: 1.5rem;
	}
	.parallax .uk-background-fixed {
		background-attachment: unset;
	}
	.uk-accordion.vpaccordion .uk-first-column > img.el-image {
		height: 300px;
	}
	.copyright {
		text-align: center;
	}
	.copyright img {
		float: none;
		display: inline-block;
	}
	.footer .uk-subnav {
		justify-content: center;
	}
	#footer-contatti img[uk-cover] {
		left: 0;
		--uk-position-translate-x: -10%;
		--uk-position-translate-y: -50%;
    	transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y));
	}
}

@media (max-width: 479px) {
	.uk-section-large {
    	padding-top: 60px;
    	padding-bottom: 60px;
	}
	.uk-section-xlarge {
    	padding-top: 60px;
		padding-bottom: 60px;
	}
}

@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);
	}
}