@CHARSET "UTF-8";
/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
    	.menu-header{
    		
    	}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    	.menu-header{

    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	.menu-header{
    	
    	}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    	.navbar-top-menu{
    		/* padding-right: 100px; */
    	}
    	.menu-header{
    		
    	}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    }