/*
    eLearnPath-MQ CSS
*/

/* Extra small devices (phones, less than 768px) @screen-sx-min */
@media only screen and (max-width: 767px) {
    .text-xs-center {
        margin: 0 auto;
    }

    .padding-footer {
        padding-left: 15px;
    }

    .box-login {
        margin-left: 5px;
    }
    .font-table {
        font-size: 10px;
    }
    .corso-acquista {
        left: 0px;
    }
    .corso-acquista-bonifico {
        left: 10px;
    }
    .corso-acquista-bonifico-box {
        left: 10px;
    }
    .corso-dett-spacing {
        height: 10px;
    }
    .corso-acquista-qty {
        left: 0px;
    }
    .padding10 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .jp-video-size-out {
        width: 284px;
        border: solid 2px #dddddd!important
    }
    .jp-video-270p {
        width: 280px !important;
        height: 158px !important;
        border: none;
    }
    .jp-video .jp-toggles {
        margin-top: 25px !important;
        right: 45px !important;
    }
    .jp-video .jp-controls-holder {
        width: 100% !important;
    }
    .jp-video .jp-volume-controls {
        margin-top: 15px !important;
    }
    .jp-video .jp-play {
        margin-top: 15px !important;
    }
    .logo-pagamento-sicuro-paypal {
        float: left;
        margin-top: 0px;
    }
}

/* Small devices (tablets, 768px and up) @screen-sx-min */
@media (min-width: 768px) {
    .padding-footer {
        padding-left: 15px;
    }

    .box-login {
        margin-left: 15px;
    }
    .font-table {
        font-size: 14px;
    }
    .corso-acquista {
        left: 40px;
    }
    .corso-acquista-bonifico {
        left: 50px;
    }
    .corso-acquista-bonifico-box {
        left: 50px;
    }
    .corso-acquista-qty {
        left: 10px;
    }
    .corso-dett-spacing {
        height: 50px;
    }
    .corso-dett-padding {
        padding-left: 0px;
    }

    .padding10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .jp-video-size-out {
        width: 404px;
        border: solid 2px #dddddd!important
    }
    .jp-video-270p {
        width: 100% !important;
        height: 100% !important;
        border: none;
    }
    .logo-pagamento-sicuro-paypal {
        float: left;
        margin-top: 0px;
    }
}

/* Medium devices (desktops, 992px and up) @screen-md-min */
@media only screen and (min-width: 992px) {
    .padding-footer {
        padding-left: 50px;
    }
    .corso-dett-padding {
        padding-left: 60px;
    }
    .jp-video-size-out {
        width: 404px;
        border: solid 2px #dddddd!important
    }
    .jp-video-270p {
        width: 100%!important;
        height: 100% !important;
        border: none;
    }
    .logo-pagamento-sicuro-paypal {
        float: right;
        margin-top: -10px;
    }
}

/* Large devices (large desktops, 1200px and up) @screen-lg-min */
@media only screen and (min-width: 1200px) {
    .padding-footer {
        padding-left: 50px;
    }

    .jp-video-size-out {
        width: 484px;
        border: solid 2px #dddddd!important
    }
    .jp-video-270p {
        width: 100% !important;
        height: 100% !important;
        border: none;
    }
}

