/*=======fonts=======*/
@font-face{
	font-family:'CenturyGothic';
	src: url('../fonts/CenturyGothic/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'),
		 url('../fonts/CenturyGothic/CenturyGothic.svg') format('svg');		 
		 font-weight: normal;
}
@font-face{
	font-family:'CenturyGothicBold';
	src: url('../fonts/CenturyGothic/CenturyGothicBold.eot');
	src: url('../fonts/CenturyGothic/CenturyGothicBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/CenturyGothic/CenturyGothicBold.ttf') format('truetype'),
		 url('../fonts/CenturyGothic/CenturyGothicBold.svg') format('svg');
}