/* Typography
	
	1.1 Famiglie Font
	2.1 Classi generali
	3.1 Classi specifiche */


/*	1.1 Famiglie Font*/

@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis-bold-webfont.eot');
    src: url('../fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-bold-webfont.woff') format('woff'),
         url('../fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosisbook';
    src: url('../fonts/dosis-book-webfont.eot');
    src: url('../fonts/dosis-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-book-webfont.woff') format('woff'),
         url('../fonts/dosis-book-webfont.ttf') format('truetype'),
         url('../fonts/dosis-book-webfont.svg#dosisbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosisextrabold';
    src: url('../fonts/dosis-extrabold-webfont.eot');
    src: url('../fonts/dosis-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-extrabold-webfont.woff') format('woff'),
         url('../fonts/dosis-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-extrabold-webfont.svg#dosisextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosisextralight';
    src: url('../fonts/dosis-extralight-webfont.eot');
    src: url('../fonts/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-extralight-webfont.woff') format('woff'),
         url('../fonts/dosis-extralight-webfont.ttf') format('truetype'),
         url('../fonts/dosis-extralight-webfont.svg#dosisextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosislight';
    src: url('../fonts/dosis-light-webfont.eot');
    src: url('../fonts/dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-light-webfont.woff') format('woff'),
         url('../fonts/dosis-light-webfont.ttf') format('truetype'),
         url('../fonts/dosis-light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosismedium';
    src: url('../fonts/dosis-medium-webfont.eot');
    src: url('../fonts/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-medium-webfont.woff') format('woff'),
         url('../fonts/dosis-medium-webfont.ttf') format('truetype'),
         url('../fonts/dosis-medium-webfont.svg#dosismedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dosissemibold';
    src: url('../fonts/dosis-semibold-webfont.eot');
    src: url('../fonts/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-semibold-webfont.woff') format('woff'),
         url('../fonts/dosis-semibold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*	2.1 Classi generali */

h1{
	font-size: 36px; 
	font-family: 'dosisbook';
	font-weight: normal;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 17px;
	font-family: 'dosismedium';
	font-weight: normal;
}

h4{
	font-size: 14px;
}

h5{
	font-size: 12px;
	font-family: 'dosisbook';
}

h6{
	font-size: 10px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.up {
	text-transform: uppercase;
}

p{
	font-family: Arial;
	font-size: 12px;
	color: #58595B;
	margin-bottom: 20px;
	
}
/*	3.1 Classi Specifiche */


.red {
	color: #E9212D;
}

.light_gray {
	color: #979797;
}

.white{
	color: #fff;
}
.black{
	color: #000;
}
.bold{
	font-family: 'dosisbold';
}