@font-face {
    font-family: uefont;
    src: url(font/KlavikaLight-Plain.otf);
}
@font-face {
    font-family: uefont;
    src: url(font/KlavikaBoldBold.otf);
    font-weight: bold;
}

body {

}

/* top bar --------------------------------------- */
#topbar {
    margin-top: 0;
    margin-bottom: 0;
    height: 80px;
    background: transparent url(img/menu-bg.gif) top repeat-y;
    position: relative;
    overflow: hidden;
    font-family: uefont;
}
#topbar .row {
    position: relative;
}
#topbar #header {
    background: #002a53;
    color: #ffffff;
    position: relative;
    padding-right: 270px;
    height: 80px;
}
#topbar #brandlogo {
    display: block;
    width: 237px;
    height: 80px;
    overflow: hidden;
    float: left;
}
#topbar #header button {
    float: right;
    margin-top: 23px;
    background: transparent;
    color: #ffffff;
    border: none;
}
#topbar #motto {
    background: #ed1d24 url(img/menu-pad.gif) no-repeat scroll left top;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 16px 80px 0 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 258px;
}
@media (max-width: 640px) {
  #topbar #brandlogo {
    width: 72px;
    margin-left: -15px;
  }
  #topbar #motto {
    right: -100px;
  }
  #topbar #header {
    padding-right: 170px;
  }
}