﻿@font-face
{
    font-family:NobelBold;
    src:url('../QrgContent/fonts/NOBD____.eot');
    src:url('../QrgContent/fonts/NOBD____.eot?#iefix') format('eot'),
    url('../QrgContent/fonts/NOBD____.ttf') format('truetype');
}

@font-face
{
    font-family:NobelBook;
    src:url('../QrgContent/fonts/NOBK____.eot');
    src:url('../QrgContent/fonts/NOBK____.eot?#iefix') format('eot'),
    url('../QrgContent/fonts/NOBK____.ttf') format('truetype');
}

@font-face
{
    font-family:NobelLight;
    src:url('../QrgContent/fonts/NOLT____.eot');
    src:url('../QrgContent/fonts/NOLT____.eot?#iefix') format('eot'),
    url('../QrgContent/fonts/NOLT____.ttf') format('truetype');
}

.navbar-brand { margin-top:-0.45em; padding:0; }
.page-header h2 { font-family:NobelLight !important; font-size:4.4rem; line-height:4.6rem; }
.page-header small { font-size:2.4rem; line-height:2.8rem; color:#000; font-weight:normal; }
.container>footer h2 { font-family:NobelBold; margin-bottom:0.8em; }
.container>footer .small { color:#888; }

.text-center-ellipsis{
   text-align: center;
   text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
    width: 140px !important;
}

.text-center-ellipsis:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

img.hover17CY:hover {
	transform: scale(2);
}

#footerWrapper .label-info { 
    background-color: #337ab7;
    border-color: #2e6da4;
    font-family:NobelLight;
}