body {
    overflow: hidden;
}

#torno {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-bottom: 2px;
    margin-top: 15px;
    color: #ffffff;
    background-color: #96867d;
    border: none;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/* ------------------------------
            HEADER
    -----------------------------*/

.clearer {
    clear: both;
}

.invisible-text {
    display: none;
}

.no-effect:hover {
    text-decoration: none;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #929292;
    padding-top: 15px;
}

.no-padding {}

.icon-page-header {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    width: 80%;
}

.page-header-white {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
}

header {
    width: 100%;
    background: url(../img/brand-retail_img/texture);
    background-repeat: repeat;
    border-bottom: 2px solid #ffffff;
    position: relative;
    z-index: 92;
}

.brand {
    width: 70%;
    float: left;
}

.olojin-menu-container {
    width: 30%;
    float: left;
}

h2.logo {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 63px;
    padding-top: 10px;
}

.return-home {
    text-decoration: none;
}

.return-home:hover {
    text-decoration: none;
}

.titolo-piccolo {
    font-size: 45px;
    padding-top: 0;
    display: block;
    line-height: 30px;
}

#olojin-menu {
    padding-top: 20px;
    list-style: none;
    float: right;
}

#olojin-menu > li {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    padding-bottom: 2px;
    color: #ffffff;
}

.olojin-logo {
    width: 30%;
}

#olojin-menu a {
    color: #ffffff;
    text-decoration: none;
}

.nav-menu {
    width: 100%;
    height: 40px;
}

p.celle-menu {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 300;
}

#mobile-icon-menu {
    float: right;
    margin-top: 8px;
    display: none;
    cursor: pointer;
}

#menu {
    list-style: none;
    float: right;
}

#menu-mobile {
    display: none;
    list-style: none;
    text-align: center;
    padding: 20px 0 0 0;
    background: url(../img/brand-retail_img/texture);
    background-repeat: repeat;
    z-index: 100;
    position: relative;
}

#menu-mobile > li {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px solid #929292;
}

#menu-mobile a {
    color: #ffffff;
    font-weight: 300;
    display: block;
    height: 100%;
    width: 100%;
}

#menu-mobile a:hover {
    background-color: #ffffff;
    color: #4a4a4a;
    text-decoration: none;
}

#menu > li {
    float: left;
    padding: 12px 0 0 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: -2px 0 0px 40px;
}

#menu a {
    color: #ffffff;
    display: inline-block;
}

#menu a:link,
#menu a:visited {
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    color: #a3c3c9;
    text-decoration: none;
    -webkit-transition: color 0.7s linear;
    -moz-transition: color 0.7s linear;
    -o-transition: color 0.7s linear;
    -ms-transition: color 0.7s linear;
}

#menu > li:hover {
    border-bottom: 2px solid #a3c3c9;
    margin: -2px 0 -2px 40px;
    color: #f39220;
    -webkit-transition: border-bottom-color 0.7s linear;
    -moz-transition: border-bottom-color 0.7s linear;
    -o-transition: border-bottom-color 0.7s linear;
    -ms-transition: border-bottom-color 0.7s linear;
}


/* ------------------------------
            BODY
    -----------------------------*/


/* video */

.video {
    width: 100%;
    height: auto;
    background-color: #a3c3c9;
    position: relative;
    z-index: 91;
}

.video img {
    object-fit: contain;
    width: 100%;
}

img#cerchio {
    position: absolute;
    right: 20.5%;
    top: 30.5%;
    width: 121px;
    height: 121px;
    width: 100%;
}

.play {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -57.5px;
    margin-top: -57.5px;
    z-index: 101;
}


/* realta-brand */

.realta-brand {
    width: 100%;
    background-color: #ffffff;
    min-height: 205px;
    position: relative;
    z-index: 91;
    overflow: hidden;
}

.realta-brand h1 {
    color: #57929e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    text-align: right;
    padding-top: 35px;
    line-height: 40px;
}

.realta-brand p {
    color: #6e6d6d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding-top: 80px;
    line-height: 27px;
    padding-left: 25px;
}

.sinistra {
    width: 33%;
    float: left;
    position: relative;
}

.sinistra-due {
    width: 25%;
    float: left;
    position: relative;
}

#img-target {
    padding-right: 10px;
    vertical-align: top;
    padding-top: 10px;
}

