/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* DOUBLE BORDERS */
/* FLIP */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "ff-meta-web-pro", helvetica, sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html, body {
  min-height: 100%;
  height: 100%;
  background: #efebe8;
  text-rendering: optimizeLegibility !important;
}

body {
  line-height: 1.5;
}

#page {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

a {
  color: #ce4828;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.btn-grey {
  font-size: 0.875em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 137px;
  text-align: center;
  padding: 8px 0 4px;
  background: #d8d4d2;
  color: #105464;
}
.btn-grey:hover {
  background: #ccc7c4;
}

.wrap {
  max-width: 1170px;
  margin: 0 auto 20px;
  padding: 20px;
}

::selection {
  background: #ce4828;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #ce4828;
  /* Firefox */
  color: #fff;
}

/* Typography */
@font-face {
  font-family: ScalaSans;
  src: url("../fonts/ScalaSansWebPro.eot");
}
/* (for WOFF-capable browsers) */
@font-face {
  font-family: ScalaSans;
  src: url("../fonts/ScalaSansWebPro.woff") format("woff");
}
h1, h2, h3, h4 {
  font-family: "ff-meta-web-pro", helvetica, sans-serif;
  font-weight: normal;
}

@font-face {
  font-family: 'social';
  src: url("../fonts/social.eot?efegs0");
  src: url("../fonts/social.eot?#iefixefegs0") format("embedded-opentype"), url("../fonts/social.woff?efegs0") format("woff"), url("../fonts/social.ttf?efegs0") format("truetype"), url("../fonts/social.svg?efegs0#social") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e600";
}

.icon-twitter:before {
  content: "\e601";
}

.icon-googleplus:before {
  content: "\e602";
}

.icon-flickr:before {
  content: "\e603";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #efebe8;
  color: #444;
  text-shadow: none;
  border: 4px solid #fff;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -28px;
  right: -4px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875em;
  line-height: 1;
  opacity: 0.6;
}
.fancybox-close span {
  width: 17px;
  height: 40px;
  background-image: url("../img/lightbox-btn-sprite.png");
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  position: relative;
  top: -1px;
  background-position: 0 -23px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .fancybox-close span {
    background-image: url("../img/lightbox-btn-sprite@2x.png");
    background-size: 17px 40px;
  }
}
.fancybox-close:hover {
  opacity: 0.8;
}

.fancybox-nav {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  cursor: pointer;
  text-decoration: none;
  width: 192px;
  height: 87px;
  background-image: url("../img/lightbox-arrows.png");
  width: 82px;
  -webkit-tap-highlight-color: transparent;
  z-index: -2;
  opacity: 0.3;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .fancybox-nav {
    background-image: url("../img/lightbox-arrows@2x.png");
    background-size: 192px 87px;
  }
}
.fancybox-nav:hover {
  opacity: 0.4;
}

.fancybox-prev {
  left: -90px;
}

.fancybox-next {
  right: -90px;
  background-position: -108px 0;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  margin-top: 8px;
  margin-bottom: 4px;
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 16px;
  left: 0;
  top: -10px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -14px;
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-vertical.noUi-extended {
  padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}

/* Styling;
 */
.noUi-background {
  background: #105464;
}

.noUi-connect {
  background: #ffffff;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-bottom: 2px solid #b53f23;
  background: #ce4828;
  cursor: default;
}

.noUi-active {
  background: #ba4124;
  border-bottom: 2px solid #94341d;
}

/* Handle stripes;

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

*/
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #4FDACF;
}

header.banner {
  background: #fff;
}
header.banner .container {
  max-width: 1170px;
  margin: 0 auto;
}
header.banner .header-area {
  position: relative;
}

#menutoggle {
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
#menutoggle span {
  display: block;
  height: 3px;
  margin-bottom: 3px;
  background: rgba(0, 0, 0, 0.1);
}

#logo {
  margin: 0;
  display: block;
  padding: 12px 20px 14px;
  background-color: #d4d4d4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#logo a {
  text-indent: -9999px;
  margin: 0;
  display: block;
  width: 138px;
  height: 27px;
  background-image: url("../img/rbcm-logo-mobile.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #logo a {
    background-image: url("../img/rbcm-logo-mobile@2x.png");
    background-size: 138px 27px;
  }
}

