/*------------------------ CONSTANTS ----------------------------*/
/*------------------------ LISTS --------------------------------*/
/*------------------------ MIXINS -------------------------------*/
/*------------------------ BODY STYLES --------------------------*/
/* Prvent text selection (found at http://wiki.phonegap.com/iPhone:-Prevent-copy-paste and http://stackoverflow.com/questions/7059039/how-to-prevent-accidental-select-drag-highlight-on-webpage-when-drawing-off-html) */
* {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -ms-user-select: none;
  user-select: none; }

html {
  height: 100%; }

body {
  background: #e6e6e6;
  font-family: "Titillium Web", sans-serif;
  font-size: .9em;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }

/*------------------------ ROTATIONS ---------------------------*/
.rotateMinus90 {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.rotate180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

/*------------------------ TYPOGRAPHY ---------------------------*/
.page_title {
  font-size: 2.2em;
  font-weight: 200;
  line-height: 1.1em; }

.page_subtitle {
  font-size: .9em;
  font-weight: 400;
  margin-bottom: 0px; }
  .page_subtitle span {
    margin-right: 4px; }
  .page_subtitle span.level {
    padding-right: 8px;
    margin: 0 3px 0 3px;
    border-right: 1px solid #bdbdbd; }

.section_header {
  font-size: 1.1em;
  font-weight: 700; }

.level_type_separator {
  padding-right: 8px;
  margin-right: 3px;
  border-right: 1px solid #bdbdbd;
  font-style: normal; }

a {
  color: #3d3d3d;
  text-decoration: none; }

a:hover {
  color: #3d3d3d;
  text-decoration: none; }

a:active {
  color: #3d3d3d;
  text-decoration: none; }

a:visited {
  color: #3d3d3d;
  text-decoration: none; }

p {
  margin-top: 0px; }

.order {
  text-transform: uppercase; }

.family {
  font-weight: normal; }

.genus {
  font-style: italic; }

span.caption {
  color: #777;
  font-size: .8em; }

.order_color_trichoptera {
  color: #5baf79; }
  .order_color_trichoptera a {
    color: #5baf79; }

.order_color_ephemeroptera {
  color: #f7941d; }
  .order_color_ephemeroptera a {
    color: #f7941d; }

.order_color_plecoptera {
  color: #6f5baf; }
  .order_color_plecoptera a {
    color: #6f5baf; }

/*------------------------ HEADER -------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: #3d3d3d;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 2px 2px #aaa;
  z-index: 10; }
  #header #CMNHLogo {
    display: none;
    position: absolute;
    margin-left: 0;
    top: 0px;
    left: 20px;
    width: 86px;
    height: 86px;
    background: transparent url("../img/CMNHLogo.png") no-repeat 0px 0px;
    background-size: 86px 86px;
    text-indent: -999px; }
  #header #title_and_get_involved_area {
    position: absolute;
    left: 10px;
    right: 70px; }
    #header #title_and_get_involved_area #title_area {
      position: relative;
      display: inline-block; }
      #header #title_and_get_involved_area #title_area #site_title {
        font-weight: 200;
        color: #fff;
        font-size: 2em;
        text-shadow: 1px 1px 2px #000;
        margin: 0;
        line-height: 1.4em; }
      #header #title_and_get_involved_area #title_area #site_subtitle {
        font-weight: 400;
        color: #cacaca;
        font-size: .9em;
        text-shadow: 1px 1px 2px #000;
        margin: 0 0 7px 0;
        line-height: 20px; }
    #header #title_and_get_involved_area #get_involved_container {
      position: absolute;
      top: 19px;
      left: 460px;
      right: 0;
      width: auto;
      text-align: center; }
      #header #title_and_get_involved_area #get_involved_container #get_involved {
        position: relative;
        display: inline-block;
        width: auto;
        color: #ffffff;
        border: 1px solid white;
        border-radius: 15px;
        padding: 5px 10px;
        cursor: pointer; }
        @media (max-width: 750px) {
          #header #title_and_get_involved_area #get_involved_container #get_involved {
            display: none; } }
      #header #title_and_get_involved_area #get_involved_container #get_involved:hover {
        background-color: #454545; }

#vote_for_us {
  position: absolute;
  display: none;
  top: 12px;
  left: 580px;
  height: auto;
  background-color: white;
  color: #0098c1;
  width: auto;
  border: 2px solid #0098c1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  z-index: 10000;
  padding: 10px 30px 10px 10px;
  font-size: 10pt; }
  #vote_for_us a {
    color: #0098c1;
    text-decoration: underline; }
  #vote_for_us #close_button {
    background: url("../img/close@2x.png") no-repeat 5px 5px;
    width: 27px;
    height: 28px;
    background-size: 27px 28px;
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 5px;
    cursor: pointer; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header #CMNHLogo {
    background: transparent url("../img/CMNHLogo@2x.png") no-repeat 0px 0px;
    background-size: 86px 86px; } }

/*------------------------ MENU ---------------------------------*/
#menu_button {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 10px 10px 10px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  z-index: 20; }
  #menu_button #menu_button_image {
    width: 34px;
    height: 27px; }

.menu_button_active {
  background-color: #454545; }

#menu {
  position: absolute;
  top: 67px;
  right: 0;
  color: #ffffff;
  background-color: #454545;
  z-index: 100;
  overflow: hidden;
  max-height: 600px;
  width: 325px; }
  #menu a {
    color: #ffffff; }
  #menu a:active {
    text-decoration: none; }
  #menu a:hover {
    text-decoration: none; }
  #menu .menu_item {
    padding-left: 15px;
    margin: 0 10px 5px 30px;
    min-height: 44px;
    max-height: 44px;
    height: 44px;
    line-height: 44px;
    cursor: pointer; }
  #menu .menu_item_toggle {
    float: right;
    width: 44px;
    height: 44px;
    border-left: 1px solid #454545;
    text-align: center; }
  #menu .menu_orders .icon-white {
    margin-top: 9px; }
  #menu .menu_families .icon-white {
    margin-top: 5px; }
  #menu .menu_item_level_0_general {
    width: 283px;
    min-width: 283px;
    max-width: 283px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.7em;
    margin-left: 10px;
    color: #3d3d3d;
    background-color: #d0d0d0;
    border: 1px solid #d0d0d0; }
  #menu .menu_item_level_1_general {
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 36px;
    color: #3d3d3d;
    background-color: rgba(208, 208, 208, 0.66);
    border: 1px solid #d0d0d0; }
  #menu .menu_item_level_2_general {
    width: 231px;
    min-width: 231px;
    max-width: 231px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 62px;
    color: #3d3d3d;
    background-color: rgba(208, 208, 208, 0.33);
    border: 1px solid #d0d0d0; }
  #menu .menu_item_level_0_ephemeroptera {
    width: 283px;
    min-width: 283px;
    max-width: 283px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.7em;
    margin-left: 10px;
    color: white;
    background-color: #f7941d;
    border: 1px solid #f7941d; }
  #menu .menu_item_level_1_ephemeroptera {
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 36px;
    color: white;
    background-color: rgba(247, 148, 29, 0.66);
    border: 1px solid #f7941d; }
  #menu .menu_item_level_2_ephemeroptera {
    width: 231px;
    min-width: 231px;
    max-width: 231px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 62px;
    color: white;
    background-color: rgba(247, 148, 29, 0.33);
    border: 1px solid #f7941d; }
  #menu .menu_item_level_0_plecoptera {
    width: 283px;
    min-width: 283px;
    max-width: 283px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.7em;
    margin-left: 10px;
    color: white;
    background-color: #6f5baf;
    border: 1px solid #6f5baf; }
  #menu .menu_item_level_1_plecoptera {
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 36px;
    color: white;
    background-color: rgba(111, 91, 175, 0.66);
    border: 1px solid #6f5baf; }
  #menu .menu_item_level_2_plecoptera {
    width: 231px;
    min-width: 231px;
    max-width: 231px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 62px;
    color: white;
    background-color: rgba(111, 91, 175, 0.33);
    border: 1px solid #6f5baf; }
  #menu .menu_item_level_0_trichoptera {
    width: 283px;
    min-width: 283px;
    max-width: 283px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.7em;
    margin-left: 10px;
    color: white;
    background-color: #5baf79;
    border: 1px solid #5baf79; }
  #menu .menu_item_level_1_trichoptera {
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 36px;
    color: white;
    background-color: rgba(91, 175, 121, 0.66);
    border: 1px solid #5baf79; }
  #menu .menu_item_level_2_trichoptera {
    width: 231px;
    min-width: 231px;
    max-width: 231px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    font-size: 1.2em;
    margin-left: 62px;
    color: white;
    background-color: rgba(91, 175, 121, 0.33);
    border: 1px solid #5baf79; }

#menu.hidden {
  height: 0; }

