/* Falla fare a cgn */
/* Stickey footer pop up */

@media only screen and (min-width:768px) {
    #slidebox {
        width: 350px;
        height: 270px;
        padding: 0;
        background-color: #2a9cf4;
        border-top: 2px solid #ccc;
        box-shadow: -2px 0px 2px rgba(0, 0, 0, .3);
        -moz-box-shadow: -2px 0px 2px rgba(0, 0, 0, .3);
        -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, .3);
        -o-box-shadow: -2px 0px 2px rgba(0, 0, 0, .3);
        position: fixed;
        right: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-right: 2px solid #ccc;
        border-left: 2px solid #ccc;
        z-index: 9999;
    }

    #slidebox .content {
        font-size: 12px;
        text-align: center;
        padding-top: 5px;
    }

    #slidebox .content,
    a.more {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }

    a.more {
        font-size: 11px;
    }

    a.more {
        cursor: pointer;
        color: #fff;
        border: 2px solid #fff;
        padding: 12px 20px;
        margin: 15px auto;
        text-align: center;
        display: block;
        width: 130px;
        transition: all .6s;
        border-radius: 24px;
        text-transform: uppercase;
    }

    a.more:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #2a9cf4;
    }

    #slidebox h2 {
        color: #fff;
        font-size: 28px;
        margin: 0;
        text-align: center;
        font-weight: 400;
        width: 100%;
        display: block;
        height: 100px;
        background-size: cover;
        background-position: 0px -120px;
        padding-top: 30px;
        background: rgba(0, 0, 0, .8);
        line-height: 0.8;
    }

    div.corner {
        width: 35px;
        height: 35px;
        position: absolute;
        cursor: pointer;
        top: -15px;
        right: -15px;
        background: #333;
        opacity: 1;
        padding: 7px;
        border-radius: 30px;
        border: 2px solid #ccc;
        z-index: -1;
    }

    .closer:hover {
        color: #fff;
        cursor: pointer;
    }

    a.closer:hover {
        background-position: 0px -13px;
    }

    #slidebox .x.closer::before,
    #slidebox .x.closer::after {
        display: none;
    }

    .x {
        position: absolute;
        right: -13px;
        top: -13px;
        color: #fff;
        font-weight: 600;
        width: 30px;
        opacity: 1;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border-radius: 30px;
        line-height: 30px;
    }


    .overlay_slidebox {
        background: rgba(0, 0, 0, 1);
        height: 100px;
        width: 100%;
        background-image: url(http://www.cgn.it/cgn2015/cgn_media/images/cgn_moduli/gruppo_assistenza_sitocgn2015_2.jpg);
        background-size: cover;
    }

    .slidebox_preheder_text {
        font-size: 13px;
        line-height: 35px;
    }

    .falla_fare_span {
        line-height: 30px;
    }
}





@media only screen and (max-width:767px) {
    #slidebox {
        width: 100%;
        height: 190px;
        padding: 0;
        background-color: #2a9cf4;
        position: fixed;
        z-index: 9999;
    }

    #slidebox .content {
        font-size: 12px;
        text-align: center;
        padding-top: 0px;
    }

    #slidebox .content,
    a.more {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }

    a.more {
        font-size: 11px;
    }

    a.more {
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 20px;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 120px;
        transition: all .6s;
        border-radius: 24px;
        text-transform: uppercase;
    }

    a.more:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #2a9cf4;
    }

    #slidebox h2 {
        color: #fff;
        font-size: 18px;
        margin: 0;
        text-align: center;
        font-weight: 400;
        width: 100%;
        display: block;
        height: 65px;
        background-size: cover;
        background-position: 0px -120px;
        padding-top: 15px;
        background: rgba(0, 0, 0, .8);
        line-height: 0.8;
    }

    div.corner {
        width: 35px;
        height: 35px;
        position: absolute;
        cursor: pointer;
        top: -15px;
        right: 0px;
        background: #333;
        opacity: 1;
        padding: 7px;
        border-radius: 30px;
        z-index: -1;
    }

    .closer:hover {
        color: #fff;
        cursor: pointer;
    }

    a.closer:hover {
        background-position: 0px -13px;
    }

    #slidebox .x.closer::before,
    #slidebox .x.closer::after {
        display: none;
    }

    .x {
        position: absolute;
        right: 3px;
        top: -13px;
        color: #fff;
        font-weight: 600;
        width: 30px;
        opacity: 1;
        height: 30px;
        font-size: 15px;
        text-align: center;
        border-radius: 30px;
        line-height: 30px;
    }


    .overlay_slidebox {
        background: rgba(0, 0, 0, 1);
        height: 65px;
        width: 100%;
        background-image: url(http://www.cgn.it/cgn2015/cgn_media/images/cgn_moduli/gruppo_assistenza_sitocgn2015_2.jpg);
        background-size: cover;
        background-position-y: -15px;
    }

    .slidebox_preheder_text {
        font-size: 13px;
        line-height: 35px;
    }

    .falla_fare_span {
        line-height: 30px;
    }
}