.site-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: normal;
  font-family: "ff-meta-web-pro", helvetica, sans-serif;
  font-size: 1.5em;
}
.site-title .red {
  color: #ce4828;
}
.site-title br {
  display: none;
}

@media screen and (max-width: 400px) {
  .site-title {
    font-size: 2em;
  }
  .site-title br {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  #menutoggle {
    display: none;
  }

  #logo {
    width: 33.33333%;
    float: left;
    padding: 0;
  }
  #logo a {
    margin: 0 auto;
    width: 195px;
    height: 180px;
    background-image: url("http://royalbcmuseum.bc.ca/wp-content/themes/100-objects-of-interest/assets/img/rbcm-logo.png");
    height: 180px;
  }
}
@media screen and (min-width: 800px) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 800px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 800px) and (min-device-pixel-ratio: 1.3), screen and (min-width: 800px) and (min-resolution: 1.3dppx) {
  #logo a {
    background-image: url("http://royalbcmuseum.bc.ca/wp-content/themes/100-objects-of-interest/assets/img/rbcm-logo.png");
    background-size: 195px 180px;
  }
}

@media screen and (min-width: 800px) {
  .site-title {
    margin-left: 33.33333%;
    height: 130px;
    line-height: 130px;
    font-size: 2em;
    padding: 0;
    font-family: "ff-meta-web-pro", helvetica, sans-serif;
  }
}
@media screen and (min-width: 1100px) {
  #logo {
    width: 16.66667%;
    padding: 0;
  }

  .site-title {
    margin-left: 16.66667%;
    font-size: 3em;
    line-height: 180px;
  }
}
nav.nav-main {
  text-align: center;
}
nav.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 799px) {
  nav.nav-main {
    max-height: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    -webkit-transition: max-height 0.6s ease-in-out;
    -ms-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
  }
  nav.nav-main.down {
    max-height: 800px;
  }
  nav.nav-main a {
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    display: block;
    padding: 0.5em 0;
    border-bottom: 4px solid transparent;
  }
  nav.nav-main a:focus {
    outline: none;
  }
  nav.nav-main > ul > li.visit {
    background-color: #6d91a2;
  }
  nav.nav-main > ul > li.whats-on {
    background-color: #663f57;
  }
  nav.nav-main > ul > li.natural-history {
    background-color: #4f8636;
  }
  nav.nav-main > ul > li.human-history {
    background-color: #f1be18;
  }
  nav.nav-main > ul > li.bc-archives {
    background-color: #105464;
  }
  nav.nav-main > ul > li.learning {
    background-color: #ce4828;
  }
  nav.nav-main > ul > li > a {
    text-transform: uppercase;
  }
  nav.nav-main > ul > li > a:hover {
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  }
  nav.nav-main > ul > li > a.active {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  }
  nav.nav-main > ul > li > ul {
    display: none;
  }
  nav.nav-main > ul > li > ul.viz {
    display: block;
  }
  nav.nav-main > ul > li > ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.nav-main > ul > li > ul a {
    font-size: 0.875em;
  }
  nav.nav-main > ul > li > ul a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 800px) {
  nav.nav-main > ul > li {
    width: 16.66667%;
    position: relative;
    float: left;
    border-bottom-width: 6px;
    border-bottom-style: solid;
  }
  nav.nav-main > ul > li.visit {
    border-color: #6d91a2;
  }
  nav.nav-main > ul > li.visit ul {
    background: #6d91a2;
  }
  nav.nav-main > ul > li.whats-on {
    border-color: #663f57;
  }
  nav.nav-main > ul > li.whats-on ul {
    background: #663f57;
  }
  nav.nav-main > ul > li.natural-history {
    border-color: #4f8636;
  }
  nav.nav-main > ul > li.natural-history ul {
    background: #4f8636;
  }
  nav.nav-main > ul > li.human-history {
    border-color: #f1be18;
  }
  nav.nav-main > ul > li.human-history ul {
    background: #f1be18;
  }
  nav.nav-main > ul > li.bc-archives {
    border-color: #105464;
  }
  nav.nav-main > ul > li.bc-archives ul {
    background: #105464;
  }
  nav.nav-main > ul > li.learning {
    border-color: #ce4828;
  }
  nav.nav-main > ul > li.learning ul {
    background: #ce4828;
  }
  nav.nav-main > ul > li > a {
    display: block;
    font-size: 0.875em;
    line-height: 1;
    padding: 0.5em 0 0.75em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.07em;
  }
  nav.nav-main > ul > li > a:hover {
    color: #222;
  }
  nav.nav-main > ul > li > a:focus {
    outline: none;
  }
  nav.nav-main > ul > li > ul {
    display: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 32px;
    border-top: 6px solid rgba(0, 0, 0, 0.2);
  }
  nav.nav-main > ul > li > ul.viz {
    display: block;
  }
  nav.nav-main > ul > li > ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav.nav-main > ul > li > ul li:first-child {
    border-top: none;
  }
  nav.nav-main > ul > li > ul li a {
    display: block;
    font-size: 0.875em;
    color: #fff;
    line-height: 1;
    padding: 0.4em 0 0.5em;
  }
  nav.nav-main > ul > li > ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
#objects {
  margin: 0 -1.28205% 0 -1.28205%;
  min-height: 200px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#objects.ready .object {
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#nothin {
  display: none;
  font-size: 0.875em;
  padding: 40px;
  text-align: center;
  color: #444;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.obj-loader {
  background: url("../img/obj-loader.gif") no-repeat center center #663f57;
  width: 100px;
  height: 40px;
  text-align: center;
  color: #efebe8;
  margin: 5% auto 0;
  padding: 30px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.object {
  width: 100%;
  margin: 0 1.25% 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out 0.5s;
  -o-transition: opacity 0.3s ease-in-out 0.5s;
  -webkit-transition: opacity 0.3s ease-in-out 0.5s;
  -ms-transition: opacity 0.3s ease-in-out 0.5s;
  transition: opacity 0.3s ease-in-out 0.5s;
}
.object.isotope-item {
  opacity: 1;
}
.object.isotope-hidden {
  z-index: -10;
}
.object a {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #663f57;
  background: rgba(102, 63, 87, 0.9);
  -webkit-font-smoothing: antialiased !important;
  color: #fff;
  text-align: center;
  padding: 24px;
  opacity: 0;
}
.object a:hover, .object a.hover {
  opacity: 1;
}
.object a:hover .inner, .object a.hover .inner {
  opacity: 1;
}
.object .overlay {
  display: table;
  height: 100%;
  width: 100%;
}
.object .inner {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.object h2 {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
.object h3 {
  margin: 0;
  font-family: "ff-meta-web-pro", helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.6875em;
}
.object.archives a {
  background: #105464;
  background: rgba(16, 84, 100, 0.9);
}
.object.human-history a {
  background: #f1be18;
  background: rgba(241, 190, 24, 0.9);
}
.object.natural-history a {
  background: #4f8636;
  background: rgba(79, 134, 54, 0.9);
}

@media screen and (min-width: 400px) {
  .object {
    width: 47.41667%;
    margin: 0 1.25% 2.5%;
  }
}
@media screen and (min-width: 800px) {
  .object {
    width: 22.41667%;
  }
  .object h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1em;
  }
  .object h3 {
    font-size: 0.875em;
  }
}
#filterbar a {
  display: inline-block;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: middle;
}
#filterbar a:before {
  content: '';
  width: 0;
  opacity: 0;
  height: 14px;
  display: inline-block;
  background-image: url("../img/filter-closebtn.png");
  -moz-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -o-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -ms-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  background-position: 0px -50px;
  background-repeat: no-repeat;
  float: left;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #filterbar a:before {
    background-image: url("../img/filter-closebtn@2x.png");
    background-size: 14px 64px;
  }
}
#filterbar a:hover {
  color: #cdcac7;
}
#filterbar a.active {
  color: #cdcac7;
}
#filterbar a.active:before {
  width: 14px;
  opacity: 1;
}
#filterbar a.active:hover {
  color: #ce4828;
}
#filterbar a:focus {
  outline: none;
}
#filterbar .container {
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
#filterbar .container.filter-container a.toggle-tab {
  position: absolute;
  right: 20px;
}
#filterbar .header {
  border-bottom: 1px solid #fff;
  padding: 0.6em 0 0.5em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#filterbar .header .container {
  overflow: hidden;
  vertical-align: middle;
}
#filterbar .header .left-tab {
  float: left;
}
#filterbar .header .left-tab:before {
  float: left;
}
#filterbar .header .left-tab:hover:before {
  background-position: 0 0;
}
#filterbar .header .left-tab.active:before {
  margin-right: 8px;
}
#filterbar .header .right-tab {
  float: right;
  color: #6d91a2;
  padding-left: 0.6em;
}
#filterbar .header .right-tab:before {
  float: right;
}
#filterbar .header .right-tab.back:before {
  float: left;
}
#filterbar .header .right-tab:hover:before {
  background-position: 0 -24px;
}
#filterbar .header .right-tab.active:before {
  margin-left: 6px;
}
#filterbar .header .right-tab.active:hover {
  color: #6d91a2;
}
#filterbar .header .right-tab.active.about-link {
  display: none;
}
#filterbar .header .back:before {
  height: 16px;
  width: 16px;
  background-image: url("../img/back-arrow.png");
  background-position: 0 0;
  opacity: 1;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #filterbar .header .back:before {
    background-image: url("../img/back-arrow@2x.png");
    background-size: 16px 41px;
  }
}
#filterbar .header .back:hover:before {
  background-position: 0 -24px;
}
#filterbar .filter-content {
  border-bottom: 1px solid #fff;
  background: #e0d9d3;
  -webkit-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
}
#filterbar .filter-content.active {
  height: auto;
}
#filterbar .filter-content .block.viz {
  opacity: 1;
}