#menu_families.hidden {
  height: 0; }

#menu_genera.hidden {
  height: 0; }

/*------------------------ NAVIGATION ---------------------------*/
.circular_navigation_icon {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  margin-bottom: 4px;
  margin-right: 6px; }

.circular_navigation_icon_up_trichoptera {
  background: transparent url("../img/icon_up_trichoptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_up_trichoptera {
    background: transparent url("../img/icon_up_trichoptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

.circular_navigation_icon_plus_trichoptera {
  background: transparent url("../img/icon_plus_trichoptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_plus_trichoptera {
    background: transparent url("../img/icon_plus_trichoptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

.circular_navigation_icon_up_ephemeroptera {
  background: transparent url("../img/icon_up_ephemeroptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_up_ephemeroptera {
    background: transparent url("../img/icon_up_ephemeroptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

.circular_navigation_icon_plus_ephemeroptera {
  background: transparent url("../img/icon_plus_ephemeroptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_plus_ephemeroptera {
    background: transparent url("../img/icon_plus_ephemeroptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

.circular_navigation_icon_up_plecoptera {
  background: transparent url("../img/icon_up_plecoptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_up_plecoptera {
    background: transparent url("../img/icon_up_plecoptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

.circular_navigation_icon_plus_plecoptera {
  background: transparent url("../img/icon_plus_plecoptera.png") no-repeat 0px 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .circular_navigation_icon_plus_plecoptera {
    background: transparent url("../img/icon_plus_plecoptera@2x.png") no-repeat 0px 0px;
    background-size: 35px 35px; } }

/*------------------------ MAIN CONTENT -------------------------*/
#main_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0; }

#header ~ #main_content {
  top: 67px; }

/*------------------------ FOOTER -------------------------------*/
#copyright {
  position: fixed;
  color: #999;
  z-index: 20; }

.copyrightRotated {
  bottom: 130px;
  right: -120px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

/*------------------------ GLOSSARY -----------------------------*/
#glossary {
  position: absolute;
  top: 0px;
  left: 25px;
  bottom: 10px;
  right: 0;
  overflow: hidden; }
  #glossary #glossary_content {
    margin: 20px 10px 0 0;
    padding-bottom: 20px;
    max-width: 900px; }
  #glossary .glossary_section_header {
    font-size: 13pt;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px; }
  #glossary .glossary_section_header:first-of-type {
    margin-top: 0; }
  #glossary .term_and_definition_wrapper {
    display: table; }
    #glossary .term_and_definition_wrapper .term_and_definition {
      display: table-row; }
      #glossary .term_and_definition_wrapper .term_and_definition .term {
        font-weight: bold;
        display: table-cell;
        white-space: nowrap; }
      #glossary .term_and_definition_wrapper .term_and_definition .definition {
        display: table-cell;
        padding-left: 5px; }

/*------------------------ RESOURCES ----------------------------*/
#resources {
  position: absolute;
  top: 0px;
  left: 25px;
  bottom: 10px;
  right: 0;
  overflow: hidden; }
  #resources #resources_content {
    margin: 20px 10px 0 0;
    padding-bottom: 20px;
    max-width: 900px; }
  #resources .resources_section_header {
    font-size: 13pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
  #resources .resources_section_subheader {
    margin-top: 20px;
    font-weight: bold; }
  #resources .resources_section_header:first-of-type {
    margin-top: 0; }
  #resources a {
    color: #0098c1; }
  #resources .citation_wrapper {
    display: table; }
    #resources .citation_wrapper .citation {
      display: table-row; }
      #resources .citation_wrapper .citation .citation_number {
        display: table-cell;
        white-space: nowrap; }
      #resources .citation_wrapper .citation .citation_content {
        display: table-cell;
        padding-left: 20px; }

