:root {
	--tt-main-bg-color: #0a0a0a; /* Template background color. */
	--tt-main-color: #2EAADC; /* Template main color. */
}

#page-header {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.text-reveal-mark {
    background-image: linear-gradient(var(--tt-main-color), var(--tt-main-color));
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0 92%;
    padding: 0 0.08em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.sottolinea a {
	color: #FFF;
	display: inline;
	background-repeat: no-repeat;
	background-image: -o-linear-gradient(transparent calc(100% - 1px),currentColor 1px);
	background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
	background-image: -ms-linear-gradient(transparent 96%,currentColor 1px);
	transition: 0.6s cubic-bezier(.215,.61,.355,1);
	background-size: 0 96%;
}
.sottolinea a:hover {
	background-size: 100% 96%;
	color: #FFF;
}


.tt-logo {
    max-width: 200px;
}

.tt-ol-menu-list > li.active > a, .tt-ol-menu-list > li.active > .tt-ol-submenu-trigger > a, body:not(.is-mobile) .tt-ol-menu-list > li > a:hover, body:not(.is-mobile) .tt-ol-menu-list > li > .tt-ol-submenu-trigger:hover > a, .tt-ol-menu-list > li > .tt-ol-submenu-trigger.tt-ol-submenu-open > a {
    transform: none;
}

.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list {
		counter-reset: ol-menu-list-counter;
	}
.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list > li::before {
    position: absolute;
    counter-increment: ol-menu-list-counter;
    content: "" counter(ol-menu-list-counter, decimal-leading-zero);
    top: 5px;
    left: -30px;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    opacity: 0.4;
}

.pi-item-title-link:hover .pi-item-hover-title {
    transform: translate3d(0, -100%, 0);
    background-color: var(--tt-main-color);
}

@media (max-width: 480px) {
    .tt-section {
        padding: 30% 0;
    }
}


@media (max-width: 767px) {
	.tt-ol-menu-content {
		padding-left: 45px;
	}
}