

@font-face {
	font-family: 'Conv_Anisette Light Regular';
	src: url('../fonts/Anisette Light Regular.eot');
	src: local('☺'), url('../fonts/Anisette Light Regular.woff') format('woff'), url('../fonts/Anisette Light Regular.ttf') format('truetype'), url('../fonts/Anisette Light Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gobold';
	src: url('../fonts/Gobold.eot');
	src: local('☺'), url('../fonts/Gobold.woff') format('woff'), url('../fonts/Gobold.ttf') format('truetype'), url('../fonts/Gobold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1,h2,h3,h5{
	font-weight:normal;	
	font-family:'Conv_Gobold',Sans-Serif;
}

.uppercase{ 
	text-transform:uppercase;
}

.f-thin{
	font-weight:100;
}

.f-extralight{
	font-weight:200;
}

.f-light{
	font-weight:300;
}

.f-medium{
	font-weight:500;
}

.f-semi-bold{
	font-weight:600;
}

.f-bold{
	font-weight:700;
}

.f-black{
	font-weight:800;
}

b{	
	vertical-align:top !important;
}

.tile-title h2{	
	font-size:30px;
	max-width:120px;
	text-transform:uppercase;
	
}

.block-title h2,
.block-title h1{
	font-size:40px;
	text-transform:lowercase;
}

.block-title h2 span{
	font-size:30px;
	vertical-align:baseline;
}

/*.block-title h1{
	text-transform:lowercase;
}*/

.section-title{
	font-size:25px;
	text-transform:lowercase;
}

h3.section-title{
	font-size:20px;
	text-transform:lowercase;
}


@media only screen and (max-width:520px) {	
.tile-title h2{
	font-size:25px;
}

.block-title h2,
.block-title h1{
	font-size:35px;
}

}