/*------------------------ ABOUT --------------------------------*/
#about {
  position: absolute;
  top: 0px;
  left: 25px;
  bottom: 10px;
  right: 0;
  overflow: hidden; }
  #about #about_content {
    margin: 20px 10px 0 0;
    padding-bottom: 20px;
    max-width: 900px; }
  #about .about_section_section_header {
    font-size: 13pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
  #about .about_section_project_team_section_header {
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 10px; }
  #about a {
    color: #0098c1; }
  #about .person {
    margin-top: 20px; }
    #about .person .person_name {
      font-weight: bold; }

/*------------------------ GALLERIES ----------------------------*/
#scrollable_area_left_fadeout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  background: -moz-linear-gradient(left, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(100%, rgba(230, 230, 230, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#00e6e6e6', GradientType=1);
  /* IE6-9 */ }

#scrollable_area_right_fadeout {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  background: -moz-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(230, 230, 230, 0)), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e6e6e6', endColorstr='#e6e6e6', GradientType=1);
  /* IE6-9 */ }

.gallery_horizontal_padding {
  width: 20px;
  min-width: 20px;
  max-width: 20px; }

.gallery_horizontal_divider {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  margin: 80px 5px 0 5px;
  border-right: 1px dotted #cccccc;
  height: 500px; }

