@media screen and (min-width: 768px) {

/* GENERAL */

    /* FORMS */
    .login-md{
        margin-top: 30px;
        padding: 30px;
    }

    /* NAVIGATION */
    .menu-websource li a{
      padding: 15px 30px;
    }
    .menu-websource li:first-child a{
      margin-left: 15px;
    }

    /* NAVBAR MENU */
    header div#navbar-menu{
      border: 1px solid #D6D6D6;
      padding: 5px 0;
    }
    header div#navbar-menu a.logout-btn{
      padding-left: 12px;
      padding-right: 15px;
    }


/* BUYBOX */

    /* SUMMARY */
    section#summary-wrapper .modal{
        display: block !important;
        position: relative;
        overflow: initial;
    }
    section#summary-wrapper .fade{
      opacity: 1 !important;
    }
    section#summary-wrapper .modal-dialog {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: translate(0) !important;
    }
    section#summary-wrapper .modal-content {
        box-shadow: none !important;
        border: 0 !important;
    }

    /* STEP 1 - HOLDBOX */
    section#step-1 div#shows_select{
      width: 40%;
    }

    section#step-1 div#price_types{
      width: 17.5%;
    }
    section#step-1 div#price_categories{
      width: 30%;
    }
    section#step-1 div#quantities{
      width: 12.5%;
    }



/* PROFILE */

    /* ACCORDION PANEL */
    section#personal-info article #collapseThree {
      display: block;
      height: auto !important;
    }

    /* SOCIAL NETWORKS */
    section#personal-info #social-network ul li {
      width: 320px;
    }

}