#about {
  color: #444;
  -webkit-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  background: #e5ded9;
}

#filter {
  display: none;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 6px 3px -7px rgba(0, 0, 0, 0.4) inset, 0 -6px 3px -7px rgba(0, 0, 0, 0.4) inset;
  background: #6d91a2;
}

#date-labels {
  position: relative;
}
#date-labels .year-label {
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
#date-labels .year-label.first {
  left: 0;
}
#date-labels .year-label.last {
  right: 0;
}
#date-labels .year-label.mid {
  display: block;
  float: left;
  text-align: center;
}
@media screen and (max-width: 400px) {
  #date-labels .year-label.mid {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #date-labels .year-label.even {
    display: none;
  }
}

ul.filters {
  background: rgba(255, 255, 255, 0.05);
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul.filters li {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul.filters .label {
  color: #fff;
  font-family: "ff-meta-web-pro", helvetica, sans-serif;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  font-size: 1.125em;
  font-weight: 100;
  white-space: nowrap;
}
ul.filters .controls {
  padding: 0;
}
ul.filters .controls li {
  display: inline;
}
ul.filters .controls li a {
  display: block;
  margin: 0 0 0.25em;
  color: #105464;
  border-color: rgba(16, 84, 100, 0.4);
  letter-spacing: 0.02em;
}
ul.filters .controls li a:hover {
  border-color: rgba(16, 84, 100, 0.6);
}
ul.filters .controls li a.selected {
  color: #fff;
  border-color: #fff;
}
ul.filters .controls li a.all.selected {
  border-color: rgba(16, 84, 100, 0.4);
  color: #105464;
  background: none;
}
ul.filters .controls li a:focus {
  outline: none;
}

@media screen and (max-width: 400px) {
  #filter {
    max-height: 200px;
    overflow: auto;
  }

  ul.filters > li {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  ul.filters > li {
    padding: 10px 20px;
  }
  ul.filters .controls li a {
    display: inline-block;
    margin-right: 1.5em;
    line-height: 1.71429em;
  }
}
@media screen and (max-width: 799px) {
  ul.filters {
    text-align: center;
  }
  ul.filters .label {
    margin-bottom: 0.5em;
    letter-spacing: 0;
  }
  ul.filters > li {
    margin: 0 10px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  ul.filters > li.datefilter {
    padding-bottom: 30px;
  }
  ul.filters .controls li a {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0.5em 2px;
    margin-right: 0.5em;
  }
  ul.filters .controls li a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  ul.filters .controls li a.selected {
    background: rgba(255, 255, 255, 0.1);
  }
  ul.filters .noUi-handle {
    height: 22px;
    width: 20px;
    top: -16px;
  }
  ul.filters .noUi-handle.noUi-handle-upper {
    left: -20px;
  }
}
@media screen and (min-width: 800px) {
  #filter {
    background-size: 100% 40%;
    background-repeat: repeat-y;
  }

  #about .container {
    max-width: 877px;
    padding-top: 1.5em;
    padding-bottom: 2em;
  }

  ul.filters {
    background: none;
  }
  ul.filters > li {
    padding: 18px 0;
  }
  ul.filters > li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.02);
  }
  ul.filters .label {
    float: left;
    width: 14.52991%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.05128%;
  }
  ul.filters .controls {
    float: left;
    width: 85.47009%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.5641% 0 2.5641%;
  }
  ul.filters .controls li a {
    margin-bottom: 0;
  }
  ul.filters .controls li a:hover {
    color: #0c424e;
  }
  ul.filters .controls li a.selected {
    color: #fff;
  }
  ul.filters .controls li a.all {
    opacity: 0;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
  }
  ul.filters .controls li a.all:hover {
    color: #fff;
  }
  ul.filters .controls.alive li a {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out 0.2s;
    -o-transition: opacity 0.3s ease-in-out 0.2s;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s;
    -ms-transition: opacity 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s;
  }
}
article.single-object img {
  max-width: 100%;
  height: auto;
}
article.single-object .object-title {
  color: #105464;
  font-size: 2.5em;
  margin: 0 0 0 0;
  line-height: 1.1;
}