#orders_gallery {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.order_gallery {
  float: left;
  margin-top: 20px;
  display: inline-block; }

#scrollable_gallery_container {
  position: relative;
  overflow: hidden; }

.gallery_item_container {
  display: table-cell; }

.gallery {
  position: absolute;
  top: 90px;
  left: 69px; }

.gallery_header {
  color: #3d3d3d;
  margin-bottom: 10px;
  background-color: white;
  text-align: center; }

.gallery_family_header {
  font-size: .7em;
  box-shadow: 1px 1px 2px #aaa;
  padding: 2px 10px 2px 10px; }
  .gallery_family_header .gallery_family_scientific_name {
    color: #787878;
    white-space: nowrap; }
  .gallery_family_header .gallery_family_common_name {
    font-size: 1.4em;
    font-weight: 700;
    margin: -4px 0 0 0;
    white-space: nowrap; }

.gallery_genus {
  display: inline-block; }

.gallery_item {
  margin-top: 20px;
  margin-right: 0px; }

.gallery_genus_header {
  box-shadow: 1px 1px 2px #aaa;
  padding: 2px 16px;
  font-size: .8em;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap; }

.gallery_order_border_trichoptera {
  border-left: 6px solid #5baf79; }

.gallery_order_border_ephemeroptera {
  border-left: 6px solid #f7941d; }

.gallery_order_border_plecoptera {
  border-left: 6px solid #6f5baf; }

/*------------------------ GIGAPAN ------------------------------*/
.title_panel {
  position: absolute;
  padding: 5px;
  top: 15px;
  left: 15px;
  z-index: 20; }

#gigapan_viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #e6e6e6; }

.gigapan_background_mask {
  background-color: #e6e6e6; }

/*------------------------ GIGAPAN THUMBNAIL --------------------*/
#gigapan_thumbnail_and_views_panel {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20; }
  #gigapan_thumbnail_and_views_panel .gigapan_view {
    margin: 0 8px 0 8px;
    padding: 0; }
  #gigapan_thumbnail_and_views_panel .view_tabs {
    background-color: rgba(230, 230, 230, 0.7);
    border: 1px solid #3d3d3d;
    border-top: none;
    height: 30px;
    line-height: 30px; }
  #gigapan_thumbnail_and_views_panel .active_view {
    color: #0098c1; }
  #gigapan_thumbnail_and_views_panel .view_divider {
    margin: 0;
    position: relative;
    font-size: 8px;
    padding: 0;
    width: 0;
    border-right: 1px solid #bdbdbd;
    bottom: 2px; }

#gigapan_thumbnail_container {
  background-color: #e6e6e6;
  min-width: 200px; }
  #gigapan_thumbnail_container #gigapan_thumbnail {
    position: relative;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    height: 100px; }
    #gigapan_thumbnail_container #gigapan_thumbnail #gigapan_thumbnail_image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100px; }
    #gigapan_thumbnail_container #gigapan_thumbnail #gigapan_thumbnail_current_view_outline {
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #0098c1; }
    #gigapan_thumbnail_container #gigapan_thumbnail #gigapan_thumbnail_border {
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #3d3d3d; }

