@charset "utf-8";
/* CSS Document for Screens */

/*	ck yellow color: rgba(255,204,0,1);
	ck green color: rgba(0,154,0,1);
	ck gold color: rgba(217,189,102,1);
*/

/* Media Queries ====================================================================================*/


@media screen and (max-width:900px) {  } 

@media screen and (max-width:767px) {   /* IMPORTANT ** COLLAPSE MENU */ }

@media screen and (max-width:625px) {  }

@media screen and (max-width:486px) {  }

@media screen and (max-width:450px) {  }

@media screen and (max-width:370px) {  }

