@media handheld, only screen and (max-width: 480px) {
    .grid {
        width: 100%;
    }

    [class*='col-'] {
        width: auto;
        float: none;
    }

    .pt{
        padding-top: 10px;
    }

    .pr{
        padding-right: 10px;
    }

    .pl{
        padding-left: 10px;
    }

    .pr-s{
        padding-right: 10px;
    }

    .pl-s{
        padding-left: 10px;
    }
    .-m-pl{
        padding-left: 0!important;
    }
    .-m-pr{
        padding-right: 0!important;
    }
    .-m-pt{
        padding-top: 0!important;
    }

    .m-pl-s{
        padding-left: 10px!important;
    }
    .m-pr-s{
        padding-right: 10px!important;
    }

    /* Mobile Layout */

    [class*='mobile-col-'] {
        float: left;
    }

    .mobile-col-1-1 {
        width: 100%;
    }

    .mobile-col-4-5{
        width: 80%;
    }

    .mobile-col-78_3 {
        width: 78.3%;
    }

    .mobile-col-72_3 {
        width: 72.3%;
    }

    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3, .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-27_7 {
        width: 27.7%;
    }

    .mobile-col-1-4, .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-21_7 {
        width: 21.7%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6, .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-13_33 {
        width: 13.33%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%;
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%
    }

    /* Layout Columns */

    .mobile-col-11-12 {
        width: 91.66%
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-70 {
        width: 70%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }

    .show-on-mobile {
        display: block;
    }


    .m-ta-l{
        text-align: left!important;
    }


    /** font-size **/

    .mob-fs-10{
        font-size: 10px!important;
    }

    .mob-fs-11{
        font-size: 11px!important;
    }

    .mob-fs-12{
        font-size: 12px!important;
    }

    .mob-fs-14{
        font-size: 14px!important;
    }

    .mob-fs-15{
        font-size: 15px!important;
    }

    .mob-fs-16{
        font-size: 16px!important;
    }

    .mob-fs-18{
        font-size: 18px!important;
    }

    .mob-fs-20{
        font-size: 20px!important;
    }

    .mob-fs-22{
        font-size: 22px!important;
    }

    .mob-fs-24{
        font-size: 24px!important;
    }

    .mob-fs-26{
        font-size: 26px!important;
    }

    .mob-fs-28{
        font-size: 28px!important;
    }

    .mob-fs-30{
        font-size: 30px!important;
    }

    /**********/

    .mob-fs-3e{
        font-size: 3em;
    }

    .mob-fs-2_875e{
        font-size: 2.875em;
    }

    .mob-fs-2_75e{
        font-size: 2.75em;
    }

    .mob-fs-2_625e{
        font-size: 2.625em;
    }

    .mob-fs-2_5e{
        font-size: 2.5em;
    }

    .mob-fs-2_375e{
        font-size: 2.375em;
    }

    .mob-fs-2_25e{
        font-size: 2.25em;
    }

    .mob-fs-2_125e{
        font-size: 2.125em;
    }

    .mob-fs-2e{
        font-size: 2em;
    }

    .mob-fs-1_875e{
        font-size: 1.875em;
    }

    .mob-fs-1_75e{
        font-size: 1.75em;
    }

    .mob-fs-1_625e{
        font-size: 1.625em;
    }

    .mob-fs-1_5e{
        font-size: 1.5em;
    }

    .mob-fs-1_375e{
        font-size: 1.375em;
    }

    .mob-fs-1_25e{
        font-size: 1.25em;
    }

    /** end font-size **/

    /** line-height **/
    .mob-lh-12{
        line-height: 12px!important;
    }

    .mob-lh-14{
        line-height: 14px!important;
    }

    .mob-lh-15{
        line-height: 15px!important;
    }

    .mob-lh-16{
        line-height: 16px!important;
    }

    .mob-lh-17{
        line-height: 17px!important;
    }

    .mob-lh-20{
        line-height: 20px!important;
    }

    .mob-lh-22{
        line-height: 22px!important;
    }

    .mob-lh-24{
        line-height: 24px!important;
    }

    .mob-lh-25{
        line-height: 25px!important;
    }

    .mob-lh-32{
        line-height: 32px!important;
    }
    /** end line-height **/

    /** padding-top **/

    .mob-pt2 {
        padding-top: 2px !important;
    }

    .mob-pt3 {
        padding-top: 3px !important;
    }

    .mob-pt4 {
        padding-top: 4px !important;
    }

    .mob-pt7 {
        padding-top: 7px !important;
    }

    .mob-pt10 {
        padding-top: 10px !important;
    }

    .mob-pt11 {
        padding-top: 11px !important;
    }

    .mob-pt12 {
        padding-top: 12px !important;
    }

    .mob-pt15 {
        padding-top: 15px !important;
    }

    .mob-pt16 {
        padding-top: 16px !important;
    }

    .mob-pt20 {
        padding-top: 20px !important;
    }

    .mob-pt30{
        padding-top: 30px !important;
    }

    /** end padding-top **/


    /** padding-bottom **/
    .mob-pb10 {
        padding-bottom: 10px !important;
    }

    .mob-pb13 {
        padding-bottom: 13px !important;
    }

    .mob-pb30 {
        padding-bottom: 30px !important;
    }



    /** end padding-bottom **/


    /** padding-padding-left **/
    .mob-pl2{
        padding-left: 2px!important;
    }

    .mob-pl10{
        padding-left: 10px!important;
    }

    .mob-pl15{
        padding-left: 15px!important;
    }

    .mob-pl25{
        padding-left: 25px!important;
    }

    .mob-pl40{
        padding-left: 40px!important;
    }

    .mob-pl70{
        padding-left: 70px!important;
    }

    /** end padding-padding-left**/
    
    /** padding-right **/

    .mob-pr5 {
        padding-right: 5px!important;
    }

    .mob-pr10 {
        padding-right: 10px!important;
    }

    .mob-pr15 {
        padding-right: 15px!important;
    }

    .mob-pr25 {
        padding-right: 25px!important;
    }

    .mob-pr35 {
        padding-right: 35px!important;
    }

    .mob-pr40 {
        padding-right: 40px!important;
    }

    .mob-pr60 {
        padding-right: 60px!important;
    }

    .mob-pr70 {
        padding-right: 70px!important;
    }
    /** end  padding-right **/


    /** height **/
    .mob-h450 {
        height: 450px!important;
    }

    .mob-h250{
        height: 250px!important;
    }

    /** end height **/
}