/*------------------------ GIGAPAN ZOOM CONTROLS ----------------*/
#gigapan_zoom_controls {
  display: none; }
  #gigapan_zoom_controls .gigapan_zoom_controls {
    margin-left: 6px;
    float: right; }
    #gigapan_zoom_controls .gigapan_zoom_controls .gigapan_zoom_button {
      width: 30px;
      min-width: 30px;
      max-width: 30px;
      height: 30px;
      min-height: 30px;
      max-height: 30px;
      border: 1px solid black;
      background-color: #e6e6e6;
      line-height: 27px;
      text-align: center;
      cursor: pointer;
      font-weight: normal;
      font-size: 16pt; }
    #gigapan_zoom_controls .gigapan_zoom_controls .gigapan_zoom_button:last-of-type {
      margin-top: 6px; }
    #gigapan_zoom_controls .gigapan_zoom_controls .gigapan_zoom_button_active {
      background-color: white; }

/*------------------------ INTEREST POINTS ----------------------*/
.interest_point_marker_container {
  position: absolute;
  min-height: 82px;
  height: 82px;
  z-index: 5; }

.interest_point_marker {
  cursor: pointer;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: transparent url("../img/marker_order.png") no-repeat scroll 0 0;
  background-size: 50px 100px; }

.interest_point_marker_active {
  background-position: 0 -50px; }

.interest_point_marker_order {
  background-image: url("../img/marker_order.png"); }

.interest_point_marker_white_order {
  width: 25px;
  height: 29px;
  background-size: 25px 29px;
  background: transparent url("../img/marker_white_order.png") no-repeat 0 0; }

.interest_point_marker_family {
  background-image: url("../img/marker_family.png"); }

.interest_point_marker_white_family {
  width: 25px;
  height: 29px;
  background-size: 25px 29px;
  background: transparent url("../img/marker_white_family.png") no-repeat 0 0; }

.interest_point_marker_genus {
  background-image: url("../img/marker_genus.png"); }

.interest_point_marker_white_genus {
  width: 25px;
  height: 29px;
  background-size: 25px 29px;
  background: transparent url("../img/marker_white_genus.png") no-repeat 0 0; }

.interest_point_bounding_box {
  border: 1px solid rgba(255, 255, 255, 0.66);
  outline: 1px solid rgba(0, 0, 0, 0.66);
  display: none;
  z-index: 3; }

/*------------------------ TABS AND INFO PANELS -----------------*/
.scrollable_area_horizontal_padding {
  width: 10px;
  min-width: 10px;
  max-width: 10px; }

.info_icon {
  font-family: "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #0098c1; }

.info_panel_close_button {
  background: url("../img/small_blue_close_x@2x.png") no-repeat 0 0;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  position: absolute;
  top: 6px;
  left: 84px; }

.snapshot_panel_close_button {
  background: url("../img/small_blue_close_x@2x.png") no-repeat 0 0;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  position: absolute;
  top: 4px;
  left: 50px; }

.tab-pane {
  border-right: 2px solid #0098c1;
  background-color: white; }

.info_panel {
  position: fixed;
  left: 0;
  bottom: -2px;
  width: auto;
  z-index: 25;
  color: #3d3d3d;
  background-color: transparent; }
  .info_panel .info_panel_tab {
    margin-left: 20px; }

#info_panel #information_panel {
  padding: 5px; }