.thumb-container {
  position: relative;
}
.thumb-container img {
  background: #e5ded9;
  background-image: url("../img/img-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .thumb-container img {
    background-image: url("../img/img-loader@2x.gif");
    background-size: 30px 30px;
  }
}

#supersize {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/supersize.png");
  background-color: #fff;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 4px 4px;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #supersize {
    background-image: url("../img/supersize@2x.png");
    background-size: 22px 52px;
  }
}
#supersize:hover {
  background-position: 4px -26px;
}

#comments-area {
  display: none;
}
#comments-area.show {
  display: block;
}
#comments-area .comments {
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}

.comments-link {
  line-height: 1;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.25em 0.75em 0.5em;
}

.comment-count {
  border-top: 1px solid #D8D4D2;
  border-bottom: 1px solid #D8D4D2;
  margin-right: 0.5em;
}

.leave-a-comment {
  border-radius: 3px;
  background: #ce4828;
  border: 1px solid #ce4828;
  color: #fff;
}
.leave-a-comment:hover {
  border: 1px solid #b03e22;
}
.leave-a-comment.hide {
  background: none;
  color: #ce4828;
}

.content-column {
  margin-top: 2em;
}

.detail-list {
  margin: 0.75em 0;
  border-top: 2px solid #d8d4d2;
  border-bottom: 2px solid #d8d4d2;
  padding: 1em 0;
}
.detail-list dl {
  margin: 0;
}
.detail-list dl dt, .detail-list dl dd {
  display: inline;
  margin: 0;
}
.detail-list dl dt {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8125em;
  line-height: 2em;
  color: #6d91a2;
}
.detail-list dl dd {
  color: #105464;
}
.detail-list dl dd:after {
  content: '\A';
  white-space: pre;
}

