/* modules */
/* universal colors */
/* top message */
/* header */
/* navigation bands */
/* navigation list */
/* hero message */
/*$theme-color-hero-background: darken($theme-color-header-background,23);*/
/* site footer */
/* tables */
/* thumb styling */
/* class styling */
/* tag styling */
/* user styling */
/* collection styling */
/* comment styling */
/* content blocks styling */
/* medals styling */
/* user profile header */
/* specie and forum header */
/* title header */
/* activity */
/* iucn */
/* forums */
/* forms */
/* fullscreen stuff */
/* other */
/* min and max page width */
/* unit used to control padding/margins */
/* enforce global layout across elements */
/* control vertical spacing */
/* x-browser font-sizing */
/* x-browser line-heights */
/* x-browser margins */
/* x-browser paddings */
/* reusable button styles */
/* reusable word-wraps */
/* reset code */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

html {
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}

/* html5 code */
header, section, footer, aside, nav, article, figure {
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

/* needed for IE9 */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  -ms-appearance: radio !important;
  -o-appearance: radio !important;
  appearance: radio !important;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* this file controls the most important layout settings of the design, regardless of viewport size
several of these settings are overruled in the individual mode_x.scss files based on viewport size */
/* variables that control the height of the header and navigation "bands" which are fixed in height and permanently on screen */
html {
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  height: 100%;
  background: #edead1 url(../img/bg_noise.png);
  overflow-x: hidden;
}

body {
  min-width: 320px;
}

html, body {
  height: 100%;
}

/* hack to enable smooth scrolling on mobile safari */
.touchscroll {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.touchscroll body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* site level message that appears before anything else */
.message {
  z-index: 999;
  top: 0;
  width: 100%;
  background: #0099ff;
  color: #fff;
}
.message .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
}
.message .label {
  float: right;
}
.message a {
  color: #fff;
}

.site-footer-message {
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

/* site header (logo + navigation) */
header.site {
  -webkit-transform: translatez(0);
  /*position:fixed;*/
  z-index: 51;
  height: 60px;
  display: block;
  width: 100%;
  background: #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5))), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)), #abc227 url("../img/bg_dragon.png");
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 5px 0px 5px 0px;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
header.site .global {
  text-align: left;
  height: 100%;
}
header.site .headercontent {
  display: table;
  height: 100%;
  width: 100%;
}
header.site .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
}
header.site nav {
  margin: 0px 5px 0px 5px;
  margin: 0rem 0.5rem 0rem 0.5rem;
  height: 100%;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}
header.site .nav-option-active {
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header.site .nav-em {
  background: rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.navprimary {
  -webkit-transform: translatez(0);
  z-index: 52;
}

/* site logo */
.logo {
  padding: 0;
  margin: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.logo a {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  font-family: 'Lobster', cursive;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
.logo a:hover {
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 20px;
}

/* big message holder that appears just below the global header on select pages */
.hero {
  width: 100%;
  background: #776f2f url(../img/bg_noise.png);
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
  color: #fff;
  /*display:none;*/
}
.hero .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.hero h1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.hero h1, .hero a {
  color: #fff;
}
.hero .label {
  margin: 0px 2px 0px 2px;
  margin: 0rem 0.2rem 0rem 0.2rem;
}
.hero b {
  display: none;
}

/* mini navigation is a full page navigation menu that appears when users tap the "menu" or "more" links
those links will appear only on small viewport sizes */
#nav-menu-mini {
  background: #edead1 url(../img/bg_noise.png);
  position: fixed;
  display: block;
  z-index: 100;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  padding: 1rem 0rem 0rem 0rem;
}
#nav-menu-mini ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 31%;
  text-align: center;
}
#nav-menu-mini ul li a {
  background: none;
  box-shadow: none;
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  margin: 5px 5px 0px 5px;
  margin: 0.5rem 0.5rem 0rem 0.5rem;
}
#nav-menu-mini ul li a i, #nav-menu-mini ul li a em {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #333;
}
#nav-menu-mini .nav-menu {
  display: none;
}

/* layout of individual navigation links */
.nav-option {
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.nav-option a {
  display: block;
  padding: 0;
  margin: 5px 5px 0px 5px;
  margin: 0.5rem 0.5rem 0rem 0.5rem;
  vertical-align: bottom;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.nav-option a i {
  display: block;
  text-align: center;
  width: 100%;
}
.nav-option a i[class^="fa-"], .nav-option a li[class*=" fa-"] {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
}
.nav-option a:hover {
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 20px;
}

/* hide all navigation options, as there is no room to show them, instead a "menu" link will be shown */
.nav-option {
  display: none;
}

/*
- menu option that reveals more navigation links on navigation 
- active or sticky navigation options are always visible
*/
.nav-menu, .navband .nav-img-menu-more, .nav-cs-menu-more, .nav-option-active, .nav-option-sticky {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
}

/* layout of content columns */
#colmain {
  width: 100%;
  display: block;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
}
#colmain.text {
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
}

#colside {
  width: 100%;
  display: block;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
}

.colfull {
  width: 100%;
}

/* position and center the actual content */
#content {
  color: #333;
  clear: both;
  display: block;
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
}

/* site footer */
footer.site {
  width: 100%;
  padding-bottom: 0;
  clear: both;
  background: #403c19;
  color: #fff;
}
footer.site .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
}
footer.site a {
  color: #fff;
}
footer.site .button span {
  display: none;
}
footer.site button {
  color: #333;
}

.footer-social a {
  text-decoration: none;
}

.footer-link {
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}

.footer-content {
  display: table;
  width: 100%;
}

.footer-message, .footer-links, .footer-social {
  display: table-cell;
  vertical-align: middle;
}

.footer-message {
  width: 20%;
  text-align: left;
  display: none;
}

.footer-links {
  text-align: center;
}

.footer-social {
  width: 20%;
  text-align: right;
  display: none;
}

/* clear floats */
#content:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* search input field on lists (i.e. users, tags) */
.search-page {
  width: 100%;
  max-width: 640px;
}

