/* (c) Copyright 2024 - Teknet SRL - Roberto Locatelli */

.uk-uppercase {
	text-transform: uppercase;
}
.uk-line-left::before {
	content: "";
    width: 55px;
    height: 2px;
    background-color: #212529;
    position: absolute;
    top: 13px;
    left: 15px;
}
.uk-line-left {
	padding-left: 80px;
    position: relative;
}
.uk-text-large {
    font-weight: 500;
}
.slider-homepage-top-a .uk-position-relative {
    transform: scale(1.2);
}
.slider-homepage-top-a .uk-position-center-right {
    right: 150px;
}
.slider-homepage-top-a .uk-position-center-left {
    left: 150px;
}
.btn-link {
    cursor: pointer;
    font-weight: 600;
}
.tabella-dati-tecnici td {
    background-color: #f7f7f7;
    border: 3px solid #fff;
    padding: 5px;
    text-align: center;
}
#contatti-bkgr {
    position: relative;
}
#contatti-bkgr::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    left: -400px;
    top: 0px;
    background-color: #f6fafb;
}
@media screen and (max-width: 959px) {
    #contatti-bkgr::before {
        display: none;
    }
}
#form-categorie-bkgr {
    position: relative;
}
#form-categorie-bkgr::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 500px;
    left: -400px;
    top: 0px;
    background-color: #2563b0;
}
#form-categorie-bkgr .convertforms {
    max-width: 600px;
    --label-color: #fff;
}
#form-categorie-bkgr .convertforms .cf-form-wrap {
    padding: 20px;
}
#form-categorie-bkgr .uk-background-cover {
    padding: 100px 0px !important;
}
#form-categorie-bkgr .convertforms .cf-input {
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #f7f7f7;
}
#form-categorie-bkgr .convertforms .cf-width-auto {
    font-weight: 600;
}
#form-categorie-bkgr .convertforms .cf-label .cf-required-label {
    color: #fff;
}
.uk-heading-3xlarge {
    line-height: 0.8;
}
#storia-container {
    position: relative;
}
#storia-container::before {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
#storia-container::after {
    content: "";
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}
#scrollable-section {
    height: calc(100vh - 40px);
    overflow: scroll;
}
#scrollable-section > div:nth-child(1) {
    margin-top: 120px;
}
#fixed-section .uk-heading-3xlarge {
    margin-top: 115px;
}
.titolo {
    margin-bottom: 30px;
}
.anno {
    width: 270px;
    float: left;
    position: relative;
}
.anno20.first .anno::before {
    content: "20";
    width: 250px;
    height: 204px;
    position: absolute;
    top: 0px;
    left: -220px;
    color: #307fe2 !important;
    font-size: 15rem;
    background-color: #666;
}
#caratteristiche-tecniche .el-item picture {
    position: relative;
    display: table;
}
#caratteristiche-tecniche .el-item picture::before {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-image: url('../../../images/neolt/caratteristiche-tecniche/caratt-tecniche-background.svg');
    background-size: cover;
    background-position: center;
}
.supporto-tecnico .convertforms .cf-btn {
    background-color: #307FE7;
    color: #fff;
}
div.mod-languages a {
    padding: 0.3rem 0rem;
}
/*#video-header{
    display:table;
    width:100%;
}
#video-header > div .uk-position-relative{
    position: absolute !important;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}
#video-header iframe{
    width:100%!important;
}*/
iframe.uk-disabled {
    display: none;
}
iframe.uk-disabled._iub_cs_activate._iub_cs_activate-activated {
    display: block;
}
#video-header{
    display:table;
    width:100%;
}
#video-header > div .uk-panel {
    position: absolute !important;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}
#video-header iframe{
    width:100%!important;
}

@media screen and (max-width: 767px) {
    #video-header .uk-grid > div{
        padding-left: 0px!important;
    }
}

#form-categorie-bkgr .convertforms .cf-input option { /* Code for Firefox */
  background: #1c4f90;
}


/***************/

@media screen and (max-width: 1350px) {
    .uk-heading-3xlarge {
        font-size: 12rem;
    }
}

@media screen and (max-width: 1200px) {
    #scrollable-section {
        height: auto;
        overflow: auto;
    }
    #scrollable-section > div:nth-last-child(1) {
        margin-bottom: 0px !important;
    }
    #storia-container::after {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #tm-main {
        margin-top: -40px;
    }
    .tm-toolbar {
        z-index: 999;
    }
}

@media screen and (max-width: 959px) {
    #caratteristiche-tecniche .el-item picture::before {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #form-categorie-bkgr::before {
        display: none;
    }
    #form-categorie-bkgr .uk-background-cover {
        padding: 20px 0px !important;
        background-color: #2563b0;
    }
    .uk-icon-open > a {
        position: relative;
    }
    .uk-icon-open > a::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
        position: absolute;
        top: 7px;
        right: 0px;
        width: 20px;
        height: 20px;
    }
    .uk-icon-open.uk-open > a::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>');
    }
    #module-menu-dialog-mobile > ul > li > a::after {
        display: none;
    }
    .mod-languages .uk-subnav > li:nth-child(1) {
        padding-left: 0px;
        margin-left: 0px;
    }
    /*#video-header .uk-grid > div{
        padding-left: 0px!important;
    }*/
}