section.description {
  color: #105464;
}

section.authorship {
  padding: 1em 0;
  border-top: 2px solid #d8d4d2;
}
section.authorship p {
  font-size: 0.875em;
  color: #105464;
  margin: 0;
}
section.authorship p a {
  color: #6d91a2;
}
section.authorship p a:hover {
  color: #ce4828;
}

@media screen and (max-width: 799px) {
  .obj-nav {
    clear: both;
  }
}
@media screen and (max-width: 1460px) {
  .obj-nav {
    border-top: 3px solid #d8d4d2;
    padding-top: 2em;
  }
  .obj-nav a {
    font-size: 0.875em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 137px;
    text-align: center;
    padding: 6px 0 8px;
    background: #d8d4d2;
    color: #105464;
    max-width: 48%;
  }
  .obj-nav a[rel="prev"] {
    float: left;
  }
  .obj-nav a[rel="next"] {
    float: right;
  }
  .obj-nav a:hover {
    background: #ccc7c4;
  }
}
article.single-object.archives .detail-list, article.single-object.archives section.authorship {
  border-color: #105464;
}
article.single-object.human-history .detail-list, article.single-object.human-history section.authorship {
  border-color: #f1be18;
}
article.single-object.natural-history .detail-list, article.single-object.natural-history section.authorship {
  border-color: #4f8636;
}

