﻿body {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
}
a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

@font-face {
    font-family: CustomFont;
    src: url('/lightweb/fonts/msyi.ttf');
}

@font-face {
    font-family: CustomFontTitle;
    src: url('/lightweb/fonts/nasaliza.ttf');
}

.h100 {
    height: 100%;
}

.pRel {
    position: relative;
}

.cWhite {
    color: white;
}

.cBlack {
    color: black !important;
}

.cWhiteTdNone {
    color: white;
    text-decoration: none;
}

.bgred {
    background-color: red;
}

.w100 {
    width: 100%
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.mTop15 {
    margin-top: 15px;
}

.mRight15 {
    margin-right: 5px;
}

.mLeft15 {
    margin-left: 5px;
}

.mLeft35 {
    margin-left: 35px;
}

.mLeft50 {
    margin-left: 50px;
}

.cPointer {
    cursor: pointer;
}

.mLeft125 {
    margin-left: 125px;
}

.tCenter {
    text-align: center;
}

.resetH {
    margin: 0;
    padding: 0;
}

.overA {
    overflow: auto;
}

.overH {
    overflow: hidden;
}

.dNone {
    display: none;
}

.h20p {
    height: 20%;
}

.zindex100 {
    z-index: 100;
}

.font19 {
    font-size: 19px;
}

.mw100 {
    max-width: 100%;
}
/*DIVS*/
.divMain {
    width: 100%;
    height: 100%;
    position: relative;
}

.divMainView {
    overflow: hidden;
    height: 100vh;
    position: relative;
}



.policy_main {
    max-width: 100%;
    text-align: justify;
    overflow: auto;
}

.policy_sub {
    max-width: 100%;
    width: 1200px;
    margin: auto;
    margin-bottom: 35px;
}

.portf_title {
    font-weight: bold;
    font-size: 21px;
}

.portf_descr {
    font-style: italic;
    font-size: 13px;
    padding-left: 15px;
}

.divContacs {
    /*min-width: 1200px;
    max-width: 1350px;*/
    position: relative;
    color: white;
    letter-spacing: 4px;
    width: 1200px;
    max-width: 100vw;
    margin: auto;
    height: 100%;
}

.divCarousel {
    /*position:absolute;bottom:15px;width:100%;background-color:rgba(219,221,219,0.75);*/
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 70px;
    background-color: #CECECE;
    opacity: 0.75;
    max-height: 70px;
    overflow: hidden;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

.subDivCarousel {
    /*width:100%;margin:auto;padding:10px;height:80px;*/
    width: 1200px;
    margin: auto;
    height: 100%;
    position: relative;
}
/*.subDivCarouselInner{
    width:1200px;left:50%;margin-left:-600px;
}*/
.divFooterDati {
    width: 100%;
    text-align: center;
    margin: auto;
    color: #494949;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 9px;
    padding: 2px;
}

    .divFooterDati a {
        color: #494949;
    }



.divFirstLine {
    background-color: #DBDDDB;
    width: 100%;
    border-bottom: 1px solid black;
    padding: 3px;
    overflow: hidden;
    z-index: 15;
}

.divFirstSecond {
    height: 20px;
    width: 100%;
    border-bottom: 1px solid black;
    z-index: 15;
}

.divFirstSecondSub {
    position: absolute;
    height: 19px;
    background-color: #494949;
    width: 100%;
    z-index: 15;
}

.divFirstSecondSub2 {
    position: absolute;
    height: 19px;
    background-color: #CECECE;
    width: 100%;
    z-index: 15;
}

.divLang {
    float: right;
    padding: 6px;
}

.divLoading {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    z-index: 100;
    width: 100%;
    height: 100vh;
}

.divFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}

.divFooterSub {
    background-color: #DBDDDB;
    border-top: 1px solid black;
    width: 100%;
    max-height: 20px;
}

.divFooter2 {
    width: 100%;
    background-color: #eef0ee;
    border-top: 1px solid black;
    overflow: hidden;
}

.divTags {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Roboto';
}

.bcDarkGreyCS1 {
    background-color: #494949;
}
/*MAIN*/
.lblPartner {
    font-size: 11px;
    letter-spacing: 7px;
}



.divPartner {
    float: right;
    padding: 3px;
    margin-top: 10px;
}

.divLogoMit {
    float: right;
    padding: 3px;
}



.divWwwWho {
    float: left;
    width: 20%;
    text-align: right;
}

.divWwwWhat {
    float: left;
    width: 60%;
    text-align: center;
}

.divWwwWhere {
    float: left;
    width: 20%;
}

.divWwwWho2 {
    float: left;
    width: 20%;
    text-align: right;
}

.divWwwWhat2 {
    float: left;
    width: 60%;
    text-align: center;
}

.divWwwWhere2 {
    float: left;
    width: 20%;
}

.lCircle {
    list-style-type: circle;
}
/*POLICY*/
.policyHeader {
    font-size:18px;
    font-weight: bold;
    padding: 10px;
}
/*HOME*/
.carousel-content {
    color: black;
    display: flex;
    align-items: center;
}

.HomeSlideText {
    font-family: 'Roboto';
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    color: white;
}

.h2home {
    font-size: 33px;
    height: 37px;
}

.h3home {
    font-size: 21px;
    height: 25px;
}

.txtHome {
    font-family: CustomFontTitle;
    font-size: 33px;
    font-style: normal;
    text-decoration: none;
    /*color:#747474;*/
    text-align: left;
    color: #CECECE;
    text-shadow: 0px 2px 3px #555;
}

.divMainHome {
    height: 100vh;
/*    background-image: url('/images/where/sfd_home.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;*/
}

.logoHome {
    position: absolute;
    top: 11%;
    left: 150px;
}

.divTxtHome1 {
    position: absolute;
    top: 35%;
    left: 230px;
}

.divTxtHome2 {
    position: absolute;
    top: 50%;
    left: 350px;
}

.divTxtHome3 {
    position: absolute;
    top: 65%;
    left: 430px;
}

.mLeft160 {
    margin-left: 160px;
}
/*TXT WWW*/
.txtwww2 {
    font-family: CustomFontTitle;
    text-decoration: none !important;
    font-style: normal;
    color: white;
    text-shadow: 0px 2px 3px #555;
    font-size: 19px;
    letter-spacing: 11px;
}

a.txtwww2:visited {
    font-family: CustomFontTitle;
    text-decoration: none !important;
    font-style: normal;
    color: white;
    text-shadow: 0px 2px 3px #555;
    font-size: 19px;
    letter-spacing: 11px;
}

a.txtwww2:hover {
    font-family: CustomFontTitle;
    text-decoration: none !important;
    font-style: normal;
    color: gray;
    text-shadow: 0px 2px 3px #555;
    font-size: 19px;
    letter-spacing: 11px;
    cursor:pointer;
}



.txtwwwSelected {
    font-family: CustomFontTitle;
    color: #0f067e !important;
    text-shadow: 0px 0px 7px black;
    text-decoration: none !important;
    letter-spacing: 11px
}

.wh {
    text-decoration: none;
    color: white;
}
/*LANG*/
.txtLang {
    color: #494949;
    font-size: 25px;
    opacity: 0.5;
    text-decoration: none;
}

    .txtLang:hover {
        text-decoration: none;
        cursor: pointer
    }

.txtLangSelected {
    opacity: 1;
}
/*CONTATTI*/
.divContattiMain {
    position: absolute;
    background-color: #1d1b1b;
    z-index: 1;
    height: 670px;
    max-width: 100%;
    width: 1350px;
    margin: auto;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

.divContactBck {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 115px;
    height: 500px;
    background-image: url('/lightweb/Images/where/bck_where.jpg');
    background-repeat: no-repeat;
    background-position: 87%;
}



.formContatti {
    position: absolute;
    width: 450px;
    background-color: #101010;
    border-radius: 10px;
    padding: 20px;
    left: 80px;
    top: 100px;
    opacity: 0.85
}

.formIndirizzo {
    position: absolute;
    padding: 35px;
    border-radius: 10px;
    background-color: black;
    width: 500px;
    right: 80px;
    top: 155px;
    opacity: 0.85;
    color: white;
}

.confirmSend {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5
}

.confirmSendSub {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.checkSend {
    zoom: 3;
    color: #3e972d;
}

.lblContactNome {
    margin-top: 20px;
    margin-left: 15px;
    letter-spacing: 23px;
}

.lblContactEmail {
    margin-top: 33px;
    margin-left: 15px;
    letter-spacing: 17px;
}

.lblContactText {
    margin-top: 33px;
    margin-left: 15px;
    letter-spacing: 17px;
}

.txtAreaContactText {
    width: 100% !important;
    height: 175px !important;
}

.btnContanctSend {
    background-color: black;
    width: 100%;
    margin-top: 40px;
    border: none;
    height: 45px;
    letter-spacing: 9px;
    color: white;
    font-size: 15px;
    border-radius: 10px;
}

.divContactSedeLegale {
    margin-left: 10px;
    margin-top: 40px;
    letter-spacing: 13px;
}

.divContactSubSedeLegale {
    margin-left: 25px;
    letter-spacing: 5px;
    margin-top: 20px;
    line-height: 25px;
}

.divContactSedeOperativa {
    margin-top: 40px;
    margin-left: 10px;
    letter-spacing: 13px;
}

.divContactSubSedeOperativa {
    margin-left: 25px;
    letter-spacing: 5px;
    margin-top: 20px;
    line-height: 25px;
}

.divContactTel {
    margin-left: 75px;
    margin-top: 50px;
}



.divContactGoogle {
    margin-top: 15px;
    margin-left: 35px;
}

.divXfont {
    font: 700 50px 'CustomFontTitle';
}

.divXmain {
    position: absolute;
    top: 35px;
    right: 35px;
}

.divX {
    text-align: center;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.4), 1px 1px 0px rgba(0,0,0,0.8);
    color: #333;
    opacity: 0.4;
    float: right;
}

    .divX:hover {
        color: deepskyblue;
    }
/*WHO*/
.drawingpix {
    position: absolute;
    font-family: CustomFontTitle;
    font-size: 33px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #080d59 !important;
    text-shadow: 0px 2px 3px #555;
}




.divWhoFreelancerIn {
    position: fixed;
    right: 600px;
    bottom: 85px;
    color: black;
    z-index: 20
}

.aWhoLinkedIn {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btnWhoCloseLinekdIn {
    background-color: black;
    color: white;
    width: 100%;
    letter-spacing: 15px;
}







/*.bckWho {
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -600px;
    background-image: url('/Images/who/bck_who.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    font-size: 25px;
    z-index: 7;
}
*/

/*
.divWho {
    position: absolute;
    overflow: hidden;
    right: 0px;
    width: 50%;
    height: 100%;
}*/

.modal-content {
    background-color: #222;
    color: #ddd;
}

.modal-dialog {
    width: 420px;
    overflow: auto;
}

.modal.fade {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

    .modal.fade.in {
        left: 0px;
    }







/*WHAT*/
.prodLink {
    float: right;
    line-height: 1px !important;
    font-size: 10px;
    color: #454545;
    margin-top: 25px;
    font-weight: bold;
    max-width: 300px;
    padding-right: 30px;
}

.prodText {
    position: absolute;
    display: -webkit-box;
    line-height: 25px; /* fallback */
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 150px;
    /*max-height:100px;
   text-overflow: ellipsis;*/
    overflow: hidden;
    -moz-text-align-last: left;
    text-align-last: left;
}

.prodTextFader {
    position: absolute;
    width: 100%;
    top: 75px;
    height: 75px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.prodStrong {
    font-weight: bold;
    font-size: 25px;
}

.txtWhatCome {
    height: 20%;
    font-size: 21px;
    /*line-height:110px;*/
}

.wMleft250 {
    margin-left: 250px;
}

.wMleft300 {
    margin-left: 350px;
}

.wMleft350 {
    margin-left: 450px;
}

.wMleft550 {
    margin-left: 550px;
}

.wMleft750 {
    margin-left: 750px;
}

.wMleft100 {
    margin-left: 100px;
}

.wMleft150 {
    margin-left: 150px;
}

.wMleft200 {
    margin-left: 200px;
}

.wMleft50 {
    margin-left: 50px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop50 {
    margin-top: 50px;
}


.divWhat00TextMain {
    text-align: right;
    top: 175px;
    z-index: 10;
    position: absolute;
    width: 1350px;
    right: 50%;
    margin-right: -675px;
}

.divWhat00TextMainSub {
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 1px solid lightgray;
    min-height: 200px;
    padding-right: 25px;
    margin-right: 725px;
}

.divWhat01TextMain {
    text-align: left;
    top: 455px;
    z-index: 10;
    position: absolute;
    width: 1350px;
    left: 50%;
    margin-left: -675px;
}

.divWhat01TextMainSub {
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: 1px solid lightgray;
    margin-left: 375px;
    padding-left: 25px;
    min-height: 200px;
    position: relative;
}

.hWhat {
    height: -moz-calc(100vh - 128px);
    height: -webkit-calc(100vh - 128px);
    height: calc(100vh - 128px);
    display: block;
    position: relative;
}

.div_portf_cycle {
    max-width: 700px;
    margin: auto;
}

.div_portf_sx {
    float: left;
    max-width: 590px;
    width: 50%;
}

.div_portf_dx {
    float: right;
    max-width: 590px;
    width: 50%;
}

.divWhatProdotti {
    overflow: auto;
    height: 55%;
    text-align: center;
}

.divWhatProdottiSub {
    float: left;
    width: 33.33%;
    padding: 20px;
}

.divWhatReadMore {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-weight: bold;
    color: black;
    font-size: 19px;
    margin: 5px;
}

.divWhatProdottiSub2 {
    position: relative;
    height: 130px;
    max-width: 300px;
    margin: auto;
}

.w280 {
    width: 280px;
}

.spanWhat03 {
    margin-left: 50px;
    font-size: 33px;
}

.divWhat03 {
    max-width: 1200px;
    height: 100%;
    position: relative;
}

.linkMitWhat {
    color: #454545;
    font-size: 33px;
}

.whatHeaderSection {
    font-size: 45px;
    font-weight: normal;
    vertical-align: top;
}

.divWhat2 {
    height: 100%;
    overflow: auto;
    padding: 75px;
    position: relative;
}

.divWhat2Footer {
    position: absolute;
    bottom: 0px;
    height: 120px;
    width: 1350px;
    overflow: auto;
    left: 50%;
    margin-left: -675px;
}

.divWhat2FooterImg1 {
    width: 50%;
    height: 100%;
    float: left;
    background-image: url('/lightweb/Images/what/icons/siti-web.png');
    background-repeat: no-repeat;
    background-position: left;
}

.divWhat2FooterImg2 {
    width: 50%;
    height: 100%;
    float: left;
    background-image: url('/lightweb/Images/what/icons/sdk.png');
    background-repeat: no-repeat;
    background-position: right;
}

.divWhat3 {
    max-width: 1200px;
    position: relative;
}

.WhatTextDiv01 {
    font-size: 21px;
    margin-top: 15px;
}

.divwhatCounter {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 43%;
}

.counterDiv {
    width: 33.33%;
    float: left;
    text-align: center;
}

.divSubMainWhat {
    height: 100%;
    z-index: 1;
    padding: 75px;
}

.mainwhat {
    height: 100%;
    overflow: auto;
}

.divLoghiDev {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.w200fLeft {
    float: left;
    width: 200px;
    margin: 10px;
}

.h50fLeft {
    float: left;
    height: 50px;
    margin: 10px;
}

.divWhatHead01 {
    height: auto;
    float: left;
    width: 49.5%;
    border-right: 1px solid lightgray;
    /*background-image: url('/Images/what/icons/siti-web.png');
    background-repeat: no-repeat;
    background-position: center bottom;*/
}

.divWhatHead02 {
    height: auto;
    float: left;
    width: 49.5%;
    /*background-image: url('/Images/what/icons/sdk.png');    
    background-repeat: no-repeat;    
    background-position: center bottom;*/
}

#shiva {
    width: 100px;
    height: 100px;
    background: #454545;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
}

.count {
    line-height: 100px;
    color: white;
    font-size: 25px;
}

.strongCounter {
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
}
/*LUCE*/
#divLuceNoChrome {
    width: 700px;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    text-align: center;
    height: 44px;
}

#divLuce {
    background: url('/lightweb/Images/what/bblur.jpg') repeat;
    animation: animatedBackground 40s linear infinite;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    text-align: center;
    height: 44px;
}

.h2Luce {
    width: 100%;
    height: 44px;
    background-color: #DBDDDB;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
    font-weight: lighter;
    letter-spacing: 17px;
    font-family: 'CustomFont','Roboto';
    font-size: 25px;
}

#spanLuce {
    background: url('/lightweb/Images/what/bblur.jpg') -20px -20px repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    animation: animatedBackground 20s linear infinite;
    font-family: 'CustomFont','Roboto';
}
/*VIEW ANIMATION*/
.reveal-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*http://1stwebdesigner.com/css3-text-effects-typography/*/
/*ANIMATIONS FADE*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*http://stackoverflow.com/questions/13932946/transparent-text-cut-out-of-background*/
/*https://davidwalsh.name/background-animation-css*/
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}
/*FADE*/
.fade {
    opacity: 1;
}

    .fade.ng-hide {
        opacity: 0;
    }

.fadeslow {
    transition: 2s linear all;
    opacity: 1;
}

    .fadeslow.ng-hide {
        transition: 2s linear all;
        opacity: 0;
    }
/*COOKIE*/
#cookie {
    /*position: relative;*/
    position: absolute;
    display: inline-block;
    top: 0;
    width: 100%;
    background-color: #494949;
    opacity: 0.8;
    color: white;
    text-align: center;
    min-height: 50px;
    border: 1px solid black;
}

    #cookie a {
        color: #aaa;
        text-decoration: underline;
    }

        #cookie a#close {
            font-weight: 900;
            color: #fff;
            text-decoration: none;
            padding: 3px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }





