
#loader_container{
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100vh - 150px);
    z-index: 10000;
    /*background: rgba(255,255,255, 0.5);*/
}
/*.loader {
    position: absolute;
    z-index: 10001;
    top: calc(50% - 40px);
    margin-left: calc(50% - 40px);
    border: 8px solid #2A3F54;
    border-radius: 50%;
    border-top: 8px solid #45607a;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/
.loader {
    position: absolute;
    z-index: 10001;
    top: calc(50% - 2.5em);
    left: calc(50% - 0.5em);
    color: #1F2F70;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.full-width-header .rs-header .menu-area .logo-area img {
    max-height: 90px;
}

@media only screen and (max-width: 991px){
    .rs-header .menu-area .logo-area {
        top: -15px;
    }
}
@media only screen and (max-width: 480px){
    .full-width-header .rs-header.style2 .row-table .header-logo .logo-area, .full-width-header .rs-header.style3 .box-layout .row-table .header-logo .logo-area {
        top: -15px;
        width: 90%;
    }
}

.cookie_wrapper{
    display: none;
    border-top: 2px solid #1F2F70;
    border-bottom: 2px solid #1F2F70;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    background: #cacaca;
    position: fixed;
    bottom: 20px;
    width: 100%;
    height: auto;
    z-index: 1000000;
}

.rs-breadcrumbs.page {
    background: url(/templates/ascom/images/breadcrumbs/news.jpg) !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-repeat: repeat !important;
    background-size: auto !important;
}

.rs-breadcrumbs.page.contatti {
    background: url(/templates/ascom/images/breadcrumbs/contatti.jpg) !important;
}

.rs-breadcrumbs.page.direttivo {
    background: url(/templates/ascom/images/breadcrumbs/direttivo.jpg) !important;
}

.recent-post-widget .post-img img{
    width: 85px;
    height: 85px;
}

.bg11 {
    background-image: url(/templates/ascom/images/bg/contact.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.privacy_container{
    height: 70px;
    overflow-y: scroll;
    background: #cacaca;
    border: 1px solid #888;
    padding: 5px;
    font-size: 9px;
}

#form_captcha{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 20px;
}

.rs-slider.slider3 .content-part .sl-subtitle{
    font-size: 30px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.rs-slider.slider3 .content-part .sl-title{
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.readon{
    margin: 0 auto;
}

.readon.submit{
    background: var(--ascom_blue);
}

#sendhomecontacts_message{
    display: none;
    text-align: center;
    background: #fff;
    padding: 3px;
}

#sendcontacts_message{
    display: none;
    text-align: center;
    background: #fff;
    padding: 3px;
}

.contact-wrap{
    position: relative !important;
}

.footer-top{
    background: #1F2F70;
}

.rs-footer.style1 .footer-top .footer-title::after {
    
    width: 100%;
}

.rs-footer.style1 .footer-top .address-widget li i{
    position: unset;
    left: unset;
    color: #fff;
}

.rs-footer.style1 .footer-top .address-widget li i::before{
    
    font-size: 24px;
}

body.defult-home .pianotipremia .sub-text{
    color: #fff;
    font-size: 32px;
    text-shadow: 2px 0 #7c1303, -2px 0 #7c1303, 0 2px #7c1303, 0 -2px #7c1303,
               1px 1px #7c1303, -1px -1px #7c1303, 1px -1px #7c1303, -1px 1px #7c1303;
}
body.defult-home .pianotipremia .sub-text2{
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 0 #7c1303, -2px 0 #7c1303, 0 2px #7c1303, 0 -2px #7c1303,
               1px 1px #7c1303, -1px -1px #7c1303, 1px -1px #7c1303, -1px 1px #7c1303;
}
body.defult-home .pianotipremia .sub-text3{
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 0 #7c1303, -2px 0 #7c1303, 0 2px #7c1303, 0 -2px #7c1303,
               1px 1px #7c1303, -1px -1px #7c1303, 1px -1px #7c1303, -1px 1px #7c1303;
}

@media only screen and (max-width: 480px){
    body.defult-home .pianotipremia .sub-text{
        font-size: 24px !important;
    }
    body.defult-home .pianotipremia .sub-text2{
        font-size: 20px !important;
    }
    body.defult-home .pianotipremia .sub-text2{
        font-size: 17px !important;
    }
}

body.defult-home .pianotipremia h3{
    color: #fff;
}


.bg13 {
  background-image: url(/templates/ascom/images/bg/banner_piano-ti-premia.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.rs-footer.style1 .footer-top .footer-title::after {
    background: #fff !important;
}
.footer-top .desc{
    color: #fff !important;
}