* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #83bf31;
  text-shadow: none;
}
::selection {
  background: #83bf31;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 8px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background: url(../images/bg-light-blue-wave.png) repeat-x top left;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0;
  border-bottom: 0.5em solid #fc0;
  padding: 1em 1em .5em;
  background: #fdf27c;
  color: #665200;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Fira Sans', 'FF Meta', sans-serif;
}
div#wrapper {
  margin: 0 auto;
  max-width: 1600px;
  box-shadow: 0 0 2em #7a836d;
}
a {
  color: #4b6e1c;
}
a:visited {
  color: #2f4512;
}
a:hover,
a:focus {
  color: #c00;
}
a:visited:hover {
  color: #4d0000;
}
header {
  position: relative;
  background-color: #b9e3f9;
}
header h1 {
  margin: 0;
  padding: .5em 0;
}
header a {
  display: block;
  text-indent: -99em;
  background: url(../images/logo-legacy.png) no-repeat 50% 50%;
  height: 150px;
}
header form {
  padding: .5em;
}
html.backgroundsize header a {
  background: url(../images/logo-narrow.png) no-repeat 50% 50%;
  background-size: contain;
}
html.svg header a {
  background-image: url(../images/logo-narrow.svg);
}
.search-form input[type=text],
.search-form .input-text,
.search-form button[type=submit],
.search-form .submit {
  margin: 0;
  border: 1px solid #2f4512;
  line-height: 1.5em;
}
.search-form input[type=text]:focus,
.search-form .input-text:focus,
.search-form button[type=submit]:focus,
.search-form .submit:focus {
  outline: none;
  border-color: #83bf31;
  box-shadow: 0 0 1em #cee9aa;
}
.search-form input[type=text],
.search-form .input-text {
  min-width: 50%;
  max-width: 66%;
  border-radius: 1.5em 0 0 1.5em;
  padding: .25em 0 .25em 1em;
  background-color: rgba(255, 255, 255, 0.75);
}
.search-form input[type=text]:hover,
.search-form .input-text:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.search-form input[type=text]:focus,
.search-form .input-text:focus {
  background-color: white;
}
.search-form button[type=submit],
.search-form .submit {
  max-width: 33%;
  border-radius: 0 1.5em 1.5em 0;
  padding: .25em 1em .25em .75em;
  background-color: rgba(206, 233, 170, 0.75);
  border-left-width: 0;
}
.search-form button[type=submit]:focus,
.search-form .submit:focus {
  background-color: #cee9aa;
}
.search-form #suggest {
  position: absolute;
  display: none;
  z-index: 2;
  width: 33.333%;
  margin: 1px 0 0 1em;
  padding: 0;
  border: 1px solid #83bf31;
  background-color: white;
  color: #2f4512;
  list-style: none;
}
.search-form #suggest strong {
  color: black;
}
.search-form #suggest li {
  padding: .25em 1em;
}
.search-form #suggest li:hover {
  background-color: #cee9aa;
}
nav.menu {
  padding: .5em 0;
}
nav.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.menu a {
  display: block;
  padding: .5em;
}
nav.menu#main-menu {
  border-top: 2em solid #83bf31;
  background: #cee9aa;
  font-size: 1.25em;
}
nav.menu#main-menu a {
  background: url(../images/bg-light-green-zigzag.png) repeat-x 0 100%;
  text-decoration: none;
  color: #600;
}
nav.menu#main-menu a:visited {
  color: #621;
}
nav.menu#main-menu a:hover,
nav.menu#main-menu a:focus {
  background-image: url(../images/bg-green-zigzag.png);
  color: black;
}
nav.menu#main-menu span.icon {
  display: none;
}
nav.menu#logged {
  background: #2f4512;
  color: #d5dad0;
  padding: 0;
}
nav.menu#logged a {
  color: white;
  text-decoration: none;
}
nav.menu#logged a:visited {
  color: #eaece7;
}
nav.menu#logged .no-a {
  color: #d5dad0;
}
nav.menu#logged li:first-child {
  background: #141d07;
}
nav#breadcrumbs {
  padding: .5em;
  background: #2f4512;
  color: #83bf31;
  text-align: right;
}
nav#breadcrumbs a {
  display: inline;
  padding: .5em 0;
  color: white;
  text-decoration: none;
}
nav#breadcrumbs a:visited {
  color: #f3f9ea;
}
nav#breadcrumbs a:hover,
nav#breadcrumbs a:focus {
  background: #141d07;
  text-decoration: underline;
}
nav#breadcrumbs a::before {
  content: '/\00a0';
  color: #83bf31;
}
nav#breadcrumbs ul {
  display: inline-block;
}
nav#breadcrumbs > ul > li > a::before {
  content: '';
}
article,
#main-section nav {
  padding: .5em;
}
article h2,
#main-section nav h2 {
  color: #141d07;
}
article h2 a,
#main-section nav h2 a {
  text-decoration: none;
  border-bottom: 1px solid #cee9aa;
}
article h3,
#main-section nav h3 {
  color: #000000;
}
article.albums ul,
#main-section nav.albums ul {
  list-style: none;
  padding: 0;
}
a.cover {
  display: inline-block;
  width: 380px;
  height: 190px;
  border: 2px solid white;
  border-radius: 3px;
  box-shadow: 0 0 1px #2f4512;
  text-shadow: 0 0 4px black, 0 0 6px black;
  padding: 120px 10px 0;
}
a.cover:link,
a.cover:hover,
a.cover:visited,
a.cover:active {
  color: white;
  text-decoration: none;
}
#main-section nav a.cover small {
  color: white;
}
#article-62 #map {
  height: 600px;
}
#article-62 .info {
  padding: 6px 8px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#article-62 .poiswitcher {
  text-align: left;
  line-height: 18px;
  color: #555;
}
#article-62 .poiswitcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Table with borders */
.markdown table,
table.border {
  border-collapse: collapse;
}
.markdown table td,
table.border td,
.markdown table th,
table.border th {
  border: 1px dotted #cacec5;
  border-bottom: 1px solid #2c2f28;
  padding: 2px 5px;
}
.markdown table tr:first-child td,
table.border tr:first-child td,
.markdown table tr:first-child th,
table.border tr:first-child th {
  border-top: 2px solid #7a836d;
}
.markdown table tr:last-child td,
table.border tr:last-child td {
  border-bottom: 1px solid #7a836d;
}
.markdown table tr:nth-child(2n+1),
table.border tr:nth-child(2n+1) {
  background: #edefed;
}
.markdown table thead,
table.border thead {
  background: #e6f4d3;
}
.markdown table thead tr:nth-child(2n+1),
table.border thead tr:nth-child(2n+1) {
  background: #cee9aa;
}
tr.disabled td {
  color: #c00;
}
#main-section nav small {
  color: #6f8156;
}
#main-section nav small a {
  text-decoration: none;
  color: #7aa441;
}
#main-section nav small a:visited {
  color: #75934c;
}
#main-section img {
  max-width: 100%;
}
#main-section form {
  padding: 1em;
}
.message {
  margin: .5em;
  border: 1px solid #ccc;
  padding: 1.4em;
}
.bg-info {
  border-color: #5bbdf1;
  background: #e8f6fd;
  color: #2a5580;
}
.bg-success {
  border-color: #a0d459;
  background: #e6f4d3;
  color: #464b3f;
}
.bg-warning {
  border-color: #ea0;
  background: #fef7ae;
  color: #665322;
}
.bg-error,
.bg-danger {
  border-color: #c00;
  background: #ffcccc;
  color: #4d1919;
}
h1 {
  margin: .25em;
  color: #2f4512;
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
}
h2 {
  font-size: 1.41em;
  font-weight: 300;
}
h3 {
  font-size: 1em;
}
p.author,
p.src,
p.source {
  color: #7a836d;
  text-align: right;
}
p.leader {
  font-size: 1.5em;
  color: #1a1a1a;
}
blockquote {
  background: url(../images/bg-light-green-zigzag-vertical.png) repeat-y;
  margin: 0;
  padding: 0 0 0 2em;
  color: #2c2f28;
}
a.footnote {
  vertical-align: super;
  font-size: 80%;
  font-weight: 700;
}
.big-rss,
.big-twitter {
  font-size: 3em;
  font-weight: bold;
  width: 8em;
}
.big-rss a:link,
.big-twitter a:link,
.big-rss a:visited,
.big-twitter a:visited {
  padding: .333em .667em;
  color: white;
  text-decoration: none;
}
.big-rss {
  background-color: #f90;
}
.big-twitter {
  background-color: #39f;
}
a#link-183 {
  color: #600;
  font-weight: bold;
}
nav#prev-next {
  margin-top: 3em;
  padding: 2.5em 0 0;
  background: url(../images/bg-light-green-zigzag.png) repeat-x;
}
nav#prev-next a {
  padding: 1em .2em;
  color: #7a836d;
}
nav#prev-next a.arrow {
  text-decoration: none;
}
nav#prev-next a#link-prev {
  padding-right: 3em;
}
nav#prev-next a#link-next {
  text-align: right;
}
.rss-a-small {
  text-decoration: none;
  color: #e60;
  font-size: 75%;
}
a.thumbnail {
  display: inline-block;
  margin: 1em;
}
article.album img {
  border: 2px solid white;
  border-radius: 3px;
  box-shadow: 0 0 1px #2f4512;
}
article.album img:hover {
  box-shadow: 0 2px 10px #2f4512;
}
aside {
  margin: 0.5em -0.5em;
}
aside section {
  margin-bottom: 1.5em;
  padding: .5em 1em;
  background: #cee9aa url(../images/bg-white-zigzag-bottom.png) repeat-x bottom left;
}
aside section.images {
  background-color: #e6f4d3;
}
aside section.images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside section.images li {
  margin: .5em 0;
}
aside section.meta {
  background-color: #f1f9e7;
  text-align: right;
}
aside section.toc {
  background-color: #daeebe;
}
aside section.toc > ul {
  list-style: none;
  padding-left: 0;
}
aside section a {
  color: #2f4512;
}
aside section a:visited {
  color: #000000;
}
aside section h2 {
  font-size: 1em;
  font-weight: 400;
  margin: -0.5em -1em 1em;
  padding: 1em;
  background: #83bf31;
}
aside section h2::-moz-selection {
  background: #05a;
}
aside section h2::selection {
  background: #05a;
}
aside section dt {
  margin-top: 1em;
}
footer {
  background: #83bf31 url(../images/bg-white-zigzag-top.png) repeat-x top left;
  color: #344c14;
}
footer a {
  color: black;
  text-decoration: none;
}
footer a:visited {
  color: #27390f;
}
footer a:hover,
footer a:focus {
  background-color: #9cd251;
  color: black;
}
footer span.icon {
  display: none;
}
.svg hr {
  background-image: url(../images/bg-light-blue-wave.svg);
}
.svg aside section {
  background-image: url(../images/bg-white-zigzag-bottom.svg);
}
.svg nav.menu#main-menu a {
  background-image: url(../images/bg-light-green-zigzag.svg);
}
.svg nav.menu#main-menu a:hover,
.svg nav.menu#main-menu a:focus {
  background-image: url(../images/bg-green-zigzag.svg);
}
.svg blockquote {
  background-image: url(../images/bg-light-green-zigzag-vertical.svg);
}
.svg footer {
  background-image: url(../images/bg-white-zigzag-top.svg);
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 12em) {
  html.backgroundsize header a {
    background-image: url(../images/logo-mobile.png);
  }
  html.svg header a {
    background-image: url(../images/logo-mobile.svg);
  }
}
@media screen and (min-width: 30em) {
  html.backgroundsize header a {
    background-image: url(../images/logo-wide.png);
  }
  html.svg header a {
    background-image: url(../images/logo-wide.svg);
  }
  header {
    background: url(../images/header/00.jpg) no-repeat 50%;
  }
  header.bg-01 {
    background-image: url("../images/header/01.jpg");
  }
  header.bg-02 {
    background-image: url("../images/header/02.jpg");
  }
  header.bg-03 {
    background-image: url("../images/header/03.jpg");
  }
  header.bg-04 {
    background-image: url("../images/header/04.jpg");
  }
  header.bg-05 {
    background-image: url("../images/header/05.jpg");
  }
  header.bg-06 {
    background-image: url("../images/header/06.jpg");
  }
  header.bg-07 {
    background-image: url("../images/header/07.jpg");
  }
  header.bg-08 {
    background-image: url("../images/header/08.jpg");
  }
  header.bg-09 {
    background-image: url("../images/header/09.jpg");
  }
  header.bg-10 {
    background-image: url("../images/header/10.jpg");
  }
  header.bg-11 {
    background-image: url("../images/header/11.jpg");
  }
  header.bg-12 {
    background-image: url("../images/header/12.jpg");
  }
  header.bg-13 {
    background-image: url("../images/header/13.jpg");
  }
  header.bg-14 {
    background-image: url("../images/header/14.jpg");
  }
  header.bg-15 {
    background-image: url("../images/header/15.jpg");
  }
  header.bg-16 {
    background-image: url("../images/header/16.jpg");
  }
  header.bg-17 {
    background-image: url("../images/header/17.jpg");
  }
  header.bg-18 {
    background-image: url("../images/header/18.jpg");
  }
  header.bg-19 {
    background-image: url("../images/header/19.jpg");
  }
  header.bg-20 {
    background-image: url("../images/header/20.jpg");
  }
  header.bg-21 {
    background-image: url("../images/header/21.jpg");
  }
  header.bg-22 {
    background-image: url("../images/header/22.jpg");
  }
  header.bg-23 {
    background-image: url("../images/header/23.jpg");
  }
  header.bg-24 {
    background-image: url("../images/header/24.jpg");
  }
  header.bg-25 {
    background-image: url("../images/header/25.jpg");
  }
  header.bg-26 {
    background-image: url("../images/header/26.jpg");
  }
  header.bg-27 {
    background-image: url("../images/header/27.jpg");
  }
  header.bg-28 {
    background-image: url("../images/header/28.jpg");
  }
  header.bg-29 {
    background-image: url("../images/header/29.jpg");
  }
  header.bg-30 {
    background-image: url("../images/header/30.jpg");
  }
  header.bg-31 {
    background-image: url("../images/header/31.jpg");
  }
  header.bg-32 {
    background-image: url("../images/header/32.jpg");
  }
  header.bg-33 {
    background-image: url("../images/header/33.jpg");
  }
  header.bg-34 {
    background-image: url("../images/header/34.jpg");
  }
  header.bg-35 {
    background-image: url("../images/header/35.jpg");
  }
  header.bg-36 {
    background-image: url("../images/header/36.jpg");
  }
  header.bg-37 {
    background-image: url("../images/header/37.jpg");
  }
  header.bg-38 {
    background-image: url("../images/header/38.jpg");
  }
  header.bg-39 {
    background-image: url("../images/header/39.jpg");
  }
  header.bg-40 {
    background-image: url("../images/header/40.jpg");
  }
  header form {
    position: absolute;
    top: .5em;
    right: 0;
  }
  nav#prev-next a {
    display: table-cell;
  }
  footer {
    margin-top: 2em;
  }
  footer nav.menu a {
    display: inline-block;
  }
  footer li,
  footer span.icon {
    display: inline;
  }
}
@media screen and (min-width: 30em) and (max-width: 39.99em) {
  nav#main-menu {
    padding: .5em;
  }
  nav#main-menu li {
    display: inline;
  }
  nav#main-menu a {
    display: inline-block;
    margin: 0 .25em;
    padding: .25em 0;
  }
}
@media screen and (min-width: 40em) {
  header h1 a {
    background-position: left center;
    margin-left: .5em;
    width: 12em;
  }
  h1 {
    font-size: 3em;
  }
  #main-section h1 {
    margin: 1em .5em .25em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
    font-weight: 300;
  }
  #left-section {
    width: 25%;
    float: left;
  }
  #main-section {
    width: 75%;
    float: left;
  }
  article,
  #main-section nav {
    padding-left: 2em;
  }
  aside {
    float: right;
    width: 25%;
    margin: 0 -0.5em 1em 1em;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border-left: 1px solid #999;
    padding-left: .5em;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header {
    padding: 0;
    margin: 0;
    height: 20mm;
  }
  header a {
    background-image: none;
  }
  header::before {
    content: url(../images/logo-print.png);
    display: block;
    position: relative;
  }
  .svg header a::before {
    content: url(../images/logo-print.svg);
  }
  #main-section {
    font-size: 12pt;
  }
  aside {
    border-left: 1mm solid #ccc;
    float: right;
    width: 25%;
    margin: 0 -0.5em 1em 1em;
    font-size: 75%;
  }
  header form,
  footer,
  nav#main-menu,
  nav#breadcrumbs,
  nav#prev-next,
  #logged,
  .message,
  .browserupgrade {
    display: none;
  }
}
/* Preload images */
body:after {
  content: url(../images/lb/close.png) url(../images/lb/loading.gif) url(../images/lb/prev.png) url(../images/lb/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #141d07;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lb/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2em 2em -0.5em rgba(0, 0, 0, 0.3);
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lb/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lb/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-container > .nav {
  left: 0;
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: white;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 125%;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption small {
  font-weight: normal;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #7a836d;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lb/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
p.warning {
  margin: 0 0 1em;
  border: 1px solid #600;
  padding: 1em;
  background: #fec;
  color: #600;
  font-size: 2em;
}
