#colorbox{
    width: 31rem !important;
    /*margin-left: 10% !important;*/
    /*margin-right: 10% !important;*/
    height: 41rem !important;
    top: 2rem !important;
    margin-left: inherit;
    background-color: rgb(54, 60, 72);
    border-radius: 6rem;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -20rem !important;
    margin-left: -15rem !important;
}

#cboxWrapper {
    height: 100% !important;
    border: none;
}

#cboxContent {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}

#cboxClose {
    display: none;
}

div#colorbox:focus {
    box-shadow: none;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}


#cboxLoadedContent {
    border-radius: 2rem;
}


label, label:before, label:after {
    color: #FFFFFf;
}

textarea:hover, textarea:focus{
    box-shadow: none;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}


.form-richiesta-informazioni2{
    width: 500px;
    float: left;
    background-color: transparent;
    color: #444;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}
.form-richiesta-informazioni2 div.row{
    width: 10rem;
    float: left;
    margin: 0 0.5rem;
}

.form-richiesta-informazioni2 div.fullwidth, div.title-form{
    width: 500px;
    color: #ffffff;
}
.form-richiesta-informazioni2 div.title-form {
    margin-left: 10px;
    color: #ffffff;
    font-weight: 800;
}
.form-richiesta-informazioni2 label{
    margin: 0 0 5px 0;
}
.form-richiesta-informazioni2 input[type="text"]{
    background-color: #fff;
    padding: 0rem 0.3rem;
    width: 100%;
    height: 1rem;
    border-radius: 1rem;
    font-size: 0.7rem;
    margin-top: 0.3rem;
}
.form-richiesta-informazioni2 input[type="text"].countdown{
    background: none;
    border: 0;
    width: 1.5rem;
}
.form-richiesta-informazioni2 select{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 232px;
}
.form-richiesta-informazioni2 textarea{
    height: 5rem;
    width: 24rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3rem;
    padding: 1rem 1.5rem;
    color: rgb(54,60,72);
    font-weight: 500;
}
.form-richiesta-informazioni2 .autorizzo{
    font-size: 10px;
}
.form-richiesta-informazioni2 input[type="button"]{
    height: 25px;
    padding: 0 18px;
    background-color: #ffffff;
    color: rgb(54, 60, 72);
    font-weight: 700; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fafafa 0%, #e6e6e6 50%, #d6d6d6 50%, #d8d8d8 50%, #b2b2b2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(50%,#e6e6e6), color-stop(50%,#d6d6d6), color-stop(50%,#d8d8d8), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#e6e6e6 50%,#d6d6d6 50%,#d8d8d8 50%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#e6e6e6 50%,#d6d6d6 50%,#d8d8d8 50%,#b2b2b2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#e6e6e6 50%,#d6d6d6 50%,#d8d8d8 50%,#b2b2b2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#e6e6e6 50%,#d6d6d6 50%,#d8d8d8 50%,#b2b2b2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-8 */
    border: 1px solid #808080;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
    float: right;
    font-size: 11px;
    text-shadow: 0px 1px 0 #fff;
    border-radius: 3rem;
}

.form-richiesta-informazioni2 input[type="checkbox"] + label {
    line-height: 0.9rem;
    font-size: 0.5rem;
}

.form-richiesta-informazioni2 .row label{
    font-size: 0.6rem;
}

button#btnClosePrev {
    background: transparent;
    border: none;
    color: rgb(28, 124, 191);
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 14rem;
    margin-left: -16rem;
}

form#rich_info_1 {
    margin-left: 1.5rem !important;
}

.form-richiesta-informazioni2 select {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    width: 10.5rem;
    height: 1.08rem;
    border: 0;
    border-radius: 4rem;
    margin-top: 0.35rem;
}

p#messageRP {
    display: none;
    position: absolute;
    height: 1rem;
    margin-top: 11rem;
    margin-left: 15rem;
    color: green;
}


@media only screen and (max-width: 768px) {
    button#btnClosePrev {
        margin-left: -14.4rem;
    }
}

