/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  color: #444; }
  @media (min-width: 768px) {
    body {
      font-size: 17px;
      padding-bottom: 100px; } }
  @media (min-width: 992px) {
    body {
      font-size: 18px; } }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

@media screen and (min-width: 768px) {
  img.uc-guld {
    width: 200px;
    margin: 0 0 30px 30px;
    float: right; } }

a {
  color: #00428b;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.05em;
  margin-bottom: 0.4em;
  margin-top: 0.8em;
  color: #222; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-style: 1.1em; }

h6 {
  font-weight: 1em; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.4em; }
  h2 {
    font-size: 1.8em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.3em; }
  h5 {
    font-style: 1.2em; }
  h6 {
    font-weight: 1.1em; } }

p {
  margin: 1.3em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.container {
  max-width: 1020px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box; }
  .container:after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 20px; } }
  @media screen and (min-width: 992px) {
    .container {
      padding: 0 30px; } }

.column, .column-main, .column-sidebar {
  box-sizing: border-box;
  display: block;
  padding: 15px 15px; }
  @media screen and (min-width: 768px) {
    .column, .column-main, .column-sidebar {
      float: left;
      padding: 0 20px; } }

#main-content {
  padding: 15px 0; }

.row {
  margin: 0 -15px; }
  .row:after {
    clear: both;
    content: "";
    display: block; }

.price-block {
  font-size: 0.9em;
  line-height: 1.45em; }
  .price-block .title {
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 2px solid #eee;
    background: #fafafa;
    text-transform: uppercase;
    font-size: 1.6em; }
  .price-block .inner {
    padding: 15px;
    border: 2px solid #eee;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

@media screen and (max-width: 767px) {
  .price-block {
    margin-left: -15px;
    margin-right: -15px; }
    .price-block .title,
    .price-block .inner {
      border-left: none;
      border-right: none;
      border-radius: 0; }
    .price-block .inner {
      border-bottom: none; } }

@media screen and (min-width: 768px) {
  #main-content {
    padding: 40px 0 50px 0; }
  .row {
    margin: 0 -10px; }
  .column-main {
    width: 65%; }
  .column-sidebar {
    width: 35%; }
  .price-block .title {
    padding: 15px 20px;
    border-width: 3px; }
  .price-block .inner {
    padding: 20px;
    border-width: 3px; } }

@media screen and (min-width: 992px) {
  #main-content {
    padding: 50px 0 70px 0; }
  .row {
    margin: 0 -15px; } }

#header {
  height: 100px;
  padding: 30px 0;
  position: relative; }
  #header:before {
    content: "";
    height: 125px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00428b; }
  #header .logo-container {
    position: relative;
    line-height: 0; }
    #header .logo-container .logo {
      position: relative;
      z-index: 2;
      width: auto; }
  @media screen and (max-width: 767px) {
    #header {
      height: auto;
      padding: 10px 0; }
      #header:before {
        height: 100%; }
      #header .logo-container {
        text-align: center; }
        #header .logo-container .logo {
          height: 50px; } }
  @media screen and (min-width: 768px) {
    #header:before {
      background: linear-gradient(to bottom, #004ea5 0%, #00428b 100%); } }

#footer {
  background: #111;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  color: #fff; }
  #footer a {
    color: inherit; }
  #footer .column {
    float: none; }
  @media screen and (min-width: 768px) {
    #footer {
      height: 100px;
      padding: 0 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #footer:before {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        content: ""; }
      #footer .container {
        display: inline-block;
        vertical-align: middle; }
      #footer .column {
        display: inline-block; } }
