/*
  demention GearBox HTML Template  - fonts CSS
  _____________________________________________
  import self-hosted fonts (located in [ css/fonts/self-hosted ] folder )
	-Droid Sans
	-Droid Sans bold
	-Droid Serif
*/

	/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
	
	@font-face {
		font-family: 'DroidSansRegular';
		src: url('self-hosted/droid-sans/DroidSans-webfont.eot');
		src: url('self-hosted/droid-sans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
			 url('self-hosted/droid-sans/DroidSans-webfont.woff') format('woff'),
			 url('self-hosted/droid-sans/DroidSans-webfont.ttf') format('truetype'),
			 url('self-hosted/droid-sans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
		font-weight: normal;
		font-style: normal;

	}

	@font-face {
		font-family: 'DroidSansBold';
		src: url('self-hosted/droid-sans/DroidSans-Bold-webfont.eot');
		src: url('self-hosted/droid-sans/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('self-hosted/droid-sans/DroidSans-Bold-webfont.woff') format('woff'),
			 url('self-hosted/droid-sans/DroidSans-Bold-webfont.ttf') format('truetype'),
			 url('self-hosted/droid-sans/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
		font-weight: normal;
		font-style: normal;

	}
	
	
	@font-face {
		font-family: 'damionregular';
		src: url('self-hosted/damion/damion-regular-webfont.eot');
		src: url('self-hosted/damion/damion-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('self-hosted/damion/damion-regular-webfont.woff') format('woff'),
			 url('self-hosted/damion/damion-regular-webfont.ttf') format('truetype'),
			 url('self-hosted/damion/damion-regular-webfont.svg#damionregular') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}	
	
	
@font-face {
    font-family: 'up_globalregularscript';
    src: url('self-hosted/upglobal/upglobal-regular-webfont.eot');
    src: url('self-hosted/upglobal/upglobal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('self-hosted/upglobal/upglobal-regular-webfont.woff') format('woff'),
         url('self-hosted/upglobal/upglobal-regular-webfont.ttf') format('truetype'),
         url('self-hosted/upglobal/upglobal-regular-webfont.svg#up_globalregularscript') format('svg');
    font-weight: normal;
    font-style: normal;

}	
	
	.upglobal {	font-family:'up_globalregularscript', sans-serif !important; 
		font-style:normal;}

	/*here we style elements using the fonts we've imported */


	/*fontface-1*/
	body,
	button,
	input, textarea, select,option,optgroup,
	.widget .title, 
	.fontface,.post-info,

	.title-format-1,
	#page .title-format-1,
	.fontface-1,
	#page .fontface-1{
		font-family:'DroidSansRegular', sans-serif !important; 
		font-style:normal;
	}



	/*fontface-2*/
	.title-format-2,
	.post .title,
	.recent-posts li .title,
	.dropcap,
	.pricing.box .price,
	h1,h2,h3,h4,h5,h6, 
	.demention-caption .title,
	.section-title,
	.title-format-2,
	#page .title-format-2,
	.fontface-2,
	#page .fontface-2 {
		/*font-family:'damionregular', serif !important;*/
		font-family:'DroidSansBold', sans-serif !important;
		font-style:normal;
		font-weight:normal;
		text-transform:uppercase;
	}



	/*fontface-3*/
	.sub-title,
	thead,
	#page-header .title,#page-header .sub,
	.accordion .header,.tabbed .tabs ,
	.success .title,.info .title,.alert .title,.error .title,.notes .title,
	blockquote,
	.pricing.box .title, .pricing.box .price small,
	.flex-direction-nav a,
	.comment .name,
	.twitterStatus,

	.title-format-3,
	#page .title-format-3,
	.fontface-3	,
	#page .fontface-3 {
		font-family:'DroidSansRegular', sans-serif !important;
		font-weight:normal;	
	}