/*FONTS*/
@font-face {
    font-family: 'title-font';
    src: url('../fonts/Avenir-Book.eot');
	src: url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: 'title-bold-font';
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Heavy.woff') format('woff'), url('../fonts/Avenir-Heavy.ttf')  format('truetype'), url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: bold;
    font-style: bold;
}

