/*
    eLearnPath-MQ CSS
*/

/* Extra small devices (phones, less than 768px) @screen-sx-min */
@media only screen and (max-width: 767px) {
    .text-tel-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;
    }

    .top-all-button {
        height: 100%;
        margin-top: 25px;
    }
    .top-help {
        height: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .top-logo {
        text-align: center;
    }
    .top-button {
        float: none;
    }
    .box-content-home {
        width: 100%;
        margin-bottom: 10px;
    }

}

/* Small devices (tablets, 768px and up) @screen-sx-min */
@media (min-width: 768px) {
    .text-tel-center {
        margin-left: 60px;
    }

    .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;
    }
    .top-all-button {
        height: 40px;
        margin-top: 25px;
    }
    .top-help {
        height: 45px;
        margin-top: 25px;
        text-align: center;
        margin-bottom: 25px;
    }
    .top-logo {
        text-align: center;
    }
    .top-button {
        float: left;
    }
    .box-content-home {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Medium devices (desktops, 992px and up) @screen-md-min */
@media only screen and (min-width: 992px) {
    .text-tel-center {
        margin-left: 60px;
    }

    .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;
    }

    .top-all-button {
        height: 40px;
        margin-top: 40px;
    }
    .top-help {
        margin-top: 40px;
        text-align: right;
    }
    .top-logo {
        text-align: left;
    }
    .menu-tematico {
        margin-right: -70px;
    }
    .menu-tematico li {
        margin-right: 8px;
    }
    .box-content-home {
        width: 100%;
        margin-bottom: 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;
    }

    .top-all-button {
        height: 40px;
        margin-top: 35px;
    }
    .top-help {
        margin-top: 50px;
        text-align: right;
    }
    .top-logo {
        text-align: left;
    }
    .menu-tematico {
        margin-right: -20px;
    }
    .menu-tematico li {
        margin-right: 20px;
    }
    .box-content-home {
        width: 49%;
    }
}