@font-face {
	font-family: 'Avenir-Black';
	src: url('../Avenir-Black.eot');
	src: url('../Avenir-Black.woff2') format('woff2'),
		url('../Avenir-Black.woff') format('woff'),
		url('../Avenir-Black.ttf') format('truetype'),
		url('../Avenir-Black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir-Book';
	src: url('../Avenir-Book.eot');
	src: url('../Avenir-Book.woff2') format('woff2'),
		url('../Avenir-Book.woff') format('woff'),
		url('../Avenir-Book.ttf') format('truetype'),
		url('../Avenir-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir-Roman';
	src: url('../Avenir-Roman.eot');
	src: url('../Avenir-Roman.woff2') format('woff2'),
		url('../Avenir-Roman.woff') format('woff'),
		url('../Avenir-Roman.ttf') format('truetype'),
		url('../Avenir-Roman.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:'Lato';
	src: url('../lato-v22-latin-ext_latin-regular.eot');
	src: url('../lato-v22-latin-ext_latin-regular.woff2') format('woff2'),
		url('../lato-v22-latin-ext_latin-regular.woff') format('woff'),
		url('../lato-v22-latin-ext_latin-regular.ttf') format('truetype'),
		url('../lato-v22-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

a, p, label, body, html, h1, h2, h3, h4, h6, .p, .h1, .h2, .h3, .h4, .h6  {
    font-family: "Avenir-Black" !important;
	color:rgb(0,61,101) !important;
}

h5, .h5  {
    font-family: Lato, sans-serif !important;
    font-size: 14.4px !important;
    font-weight: 400 !important;
	color:rgb(115,115,115) !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
     font-family:  "Avenir-Black" !important;
	 color:rgb(0,61,101) !important;
}