.taxonomic_rank_marker_order {
  width: 25px;
  height: 29px;
  background: transparent url("../img/marker_black_order.png") no-repeat 0 0;
  background-size: 25px 29px; }

.taxonomic_rank_marker_family {
  width: 25px;
  height: 29px;
  background: transparent url("../img/marker_black_family.png") no-repeat 0 0;
  background-size: 25px 29px; }

.taxonomic_rank_marker_genus {
  width: 25px;
  height: 29px;
  background: transparent url("../img/marker_black_genus.png") no-repeat 0 0;
  background-size: 25px 29px; }

#characteristics_table .characteristics_heading_row {
  display: table-row;
  font-size: 0.8em;
  color: #777777;
  white-space: nowrap; }

#characteristics_table .characteristics_value_row {
  display: table-row;
  font-size: 1.0em;
  font-weight: 600;
  white-space: nowrap; }

#characteristics_table .characteristics_cell {
  display: table-cell;
  padding-right: 20px;
  white-space: nowrap; }

#characteristics_table .characteristics_cell:last-of-type {
  padding-right: 0; }

.characteristics_list .characteristics_heading_row {
  font-size: 0.8em;
  color: #777777;
  white-space: nowrap; }

.characteristics_list .characteristics_value_row {
  font-size: 1.0em;
  font-weight: 600;
  white-space: nowrap;
  margin-top: -3px; }

.characteristics_list .characteristics_cell {
  padding-right: 10px;
  white-space: nowrap; }

.characteristics_list .characteristics_cell:last-of-type {
  padding-right: 0; }

.characteristics_list .characteristics_section {
  margin-top: 5px; }

.characteristics_list .characteristics_section:first-of-type {
  margin-top: 0; }

/*------------------------ ORDER PAGE ---------------------------*/
#scrollable_order_information_container {
  height: 250px;
  overflow: hidden;
  position: relative; }
  #scrollable_order_information_container #order_information_container {
    padding-top: 10px; }
    #scrollable_order_information_container #order_information_container .order_information_section {
      height: 230px;
      max-height: 230px;
      display: table-cell;
      vertical-align: top;
      padding-left: 30px; }
      #scrollable_order_information_container #order_information_container .order_information_section .section_header {
        padding-bottom: 0px; }
    #scrollable_order_information_container #order_information_container .order_information_section:first-of-type {
      padding-left: 0; }
    #scrollable_order_information_container #order_information_container .order_information_text {
      min-width: 500px;
      overflow: hidden; }
    #scrollable_order_information_container #order_information_container #order_information_etymology {
      font-size: 11px;
      margin-bottom: 10px; }
    #scrollable_order_information_container #order_information_container #order_information_photo {
      width: 300px;
      min-width: 300px; }
    #scrollable_order_information_container #order_information_container .order_information_media_credit {
      font-size: 11px;
      font-weight: 100;
      color: #999999; }
    #scrollable_order_information_container #order_information_container #order_information_photo_credit {
      white-space: nowrap;
      width: 30px; }
    #scrollable_order_information_container #order_information_container #order_information_photo_caption {
      font-size: 11px;
      font-style: italic;
      margin-top: -5px;
      text-align: center; }
    #scrollable_order_information_container #order_information_container #order_information_video_credit {
      margin-top: -5px; }

.order_video {
  border: none; }

