@font-face {
	font-family: 'Conv_Futura Light font';
	src: url('../fonts/Futura Light font.eot');
	src: local('☺'), url('../fonts/Futura Light font.woff') format('woff'), url('../fonts/Futura Light font.ttf') format('truetype'), url('../fonts/Futura Light font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.uppercase{ 
	text-transform:uppercase;
}

.f-light{
	font-weight:300;
}
.f-medium{
	font-weight:500;
}

.f-semi-bold{
	font-weight:600;
}

.f-bold{
	font-weight:700;
}

.f-size01{
	font-size:0.688em;
}

.f-size02{
	font-size:0.750em;
	line-height: 1.8em;
}

.f-size03{
	font-size:0.875em;
	line-height: 1.6em;
}

.f-size04{
	font-size:0.938em;
	line-height:1.5em;
}
.f-size05{
	font-size:1em;
}

.f-size06{
	font-size:1.250rem;
}

.f-size07{
	font-size:1.563em;
	line-height: 1.563em;
}

.f-size08{
	font-size:1.875em;
}

.f-size09{
	font-size:2.188em;
}

.f-size10{
	font-size:2.500em;
}

.f-size11{
	font-size:2.500em;
}

.f-size12{
	font-size:3.125em;
}

.f-size13{
	font-size:4.375em;	
}

@media only screen and (max-width:1170px) {	

.f-size09{
	font-size:180%;
}

.f-size13{
	font-size:300%;
}
	
}