.destra {
    width: 67%;
    float: left;
    position: relative;
}

.destra-due {
    width: 75%;
    float: left;
    position: relative;
}


/* soluzione-multilivello */

.soluzione-multilivello {
    width: 100%;
    min-height: 275px;
    background-color: #57929e;
    position: relative;
    z-index: 92;
    border-top: 2px solid #4c7f89;
    border-bottom: 2px solid #5f8b94;
    padding-bottom: 20px;
}

.soluzione-multilivello h2 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 41px;
    position: relative;
    margin-top: 18px;
}

.soluzione-multilivello p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding-right: 0px;
    text-align: right;
    padding-top: 25px;
}

img#arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -165px;
    vertical-align: top;
    opacity: 0;
    z-index: 95;
}


/* icone */

#centro-icone {
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.elenco-icone {
    width: 100%;
    background-color: #ffffff;
    min-height: 305px;
    padding-top: 25px;
    position: relative;
    z-index: 91;
}

.un-terzo {
    width: 23%;
    float: left;
    margin: 0 1%;
    background-color: #ffffff;
    height: 350px;
    margin-bottom: 20px;
    opacity: 0;
    padding-top: 15px;
}

.retail-icon {
    text-align: left;
}

.un-terzo-due {
    padding-top: 0px;
}