/*------------------------ FAMILY PAGE --------------------------*/
#scrollable_family_information_container {
  height: 240px;
  overflow: hidden;
  position: relative; }
  #scrollable_family_information_container #family_information_container {
    padding-top: 10px; }
    #scrollable_family_information_container #family_information_container .family_information_section {
      height: 210px;
      max-height: 210px;
      display: table-cell;
      vertical-align: top;
      padding-left: 30px; }
      #scrollable_family_information_container #family_information_container .family_information_section .section_header {
        padding-bottom: 5px;
        white-space: nowrap; }
      #scrollable_family_information_container #family_information_container .family_information_section .family_information_media_credit {
        font-size: 11px;
        font-weight: 100;
        color: #999999; }
      #scrollable_family_information_container #family_information_container .family_information_section .family_information_photo_credit {
        white-space: nowrap;
        width: 14px; }
      #scrollable_family_information_container #family_information_container .family_information_section .family_information_media_caption {
        font-size: 11px;
        font-style: italic;
        padding-left: 10px; }
      #scrollable_family_information_container #family_information_container .family_information_section .family_information_video_credit {
        white-space: nowrap;
        width: 14px; }
      #scrollable_family_information_container #family_information_container .family_information_section .family_information_video_caption {
        margin-top: -5px; }
    #scrollable_family_information_container #family_information_container .family_information_section:first-of-type {
      padding-left: 0; }
    #scrollable_family_information_container #family_information_container .family_information_text {
      min-width: 400px;
      overflow: hidden; }
    #scrollable_family_information_container #family_information_container .family_information_photo {
      border: 1px solid #3d3d3d;
      width: 200px;
      min-width: 200px;
      max-height: 200px; }

/*------------------------ SNAPSHOT AND INFO PANEL --------------*/
#snapshots_and_info_panel .taxonomic_id_link {
  color: #0098c1; }

#snapshots_and_info_panel .snapshot_tab_icon {
  width: 25px;
  height: 29px;
  background: transparent url("../img/marker_blue_genus.png") no-repeat 0 0;
  background-size: 25px 29px; }

#snapshots_and_info_panel #scrollable_genus_information_container {
  height: 240px;
  overflow: hidden;
  position: relative; }
  #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container {
    padding-top: 10px; }
    #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section {
      height: 210px;
      max-height: 210px;
      display: table-cell;
      vertical-align: top;
      padding-left: 20px; }
      #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section .section_header {
        padding-bottom: 5px; }
      #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section .genus_information_media_credit {
        font-size: 11px;
        font-weight: 100;
        color: #999999; }
      #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section .genus_information_photo_credit {
        white-space: nowrap;
        width: 14px; }
      #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section .genus_information_media_caption {
        font-size: 11px;
        font-style: italic;
        padding-left: 10px; }
    #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container .genus_information_section:first-of-type {
      padding-left: 0; }
    #snapshots_and_info_panel #scrollable_genus_information_container #genus_information_container #genus_information_photo {
      border: 1px solid #3d3d3d;
      width: 200px;
      min-width: 200px;
      max-height: 200px; }

#snapshots_and_info_panel #scrollable_snapshots_container {
  height: 175px;
  overflow: hidden;
  position: relative; }
  #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container {
    padding-top: 5px; }
    #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .taxonomic_rank_container {
      display: table-cell;
      vertical-align: top;
      padding-left: 10px; }
      #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .taxonomic_rank_container .taxonomic_rank .taxonomic_rank_label {
        margin-top: 22px;
        margin-right: 5px; }
    #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .taxonomic_rank_container:first-of-type {
      padding-left: 0; }
    #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container {
      display: table-cell;
      vertical-align: top;
      height: 130px;
      padding: 0px 10px 0px 0px;
      min-width: 162px; }
      #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container .snapshot_thumbnail {
        display: block;
        width: 150px;
        min-width: 150px;
        height: 100px;
        border: 1px solid #888;
        box-shadow: 0px 0px 2px #666;
        cursor: pointer; }
      #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container .snapshot_thumbnail_highlight {
        border: 1px solid #0098c1;
        box-shadow: 0px 0px 6px #0098c1; }
      #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container .snapshot_thumbnail_active {
        border: 1px solid #0098c1;
        outline: 1px solid #0098c1;
        box-shadow: none; }
      #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container .snapshot_thumbnail_title {
        width: 152px;
        max-width: 152px;
        max-height: 20px;
        font-size: 9pt;
        text-align: center;
        cursor: pointer;
        overflow: hidden; }
    #snapshots_and_info_panel #scrollable_snapshots_container #snapshots_container .snapshot_thumbnail_container:last-of-type {
      padding: 0; }

