/*	---------------------------------------------

	Multisite
	Powered by OrangeSoft 
	Developed by Melon

	--------------------------------------------- */

/*	Font Face
	font-family: 'Asap', sans-serif;
	--------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i');


/*	Import all css files at here
	--------------------------------------------- */
@import url('default.css');
@import url('general.css');



/*	
	
	Note
	--------------------------------------------- 

	Responsive: 
	@media (min-width: 1200px) {}
	@media (max-width: 1199px) {}
	
	@media (min-width: 992px) {}
	@media (max-width: 991px) {}
	
	@media (min-width: 768px) {}
	@media (max-width: 767px) {}
	
	@media (min-width: 481px) {}
	@media (max-width: 480px) {}

*/


/**
 * Place your custom styles here.
 */