.background-image-ccr {
    position: fixed;
    width: 100%;
    left: 0%;
    /*right: 0;*/
    z-index: 1;
    opacity: 0.5;
    display: block;
    /*background-image: url('http://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_527bf56961712_1.JPG');*/
    background-image: url('/lightweb/Images/bcks/bck_blur01.jpg');
    height: 150px;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.content-ccr {
    /*position: fixed;*/
    /*width:1000px;
  left: 50%;
  margin-left:-500px;*/
    /*left: 0;
  right: 0;*/
    z-index: 9999;
    /*margin-left: 20px;
  margin-right: 20px;*/
}



/*SLIDER new*/
* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

/*.mySlides {
    display: none;
}*/

img {
    vertical-align: middle;
}

/* Slideshow container */

/*nivo sliding*/
.nivoSlider {
    max-width: 700px;
    height: 500px;
}

.nivo-caption {
    background-color: lightgray;
    color: black;
    border-radius: 5px;
}

.what_slide03_div {
    position: absolute;
    top: 65px;
    left: 250px;
}

.what_slide03_title {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
}

.what_slide03_title_sub {
    text-align: left;
    padding-left: 20px;
}

.what_slide03_descr {
    font-style: italic;
    font-size: 15px;
    padding-left: 30px;
}
/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


.iconSocial {
    text-decoration: none;
}

/*NEW*********************************/
    .iconSocial svg {
        width: 35px; /* o qualsiasi valore */
        height: 35px;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        /*background-color: #494949;*/
    }
        .iconSocial svg path {
            fill: #494949; /* esempio: blu LinkedIn */
        }

.divContactLinkedin {
    margin-top: 40px;
    margin-left: 35px;
}
    .divContactLinkedin a {
        display: inline-flex;
        align-items: center; /* allinea verticalmente */
        gap: 8px; /* spazio tra icona e testo (opzionale) */
        text-decoration: none; /* se vuoi togliere sottolineatura */
        color: inherit; /* eredita il colore del contenitore */
    }

    .divContactLinkedin a span {
    }
    .divContactLinkedin a svg {
        width: 35px; /* o qualsiasi valore */
        height: 35px;
        margin-top: auto;
        padding: 0;
        border: 0;
    }
        .divContactLinkedin a svg  path{
            fill:white;
        }

.divSocial {
    float: left;
    padding: 5px;
    margin-left: 5px;
}

.divContacts {
    float: right;
    padding: 5px;
    margin-left: 5px;
}

.divPrint{
    float:right;
}
    .divPrint svg {
        width: 35px; /* o qualsiasi valore */
        height: 35px;
        margin-top: auto;
        padding: 0;
        border: 0;
    }
    .divPrint svg path {
        fill: white;
    }




.spanWhoLinkedIn {
    font-size: 21px;
    margin-left: 15px;
    color: #0f1469;
}