@media screen and (min-width: 800px) {
  .image-column {
    float: left;
    width: 65.81197%;
  }

  .content-column {
    margin: 0;
    float: right;
    width: 31.62393%;
  }

  #comments-area {
    float: left;
    clear: left;
    width: 65.81197%;
  }
}
@media screen and (min-width: 1461px) {
  .obj-nav a {
    position: absolute;
    top: 470px;
    display: block;
    width: 50px;
    height: 91px;
    background-image: url("../img/obj-nav.png");
    text-indent: -9999px;
    opacity: 0.1;
  }
}
@media screen and (min-width: 1461px) and (min--moz-device-pixel-ratio: 1.3), screen and (min-width: 1461px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (min-width: 1461px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (min-width: 1461px) and (min-device-pixel-ratio: 1.3), screen and (min-width: 1461px) and (min-resolution: 1.3dppx) {
  .obj-nav a {
    background-image: url("../img/obj-nav@2x.png");
    background-size: 120px 91px;
  }
}
@media screen and (min-width: 1461px) {
  .obj-nav a:hover {
    opacity: 0.2;
  }
  .obj-nav a:active, .obj-nav a.active, .obj-nav a:focus {
    opacity: 0.3;
    outline: 0;
  }
  .obj-nav a[rel="prev"] {
    left: 3%;
  }
  .obj-nav a[rel="next"] {
    right: 3%;
    background-position: -70px 0;
  }
}
#main-slide-area {
  overflow: hidden;
  margin-bottom: 1.5em;
}
#main-slide-area .slides li {
  opacity: 0;
  display: none;
}
#main-slide-area .slides li:first-child {
  display: block;
}

#lower-slides {
  position: relative;
}
#lower-slides:hover .flex-direction-nav {
  opacity: 1;
}
#lower-slides .slides li {
  display: none;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
#lower-slides .slides li:hover:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
}
#lower-slides .flex-direction-nav {
  opacity: 0;
}
#lower-slides .flex-direction-nav a {
  opacity: 1;
  font: 0px/0px Arial;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #6d91a2;
  height: auto;
  margin: 0;
  text-shadow: none;
  color: #fff;
}
#lower-slides .flex-direction-nav a.flex-prev {
  left: 0;
}
#lower-slides .flex-direction-nav a.flex-next {
  right: 0;
}
#lower-slides .flex-direction-nav a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -6px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
#lower-slides .flex-direction-nav a:focus {
  outline: none;
}

footer.footer {
  display: table-row;
  height: 1px;
  background: #fff;
  text-align: center;
}
footer.footer .container {
  max-width: 1170px;
  padding: 30px 0 40px;
  margin: 0 auto;
  font-size: 0.875em;
  color: #666;
}
footer.footer a {
  color: #aaa;
}
footer.footer a:hover {
  color: #ce4828;
}
footer.footer #footlogo {
  display: block;
  text-indent: -9999px;
  width: 202px;
  height: 40px;
  background-image: url("../img/footlogo.png");
  margin: 0 auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  footer.footer #footlogo {
    background-image: url("../img/footlogo@2x.png");
    background-size: 202px 40px;
  }
}
footer.footer .footmenu ul {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
}
footer.footer .footmenu ul li a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer.footer .copy {
  font-size: 0.85714em;
  color: #bbb;
  margin-bottom: 3em;
  margin-left: 0.5em;
}
footer.footer nav.social {
  margin-bottom: 0.25em;
  font-size: 1.14286em;
}
footer.footer nav.social a {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (min-width: 800px) {
  footer.footer {
    text-align: left;
  }
  footer.footer .container .row {
    margin: 0 -1.28205%;
  }
  footer.footer .container .col {
    float: left;
    width: 22.41667%;
    margin: 0 1.25%;
  }
  footer.footer .container .col.first {
    width: 47.41667%;
  }
  footer.footer #footlogo {
    margin: 0;
  }
  footer.footer .footmenu ul {
    margin: 0;
  }
  footer.footer nav.social a {
    margin: 0 4px 0 0;
  }
}
