/* IMPORT WEB FONTS */

/* Impact Bold Font */
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
/* Colaborate Family */
@font-face {
    font-family: 'colaboratereg';
    src: url('../fonts/colabreg-webfont.eot');
    src: url('../fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabreg-webfont.woff') format('woff'),
         url('../fonts/colabreg-webfont.ttf') format('truetype'),
         url('../fonts/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaboratebold';
    src: url('../fonts/colabbol-webfont.eot');
    src: url('../fonts/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabbol-webfont.woff') format('woff'),
         url('../fonts/colabbol-webfont.ttf') format('truetype'),
         url('../fonts/colabbol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaboratelight';
    src: url('../fonts/colablig-webfont.eot');
    src: url('../fonts/colablig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colablig-webfont.woff') format('woff'),
         url('../fonts/colablig-webfont.ttf') format('truetype'),
         url('../fonts/colablig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaboratemedium';
    src: url('../fonts/colabmed-webfont.eot');
    src: url('../fonts/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabmed-webfont.woff') format('woff'),
         url('../fonts/colabmed-webfont.ttf') format('truetype'),
         url('../fonts/colabmed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Helvetica Lt Font */
@font-face {
    font-family: 'helveticaltcondensed';
    src: url('../fonts/helveticaltcondensedbold_0.eot');
    src: url('../fonts/helveticaltcondensedbold_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltcondensedbold_0.woff') format('woff'),
         url('../fonts/helveticaltcondensedbold_0.ttf') format('truetype')
}

/* FONTS FAMILY CSS */
body, textarea	{ font-family:"colaboratereg", Arial, Helvetica, sans-serif;  }
h1, h2, h3 		{ font-family:"colaboratemedium", Arial, Helvetica, sans-serif;  color:#434343;}

/* SET FONTS SIZE CSS */
.fontSize_10{font-size:0.6em!important;}/* Font Size 10px */
.fontSize_11{font-size:0.68em!important;}/* Font Size 11px */
.fontSize_12{font-size:0.75em!important;}/* Font Size 12px */
.fontSize_13{font-size:0.81em!important;}/* Font Size 13px */
.fontSize_14{font-size:0.87em!important;}/* Font Size 14px */
.fontSize_15{font-size:0.93em!important;}/* Font Size 15px */
.fontSize_16{font-size:1em!important;}/* Font Size 16px */
.fontSize_17{font-size:1.06em!important;}/* Font Size 17px */
.fontSize_18{font-size:1.12em!important;}/* Font Size 18px */
.fontSize_19{font-size:1.18em!important;}/* Font Size 19px */
.fontSize_20{font-size:1.25em!important;}/* Font Size 20px */
.fontSize_22{font-size:1.37em!important;}/* Font Size 22px */
.fontSize_24{font-size:1.5em!important;}/* Font Size 24px */
.fontSize_34{font-size:2.12em!important;}/* Font Size 34px */

p, label, input, textarea, select{ font-size:0.87em; line-height:normal; font-family:colaboratereg; }
p { font-size:1em;}
h1{ font-size:22px; margin-bottom:10px; }

/* FONTS COLOR CSS */
h1, h2 { letter-spacing:-1px;}
h1, h2, h3, h4, h5, h6{  }
p, label, input, textarea, select{ color:#434343;}
a{ color:#f59605; text-decoration:none; }
a:hover{ text-decoration:none; }


/* general Link CSS */
a{ 
	color:#81622f;
	text-decoration:none;
	transition:all 200ms linear; 	 
	-webkit-transition:all 200ms linear; 
	-moz-transition:all 200ms linear; 
	-o-transition:all 200ms linear; 
	-ms-transition:all 200ms linear;
}
a:hover{text-decoration:none; }
a:active, a:focus { outline: none; ie-dummy: expression(this.hideFocus=true);}


