.nobreak {
  white-space: nowrap;
}
.hideme {
  display: none;
}
.visible_for_screen_reader {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.important_notes {
  background: #7f1810;
  color: #fff;
  font-size: 14px;
  padding: 14px 28px;
  position: relative;
  text-align: center;
  z-index: 9000;
}
.important_notes a {
  color: #fff;
  text-decoration: none;
}
.important_notes a > span {
  background: #7f1810;
  display: block;
}
.important_notes a:hover {
  color: #fff;
}
.important_notes .icon {
  font-size: 32px;
}
.important_notes .icon,
.important_notes .text {
  display: inline-block;
  vertical-align: middle;
}
.skip_to_menu {
  background: transparent;
  border-radius: 0 0 4px;
  color: #fff;
  left: 0;
  padding: 7px;
  position: absolute;
  top: -36px;
  z-index: 8500;
  -webkit-transition: top 300ms ease-out, background 300ms linear;
  transition: top 300ms ease-out, background 300ms linear;
}
.skip_to_menu:focus {
  background: #7f1810;
  color: #fff;
  top: 0;
  -webkit-transition: top 300ms ease-in, background 150ms linear;
  transition: top 300ms ease-in, background 150ms linear;
}
html {
  font-family: Arial, sans-serif;
}
html.no-fontsmoothing {
  font-family: Arial, sans-serif;
}
body {
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
html,
body {
  height: 100%;
}
.mobile {
  word-wrap: break-word;
}
.mobile.windows {
  height: auto;
}
.mobile.windows body {
  height: auto;
}
.ios {
  position: relative;
  overflow-x: hidden;
}
.ios body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  color: #7f1810;
  -webkit-tap-highlight-color: rgba(127, 24, 16, 0.1);
}
a:hover {
  color: #3b0b07;
  outline: 0;
}
a:focus {
  background: transparent;
  color: #0e0302;
  outline: 0;
}
a:active {
  background-color: transparent;
  color: #0e0302;
  outline: 0;
}
a[href^="tel:"] {
  color: #000 !important;
  cursor: text;
  text-decoration: none;
}
a[tabindex="-1"] {
  outline: 0;
}
a:not([href]) {
  color: #000;
}
a.button {
  border-radius: 3px;
  margin: 0 3px 7px 0;
  background: #f5f1e8;
  border: 1px solid #d6c6a1;
  color: #000;
  display: inline-block;
  padding: 0 14px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.button > span {
  display: table;
  margin: 0 auto;
  line-height: 23px;
  min-height: 23px;
  padding: 6px 0;
  table-layout: fixed;
}
a.button .icon,
a.button .text {
  display: table-cell;
  vertical-align: middle;
}
a.button .icon + .text {
  padding-left: 7px;
}
a.button:focus {
  outline: 0;
}
a.button:focus,
a.button:hover {
  background: #b79a5a;
  border-color: #9b8043;
  color: #fff;
}
a.button:active,
a.button.active {
  background: #7f1810;
  border-color: #520f0a;
  color: #fff;
}
a.button.social_media_facebook:focus,
a.button.social_media_facebook:hover {
  background: #3b5a97;
  border-color: #1e2e4e;
  color: #fff;
}
a.button.social_media_facebook:active {
  background: #4c71b9;
  border-color: #1e2e4e;
  color: #fff;
}
a.button.social_media_twitter:focus,
a.button.social_media_twitter:hover {
  background: #00aced;
  border-color: #006287;
  color: #fff;
}
a.button.social_media_twitter:active {
  background: #21c2ff;
  border-color: #006287;
  color: #fff;
}
a.button.youtube_channel:focus,
a.button.youtube_channel:hover {
  background: #cd332d;
  border-color: #791e1b;
  color: #fff;
}
a.button.youtube_channel:active {
  background: #d95954;
  border-color: #791e1b;
  color: #fff;
}
a.button.rss_feed:focus,
a.button.rss_feed:hover {
  background: #f8aa3a;
  border-color: #c57707;
  color: #fff;
}
a.button.rss_feed:active {
  background: #fabf6b;
  border-color: #c57707;
  color: #fff;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
blockquote {
  margin: 0 0 22px;
}
blockquote p {
  font-style: italic;
  margin-bottom: 0;
}
blockquote p:before {
  content: '\201E';
}
blockquote p:after {
  content: '\201C';
}
blockquote footer:before {
  content: '\2013\A0';
  font-size: 80%;
}
sub,
sup {
  font-size: 80%;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -4px;
}
sup {
  top: -7px;
}
small {
  font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7f1810;
  font-family: Arial, sans-serif;
}
.no-fontsmoothing h1,
.no-fontsmoothing h2,
.no-fontsmoothing h3,
.no-fontsmoothing h4,
.no-fontsmoothing h5,
.no-fontsmoothing h6 {
  font-family: Arial, sans-serif;
}
#sitetitle {
  font-size: 28px;
  font-weight: 700;
  padding-top: 0;
  margin: 0;
  margin-top: 44px;
}
h1,
h2 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 7px;
  margin: 0 0 15px;
}
h2 {
  font-weight: 700;
  margin-top: 44px;
  padding-top: 0;
  margin-bottom: 22px;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 7px;
  margin: 0 0 15px;
}
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
p {
  margin: 0 0 22px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-chars: 6 3 2;
  -ms-hhyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-zone: 40px;
  hyphenate-limit-zone: 40px;
}
.table_wrapper {
  overflow: hidden;
  position: relative;
}
.table_wrapper.left:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  background-color: transparent;
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0));
}
.table_wrapper.right:after {
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1;
  background-color: transparent;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #fff);
}
table {
  border-bottom: 1px solid #d6c6a1;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 22px;
  position: relative;
  width: 100%;
}
th {
  text-align: left;
}
td,
th {
  border-top: 1px solid #d6c6a1;
  padding: 7px 14px;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
li {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}
li:before {
  color: #7f1810;
  content: '\e01f';
}
li:before {
  font-family: 'icomoon';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  left: 0;
}
li > ul,
li > ol {
  margin: 0;
}
nav ol,
nav ul {
  margin: 0;
}
nav li {
  padding: 0;
}
nav li:before {
  content: '';
}
figure {
  display: inline-block;
  margin: 0 0 22px;
}
figure.floatleft {
  float: left;
  margin: 0 14px 22px 0;
}
figure.floatleft img {
  max-width: none;
}
figure.floatright {
  float: right;
  margin: 0 0 22px 14px;
}
figure.floatright img {
  max-width: none;
}
figure.text {
  margin-bottom: 0;
}
figcaption {
  text-align: left;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
img.unveil {
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in;
  transition: opacity 600ms ease-in;
}
.tooltip_wrapper {
  position: relative;
}
.tooltip {
  background: #f5f1e8;
  border: 1px solid #d6c6a1;
  color: #000;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 14px;
  position: absolute;
  bottom: 21px;
  visibility: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.tooltip:after,
.tooltip:before {
  border: 7px solid transparent;
  top: 100%;
  content: '';
  left: 50%;
  position: absolute;
}
.tooltip:after {
  border-top-color: #f5f1e8;
  margin-left: -7px;
}
.tooltip:before {
  border-top-color: #d6c6a1;
  border-width: 8px;
  margin-left: -8px;
}
.tooltip.show {
  opacity: 1;
  bottom: 42px;
  visibility: visible;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.svg#icomoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
.icon {
  font-family: 'icomoon';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon_facebook:before {
  content: '\e001';
}
.icon_twitter:before {
  content: '\e002';
}
.icon_youtube:before {
  content: '\e000';
}
.icon_play_video:before {
  content: '\e020';
}
.icon_afoot:before {
  content: '\e00f';
}
.icon_car:before {
  content: '\e00e';
}
.icon_archives:before {
  content: '\e00d';
}
.icon_print:before {
  content: '\e004';
}
.icon_rss_feed:before {
  content: '\e003';
}
.icon_download:before {
  content: '\e00c';
}
.icon_online {
  color: #0074ce;
}
.icon_online:before {
  content: '\e007';
}
.icon_pdf {
  color: #e44e4e;
}
.icon_pdf:before {
  content: '\e006';
}
.icon_xls {
  color: #4e892d;
}
.icon_xls:before {
  content: '\e005';
}
.icon_onlinetool:before {
  content: '\e01c';
}
.icon_check:before {
  content: '\e01d';
}
.icon_clock:before {
  content: '\e01e';
}
.icon_close:before {
  content: '\e012';
}
.icon_search:before {
  content: '\e01a';
}
.icon_arrow_left:before {
  content: '\e008';
}
.icon_arrow_right:before {
  content: '\e009';
}
.icon_arrow_down:before {
  content: '\e00a';
}
.icon_arrow_up:before {
  content: '\e00b';
}
.icon_tiny_arrow_left:before {
  content: '\e016';
}
.icon_tiny_arrow_right:before {
  content: '\e014';
}
.icon_tiny_arrow_down:before {
  content: '\e015';
}
.icon_tiny_arrow_up:before {
  content: '\e013';
}
.icon_desktop:before {
  content: '\e017';
}
.icon_smartphone:before {
  content: '\e018';
}
.icon_home:before {
  content: '\e019';
}
.icon-history:before {
  content: "\e603";
}
.icon-tv:before {
  content: "\e604";
}
.icon-eye:before {
  content: "\e605";
}
.icon-play:before {
  content: "\e602";
}
.icon-envelope:before {
  content: "\e606";
}
.icon-user:before {
  content: "\e607";
}
#page {
  min-width: 900px;
}
.container {
  margin: 0 auto;
  width: 860px;
}
.container:after {
  clear: both;
}
.container:after,
.container:before {
  content: '';
  display: table;
}
.row {
  margin-left: -40px;
}
.row:after {
  clear: both;
}
.row:after,
.row:before {
  content: '';
  display: table;
}
[class*=span] {
  float: left;
  min-height: 1px;
  padding-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.span5 {
  width: 8.33333333%;
}
.span6 {
  width: 10%;
}
.span7 {
  width: 11.66666667%;
}
.span8 {
  width: 13.33333333%;
}
.span9 {
  width: 15%;
}
.span10 {
  width: 16.66666667%;
}
.span11 {
  width: 18.33333333%;
}
.span12 {
  width: 20%;
}
.span13 {
  width: 21.66666667%;
}
.span14 {
  width: 23.33333333%;
}
.span15 {
  width: 25%;
}
.span16 {
  width: 26.66666667%;
}
.span17 {
  width: 28.33333333%;
}
.span18 {
  width: 30%;
}
.span19 {
  width: 31.66666667%;
}
.span20 {
  width: 33.33333333%;
}
.span21 {
  width: 35%;
}
.span22 {
  width: 36.66666667%;
}
.span23 {
  width: 38.33333333%;
}
.span24 {
  width: 40%;
}
.span25 {
  width: 41.66666667%;
}
.span26 {
  width: 43.33333333%;
}
.span27 {
  width: 45%;
}
.span28 {
  width: 46.66666667%;
}
.span29 {
  width: 48.33333333%;
}
.span30 {
  width: 50%;
}
.span31 {
  width: 51.66666667%;
}
.span32 {
  width: 53.33333333%;
}
.span33 {
  width: 55%;
}
.span34 {
  width: 56.66666667%;
}
.span35 {
  width: 58.33333333%;
}
.span36 {
  width: 60%;
}
.span37 {
  width: 61.66666667%;
}
.span38 {
  width: 63.33333333%;
}
.span39 {
  width: 65%;
}
.span40 {
  width: 66.66666667%;
}
.span41 {
  width: 68.33333333%;
}
.span42 {
  width: 70%;
}
.span43 {
  width: 71.66666667%;
}
.span44 {
  width: 73.33333333%;
}
.span45 {
  width: 75%;
}
.span46 {
  width: 76.66666667%;
}
.span47 {
  width: 78.33333333%;
}
.span48 {
  width: 80%;
}
.span49 {
  width: 81.66666667%;
}
.span50 {
  width: 83.33333333%;
}
.span51 {
  width: 85%;
}
.span52 {
  width: 86.66666667%;
}
.span53 {
  width: 88.33333333%;
}
.span54 {
  width: 90%;
}
.span55 {
  width: 91.66666667%;
}
.span56 {
  width: 93.33333333%;
}
.span57 {
  width: 95%;
}
.span58 {
  width: 96.66666667%;
}
.span59 {
  width: 98.33333333%;
}
.span60 {
  width: 100%;
}
.offset5 {
  margin-left: 8.33333333%;
}
.offset6 {
  margin-left: 10%;
}
.offset7 {
  margin-left: 11.66666667%;
}
.offset8 {
  margin-left: 13.33333333%;
}
.offset9 {
  margin-left: 15%;
}
.offset10 {
  margin-left: 16.66666667%;
}
.offset11 {
  margin-left: 18.33333333%;
}
.offset12 {
  margin-left: 20%;
}
.offset13 {
  margin-left: 21.66666667%;
}
.offset14 {
  margin-left: 23.33333333%;
}
.offset15 {
  margin-left: 25%;
}
.offset16 {
  margin-left: 26.66666667%;
}
.offset17 {
  margin-left: 28.33333333%;
}
.offset18 {
  margin-left: 30%;
}
.offset19 {
  margin-left: 31.66666667%;
}
.offset20 {
  margin-left: 33.33333333%;
}
.offset21 {
  margin-left: 35%;
}
.offset22 {
  margin-left: 36.66666667%;
}
.offset23 {
  margin-left: 38.33333333%;
}
.offset24 {
  margin-left: 40%;
}
.offset25 {
  margin-left: 41.66666667%;
}
.offset26 {
  margin-left: 43.33333333%;
}
.offset27 {
  margin-left: 45%;
}
.offset28 {
  margin-left: 46.66666667%;
}
.offset29 {
  margin-left: 48.33333333%;
}
.offset30 {
  margin-left: 50%;
}
.offset31 {
  margin-left: 51.66666667%;
}
.offset32 {
  margin-left: 53.33333333%;
}
.offset33 {
  margin-left: 55%;
}
.offset34 {
  margin-left: 56.66666667%;
}
.offset35 {
  margin-left: 58.33333333%;
}
.offset36 {
  margin-left: 60%;
}
.offset37 {
  margin-left: 61.66666667%;
}
.offset38 {
  margin-left: 63.33333333%;
}
.offset39 {
  margin-left: 65%;
}
.offset40 {
  margin-left: 66.66666667%;
}
.offset41 {
  margin-left: 68.33333333%;
}
.offset42 {
  margin-left: 70%;
}
.offset43 {
  margin-left: 71.66666667%;
}
.offset44 {
  margin-left: 73.33333333%;
}
.offset45 {
  margin-left: 75%;
}
.offset46 {
  margin-left: 76.66666667%;
}
.offset47 {
  margin-left: 78.33333333%;
}
.offset48 {
  margin-left: 80%;
}
.offset49 {
  margin-left: 81.66666667%;
}
.offset50 {
  margin-left: 83.33333333%;
}
.offset51 {
  margin-left: 85%;
}
.offset52 {
  margin-left: 86.66666667%;
}
.offset53 {
  margin-left: 88.33333333%;
}
.offset54 {
  margin-left: 90%;
}
.offset55 {
  margin-left: 91.66666667%;
}
.offset56 {
  margin-left: 93.33333333%;
}
.offset57 {
  margin-left: 95%;
}
.offset58 {
  margin-left: 96.66666667%;
}
.offset59 {
  margin-left: 98.33333333%;
}
.offset60 {
  margin-left: 100%;
}
form {
  margin-top: 22px;
}
#footer form {
  margin-top: 0;
}
label {
  display: block;
  font-size: 14px;
  margin: 8px 0 4px;
}
.checkbox {
  margin: 0 0 11px;
}
.checkbox label {
  padding: 0;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 14px;
}
button {
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 11px;
  width: auto;
  background: #f5f1e8;
  border: 1px solid #d6c6a1;
  color: #000;
  display: inline-block;
  padding: 0 14px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button > span {
  display: table;
  margin: 0 auto;
  line-height: 23px;
  min-height: 23px;
  padding: 6px 0;
  table-layout: fixed;
}
button .icon,
button .text {
  display: table-cell;
  vertical-align: middle;
}
button .icon + .text {
  padding-left: 7px;
}
button:focus {
  outline: 0;
}
button:focus,
button:hover {
  background: #b79a5a;
  border-color: #9b8043;
  color: #fff;
}
button:active {
  outline: 0;
  background: #7f1810;
  border-color: #520f0a;
  color: #fff;
}
button::-moz-focus-inner {
  border: 0;
}
.buttons {
  padding-top: 22px;
}
.buttons:after {
  clear: both;
}
.buttons:after,
.buttons:before {
  content: '';
  display: table;
}
.buttons button {
  float: right;
}
input {
  height: 37px;
}
input[type=checkbox],
input[type=radio] {
  border: 0;
  height: auto;
  margin: 0 4px 0 0;
  padding: 0;
  width: auto;
  -webkit-appearance: checkbox;
}
input[type=file] {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input,
textarea {
  background: #fff;
  border: 1px solid #d6c6a1;
  border-radius: 3px;
  color: #666666;
  margin: 0 0 11px;
  padding: 8px;
  width: 100%;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input.error,
textarea.error {
  background-color: #fffafa;
  border-color: #d47d7d;
  color: #a80000;
}
input:hover,
textarea:hover {
  background: #fff;
  border-color: #7f1810;
  color: #666666;
}
input:focus,
textarea:focus {
  background: #fff;
  border-color: #7f1810;
  outline: 0;
}
.select {
  background: #fff;
  border: 1px solid #d6c6a1;
  border-radius: 3px;
  color: #d6c6a1;
  display: inline-block;
  height: 37px;
  margin: 0 0 11px;
  padding: 7px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select.error {
  background-color: #fffafa;
  border-color: #d47d7d;
  color: #d47d7d;
}
.select.error select {
  color: #a80000;
}
.select:hover {
  background: #fff;
  border-color: #7f1810;
  color: #666666;
}
.select:hover select {
  color: #666666;
}
.select.focus {
  background: #fff;
  border-color: #7f1810;
  color: #d6c6a1;
  outline: 0;
}
.select.focus select {
  color: #666666;
}
select {
  background: transparent;
  border: 0;
  color: #000;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus {
  outline: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select {
    position: relative;
  }
  .select:before {
    content: '\e015';
  }
  .select:before {
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: 'icomoon';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  select {
    padding: 0 30px 0 0;
  }
}
textarea {
  line-height: 22px;
  height: 311px;
  overflow: hidden;
  resize: none;
}
.required_asterisk {
  color: #a80000;
}
.required_text {
  color: #999999;
  padding-top: 22px;
}
#disclaimer {
  font-size: 80%;
  line-height: 160%;
}
#disclaimer p {
  margin: 0;
}
.address h2 {
  margin-top: 0;
}
.address img {
  margin: 22px 0 0 0;
}
.address .button {
  margin-top: 14px;
}
.fax,
.mail,
.phone,
.website {
  display: inline-block;
  width: 66px;
}
.overview a {
  color: #000;
  display: block;
  text-decoration: none;
}
.overview a:hover {
  color: #000;
}
.overview a:hover .title {
  color: #3b0b07;
}
.overview .title {
  color: #7f1810;
  text-decoration: underline;
}
.download_overview {
  margin: 0 0 22px;
}
.download_overview a {
  display: table;
  padding: 3px 0;
  text-decoration: none !important;
}
.download_overview a:hover .title {
  color: #3b0b07;
}
.download_overview .icon,
.download_overview .text {
  display: table-cell;
  vertical-align: middle;
}
.download_overview .text {
  padding-left: 7px;
  text-decoration: underline;
}
html {
  padding: 10px;
}
#header:after {
  clear: both;
}
#header:after,
#header:before {
  content: '';
  display: table;
}
#header img {
  display: inline!important;
}
#logo {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: center;
  padding: 22px;
}
[class*="span"] {
  float: none;
}
#sitetitle {
  line-height: 40px;
}
.to_website {
  display: inline-block !important;
  line-height: 30px;
  background: #f5f1e8;
  border: 1px solid #d6c6a1;
  color: #000;
  display: inline-block;
  padding: 0 14px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to_website > span {
  display: table;
  margin: 0 auto;
  line-height: 23px;
  min-height: 23px;
  padding: 6px 0;
  table-layout: fixed;
}
.to_website .icon,
.to_website .text {
  display: table-cell;
  vertical-align: middle;
}
.to_website .icon + .text {
  padding-left: 7px;
}
.to_website:focus {
  outline: 0;
}
.to_website:hover {
  background: #b79a5a;
  border-color: #9b8043;
  color: #fff;
}
#author {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAABMCAYAAAC/BJ3PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRjZEQUE1MEI5N0MxMUUzOUJCOTgwOEUzQzczQjJBNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRjZEQUE1MUI5N0MxMUUzOUJCOTgwOEUzQzczQjJBNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBGNkRBQTRFQjk3QzExRTM5QkI5ODA4RTNDNzNCMkE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBGNkRBQTRGQjk3QzExRTM5QkI5ODA4RTNDNzNCMkE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aRVM/gAAAYVJREFUeNrsVjFSwzAQlDN+BQ/QB1LQigek5AvOE9KajpoOPsADKMkM+UAeADNJSWkmM+mFFE5iuegs2YaOnbn4LrrxnfbuJCtrrSJpnRztNw5hTYGThwE7SnXy/IJXKpUAOr04eWPrS/9Twx/GyWPuTWK4GegbJQF20dmf6FK7E4HhGsorSJMKtwMyDdlZMqM9UwVApy0RGojdpnKaAw0d2eMo8CE6SNpIFGjStcT471Gwd6JJ12Sf5WQYBWY0BRxJCnjoOGKSk5qU05x1pk3l5LEYPeaccVMywWfr/Cyo/ueuKNwzP9+kAt+D3oQ1zjjGfuhrX48VT7wv81jgqmR3eJIk23cwTzvWMquSuyXbBddOPoIRyOwSfb6UOlPl5q5od7cST+h06eQKyrHpo4A/hw/CDT3X9JZ1X+38OXXh5D1MzOTT94+dLNwt4heGga8LjQXuuw2icy2k4RvuzsnrqYaZcNomJleXNN0C9Cfe4x4t1Q1r2E4eqeHfdDWbtWTffAowAEmmvUaUq57iAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  top: 440px;
  left: 50%;
  margin-left: 494px;
  height: 76px;
  width: 9px;
}
