@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");


/* Basic */

	body
	 {
		
		}





/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) 


{ ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) 


{ ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) 


{ ... }