.searchform {
  width: 100%;
  display: table;
}
.searchform form {
  display: table-row;
  width: 100%;
}
.searchform .searchfield {
  display: table-cell;
  height: 4rem;
  width: 100%;
  vertical-align: top;
  border-radius: 0;
  -webkit-transform: translate(0);
  /* needed to avoid iOS8 bug */
}
.searchform .searchbutton {
  display: table-cell;
  width: 2rem;
  margin: 0;
  vertical-align: top;
}
.searchform p {
  display: table-row;
  vertical-align: top;
  width: 100%;
  margin-top: 0;
}
.searchform .tagbox form {
  display: block;
}
.searchform button {
  height: 4rem;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.searchresults li {
  display: block;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
}
.searchresults a {
  text-decoration: none;
}
.searchresults h2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

/* animated progress indicator */
.spinner {
  display: block;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  background: #cfcdb7;
  background: rgba(0, 0, 0, 0.1);
}
.spinner img {
  display: block;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
}

/* layout of image thumbs */
figure.photo {
  position: relative;
}

.photos {
  display: block;
}

/* amount of columns in thumbs list is determined by li width */
.photos li {
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50%;
}

.photos li a {
  display: block;
}

.photos figure {
  display: block;
  background: rgba(255, 255, 255, 0.1) url(../img/bg_dragon.png);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* wrapped around img element that will be used as the placeholder to set the image to (as a background) */
.photos .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* img content is hidden yet src is set as background image using js */
.photos img {
  display: none;
}

/* caption text below an image thumb */
.photo figcaption a {
  position: absolute;
  bottom: 0px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.photo figcaption a a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.photo figcaption a a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}
.photo figcaption a.show {
  display: block;
}

.photo:hover figcaption a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.photo .info-right, .photo .info-left {
  cursor: help;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  color: #fff;
  border-color: transparent transparent transparent transparent;
}
.photo .info-right em, .photo .info-left em {
  position: relative;
  text-align: center;
  left: 30px;
  top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.photo .info-left {
  left: 0;
  border-width: 50px 50px 0 0;
  border-color: transparent transparent transparent transparent;
}
.photo .info-left em {
  position: relative;
  left: 8px;
  top: -42px;
  font-size: 14px;
  font-size: 1.4rem;
}

.photo:hover .info-right {
  border-color: transparent #0099ff transparent transparent;
}

.photo:hover .info-left {
  border-color: #8ea122 transparent transparent transparent;
}

.photo .country-inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}

/* "remove" action below an image thumb */
.photo .del-inline {
  position: absolute;
  top: 0;
  right: 0;
  /*background-color:$theme-color-thumb-caption-background;*/
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #fff;
  cursor: pointer;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-shadow: #000 1px 1px 1px;
}

/* main photo on a photo page */
.photo-main {
  position: relative;
  background: rgba(255, 255, 255, 0.1) url(../img/bg_dragon.png);
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
.photo-main img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.photo-main .labels {
  position: absolute;
  top: 10px;
  right: 10px;
}
.photo-main .label {
  background: #ffd400;
  cursor: help;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  vertical-align: middle;
}
.photo-main .label .txt {
  display: none;
}
.photo-main .expand {
  display: none;
}

.no-touch .photo-main:hover .expand {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -moz-box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -40px 40px -40px rgba(0, 0, 0, 0.6) inset;
}
.no-touch .photo-main:hover .expand a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.no-touch .photo-main:hover .expand a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}

/* list of tags */
.tags {
  display: block;
  width: 100%;
}
.tags li {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.tags li a {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.tags li a:hover {
  background: #606d16;
}

/* grid of tags */
.tags-grid li {
  width: 50%;
}

/* one individual tag */
.tag {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #73821a url(../img/bg_noise.png);
  border: 1px solid #4d5812;
  color: #fff;
  padding: 5px 10px 5px 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  -moz-border-radius: 23px 0 23px 0;
  -webkit-border-radius: 23px;
  border-radius: 23px 0 23px 0;
}
.tag em {
  color: #D0E628;
  margin-right: 3px;
  padding-right: 2px;
}

/* list of countries */
.countries {
  display: block;
  width: 100%;
}
.countries li {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.countries li a {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.countries li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* grid of countries */
.countries-grid li {
  width: 50%;
}

/* one individual tag */
.country {
  display: block;
  width: 100%;
  color: #333;
  padding: 5px 10px 5px 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.continent {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Lobster', cursive;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 1rem 0rem;
  margin: 10px 0px 20px 0px;
  margin: 1rem 0rem 2rem 0rem;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.users-grid li {
  width: 50%;
}

/* list of users */
.users {
  display: block;
  width: 100%;
}
.users li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.users li a {
  min-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

.user {
  padding: 0px 10px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #fff url(../img/bg_noise.png);
  color: #333;
  text-decoration: none;
  border: 1px solid #cfcdb7;
}
.user img {
  vertical-align: middle;
  width: 3em;
}
.user em {
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  padding: 0rem 0rem 0rem 1rem;
}

.map-user {
  display: table;
}
.map-user .user-avatar, .map-user span {
  display: table-cell;
  vertical-align: middle;
}
.map-user img {
  border: 1px solid #fff;
  margin: 0px 15px 0px 0px;
  margin: 0rem 1.5rem 0rem 0rem;
}

.map-country img, .map-country span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.map-country img {
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}

.collections li, .species li {
  width: 50%;
  max-width: 50%;
  padding: 0;
}

.collections figure.photo figcaption a, .species figure.photo figcaption a {
  display: block;
}

.collections-simple li {
  display: block;
  margin: 5px 5px 5px 5px;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.collections-simple li a:hover {
  color: #4d4d4d;
}

.collection {
  text-decoration: none;
  color: #333;
}
.collection em {
  margin: 0px 30px 0px 0px;
  margin: 0rem 3rem 0rem 0rem;
  line-height: 200%;
}

.classes li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.class {
  border: 1px solid #cfcdb7;
}
.class img {
  width: 100%;
  display: block;
}
.class figcaption {
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.class figcaption a {
  text-decoration: none;
  color: #333;
}
.class.class-main figcaption {
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.class.class-main figcaption label, .class.class-main figcaption .progressbar {
  display: block;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.8rem 0rem;
}
.class.class-main figcaption .feature {
  display: block;
  margin: 3px 3px 3px 3px;
  margin: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.comments {
  -webkit-column-span: all;
  column-span: all;
}
.comments li.thread {
  padding-left: 5%;
}
.comments li.thread_flat {
  padding-left: 3%;
  border-left: 1px dashed #ccc;
}
.comments li.mycomment {
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}

.comment {
  border: 1px solid #cfcdb7;
  display: block;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.comment textarea {
  display: block;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.comment .header {
  background: #fff url(../img/bg_noise.png);
  display: table;
  width: 100%;
}
.comment .header .user, .comment .header .class-comment {
  display: table-cell;
  vertical-align: middle;
}
.comment .header .user-comment a img, .comment .header .user-comment figcaption {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comment .header .class-comment {
  text-align: right;
}
.comment .header .class-comment a img, .comment .header .class-comment figcaption {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comment .header .class-comment figcaption a {
  display: none;
}
.comment .header figcaption a {
  text-decoration: none;
  color: #333;
  margin: 0px 5px 0px 5px;
  margin: 0rem 0.5rem 0rem 0.5rem;
}
.comment .header span {
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.comment .body {
  background: #f7f6ed url(../img/bg_noise.png);
  background: rgba(255, 255, 255, 0.6) url(../img/bg_noise.png);
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.comment .body small {
  color: #999;
}
.comment .body .actions {
  display: block;
  width: 100%;
}

.comment .bodytext {
  display: block;
}

.comment .actions a {
  text-decoration: none;
}

.comment .collections-simple li a {
  border: 1px solid #cfcdb7;
}

/* reusable content containers */
.content-section-title, .content-section-footer {
  background: #cfcdb7 url(../img/bg_noise.png);
  background: rgba(0, 0, 0, 0.1) url(../img/bg_noise.png);
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.content-section-title h2 a, .content-section-footer h2 a {
  text-decoration: none;
  color: #333;
}

.content-section-subtitle, .content-section-subfooter {
  color: #e6e6e6;
  font-size: 10px;
  font-size: 1rem;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.content-section-subtitle a, .content-section-subfooter a {
  color: #fff;
  text-decoration: none;
}
.content-section-subtitle li, .content-section-subfooter li {
  padding: 0px 5px 0px 5px;
  padding: 0rem 0.5rem 0rem 0.5rem;
}

.content-section-subtitle {
  background: #a4a292;
  background: rgba(0, 0, 0, 0.3) url(../img/bg_noise.png);
}

.content-section-subfooter {
  background: #6d6c61;
  background: rgba(0, 0, 0, 0.5) url(../img/bg_noise.png);
}

.content-section-subfooter.season {
  background: rgba(255, 255, 255, 0.6);
}
.content-section-subfooter.season a {
  color: #333;
}

.content-section-explore {
  display: table;
  width: 100%;
}
.content-section-explore a {
  background: #6d6c61;
  background: rgba(0, 0, 0, 0.6) url(../img/bg_noise.png);
  text-decoration: none;
  display: table-row;
  width: 100%;
  padding: 2px 5px 2px 5px;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.content-section-explore a:hover {
  -moz-box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
}
.content-section-explore span {
  display: table-cell;
  vertical-align: middle;
}
.content-section-explore img {
  height: 3rem;
}
.content-section-explore .country-icon {
  width: 4rem;
  text-align: center;
  padding: 4px 0px 0px 0px;
  padding: 0.4rem 0rem 0rem 0rem;
}
.content-section-explore .country-count {
  text-align: right;
  padding: 0px 10px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
}

.content-section-body img {
  float: left;
  width: 100%;
  margin: 0px 10px 5px 0px;
  margin: 0rem 1rem 0.5rem 0rem;
}

.content-section-body p {
  /* used for blocks of content where images and text float next to each other, yet where you want the text to have a minimum amount of space available so that narrow text columns are avoided */
  border: 1px solid transparent;
}
.content-section-body p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}

.content-section-title.inline {
  display: block;
  width: 100%;
}
.content-section-title.inline img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}
.content-section-title.inline .content-caption h2, .content-section-title.inline .content-caption span {
  display: block;
  vertical-align: middle;
}

.content-section-epic .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.content-section-epic .titleheader {
  padding: 8px 10px 8px 5px;
  padding: 0.8rem 1rem 0.8rem 0.5rem;
  background: none;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
}
.content-section-epic .titleheader h2 {
  font-family: 'Lobster', cursive;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
.content-section-epic .titleheader h2 a {
  color: #fff;
}
.content-section-epic footer {
  margin: 10px 0px 10px 0px;
  margin: 1rem 0rem 1rem 0rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
}

.content-section-epic-default .titleheader {
  background: #403c19;
}
.content-section-epic-default .titleheader h2 a {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  text-shadow: none;
  padding: 0px 0px 0px 10px;
  padding: 0rem 0rem 0rem 1rem;
}

.content-section-epic-dark {
  background: #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5))), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)), #abc227 url("../img/bg_dragon.png");
}

.medals li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 20px 20px 0px;
  margin: 0rem 2rem 2rem 0rem;
}

.medal {
  background: #bbd910 url(../img/bg_noise.png);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  color: #333;
  border: 1px solid #cfcdb7;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
  width: 8em;
  -moz-border-radius: 0 0 70px 70px;
  -webkit-border-radius: 0;
  border-radius: 0 0 70px 70px;
}
.medal img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.medal em {
  background: #fff;
  display: block;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.medal span {
  display: block;
  text-align: center;
  padding: 3px 3px 3px 3px;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  width: 3em;
  margin: 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.medal h2 {
  display: block;
  padding: 0px 10px 10px 10px;
  padding: 0rem 1rem 1rem 1rem;
}

.user-header {
  background: #fff;
}
.user-header .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
}
.user-header .user-header-wrapper {
  display: block;
  width: 100%;
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
}
.user-header .global {
  display: table;
  width: 100%;
}
.user-header summary, .user-header .user-class, .user-header .user-info {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 10px 20px;
  padding: 2rem 2rem 1rem 2rem;
}
.user-header summary {
  width: 100%;
}
.user-header img {
  display: block;
}
.user-header .content-main {
  margin: 0px 20px 10px 0px;
  margin: 0rem 2rem 1rem 0rem;
  float: left;
}
.user-header .content-main img {
  display: block;
  max-width: 100%;
}
.user-header h2, .user-header h2 a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}
.user-header h2 {
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
}

.user-class, .user-info {
  width: 170px;
  min-width: 170px;
}

.user-website {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* side by side content (typically of image and text) that floats, yet only as of a minimum horizontal space */
.content-body {
  /* used for blocks of content where images and text float next to each other, yet where you want the text to have a minimum amount of space available so that narrow text columns are avoided */
  border: 1px solid transparent;
}
.content-body:before {
  content: "";
  width: 12em;
  display: block;
  overflow: hidden;
}

/* general placeholder for pieces of content, being images and text */
.content-block {
  display: block;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 1rem 0rem;
}
.content-block figure {
  margin: 0px 20px 10px 0px;
  margin: 0rem 2rem 1rem 0rem;
  float: left;
}
.content-block figure img {
  display: block;
  max-width: 100%;
}
.content-block .content-body {
  /* used for blocks of content where images and text float next to each other, yet where you want the text to have a minimum amount of space available so that narrow text columns are avoided */
  border: 1px solid transparent;
}
.content-block .content-body:before {
  content: "";
  width: 16em;
  display: block;
  overflow: hidden;
}

/* specialized content blocks */
.content-specie, .content-forum {
  background: #403c19 url(../img/bg_dragon.png);
  -moz-box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -8px 150px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: none;
}
.content-specie .global, .content-forum .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
}
.content-specie h1, .content-specie a, .content-forum h1, .content-forum a {
  color: #fff;
}
.content-specie h2, .content-forum h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #afae96;
  font-weight: normal;
}

.activities {
  display: table;
  width: 100%;
}

.activities.grid {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}

.activity {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0px 10px 10px;
  padding: 1rem 0rem 1rem 1rem;
  text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.activity .user-post, .activity summary {
  display: table-cell;
  vertical-align: top;
}
.activity .user-post a img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.activity summary {
  width: 100%;
  padding: 0px 5px 0px 15px;
  padding: 0rem 0.5rem 0rem 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.activity summary a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.activity summary a:hover {
  text-decoration: underline;
}
.activity .user-post {
  width: 3.3em;
}
.activity .user-post img {
  background: #fff;
  display: block;
  width: 3.5em;
}
.activity .user-karma {
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline;
}

.iucn {
  background: #cfcdb7;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTYuNjY2NjY2NjY2NyUiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjMzLjMzMzMzMzMzMzMlIiBzdG9wLWNvbG9yPSIjOGIwMDAwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY2NjY2NjclIiBzdG9wLWNvbG9yPSIjZmZhNTAwIi8+PHN0b3Agb2Zmc2V0PSI4My4zMzMzMzMzMzMzJSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(16.6666666667%, #333333), color-stop(33.3333333333%, #8b0000), color-stop(50%, #ff0000), color-stop(66.6666666667%, #ffa500), color-stop(83.3333333333%, #ffff00), color-stop(100%, #008000));
  background: -moz-linear-gradient(left, #000000, #333333, #8b0000, #ff0000, #ffa500, #ffff00, #008000);
  background: -webkit-linear-gradient(left, #000000, #333333, #8b0000, #ff0000, #ffa500, #ffff00, #008000);
  background: linear-gradient(to right, #000000, #333333, #8b0000, #ff0000, #ffa500, #ffff00, #008000);
  display: inline-table;
  width: 100%;
}
.iucn td {
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
}
.iucn td.active span {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 3px solid #fff;
}

.specie-nodes {
  display: block;
  width: 100%;
}
.specie-nodes li {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.specie-nodes figure {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
  width: 5em;
  height: 5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.specie-nodes a {
  display: block;
  text-decoration: none;
}
.specie-nodes figure:hover {
  -moz-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.4);
}
.specie-nodes em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.specie-nodes span {
  display: block;
}

.forums {
  width: 100%;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
.forums th {
  background: #cfcdb7 url(../img/bg_noise.png);
  background: #403c19 url(../img/bg_dragon.png);
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
}
.forums h2 {
  color: #fff;
}
.forums th, .forums td {
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.forums tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.3);
}
.forums tr.sticky {
  background: #ffd400;
}
.forums .icon {
  vertical-align: top;
  width: 4em;
  padding: 0;
}
.forums .topics, .forums .subscribers, .forums .time, .forums .th-time {
  text-align: center;
}
.forums .topics, .forums .subscribers, .forums .th-topics, .forums .th-subscribers, .forums .th-time, .forums .time, .forums .description {
  display: none;
}
.forums h3 a {
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
}
.forums h3 a:hover {
  text-decoration: underline;
}
.forums .name {
  display: block;
  width: 100%;
  padding: 5px 5px 0px 5px;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.forums .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.titleheader {
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: #403c19 url(../img/bg_dragon.png);
}
.titleheader h2, .titleheader h2 a {
  color: #fff;
  text-decoration: none;
}

.videos li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.videos .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.video-description {
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
}

.uploadqueue {
  display: table;
  width: 100%;
}
.uploadqueue li {
  background: rgba(0, 0, 0, 0.1);
  display: table-row;
  margin: 10px 10px 10px 10px;
  margin: 1rem 1rem 1rem 1rem;
}
.uploadqueue .filename {
  display: table-cell;
  width: 25%;
  padding: 0px 5px 0px 5px;
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.uploadqueue .progressbar {
  display: table-cell;
  width: 100%;
}
.uploadqueue .cancelupload {
  display: table-cell;
  width: 10%;
}

.navband.navmore {
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
}
.navband.navmore .button.medium {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.navband.navmore .button.medium:hover {
  background: white;
}

#embedhelp {
  table-layout: fixed;
}
#embedhelp td {
  word-wrap: break-word;
}

.jd-grid {
  display: table;
  width: 100%;
}
.jd-grid li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  width: 33%;
}
.jd-grid i {
  vertical-align: middle;
  margin: 0px 10px 5px 10px;
  margin: 0rem 1rem 0.5rem 1rem;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.jd-grid a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
.jd-grid a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.guidance {
  display: block;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  background: #B94A48;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
.guidance li.strike {
  text-decoration: line-through;
}

.guidance-header {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}

#modal {
  display: none;
  background: #edead1 url(../img/bg_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border: 5px solid #556207;
  z-index: 1001;
}

.modal-header {
  display: block;
  padding: 10px 20px;
  background: #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5))), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), #bbd910 url("../img/bg_dragon.png");
  background: url("../img/bg_dragon.png"), -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)), #abc227 url("../img/bg_dragon.png");
}
.modal-header h1 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

.modal-content {
  padding: 0 20px 20px 20px;
  overflow-y: scroll;
  height: 500px;
}
.modal-content textarea {
  max-width: 100%;
}

.modal-footer {
  display: block;
  padding: 10px 20px;
  background: #403c19 url(../img/bg_noise.png);
}

#darken {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 199;
  background: black;
  opacity: .7;
  filter: alpha(opacity=70);
}

.dialog-open {
  overflow: hidden !important;
  height: 100% !important;
}

.addthis_toolbox {
  margin: 20px 0px 20px 0px;
  margin: 2rem 0rem 2rem 0rem;
}
.addthis_toolbox a {
  display: block;
  text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 2px;
  text-decoration: none;
  color: #333;
  padding: 5px 10px 5px 0px;
  padding: 0.5rem 1rem 0.5rem 0rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
.addthis_toolbox em[class^="fa-"] {
  font-size: 30px;
  font-size: 3rem;
  text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 2px;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  vertical-align: top;
}
.addthis_toolbox a span {
  vertical-align: top;
}

/* body of fullscreen map */
body.map {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* general fullscreen body */
body.fullscreen {
  background: #333 url(../img/bg_dragon.png);
  color: #fff;
  min-height: 100%;
  min-width: 320px;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  -ms-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.fullscreen {
    background-size: 25%;
  }
}
body.fullscreen .shade {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

/* specialized fullscreen body for slideshow */
body.slideshow {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}

body.videoshow {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* global header bar for fullscreen interactions */
.fullscreen-header {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
  -moz-box-shadow: 0 100px 100px -100px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 100px 100px -100px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 100px 100px -100px rgba(0, 0, 0, 0.6) inset;
}
.fullscreen-header a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.fullscreen-header a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}

/* content inside fullscreen headers */
.fullscreen-header-content {
  display: table-row;
  width: 100%;
}
.fullscreen-header-content .logo {
  display: table-cell;
  vertical-align: middle;
  width: 27%;
}
.fullscreen-header-content .tip, .fullscreen-header-content .slideshow-title {
  display: none;
}
.fullscreen-header-content .slideshow-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Lobster', cursive;
}
.fullscreen-header-content .slideshow-title img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-height: 40px;
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}

/* group of buttons inside fullscreen headers */
.fullscreen-header-buttons {
  display: table-cell;
  vertical-align: middle;
  width: 27%;
  min-width: 10rem;
  width: 6000px;
  text-align: right;
}
.fullscreen-header-buttons span {
  display: none;
}
.fullscreen-header-buttons a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 0px 0px 10px;
  margin: 0rem 0rem 0rem 1rem;
  vertical-align: middle;
}
.fullscreen-header-buttons a span, .fullscreen-header-buttons a em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 100%;
}
.fullscreen-header-buttons a em {
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}
.fullscreen-header-buttons .hd {
  display: none;
}

/* IE8 fix https://github.com/davatron5000/FitVids.js/pull/55 */
.fit-vids-style {
  display: none;
}

#slideshow-image-container {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  font-size: 0;
  /* needed for vertical centering trick: http://css-tricks.com/centering-in-the-unknown/ */
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slideshow-image-wrapper {
  display: block;
  position: relative;
  z-index: 300;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.slideshow-image-wrapper img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-height: 100%;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  -moz-transition: width 0s, height 0s, -moz-transform 0s;
  -webkit-transition: width 0s, height 0s, -webkit-transform 0s;
  -o-transition: width 0s, height 0s, -o-transform 0s;
  -ms-transition: width 0s, height 0s, -o-transform 0s;
  transition: width 0s, height 0s, transform 0s;
}
.slideshow-image-wrapper img.grow {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.slideshow-image-wrapper img.grow1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slideshow-image-wrapper img.grow2 {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.slideshow-image-wrapper img.grow3 {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.slideshow-image-wrapper img.grow4 {
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -o-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.slideshow-image-wrapper img.grow5 {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.slideshow-image-wrapper img.grow6 {
  -webkit-transform: scale(3.5);
  -moz-transform: scale(3.5);
  -o-transform: scale(3.5);
  -ms-transform: scale(3.5);
  transform: scale(3.5);
}
.slideshow-image-wrapper img.grow7 {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
}
.slideshow-image-wrapper img.grow8 {
  -webkit-transform: scale(4.5);
  -moz-transform: scale(4.5);
  -o-transform: scale(4.5);
  -ms-transform: scale(4.5);
  transform: scale(4.5);
}
.slideshow-image-wrapper img.grow9 {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.slideshow-image-wrapper img.grow10 {
  -webkit-transform: scale(5.5);
  -moz-transform: scale(5.5);
  -o-transform: scale(5.5);
  -ms-transform: scale(5.5);
  transform: scale(5.5);
}
.slideshow-image-wrapper img.grow11 {
  -webkit-transform: scale(6);
  -moz-transform: scale(6);
  -o-transform: scale(6);
  -ms-transform: scale(6);
  transform: scale(6);
}
.slideshow-image-wrapper img.grow12 {
  -webkit-transform: scale(6.5);
  -moz-transform: scale(6.5);
  -o-transform: scale(6.5);
  -ms-transform: scale(6.5);
  transform: scale(6.5);
}
.slideshow-image-wrapper img.grow13 {
  -webkit-transform: scale(7);
  -moz-transform: scale(7);
  -o-transform: scale(7);
  -ms-transform: scale(7);
  transform: scale(7);
}
.slideshow-image-wrapper img.grow14 {
  -webkit-transform: scale(7.5);
  -moz-transform: scale(7.5);
  -o-transform: scale(7.5);
  -ms-transform: scale(7.5);
  transform: scale(7.5);
}
.slideshow-image-wrapper img.grow15 {
  -webkit-transform: scale(8);
  -moz-transform: scale(8);
  -o-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
}
.slideshow-image-wrapper img.grow16 {
  -webkit-transform: scale(8.5);
  -moz-transform: scale(8.5);
  -o-transform: scale(8.5);
  -ms-transform: scale(8.5);
  transform: scale(8.5);
}
.slideshow-image-wrapper img.grow17 {
  -webkit-transform: scale(9);
  -moz-transform: scale(9);
  -o-transform: scale(9);
  -ms-transform: scale(9);
  transform: scale(9);
}
.slideshow-image-wrapper img.grow18 {
  -webkit-transform: scale(9.5);
  -moz-transform: scale(9.5);
  -o-transform: scale(9.5);
  -ms-transform: scale(9.5);
  transform: scale(9.5);
}
.slideshow-image-wrapper img.grow19 {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.slideshow-image-wrapper img.grow20 {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.slideshow-image-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  margin-right: -0.25em;
}

.hd-loader {
  padding: 10px 0px 10px 0px;
  padding: 1rem 0rem 1rem 0rem;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

.slideshow-navpanel {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 501;
  bottom: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
  -moz-box-shadow: 0 -200px 200px -200px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 -200px 200px -200px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -200px 200px -200px rgba(0, 0, 0, 0.6) inset;
}
.slideshow-navpanel a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.slideshow-navpanel a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}

.slideshow-player {
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}
.slideshow-player a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 5px 0px 5px;
  margin: 0rem 0.5rem 0rem 0.5rem;
  vertical-align: middle;
}
.slideshow-player .counter {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.slideshow-player .sl-thumbs {
  display: none;
}

.slideshow-thumbs {
  display: none;
  padding: 10px 0px 10px 0px;
  padding: 1rem 0rem 1rem 0rem;
}
.slideshow-thumbs li {
  width: 10%;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}
.slideshow-thumbs li figure {
  display: block;
}
.slideshow-thumbs li a {
  display: block;
  position: relative;
  width: 100%;
}
.slideshow-thumbs li a.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slideshow-thumbs li img {
  display: block;
  width: 100%;
}
.slideshow-thumbs li.active {
  border-bottom: 5px solid #fff;
}
.slideshow-thumbs li figure:hover {
  -moz-box-shadow: 0 0 1px 0 white;
  -webkit-box-shadow: 0 0 1px 0 white;
  box-shadow: 0 0 1px 0 white;
}

.img-loading {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  z-index: 502;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 30px;
  text-align: center;
}
.img-loading a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.img-loading a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}

.sl-playing {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  color: #fff;
  margin: 10px 10px 0px 0px;
  margin: 1rem 1rem 0rem 0rem;
}

.img-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.img-title a {
  font-weight: bold;
}

.img-title-single {
  position: fixed;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
  -moz-box-shadow: 0 -70px 70px -70px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 -70px 70px -70px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -70px 70px -70px rgba(0, 0, 0, 0.6) inset;
  width: 100%;
  z-index: 501;
  bottom: 0;
  text-align: center;
}
.img-title-single a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  text-decoration: none;
}
.img-title-single a:hover {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px;
}

/* this file is to control general styles, typically on class-less elements */
html {
  font-size: 10px;
}

body {
  font-family: Lucida Grande,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}

#content {
  font-size: 12px;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #403c19;
  font-family: Arial;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}

h2 {
  font-size: 14px;
  font-size: 1.4rem;
}

h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

h4 {
  font-size: 12px;
  font-size: 1.2rem;
}

h5 {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

h6 {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* general vertical spacing classes */
.group1 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.group2 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.group3 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

h1 + small {
  margin: -10px 0px 0px 0px;
  margin: -1rem 0rem 0rem 0rem;
}

a {
  color: #0063e2;
  text-decoration: underline;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a.cancel {
  font-weight: bold;
  text-decoration: none;
}

p {
  margin: 10px 0px 10px 0px;
  margin: 1rem 0rem 1rem 0rem;
}

hr {
  border: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}

.elipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

.no-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

strong {
  font-weight: bold;
}

mark {
  background: #D0E628;
}

.list li {
  list-style-type: disc;
  list-style-position: inside;
}

.list.ordered li {
  list-style-type: decimal;
}

.list-flat li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

table.simple {
  border: 1px solid #bbb898;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
table.simple th {
  background: #bbb898;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
table.simple td {
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #bbb898;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
table.simple td.nopad {
  padding: 0;
}
table.simple td.nopad img {
  display: block;
}

table.simple.alternate tr:nth-child(even) {
  background: #cfcdb7;
  background: rgba(0, 0, 0, 0.1);
}

.toggletitle a {
  text-decoration: none;
  display: block;
  color: #333;
}

.togglecontent {
  display: none;
}

/* this file controls general form rules */
fieldset {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.field input, .field textarea, .field select {
  width: 100%;
}

input, textarea, select {
  background: #fff;
  color: #333;
  border: 1px solid #cfcdb7;
  outline: none;
  padding: 6px 6px 6px 6px;
  padding: 0.6rem 0.6rem 0.6rem 0.6rem;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  line-height: 22px;
  line-height: 2.2rem;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  background: none;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

input[type=range], input[type=range]:focus {
  background-color: transparent;
  border: 0;
}

input[type="range"]::-ms-fill-upper {
  background-color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background-color: transparent;
}

input[type="range"]::-ms-track {
  color: transparent;
  border: none;
}

input[type="range"]::-ms-thumb {
  background-color: silver;
}

input[type="range"]::-ms-tooltip {
  display: none;
}

select {
  padding-right: 0;
}

.field.error input {
  background: #ffcccc;
}

.field.success input {
  background: #d9e988;
}

.field.checkbox input, .field.radio input {
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}

fieldset label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

label.error {
  color: red;
}

input:focus, textarea:focus, select:focus {
  background: #f7f7f7;
}

input[readonly], textarea[readonly] {
  background: #dcdcdc;
  color: #666;
  cursor: default;
}

.fieldgroup {
  border: 1px solid #8e8a5f;
}

.fieldgroup-title {
  background: #cfcdb7;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
}

.fieldgroup-body {
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
}

fieldset.vertical label, fieldset.vertical .field {
  display: block;
}

fieldset input {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}

fieldset li input {
  margin: 0px 10px 10px 0px;
  margin: 0rem 1rem 1rem 0rem;
}
fieldset li label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

fieldset.horizontal span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}
fieldset.horizontal label {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #fff url(../img/bg_noise.png);
  padding: 5px 10px 5px 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: white 1px 1px 1px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.button img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.button img.country-flag-icon {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -5px;
  height: 100%;
}

.button-2x {
  border: 1px solid red;
}

p .button {
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
}

.button em {
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}

.button.iconic em {
  margin: 0;
}

.button.small {
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 5px 2px 5px;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

.button.medium {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 5px 2px 5px;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

.button.large {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 8px 4px 8px;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

.primary {
  background: #abc227 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #abc227 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #abc227 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #abc227 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #abc227 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #abc227 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #4d5812 1px 1px 1px;
  border: 1px solid #606d16;
}

.primary:hover {
  background: #86981e url(../img/bg_noise.png);
}

.button.secondary {
  background: #a39a46 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #a39a46 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #a39a46 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #a39a46 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #a39a46 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #a39a46 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #4a4620 1px 1px 1px;
  border: 1px solid #5c5727;
}

.button.secondary:hover {
  background: #7f7837 url(../img/bg_noise.png);
}

.button.attention {
  background: #F89406 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #F89406 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #F89406 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #F89406 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #F89406 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #F89406 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #7c4a03 1px 1px 1px;
  border: 1px solid #945904;
}

.button.attention:hover {
  background: #c67605 url(../img/bg_noise.png);
}

.button.alert {
  background: #B94A48 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #B94A48 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #B94A48 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #B94A48 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #B94A48 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #B94A48 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #5e2524 1px 1px 1px;
  border: 1px solid #702c2b;
}

.button.alert:hover {
  background: #833332 url(../img/bg_noise.png);
}

.button.em {
  background: #e6bf00 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #e6bf00 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #e6bf00 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #e6bf00 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #e6bf00 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #e6bf00 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #665500 1px 1px 1px;
  border: 1px solid #806a00;
}

.button.em:hover {
  background: #ccaa00 url(../img/bg_noise.png);
}

.button.nem {
  background: rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.button.nem:hover {
  background: rgba(0, 0, 0, 0.2) url(../img/bg_noise.png);
}

.button.fb {
  background: #627AAC url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #627AAC url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #627AAC url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #627AAC url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #627AAC url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #627AAC url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #31405d 1px 1px 1px;
  border: 1px solid #3a4b6e;
}

.button.fb:hover {
  background: #4c628f url(../img/bg_noise.png);
}

.button.tw {
  background: #8fd3d9 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #8fd3d9 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #8fd3d9 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #8fd3d9 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #8fd3d9 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #8fd3d9 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #3ba4ae 1px 1px 1px;
  border: 1px solid #43b5bf;
}

.button.tw:hover {
  background: #69c4cc url(../img/bg_noise.png);
}

.button.gg {
  background: #db6955 url(../img/bg_noise.png);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), #db6955 url(../img/bg_noise.png);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))), #db6955 url(../img/bg_noise.png);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #db6955 url(../img/bg_noise.png);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #db6955 url(../img/bg_noise.png);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), #db6955 url(../img/bg_noise.png);
  color: #fff;
  text-shadow: #92301f 1px 1px 1px;
  border: 1px solid #a73723;
}

.button.gg:hover {
  background: #d1452c url(../img/bg_noise.png);
}

.buttons {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.buttons li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.buttons li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.progressbar {
  height: 2.5em;
  background: #fff url(../img/bg_noise.png);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 8px 8px 8px;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}
.progressbar .progress {
  height: 100%;
  background: #ccc url(../img/bg_skin.png);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.progress4 .progress {
  background: #b8d233 url(../img/bg_skin.png);
}

.progress3 .progress {
  background: #ecdf66 url(../img/bg_skin.png);
}

.progress2 .progress {
  background: #F89406 url(../img/bg_skin.png);
}

.progress1 .progress {
  background: #B94A48 url(../img/bg_skin.png);
}

.label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 1px 4px 1px 4px;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label.default {
  background: #d2cfba;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
}

.label.error {
  background: #B94A48;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.label.warning {
  background: #F89406;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.label.success {
  background: #468847;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.label.info {
  background: #403c19;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.label.em {
  background: #ffd400;
  color: #333;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px;
}

.label.bright {
  background: #0099ff;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.label.geo {
  background: #8ea122;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

/* styling of auto suggest fields */
.tagbox input {
  margin: 0;
}

.tagbox ol {
  position: relative;
  background: #f7f7f7;
  width: 100%;
}

.tagbox ol li {
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
}

.tagbox ol li em {
  color: #0063dc;
  font-weight: bold;
  font-style: normal;
}

.tagbox ol li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.tagbox ol li a:hover, .hl {
  background: #ccc;
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/* this file controls reusable navigation controls */
.navlist li {
  border-bottom: 1px solid #8e8c7d;
}
.navlist li a {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: block;
}
.navlist li a i {
  color: #333;
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.navlist li a:hover, .navlist li a.active {
  background: #d2cfba;
  background: rgba(0, 0, 0, 0.1);
}

/* site-wide navigation bar to appear below global site header
additional placeholders are needed for vertical centering
*/
.navband {
  background: #403c19 url(../img/bg_noise.png);
  width: 100%;
}
.navband .navcontent {
  display: table;
  height: 40px;
  width: 100%;
}
.navband .buttons {
  display: table-cell;
  vertical-align: middle;
}
.navband li {
  float: left;
}
.navband a {
  background: none;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 5px 2px 5px;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}
.navband a em {
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}
.navband a:hover {
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 10px;
}
.navband .actions {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
}
.navband .active {
  color: #bbd910;
}
.navband .disabled {
  color: #ccc;
}
.navband b {
  background: #655e27;
  color: #fff;
  padding: 0px 5px 0px 5px;
  padding: 0rem 0.5rem 0rem 0.5rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}

/* second-level navigation band, shown in addition to a primary one */
.navsecondary {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #655e27 url(../img/bg_noise.png);
}

.navprimary, .navsecondary {
  text-align: left;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
}

/* bread-crumb style horizontal navigation */
.crumbs {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.crumbs li {
  max-width: 80%;
}
.crumbs li:after {
  content: '\0203A';
}
.crumbs li:last-child:after {
  content: '';
}

/* more button used for "pagination" below several lists of items (photos, tags, etc) */
.navmore {
  width: 100%;
  height: 40px;
  display: table;
}
.navmore .button {
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.navgrid {
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
  height: auto;
}
.navgrid li {
  width: auto;
  text-align: left;
  border: 0;
}
.navgrid li:after {
  content: '\0203A';
}
.navgrid li:last-child:after {
  content: '';
}

/* this file shows CSS optimizations for small viewports, typical for a smartphone */
.navgrid {
  display: block;
  white-space: nowrap;
}
.navgrid li {
  display: none;
}
.navgrid li:nth-last-child(-n+2) {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

/* navigation options to hide in this viewport size */
.nav-list-unclassified a {
  display: none;
}

.nav-list-unmapped a {
  display: none;
}

.nav-list-seasons a {
  display: none;
}

.nav-list-discover a {
  display: none;
}

.nav-list-friends a {
  display: none;
}

.nav-list-rss a {
  display: none;
}

.nav-list-play a {
  display: none;
}

.nav-img-list a {
  display: none;
}

.nav-img-embed a {
  display: none;
}

.nav-img-report a {
  display: none;
}

.nav-img-edit a {
  display: none;
}

.nav-img-history a {
  display: none;
}

.nav-img-lic a {
  display: none;
}

.nav-img-delete a {
  display: none;
}

.nav-img-homepage a {
  display: none;
}

.nav-tags-new a {
  display: none;
}

.nav-tags-discover a {
  display: none;
}

.nav-tags-rss a {
  display: none;
}

.nav-tag-rss a {
  display: none;
}

.nav-tag-share a {
  display: none;
}

.nav-tag-discover a {
  display: none;
}

.nav-coll-edit a {
  display: none;
}

.nav-coll-delete a {
  display: none;
}

.nav-user-reputation a {
  display: none;
}

.nav-user-following a {
  display: none;
}

.nav-user-followers a {
  display: none;
}

.nav-user-tags a {
  display: none;
}

.nav-user-lists a {
  display: none;
}

.nav-user-comments a {
  display: none;
}

.nav-user-rss a {
  display: none;
}

.nav-user-settings a {
  display: none;
}

.nav-user-signout a {
  display: none;
}

.nav-user-img-promoted a {
  display: none;
}

.nav-user-img-voted a {
  display: none;
}

.nav-user-img-map a {
  display: none;
}

.nav-user-img-unidentified a {
  display: none;
}

.nav-user-img-unmapped a {
  display: none;
}

.nav-user-img-play a {
  display: none;
}

.nav-set-signin a {
  display: none;
}

.nav-set-not a {
  display: none;
}

.nav-set-password a {
  display: none;
}

.nav-users-old a {
  display: none;
}

.nav-users-rss a {
  display: none;
}

.nav-specie-share a {
  display: none;
}

.nav-specie-play a {
  display: none;
}

.nav-specie-map a {
  display: none;
}

.nav-specie-rss a {
  display: none;
}

.nav-cs-amphibians a {
  display: none;
}

.nav-cs-arthropods a {
  display: none;
}

.nav-cs-birds a {
  display: none;
}

.nav-cs-fish a {
  display: none;
}

.nav-cs-fungi a {
  display: none;
}

.nav-cs-mammals a {
  display: none;
}

.nav-country-members a {
  display: none;
}

.nav-country-parks a {
  display: none;
}

.nav-country-videos a {
  display: none;
}

.js-lightpollution, .js-weather {
  display: none;
}

/* page-specific layouts */
.photo-page #colmain {
  padding: 0;
}
.photo-page #colmain .colcontent {
  padding: 0px 20px 20px 20px;
  padding: 0rem 2rem 2rem 2rem;
}

.list-page #colmain, .lists-page #colmain, .specie-videos-page #colmain {
  padding: 0;
}
.list-page #colmain .colcontent, .lists-page #colmain .colcontent, .specie-videos-page #colmain .colcontent {
  padding: 20px 20px 10px 20px;
  padding: 2rem 2rem 1rem 2rem;
}

/* comments */
.comment .header .class figcaption {
  display: none;
}

.user-header .user-class {
  display: none;
}
.user-header .user-info {
  display: none;
}

.specie-nodes figure {
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}

.cell-m {
  display: none;
}

.countries-grid li {
  width: 100%;
}

/* update header layout for this viewport mode */
header.site .headercontent {
  width: auto;
}
header.site .logo {
  padding: 0px 10px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
}

footer.site .footer-social {
  display: table-cell;
}
footer.site .footer-links {
  text-align: center;
  width: auto;
}
footer.site .button span {
  display: inline;
}

/* spacing of global navigation links */
.nav-option {
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}

/* navigation options to reveal for this viewport mode, where on smaller modes they were hidden */
.nav-home {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-photos {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-wildlife {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-upload {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-you {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-menu {
  display: none;
}

.nav-option-active, .nav-option-sticky {
  float: left;
}

.nav-list-discover a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-rss a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-play a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-list a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-report a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-edit a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tags-new a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tags-discover a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tags-rss a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tag-rss a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tag-share a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tag-discover a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-coll-edit a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-coll-delete a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-lists a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-settings a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-signout a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-promoted a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-voted a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-map a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-play a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-set-not a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-set-password a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-users-old a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-users-rss a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-specie-share a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-specie-play a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-specie-map a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-amphibians a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-arthropods a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-birds a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-country-members a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-country-parks a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-country-videos a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* set width of photo and tag elements, effectively controlling the number of columns they are shown in */
.photos li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33.33333%;
}

.tags-grid li {
  width: 33.3333%;
}

.countries-grid li {
  width: 50%;
}

.users-grid li {
  width: 33.3333%;
}

.classes li {
  width: 33.3333%;
}

.videos li {
  width: 33.3333%;
}

/* comments */
.comment .header .class figcaption {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.comment .header .class-comment figcaption a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.photo-page #colside {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.photo-page #colside .content-section {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  column-break-inside: avoid;
  overflow: hidden;
  /* fix for Firefox */
}

.specie-page #colside {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.specie-page #colside .content-section {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  column-break-inside: avoid;
  overflow: hidden;
  /* fix for Firefox */
}

.specie-nodes li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50%;
}
.specie-nodes em {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

.forums .icon, .forums .topics, .forums .subscribers, .forums .th-topics, .forums .th-subscribers {
  display: table-cell;
}

/*
.fullscreen-slideshow-header {
	.logo { display:table-cell;}
	.logo-small { display:none; }
	.fullscreen-header-buttons { 
		text-align:right; 
		a { @include jd-margin(0,10,0,0);} 
	}
} 
*/
.searchheader {
  display: table;
  width: 100%;
}
.searchheader p {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.searchheader .searchform {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.searchheader .searchform form {
  display: table;
  width: 100%;
}

.jd-grid li {
  width: 25%;
}
.jd-grid i {
  font-size: 24px;
  font-size: 2.4rem;
}
.jd-grid a {
  width: 80%;
  font-size: 12px;
  font-size: 1.2rem;
}

header.site .logo {
  padding: 0px 20px 0px 0px;
  padding: 0rem 2rem 0rem 0rem;
}
header.site .logo a {
  font-size: 30px;
  font-size: 3rem;
}

/* navigation options to reveal for this viewport mode, where on smaller modes they were hidden */
.nav-map {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-unclassified a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-set-signin a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-specie-rss a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-fish a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-fungi a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-cs-mammals a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.specie-nodes {
  max-height: 100%;
  overflow: auto;
}
.specie-nodes li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 33.333%;
}
.specie-nodes em {
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

.forums .description {
  display: block;
}
.forums th, .forums td {
  padding: 5px 5px 5px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.forums .icon img {
  width: 6em;
}

.fullscreen-header-content .logo {
  display: table-cell;
}
.fullscreen-header-content form {
  text-align: center;
}

.jd-grid li {
  width: 25%;
}
.jd-grid i {
  font-size: 24px;
  font-size: 2.4rem;
}
.jd-grid a {
  width: 80%;
  font-size: 12px;
  font-size: 1.2rem;
}

.navgrid {
  white-space: nowrap;
}
.navgrid li {
  display: none;
}
.navgrid li:nth-last-child(-n+3) {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 33.333%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

footer.site .footer-message {
  display: table-cell;
}
footer.site .footer-links {
  text-align: center;
}

/* navigation options to reveal for this viewport mode, where on smaller modes they were hidden */
.nav-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-tags {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-lists {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-lic a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-delete a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-reputation a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.js-lightpollution, .js-weather {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#modal {
  position: fixed;
  top: 15%;
  left: 50%;
  width: 400px;
  min-height: 0;
}

.modal-content {
  height: auto;
  overflow: auto;
}

.collections li h2 a, .species li h2 a {
  font-size: 14px;
  font-size: 1.4rem;
}

.classes li {
  width: 25%;
}

.users-grid li {
  width: 25%;
}

.countries-grid li {
  width: 33.3333%;
}

.user-header .user-info {
  display: table-cell;
}

body.map {
  overflow: hidden;
}

.slideshow-player .sl-thumbs {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.cell-m {
  display: table-cell;
}

.item-bg-1 {
  background: url(../img/carrousel_01_m.jpg) no-repeat center;
}

.item-bg-2 {
  background: url(../img/carrousel_02_m.jpg) no-repeat center;
}

.item-bg-3 {
  background: url(../img/carrousel_03_m.jpg) no-repeat center;
}

.item-bg-4 {
  background: url(../img/carrousel_04_m.jpg) no-repeat center;
}

.item-bg-5 {
  background: url(../img/carrousel_05_m.jpg) no-repeat center;
}

.item-bg-6 {
  background: url(../img/carrousel_06_m.jpg) no-repeat center;
}

.item-bg-7 {
  background: url(../img/carrousel_07_m.jpg) no-repeat center;
}

.item-bg-8 {
  background: url(../img/carrousel_08_m.jpg) no-repeat center;
}

.item-bg-9 {
  background: url(../img/carrousel_09_m.jpg) no-repeat center;
}

.item-bg-10 {
  background: url(../img/carrousel_10_m.jpg) no-repeat center;
}

.csscolumns .activities.grid {
  display: block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.no-csscolumns .activities.grid li.activity {
  width: 50%;
  display: inline-table;
}

.jd-grid li {
  width: 20%;
}
.jd-grid i {
  font-size: 24px;
  font-size: 2.4rem;
}
.jd-grid a {
  width: 80%;
  font-size: 12px;
  font-size: 1.2rem;
}

.fullscreen-header-content .tip, .fullscreen-header-content .slideshow-title {
  display: table-cell;
  vertical-align: middle;
  width: 46%;
  text-align: center;
}

.navgrid {
  white-space: nowrap;
}
.navgrid li {
  display: none;
}
.navgrid li:nth-last-child(-n+4) {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 25%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

/* increase base font size for this viewport size 
note that due to the use of REM as pixel units, this will effectively scale 
various descending font sizes, paddings and margins
*/
html {
  font-size: 11px;
}

/* variables that control the offset of page element due to the header and navigation being fixed on screen */
#content {
  padding: 20px 0 20px 0 !important;
}

/* update header (logo + navigation) to fit this viewport mode */
header.site {
  height: 60px;
}
header.site .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
  padding: 0rem 2rem 0rem 2rem;
}
header.site .logo {
  padding: 0px 40px 0px 0px;
  padding: 0rem 4rem 0rem 0rem;
}

.navband .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
  padding: 0rem 2rem 0rem 2rem;
}

.hero .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
}

footer.site {
  display: block;
  clear: both;
}

/* column layout for this viewport size */
#colmain {
  width: 65%;
  display: block;
  float: left;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
}

#colside {
  width: 35%;
  display: block;
  float: right;
  padding: 0px 20px 0px 0px;
  padding: 0rem 2rem 0rem 0rem;
}

#colmain.colfull {
  width: 100%;
}

#colmain.text {
  padding: 0px 20px 10px 20px;
  padding: 0rem 2rem 1rem 2rem;
}

/* update navigation links to show/hide based on this viewing mode */
.nav-option {
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
}

.nav-community {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-forum {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-embed a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-history a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-homepage a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-img-menu-more a {
  display: none;
}

.nav-cs-menu-more a {
  display: none;
}

.nav-user-tags a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-followers a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-following a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-comments a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-friends a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-seasons a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-list-unmapped a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-unidentified a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.nav-user-img-unmapped a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.navgrid li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  max-width: 20%;
}

/* show thumbnail captions in this viewport mode */
.photo figcaption a {
  display: block;
}

/* control width of several list elements, effectively controlling the number of columns to show them in */
.photos li {
  width: 33.333333%;
  padding: 0px 10px 20px 10px;
  padding: 0rem 1rem 2rem 1rem;
}

.colfull .photos li {
  width: 25%;
}

.tags-grid li {
  width: 25%;
}

.classes li {
  width: 50%;
}

.videos li {
  width: 25%;
}

/* page-specific layouts */
.photo-page #colmain, .list-page #colmain, .lists-page #colmain, .specie-videos-page #colmain {
  padding: 0px 20px 20px 20px;
  padding: 0rem 2rem 2rem 2rem;
}
.photo-page #colmain .colcontent, .list-page #colmain .colcontent, .lists-page #colmain .colcontent, .specie-videos-page #colmain .colcontent {
  padding: 0;
}

.photo-page #colside {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.specie-page #colside {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.user-header {
  margin: 0;
  padding: 0;
}
.user-header .global {
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
}
.user-header .user-class {
  display: table-cell;
}

.specie-nodes {
  width: 100%;
}
.specie-nodes li {
  background: none;
  margin: 5px 10px 5px 5px;
  margin: 0.5rem 1rem 0.5rem 0.5rem;
  text-align: center;
  width: 14em;
}
.specie-nodes figure {
  height: 12em;
  width: 14em;
}
.specie-nodes em {
  display: block;
  margin: 10px 0px 0px 0px;
  margin: 1rem 0rem 0rem 0rem;
  text-overflow: visible;
  max-width: 100%;
}

.forums .th-time, .forums .time {
  display: table-cell;
}

.fullscreen-header-buttons {
  min-width: 20rem;
}
.fullscreen-header-buttons span {
  display: inline;
}

.fullscreen-slideshow-header .fullscreen-header-buttons .hd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.item-bg-1 {
  background: url(../img/carrousel_01_l.jpg) no-repeat center;
}

.item-bg-2 {
  background: url(../img/carrousel_02_l.jpg) no-repeat center;
}

.item-bg-3 {
  background: url(../img/carrousel_03_l.jpg) no-repeat center;
}

.item-bg-4 {
  background: url(../img/carrousel_04_l.jpg) no-repeat center;
}

.item-bg-5 {
  background: url(../img/carrousel_05_l.jpg) no-repeat center;
}

.item-bg-6 {
  background: url(../img/carrousel_06_l.jpg) no-repeat center;
}

.item-bg-7 {
  background: url(../img/carrousel_07_l.jpg) no-repeat center;
}

.item-bg-8 {
  background: url(../img/carrousel_08_l.jpg) no-repeat center;
}

.item-bg-9 {
  background: url(../img/carrousel_09_l.jpg) no-repeat center;
}

.item-bg-10 {
  background: url(../img/carrousel_10_l.jpg) no-repeat center;
}

@-webkit-keyframes greenPulse {
  from {
    -webkit-box-shadow: 0 0 9px #333;
  }
  50% {
    -webkit-box-shadow: 0 0 30px #fff;
  }
  to {
    -webkit-box-shadow: 0 0 9px #333;
  }
}
@-moz-keyframes greenPulse {
  from {
    box-shadow: 0 0 9px #333;
  }
  50% {
    box-shadow: 0 0 30px #fff;
  }
  to {
    box-shadow: 0 0 9px #333;
  }
}
@keyframes greenPulse {
  from {
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
    box-shadow: 0 0 9px #333;
  }
  50% {
    -moz-box-shadow: 0 0 30px #fff;
    -webkit-box-shadow: 0 0 30px #fff;
    box-shadow: 0 0 30px #fff;
  }
  to {
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
    box-shadow: 0 0 9px #333;
  }
}
.jd-grid li {
  width: 11%;
}
.jd-grid i {
  font-size: 28px;
  font-size: 2.8rem;
}
.jd-grid a {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

/*@font-face {
  font-family: 'FontAwesome';
  src: url('../type/FontAwesome.eot'); 
  src: url('../type/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../type/FontAwesome.woff') format('woff'), url('../type/FontAwesome.ttf') format('truetype'), url('../type/FontAwesome.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.jungledragon.com/type/FontAwesome.eot'); 
  src: url('../type/FontAwesome.eot?#iefix') format('embedded-opentype'), url('http://www.jungledragon.com/type/FontAwesome.woff') format('woff'), url('http://www.jungledragon.com/type/FontAwesome.ttf') format('truetype'), url('http://www.jungledragon.com/type/FontAwesome.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.jungledragon.com/type/FontAwesome.eot'); 
  src: url('../type/FontAwesome.eot?#iefix') format('embedded-opentype'),url('http://www.jungledragon.com/type/FontAwesome.ttf') format('truetype'),  url('http://www.jungledragon.com/type/FontAwesome.woff') format('woff'), url('http://www.jungledragon.com/type/FontAwesome.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.eot");
  src: url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.eot?#iefix") format("embedded-opentype"), url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.woff2") format("woff2"), url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.woff") format("woff"), url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.ttf") format("truetype"), url("https://d38v2azc53yxio.cloudfront.net/type/jd4-FontAwesome.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-jd-patch {
  padding: 0px 5px 0px 5px;
  padding: 0rem 0.5rem 0rem 0.5rem;
  vertical-align: middle;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* custom glyphs */
.fa-jd-reptiles:before {
  content: "\f18c";
}

.fa-jd-amphibians:before {
  content: "\f18d";
}

.fa-jd-anthropods:before {
  content: "\f193";
}

.fa-jd-birds:before {
  content: "\f192";
}

.fa-jd-fish:before {
  content: "\f191";
}

.fa-jd-fungi:before {
  content: "\f190";
}

.fa-jd-mammals:before {
  content: "\f18f";
}

.fa-jd-plants:before {
  content: "\f18e";
}

.oldbrowser {
  background: red;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
}

.no-cssgradients header.site {
  background: #7e920b url(../img/bg_dragon.png);
}
.no-cssgradients header.site .nav-em {
  background: #697a09;
}
.no-cssgradients .iucn td {
  color: #333;
}
.no-cssgradients .button.nem {
  color: #333;
}

.no-fontface [class^="fa-"]:before, .no-fontface [class*=" fa-"]:before {
  display: none;
}

html {
  min-width: 1024px;
}
