
@media screen and (max-width: 767px) and (min-width: 577px) {

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,0);
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
        /* width: 30px; */
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .sticky {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #d6d6d6 !important;
        background: #ffffff !important;
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }

    a {
        color: #3c7a98;
        text-decoration: none !important;
    }

    a:hover {
        color: #58b3de;
    }

    .bkg-gradient {
        background-image: linear-gradient(to top right, #567F7F, #58B3DE);
    }

    /** GENERAL SETTINGS **/
    .navbar {
        z-index: 99999;
    }

    .header-font {
        font-family: 'Digibeat', sans-serif;
        font-size: 1.1rem;
        font-weight: 100;
        letter-spacing: 0.1rem;
    }

    .border-bottom-grey {
        border-bottom: 1px solid #575756;
    }

    .border-right-grey {
        border-right: 1px solid #575756;
    }

    .title-extra-big {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 4rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .title-big {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .title-middle {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1;
    }

    .title-small {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
    }


    .title-middle-white {
        font-family: 'Digibeat', sans-serif;
        color: white;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1;
    }

    .text-regular {
        padding-top: 0px;
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .text-regular a {
        color: #575756;
    }

    .text-regular a:hover {
        color: #5194C7;
    }

    .text-regular-white {
        padding-top: 40px;
        font-family: 'Digibeat', sans-serif;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .text-regular-white a {
        color: #ffffff;
    }

    .text-regular-white a:hover {
        color: #5194C7;
    }


    .text-regular-bold {
        padding-top: 40px;
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 1.3rem;
        font-weight: 800;
        line-height: 1.4;
    }

    .text-small-white {
        font-family: 'Digibeat', sans-serif;
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.4;
    }

    .text-extra-small-white {
        font-family: 'Digibeat', sans-serif;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.4;
    }

    .text-extra-small-white a {
        color: #ffffff;
    }

    .text-extra-small-white a:hover {
        color: #575756;
    }


    .text-bold {
        font-weight: 800;
    }

    .btn-primary {
        color: #fff;
        background-color: #4D4D4C;
        border-color: #4D4D4C;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #1c1c1c;
        border-color: #1c1c1c;
    }

    .btn-primary.disabled {
        color: #fff;
        background-color: #bcbbbb;
        border-color: #bcbbbb;
    }

    .btn-primary.active {
        color: #fff;
        background-color: #4D4D4C;
        border-color: #4D4D4C;
    }


    .circle {
        display: block;
        background: #5194C7;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        margin: 0;
        margin-left: -5px;
        left: 50%;
        position: relative;
    }

    .nav-link {
        color: #000000 !important;
    }

    .nav-link:hover {
        color: #5194C7 !important;
    }

    .navbar-nav {
        padding: 10px;
    }

    .navbar-expand-lg .navbar-collapse {
        float: right;
    }

    .bg-white {
        background-color: #ffffff !important;
    }

    .rwd-video {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 0px;
        position: relative;
        background: white;
    }

    .rwd-video iframe,
    .rwd-video object,
    .rwd-video embed video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: white;
    }

    .content-video {
        position: absolute;
        top: 0px !important;
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }

    .content-video h1 {
        font-family: 'Digibeat', sans-serif;
        color: white;
        font-size: 4rem;
        font-weight: 700;
        margin-top: 36%;
        line-height: 0.7;
    }

    .content-video h2 {
        font-family: 'Digibeat', sans-serif;
        color: white;
        font-size: 3rem;
        font-weight: 700;
        line-height: 0.7;
    }

    .content-video span {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        background: white;
        padding: 5px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .h1-dev {
        font-family: 'Digibeat', sans-serif;
        color: white;
        font-size: 3rem;
        font-weight: 700;
        margin-top: 16%;
        line-height: 0.7;
    }


    .li-assistenza {
        background-image: linear-gradient(to top right, #567F7F, #58B3DE);
        color: #ffffff !important;
        font-weight: 800;
        cursor: pointer;
    }

    .li-assistenza a {
        color: #ffffff !important;
        font-weight: 800;
    }

    .li-assistenza a:hover {
        color: #919191 !important;
        font-weight: 800;
    }


    .claim {
        position: absolute;
        left: 50%;
        bottom: -50%;
        margin-left: -300px;
        width: 600px;
        text-align: center;
    }

    .claim-dev {
        bottom: -40% !important;
    }


    .padding-section-extra-big {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .padding-section-mobile {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .padding-section-big {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .padding-section-login {
        padding-top: 80px;
        padding-bottom: 200px;
    }

    .padding-section-dashboard {
        padding-top: 40px;
        padding-bottom: 200px;
    }


    .padding-section-middle {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-section-small {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .padding-bottom-section-small {
        padding-bottom: 50px;
    }

    .pointer {
        cursor: pointer;
    }

    .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .text-small-link {
        font-size: 13px;
    }

    .text-small-link a {
        color: #ffffff;
        text-decoration: none !important;
        padding-right: 5px !important;
    }

    .text-small-link a:hover {
        color: #2b2b2b;
        text-decoration: underline !important;
    }


    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-image: linear-gradient(to top right, #23a9e0, #23a9e0);
        display: inline-block;
        padding: 20px;
        border-radius: 5px;
    }

    .inputfile:focus + label,
    .inputfile + label:hover {
        background: black;
    }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .bkg-white {
        background: #ffffff;
    }

    .trasparent-mobile {
        background: rgba(255,255,255,0.7);
    }

    /** HOME SETTINGS **/
    .section-01-sx {
        background: url('../images/home01.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 800px;
    }

    .section-01-dx {
        background: url(../images/home02.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 20%;
        min-height: 600px;
    }

    .section-01-box-text {
        position: relative;
        top: 20%;
        height: auto;
        width: 430px;
        left: 50%;
        margin-left: -215px;
        background: rgba(255,255,255, 0.9);
        padding: 30px;
    }

    .section-01-box-text-h4 {
        font-family: 'Digibeat', sans-serif;
        color: #575756;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1;
    }

    .section-02 {
        background: url('../images/home03b.png');
        background-position: left;
        min-height: 800px;
        background-size: cover;

    }

    .rwd-video-ection-02 {
        height: 800px;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 0px;
        position: relative;
        background: white;
    }

    .rwd-video-ection-02 iframe,
    .rwd-video-ection-02 object,
    .rwd-video-ection-02 embed video {
        height: 800px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: white;
    }

    .section-02-box-text {
        background: rgba(255,255,255,0.9);
        position: relative;
        top: 15%;
        height: auto;
        min-height: 420px;
        width: 480px;
        left: 160%;
        margin-left: -215px;
        padding: 25px;
        padding-top: 125px;
        z-index: 99;
    }

    .section-02-video-margin {
        margin-left: -600px !important;
    }

    .section-03-sx {
        background: url(../images/home04.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 90%;
        min-height: 700px;
    }

    .section-03-box-text {
        position: relative;
        top: 15%;
        height: auto;
        width: auto;
        right: -70%;
    }

    .section-03-dx-box-text {
        position: relative;
        top: 45%;
        height: auto;
        width: 580px;
        left: 55%;
        margin-left: -280px;
    }

    .section-03-dx-box-text {
        position: relative;
        top: 5%;
        height: auto;
        width: 580px;
        left: 50%;
        margin-left: -270px;
    }

    .section-04-sx {
        background: url('../images/home05.png');
        background-position: center;
        min-height: 700px;
    }

    .section-04-min-height {
        min-height: 500px;
    }

    .section-04-dx {
        background: #E6E6E6;
        min-height: 700px;
        padding: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-04-dx-box-text {
        position: relative;
        top: 5%;
        height: auto;
        width: 442px;
        left: 50%;
        margin-left: -270px;
    }

    .section-05-sx {
        background: #ffffff;
        background-position: center;
        min-height: 700px;
        padding: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-05-sx-box {
        min-height: 400px;
    }

    .section-05-dx {
        background: url('../images/home06.png');
        background-position: center;
        background-size: cover;
        min-height: 700px;
    }

    /** ABOUT SETTINGS **/
    .about-header {
        background: url('../images/About01.png');
        background-position: center;
        min-height: 400px;
    }

    .about-section-01 {
        background: url(../images/About02.png);
        background-position: 2% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 800px;
    }

    .about-section-01-box-01 {
        position: relative;
        top: 20%;
        height: auto;
        width: auto;
        max-width: 540px;
        left: 0%;
    }

    .about-section-02 {
        background: url('../images/home03b.png');
        background-position: left;
        min-height: 560px;
        background-size: cover;

    }

    .about-section-01-box-02 {
        position: relative;
        top: 24%;
        height: auto;
        width: 630px;
        max-width: 550px;
        left: 38%;
        margin-left: -215px;
        background: rgba(255,255,255,0.8);
        padding: 20px;
    }

    .about-section-02-dx {
        background: #E6E6E6;
        min-height: 800px;
        padding: 100px;
        padding-top: 200px;
    }

    .about-02-padding-small {
        padding: 50px;
        background: rgba(255,255,255,0.6);
    }

    .about-section-02-dx-img {
        width: 50%;
        margin-bottom: 20px;
    }



    .about-02-box-text {
        background: #ffffff;
        position: relative;
        top: 20%;
        height: auto;
        min-height: 500px;
        width: 100%;
        max-width: 500px;
        left: 50%;
        margin-left: -200px;
        padding: 65px;
        /* padding-top: 70px; */
        z-index: 99;
    }

    .about-03-sx {
        background: url('../images/About03.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: 80%;
        min-height: 700px;
    }

    .about-03-mobile {
        background: url(../images/About03.png);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 770px;
    }

    .about-03-padding-small {
        padding: 50px;
        background: rgba(255,255,255,0.6);
    }


    .about-03-box-text {
        position: relative;
        top: 17%;
        height: auto;
        width: 1000px;
        right: -50%;
    }

    .about-03-dx-box-text {
        position: relative;
        top: 25%;
        height: auto;
        width: 500px;
        left: 54%;
        margin-left: -280px;
    }

    .about-04-sx {
        background: url('../images/home05.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 1200px;
    }

    .about-04-box-text {
        background: #ffffff;
        position: relative;
        top: 15%;
        left: 45%;
        height: auto;
        min-height: 500px;
        width: 480px;
        margin-left: -215px;
        padding: 55px;
        padding-top: 125px;
        z-index: 99;
    }


    .about-04-benedetta {
        background: url('../images/AboutBenedetta.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 600px;
    }

    .about-04-lorenzo {
        background: url('../images/AboutLorenzo.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 600px;
    }

    .about-04-alberto {
        background: url('../images/AboutAlberto.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 600px;
    }


    /** DEVELOPMENT SETTINGS **/
    .development-header {
        background: url('../images/Development01.png');
        background-position: center;
        min-height: 400px;
    }

    .develpment-claim {
        position: relative;
        left: 55%;
        margin-top: 10%;
        margin-left: -300px;
        width: 550px;
        text-align: center;
    }

    .develpment-section-01 {
        background: url('../images/Development02b.png');
        /*background-position: 15%;*/
        background-size: 55%;
        background-repeat: no-repeat;
        min-height: 500px;
    }

    .develpment-section-01-box-01 {
        position: relative;
        top: 20%;
        height: auto;
        width: auto;
        max-width: 560px;
        left: 30%;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .develpment-section-01-box-02 {
        position: relative;
        top: 20%;
        height: auto;
        width: 400px;
        max-width: 730px;
        left: 70%;
        margin-left: -215px;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .develpment-03-dx {
        background: url('../images/Development04.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 550px;
    }

    .develpment-03-box-text {
        position: relative;
        top: 10%;
        height: auto;
        width: 800px;
        right: -10%;
    }

    .develpment-03-box-text-02 {
        position: relative;
        width: 400px;
    }


    .develpment-03-dx-box-text {
        position: relative;
        top: 25%;
        height: auto;
        width: 580px;
        left: 40%;
        margin-left: -280px;
    }

    .develpment-04-sx {
        background: url('../images/home05.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 1200px;
    }

    .develpment-04-box-text {
        background: #ffffff;
        position: relative;
        top: 10%;
        left: 0%;
        height: auto;
        min-height: 580px;
        width: 300px;
        padding: 45px;
        padding-top: 45px;
        z-index: 99;
    }

    .develpment-04-seller {
        background: url('../images/Development06.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 400px;
    }

    .develpment-04-production {
        background: url('../images/Development07.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 400px;
    }

    .develpment-04-adhoc {
        background: url('../images/Development08.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 400px;
    }

    .develpment-section-05 {
        background: url(../images/Development02.png);
        /* background-position: 100% 30%; */
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 1000px;
    }

    .develpment-section-05-margin-top {
        padding-top: 10%;
    }


    /** CONSULTING SETTINGS **/
    .consulting-header {
        background: url('../images/Consulting01.png');
        background-position: center;
        min-height: 400px;
    }

    .consulting-section-01 {
        background: url('../images/Consulting02.png');
        background-position: 15%;
        background-size: 90%;
        background-repeat: no-repeat;
        min-height: 700px;
    }

    .consulting-section-01-box-01 {
        position: relative;
        top: 15%;
        height: auto;
        width: auto;
        max-width: 480px;
        left: 10%;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .consulting-section-01-box-02 {
        position: relative;
        top: 17%;
        height: auto;
        /* width: 451px; */
        max-width: 480px;
        left: 10%;
        /* margin-left: -215px; */
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .consulting-02-dx {
        background: url('../images/Consulting03.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 750px;
    }

    .consulting-02-box-text {
        position: relative;
        top: 10%;
        height: auto;
        width: 700px;
        right: -5%;
    }

    .consulting-02-box-text-02 {
        width: 350px;
    }


    .consulting-02-dx-box-text {
        position: relative;
        top: 25%;
        height: auto;
        width: 580px;
        left: 40%;
        margin-left: -280px;
    }


    .consulting-section-03 {
        background: url(../images/Consulting04.png);
        /* background-position: top left; */
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 680px;
    }

    .consulting-section-03-margin-top {
        padding-top: 10%;
    }

    .consulting-section-04 {
        background: url(../images/Consulting05.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 800px;
    }


    .consulting-section-04-box-01 {
        position: relative;
        top: 12%;
        height: auto;
        width: auto;
        max-width: 500px;
        left: 9%;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .consulting-section-04-box-02 {
        position: relative;
        top: 16%;
        height: auto;
        width: 300px;
        max-width: 300px;
        left: 81%;
        margin-left: -215px;
        background: rgba(255,255,255,0.7);
        padding: 10px;
    }

    .consulting-section-05 {
        background: url(../images/Consulting04.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 750px;
    }

    .consulting-section-05-margin-top {
        padding-top: 10%;
    }

    .contacts-01-dx {
        background: url('../images/Contact01.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 750px;
    }

    .contacts-01-sx {
        background: url('../images/Contatti02.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 750px;
    }

    .contacts-01-box {
        background-image: linear-gradient(to top right, #567F7F, #58B3DE);
        padding: 100px;
        position: relative;
        top: 10%;
        height: auto;
        width: 730px;
        max-width: 530px;
        left: -50%;
        margin-left: -215px;
    }

    .section-footer-01 {
        min-height: 300px;
    }

    .cookie-privacy {
        position: relative;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        height: 45px;
        padding: 10px 10px 10px 10px;
        bottom: 0px;
        background: #5397CC;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
    }

    .subheader {
        display: none;
    }


}