.delimit {
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.un-terzo img {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-right: 10px;
    float: right;
    vertical-align: top;
    margin-top: 10px;
}

.mezzo-immagine {
    width: 50%;
    float: left;
}

.mezzo-retail {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
}

.mezzo-immagine-corto {
    width: 35%;
    float: left;
}

.mezzo-immagine-lungo {
    width: 65%;
    float: left;
}

.un-terzo:hover img {
    margin-right: 18%;
    vertical-align: top;
    margin-top: 10px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.un-terzo:hover h3 {
    padding-left: 11%;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000;
}

.un-terzo:hover p {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000000;
}

.un-terzo h3 {
    color: #6e6d6d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-left: 5%;
    display: inline-block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #6e6d6d;
}

.a-capo {
    margin-top: 8px;
    margin-bottom: 0;
}

.triplo {
    margin-top: -8px;
}

.un-terzo p {
    color: #6e6d6d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #6e6d6d;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.specifiche-tecniche {
    width: 100%;
    background: url(../img/texture_specifiche_tecniche), #9d9d9d;
    background-repeat: repeat;
    min-height: 580px;
    box-shadow: 0px 1px 3px #000;
    position: relative;
    z-index: 100;
    margin-bottom: 475px;
    padding-bottom: 20px;
}

.specifiche-tecniche h3 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 27px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 8px;
    margin-top: -3px;
    text-align: center;
    margin-bottom: 45px;
}


/* articoli */

.articoli {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 91;
    min-height: 300px;
}

.no-bg {
    background-color: #fff;
}

.saperne-di-piu {
    border-bottom: 10px solid #fff;
}

.quarter {
    width: 31%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 50px;
}

.quarter-4 {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 50px;
}

.quarter-4 a:hover {
    text-decoration: none !important;
}

.quarter a:hover {
    text-decoration: none !important;
}

.visibile {
    width: 100%;
    margin-top: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.nascosta {
    position: absolute;
    opacity: 0;
    width: 100%;
    display: block;
    top: 0;
    margin-top: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    border: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sinistra-articolo {
    text-align: left;
    padding-top: 8px;
    display: inline-block;
    color: #d67c1c;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.destra-data {
    float: right;
    padding-top: 8px;
    color: #d67c1c;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.bordo-grigio {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    border-bottom: 1px solid #c6bfbc;
    border-top: 1px solid #c6bfbc;
    text-align: left;
    color: #716057;
    margin-top: 7px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

a.quadro-articolo {
    display: inline-block;
}

a.quadro-articolo:link h2.bordo-grigio {
    text-decoration: none !important;
}

a.quadro-articolo:visited h2.bordo-grigio {
    text-decoration: none !important;
}

a.quadro-articolo:hover .destra-data,
a.quadro-articolo:hover .sinistra-articolo {
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

a.quadro-articolo:hover h2.bordo-grigio {
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

a.quadro-articolo:hover .nascosta {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.hanno-scelto {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}


/* specifiche */

.un-mezzo {
    width: 50%;
    float: left;
    min-height: 150px;
    margin-top: 0px;
}

.full {
    width:100%;
    margin-bottom: 50px;
}

.note-spec {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    border: none;
    margin-left: 50px;
}


/*.un-mezzo:hover .division_sx img  {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 60%;
}*/

.un-mezzo:hover .division_sx {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    box-shadow: 1px 1px 30px #6b6b6b;
    border-radius: 100%;
    text-align: center;
    /*line-height: 100px;*/
    margin-right: 20px;
    background-color: transparent;
}

.ellissi {
    display: inline-block;
    margin: 20px;
    padding: 0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 50%;
}

.division_sx {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100px;
    float: left;
    border: 1px dashed #fff;
    box-shadow: 1px 1px 3px #6b6b6b;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    margin-right: 20px;
    background-color: transparent;
}

.division_dx {
    width: 65%;
    float: left;
}

.specifiche {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    margin-right: 50px;
    margin-left: 50px;
}

.titolo-tecnico {
    font-size: 20px;
}


/* contenitore fixed */

.contenitore-fixed {
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 100%
}


/* form */

.form {
    background-color: #555555;
    min-height: 318px;
    bottom: 85px;
    width: 100%;
}

.form-text {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.input-text-form {
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
}

.input-text-form::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-top: 2px;
}

.input-text-form:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-top: 2px;
}

.input-text-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-top: 2px;
}

.input-text-form:-ms-input-placeholder {
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-top: 2px;
}

.form-strong {
    letter-spacing: 1px;
}

.uno-form {
    width: 220px;
    float: left;
}

.input-text-form {
    background-color: #a7a7a7;
    border: none;
    height: 40px;
    width: 100%;
    margin: 4px auto;
    color: #fff;
}

.input-text-form {
    padding-left: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
}

.due-form {
    width: 580px;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}

.tre-form {
    width: 140px;
    float: left;
    text-align: right;
}

.form-textarea {
    width: 100%;
    height: 184px;
    border: none;
    margin-top: 4px;
    background-color: #a7a7a7;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.form-textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.form-textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.form-textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.form-textarea:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.privacy-text {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
    padding-top: 10px;
}

.privacy-span {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.privacy-span:link,
.privacy-span:visited {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.privacy-span:hover {
    color: #fff;
    text-decoration: underline;
}

.button-send {
    background-color: #e77e16;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    width: 90px;
    height: 28px;
    line-height: 26px;
    border: none;
    float: right;
    margin-top: 6px;
    border-radius: 2px;
}

.form-submit-text {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

.tabella-servizi {
    list-style: none;
    padding-left: 0;
}

.altri-servizi-small {
    color: #313131;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 7px;
}


/* footer */

footer {
    width: 100%;
    background-color: #313131;
    min-height: 85px;
    text-align: center;
}

.footer-division-sx {
    width: 80%;
    float: left;
    text-align: left;
}

.footer-division-sx a {
    color: #fff;
    text-decoration: none;
}

.footer-division-sx a:link,
.footer-division-sx a:visited {
    color: #fff;
}

.footer-division-sx p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    padding-top: 25px;
    color: #ffffff;
    display: inline-block;
}

.footer-division-dx {
    width: 20%;
    float: left;
    text-align: right;
}

.footer-division-dx img {
    padding-top: 30px;
}


/* i vantaggi */

.i-vantaggi {
    width: 100%;
    min-height: 261px;
    background: url(../img/gdo_img/vantaggi-background.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    ;
    border-bottom: 2px solid #fff;
    background-color: #89ae8d;
    position: relative;
    z-index: 91;
    border-top: 2px solid #76957a;
}

.i-vantaggi h2 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 45px;
    padding-top: 30px;
    line-height: 47px;
    position: relative;
    margin-top: 25px;
    text-align: right;
}

.i-vantaggi p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    padding-left: 20px;
    padding-top: 56px;
}

.app-immagine {
    margin-left: 20%;
}


/* -- MOBILE SOTTO 1000px */

@media (max-width:1000px) {
    .un-terzo h3 {
        color: #6e6d6d;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        padding-left: 5%;
        display: inline-block;
        padding-top: 10px;
    }
    .elenco-icone {
        padding-top: 35px;
    }
    #cerchio {
        display: none;
    }
    .destra {
        width: 67%;
        float: left;
        position: relative;
        opacity: 1;
        left: 0;
    }
    .destra-due {
        width: 67%;
        float: left;
        position: relative;
        opacity: 1;
        left: 0;
    }
    .sinistra {
        width: 33%;
        float: left;
        position: relative;
        opacity: 1;
        right: 0;
    }
    .sinistra-due {
        width: 33%;
        float: left;
        position: relative;
        opacity: 1;
        right: 0;
    }
    img#arrow-down {
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -165px;
        vertical-align: top;
        opacity: 1;
    }
    .un-terzo {
        width: 48%;
        float: left;
        margin: 0 1%;
        background-color: #ffffff;
        height: 270px;
        margin-bottom: 20px;
        opacity: 1;
    }
    .uno-form {
        width: 100%;
        float: none;
        display: block;
    }
    .due-form {
        width: 100%;
        float: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .tre-form {
        display: none;
    }
    .specifiche-tecniche {
        margin-bottom: 0px;
    }
    .contenitore-fixed {
        position: relative;
        bottom: 0;
        z-index: 90;
        width: 100%
    }
    .servizio-attivo h2 {
        text-align: right;
        font-size: 35px;
    }
    .soluzione-multilivello h2 {
        font-size: 35px;
    }
    .soluzione-multilivello p {
        padding-top: 30px;
    }
    .realta-brand h1 {
        font-size: 40px;
    }
    .un-terzo img {
        transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        margin-right: 5px;
        float: right;
        vertical-align: top;
        margin-top: 10px;
    }
    .terzo-movimento-destra p {
        padding-left: 25px;
    }
    .titolo-piccolo {
        line-height: 38px;
    }
    #img-target {
        padding-top: 0;
    }
    .secondo-movimento-destra p {
        padding-bottom: 50px;
    }
    .realta-brand p {
        padding-top: 80px;
    }
    .olojin-logo {
        width: 50%;
    }
    .i-vantaggi p {
        padding-left: 40px;
        padding-top: 60px;
    }
}


/* -- MOBILE SOTTO GLI 800 px -- */

@media (max-width:800px) {
    .il-padding {
        padding-left: 0;
    }
    .sinistra {
        width: 100%;
    }
    .sinistra-due {
        width: 100%;
    }
    .sinistra h1 {
        color: #11626d;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 40px;
        text-align: center;
        padding-top: 20px;
    }
    .destra {
        width: 100%;
    }
    .destra-due {
        width: 100%;
    }
    .destra p {
        color: #6e6d6d;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 17px;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 30px;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .secondo-movimento-destra p {
        color: #fff;
    }
    .terzo-movimento-destra p {
        color: #fff;
    }
    .solo-vantaggio p {
        color: #fff !important;
        padding-top: 60px !important;
    }
    .terzo-movimento-sinistra h2 {
        color: #fff;
        text-align: center;
    }
    .soluzione-multilivello h2,
    .soluzione-multilivello p {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .soluzione-multilivello h2 {
        font-size: 35px;
    }
    .un-terzo {
        width: 80%;
        margin: 0 10%;
        background-color: #ffffff;
        height: 270px;
        margin-bottom: 20px;
    }
    .footer-division-sx {
        width: 100%;
        text-align: center;
    }
    .footer-division-sx p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 12px;
        text-align: center;
        padding-top: 35px;
        color: #ffffff;
        display: inline-block;
    }
    .footer-division-dx {
        width: 100%;
        text-align: center;
    }
    .footer-division-dx img {
        padding-top: 30px;
        margin-bottom: 20px;
        width: 20%;
    }
    .terzo-movimento-sinistra h2 {
        color: #fff;
        text-align: center;
        font-size: 40px;
    }
    .servizio-attivo h2 {
        font-size: 40px;
    }
    .soluzione-multilivello h2 {
        font-size: 40px;
    }
    .realta-brand h1 {
        font-size: 40px;
    }
    .visible {
        display: none;
    }
    .invisible-text {
        display: block;
        z-index: 101;
    }
    .mezzo-immagine-corto {
        width: 45%;
        float: left;
    }
    .mezzo-immagine-lungo {
        width: 55%;
        float: left;
    }
    .i-vantaggi h2 {
        text-align: center;
    }
    .app-immagine {
        margin-left: 1%;
    }
    .servizio-attivo p {
        text-align: center;
    }
    .realta-brand p {
        text-align: center;
    }
    .realta-brand h1 {
        text-align: center;
    }
    .i-vantaggi p {
        padding-left: 0;
        padding-top: 60px;
    }
    .quarter {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        position: relative;
        margin-bottom: 50px;
    }
    .quarter-4 {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        position: relative;
        margin-bottom: 50px;
    }
    .realta-brand p, .soluzione-multilivello p, .i-vantaggi p {
        padding-left: 0;
        padding-right: 0;
        line-height: 26px;
    }
}


/* -- MOBILE SOTTO I 600 px -- */

@media (max-width:730px) {
    h2.logo {
        padding: 0;
        margin: 0;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 33px;
        padding-top: 10px;
    }
    .titolo-piccolo {
        font-size: 28px;
        padding-top: 0;
        display: block;
        line-height: 30px;
    }
    #menu {
        display: none;
    }
    #mobile-icon-menu {
        display: block;
    }
    .un-terzo {
        width: 80%;
        margin: 0 10%;
        background-color: #ffffff;
        height: 270px;
        margin-bottom: 20px;
    }
    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .form {
        background-color: #555555;
        min-height: 318px;
        text-align: center;
    }
    .button-send {
        display: inline-block;
        float: none;
    }
    .form-text {
        text-align: center;
    }
    .terzo-movimento-sinistra h2 {
        color: #fff;
        text-align: center;
        font-size: 35px;
    }
    .i-vantaggi h2 {
        padding-left: 0;
    }
    .realta-brand p {
        padding-bottom: 30px;
    }
    .mezzo-retail {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .olojin-logo {
        width: 60%;
    }
}


/* -- MOBILE SOTTO I 700 px -- */

@media (max-width:710px) {
    .un-mezzo {
        width: 80%;
        float: left;
        min-height: 100px;
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* -- MOBILE SOTTO I 550 px -- */

@media (max-width:550px) {
    .quarter {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        position: relative;
        margin-bottom: 50px;
    }
    .quarter-4 {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        position: relative;
        margin-bottom: 50px;
    }
    .hanno-scelto { 
        font-size: 26px;
        padding: 10px 0 10px 0;
    }
}


/* -- MOBILE SOTTO I 480 px -- */

@media (max-width:480px) {
    .specifiche {
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        text-align: justify;
        margin-left: 0px;
        margin-right: 0px;
    }
    .titolo-tecnico {
        font-size: 18px;
    }
    .division_sx {
        width: 200px;
        position: relative;
        margin-bottom: 20px;
        text-align: center;
        line-height: 200px;
        height: 200px;
        left: 50%;
        margin-left: -100px;
    }
    .division_dx {
        width: 100%;
        display: block;
    }
    .ellissi {
        display: inline-block;
        width: 100px!important;
        height: 100px!important;
    }
    .soluzione-multilivello h2, .i-vantaggi h2, .realta-brand h1 {
        margin-top: 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .servizio-attivo h2 {
        font-size: 26px;
    }
    .footer-division-dx img {
        padding-top: 30px;
        width: 30%;
    }
    .mezzo-retail {
        margin-bottom: 20px;
    }
    .note-spec {
        margin-left: 0px;
    }
    .un-mezzo {
        width: 100%;
        margin: 0 0 10px 0; 
    }
    .i-vantaggi p {
        padding-left: 0;
        padding-top: 20px !important;
    }
}


/*  mobile sotto i 350px */

@media (max-width:350px) {
    h2.logo {
        padding: 0;
        margin: 0;
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 20px;
        padding-top: 10px;
    }
    .titolo-piccolo {
        font-size: 22px;
        padding-top: 0;
        display: block;
        line-height: 30px;
    }
    .division_sx {
        width: 200px;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .division_dx {
        width: 100%;
        display: block;
    }
    .ellissi {
        display: inline-block;
    }
    .specifiche {
        color: #ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        text-align: justify;
        margin-left: 10px;
        margin-right: 10px;
    }
    .soluzione-multilivello h2 {
        font-size: 25px;
    }
    .mezzo-retail {
        margin-bottom: 40px;
    }
    .un-terzo {
        width: 80%;
        margin: 0 10%;
        background-color: #ffffff;
        height: 300px;
        margin-bottom: 20px;
    }
}


/* -- mobile sotto i 300 */

@media (max-width:300px) {
    .mezzo-retail {
        margin-bottom: 60px;
    }
}