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

	Basekit

	Template · Core
	Fev . 2022

	© Exactuflow
	http://basekit.exactusensu.pt

	Table of Contents

	· Helpers
	· Loading Animation

*/


/* Helpers ------------------------------ */
	.clear{
		clear: both;
	}

	.clear.small{
		height: 6px;
	}

	.clear.medium{
		height: 10px;
	}

	.clear.large{
		height: 16px;
	}


/* Loading Animation ----------------------------- */

	.loading-animation{
		display: block;
		height: 18px;
		width: 16px;
		margin: 0px auto 0px auto;
		background: transparent url(images/loading-animation-small.gif) no-repeat center center;
	}

/* Scope . Extra small screens */

	@media (min-width: 100px) {

		

	}

/* Scope . Small screens */

	@media (min-width: 768px) {

		

	}

/* Scope . Medium screens */

	@media (min-width: 990px) {

		

	}

/* Scope . Large screens */

	@media (min-width: 1200px) {

		

	}



