@import url("../jquery/bootstrap-grid-ms-master/dist/bootstrap-grid-ms.min.css");
  /* ***** MEDIA QUERIES FOR MS ******************* 
  	----- col-ms breakpoints and related classes ----- */

/**** MEDIA QUERIES */
@media (min-width:480px) {	
	.dropdown:hover .dropdown-menu {
	    display: block;
	 }
	}
			
@media (min-width: 1200px) {
.container{
max-width: 970px;
}

 
 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media (min-width : 768px) {
		.outlineLightGrid {
			border-right: 0px;
		}
    }

    /* Medium Devices, Desktops */
    @media (min-width : 992px) {
		.outlineLightGrid {
			border-right: 0px;
		}
    }

    /* Large Devices, Wide Screens */
    @media (min-width : 1200px) {
			.outlineLightGrid {
			border-right: 0px;
		}
    }