﻿/*--------------------------------------------------------------
    Loader
--------------------------------------------------------------*/


@keyframes drop 
{
    10% {opacity: 0.5;}
    20% {opacity: 1;top: 3.78em;transform: rotateX(-360deg);}
    80% {opacity: 1;top: 3.78em;transform: rotateX(-360deg);}
    90% {opacity: 0.5;}
    100% {opacity: 0;top: 6.94em}
}



/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    /*----*****---- << Mobile (Landscape) >> ----*****----*/

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }


    /* Common Styles for the devices below 479px width */

    @media only screen and (max-width: 479px) {

    }