/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules 
@import "layouts/responsive.css";*/

/* Bootstrap */
@import "bootstrap.min.css";

/* Plugins */
/*@import "font-awesome.css";*/
@import "schedule.css";
@import "slick-theme.css";
@import "slick.css";
/* Component (SMACSS module) rules */
@import "components/misc.css";

/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/* Font Awesome Icons */
@import "font-awesome.min.css";

/* Add in custom fonts from Design font-family: 'Source Sans Pro', sans-serif; */

@import "styles_theme.css";

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------- BEGIN CUSTOM STYLES ---------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* ------------ DRUPAL TOOLBAR SETTINGS ------------- */
/* -------------------------------------------------- */
#toolbar, #toolbar a, #toolbar ul, #toolbar li, #toolbar ul{
	font-family: helvetica, arial, sans-serif;
	font-size:12px;	
	font-style: normal;
}