/*------------------------ MEDIA PLAYER -------------------------*/
.media_player_controls {
  display: none;
  background-color: #1a1718;
  height: 28px;
  padding: 1px 0 1px 2px;
  line-height: 28px;
  font-size: 8pt; }

.media_player_time_slider_container {
  padding-top: 10px;
  width: 260px; }

.media_player_play_pause_button {
  width: 28px;
  height: 28px;
  cursor: pointer;
  padding-left: 5px; }

.media_player_current_time_and_duration {
  font-size: 8pt;
  padding-top: 1px;
  padding-right: 8px; }

.media_player_play_button {
  background: url("../img/play_pause_button.png") no-repeat 0 0; }

.media_player_pause_button {
  background: url("../img/play_pause_button.png") no-repeat -28px; }

.ui-slider-handle {
  outline: none; }

.media_player_controls .ui-widget {
  font-size: 8px; }

.media_player_controls .ui-slider .ui-slider-handle {
  width: 2em; }

.media_player_controls .ui-slider-range-min {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/*------------------------ POPUP PANEL --------------------------*/
.popup_panel {
  display: none;
  position: absolute;
  top: 109px;
  left: 18px;
  width: 315px;
  max-width: 315px;
  border: 1px solid black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  z-index: 20;
  color: white;
  /** Prevents the dotted focus outline in Firefox */
  /** Prevents the dotted focus outline in Firefox */ }
  .popup_panel .popup_panel_close_button {
    position: absolute;
    width: 43px;
    height: 40px;
    top: 0px;
    left: 287px;
    cursor: pointer;
    background: transparent url("../img/overlay_close.png") no-repeat 0 0;
    background-size: 43px 40px;
    z-index: 30; }
  .popup_panel .popup_panel_content_container {
    font-size: 12pt; }
  .popup_panel .popup_panel_title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16pt; }
  .popup_panel .popup_panel_media_content {
    width: 300px; }
  .popup_panel audio {
    outline: none; }
  .popup_panel video {
    outline: none; }

/*------------------------ MEDIA PANEL --------------------------*/
#media_panel .media_panel_vertical_padding {
  height: 15px;
  min-height: 15px;
  max-height: 15px; }

#media_panel #scrollable_media_panel_content_container {
  height: auto;
  max-height: 360px;
  overflow: hidden;
  position: relative; }
  #media_panel #scrollable_media_panel_content_container #media_panel_content_container {
    width: 300px;
    max-width: 300px; }
    #media_panel #scrollable_media_panel_content_container #media_panel_content_container #media_panel_image_caption {
      font-style: italic;
      font-size: 11px;
      margin-bottom: 5px; }

#media_panel #media_panel_video {
  padding-top: 10px; }

#media_panel .media_panel_media_credit {
  font-size: 11px;
  font-weight: 100; }

#media_panel .media_panel_photo_credit {
  white-space: nowrap;
  width: 14px; }

#media_panel .media_panel_media_caption {
  font-size: 11px;
  font-style: italic; }

#media_panel .media_panel_video_credit {
  white-space: nowrap;
  width: 14px; }

#media_panel .media_panel_video_caption {
  margin-top: -5px; }

/*------------------------ INFO PANEL ---------------------------*/
/*------------------------ PERFECT SCROLLBAR OVERRIDES ----------*/
.ps-container .ps-scrollbar-x {
  background-color: black; }

.ps-container .ps-scrollbar-y {
  background-color: black; }

/*------------------------ TWITTER BOOTSTRAP OVERRIDES ----------*/
.nav {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 2px solid #0098c1; }

.nav-tabs > li {
  background-color: transparent;
  margin-bottom: -2px; }

.nav-tabs > li > a {
  line-height: 50px;
  background-color: #dddddd;
  border: 1px solid #3d3d3d;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: white;
  border: 1px solid #3d3d3d;
  border-bottom: none; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #3d3d3d;
  background-color: white;
  border-top: 2px solid #0098c1;
  border-right: 2px solid #0098c1;
  border-left: 2px solid #0098c1;
  cursor: pointer; }

.nav-tabs > li > a {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }
