/* ================================================= THEME FONTS ================================================= */
@font-face {
	
}
/* ================================================= THEME FONTS ================================================= */

/*
screen-xs-up	=> 575.98px,
screen-sm-up	=> 767.98px,
screen-md-up	=> 991.98p,,
screen-lg-up	=> 1199.98px, 
screen-xl-up 	=> 1359.98px, 

screen-xs-down	=> 576px,
screen-sm-down	=> 768px,
screen-md-down	=> 992px,
screen-lg-down	=> 1200px, 
screen-xl-down 	=> 1366px, 

@media (max-width: screen-size-up) {
	...
}
@media (min-width: screen-size-down) {
	...
}
*/

/* ================================================= THEME GLOBAL ================================================= */
body {
	
}
/* ================================================= THEME GLOBAL ================================================= */

/* ================================================= THEME HEADER ================================================= */
.header {
	
}
/* ================================================= THEME HEADER ================================================= */

/* ================================================= THEME CONTENT ================================================= */
.content {
	
}
/* ================================================= THEME CONTENT ================================================= */

/* ================================================= THEME FOOTER ================================================= */
.footer {
	
}
/* ================================================= THEME FOOTER ================================================= */