@media only screen and (max-width: 732px) {
    div#colorbox {
        width: 16rem !important;
        height: 17rem !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -8.5rem !important;
        margin-left: -8rem !important;
    }


    .form-richiesta-informazioni2 textarea {
        width: 11rem;
    }


    #cboxWrapper,#cboxWrapper,#cboxWrapper {
        width: 13rem;
    }
    .form-richiesta-informazioni2 div.fullwidth, div.title-form {
        font-size: 0.5rem;
        width: 12.4rem;
    }
    div.title-form {
        font-size: 0.7rem;
    }

    .form-richiesta-informazioni2 input[type="button"] {
        float: left;
        margin-left: 2.4rem;
        margin-top: 0.3rem;
    }

    button#btnClosePrev{
        margin-left: -8.5rem;
        margin-top: -28rem;
    }
    input#btnSubmitFormRP {
        font-size: 0.76rem !important;
        float: left !important;
        margin-left: 1rem;
    }
    .preventivo {
        height: 20rem;
    }

    .blue-filtre {
        padding-top: 17rem;
    }
}

@media only screen and (max-width: 640px) {

    div#colorbox {
        height: 15.5rem !important;
        margin-top: -7.75rem !important;
    }
    button#btnClosePrev {
        margin-top: -29.9rem;
    }
}

@media only screen and (max-width: 569px) {
    .form-richiesta-informazioni2 textarea {
        width: 10rem;
    }
    div#colorbox {
        height: 300px !important;
        width: 300px !important;
        margin-top: -150px !important;
        margin-left: -150px !important;
        border-radius: 4rem;
    }

    .form-richiesta-informazioni2 input[type="button"] {
        font-size: 0.7rem !important;
    }

    button#btnClosePrev {
        margin-top: -30.5rem;
        margin-left: -7.5rem;
    }
    .form-richiesta-informazioni2 div.fullwidth, div.title-form {
        font-size: 0.5rem;
        width: 10.4rem;
    }
    button#btnClosePrev {
        margin-top: -29.7rem;
        margin-left: -7.1rem;
    }
}

@media only screen and (max-width: 412px) {
    div#colorbox {
        height: 30rem !important;
        margin-top: -15rem !important;
    }
    button#btnClosePrev {
        margin-top: -16.7rem;
        margin-left: -7rem;
    }
}

@media only screen and (max-width: 375px)  {

    div#colorbox {
        height: 540px !important;
        width: 300px !important;
        margin-top: -270px !important;
        margin-left: -150px !important;
        border-radius: 6rem;
    }
    .form-richiesta-informazioni2 input[type="button"] {
        float: left;
        margin-left: 1.3rem;
        margin-top: 0.1rem;
        font-size: 0.8rem !important;
     }

    button#btnClosePrev {
        margin-top: -19.2rem;
        margin-left: -8.6rem;

    }
    .form-richiesta-informazioni2 textarea{
        width: 10rem !important;
    }
    form#rich_info_1 {
        margin-left: 1rem !important;
    }

    .form-richiesta-informazioni2 div.title-form {
        width: 100% !important;
    }

    .form-richiesta-informazioni2 div.fullwidth, div.title-form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 360px)  {
    textarea {
        width: 11rem !important;
    }
    button#btnClosePrev {
        margin-top: -18.4rem;
        margin-left: -8.8rem;
    }
    .form-richiesta-informazioni2 div.fullwidth, div.title-form {
        font-size: 0.7rem;
    }
    .form-richiesta-informazioni2 textarea{
        width: 11rem !important;
    }
}

@media only screen and (max-width: 320px)  {
    div#colorbox {
        height: 440px !important;
        width: 260px !important;
        margin-top: -220px !important;
        margin-left: -130px !important;
    }

    button#btnClosePrev {
        margin-top: -24rem;
        margin-left: -7.7rem;

    }
    .form-richiesta-informazioni2 input[type="button"] {
        font-size: 0.7rem !important;
    }
    textarea {
        width: 10.5rem !important;
    }
    .form-richiesta-informazioni2 div.fullwidth, div.title-form {
        font-size: 0.6rem;
    }
}

