/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1+build.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  line-height: 1.5em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px; }

dl {
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  background: #FFF;
  color: #111; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.fade-in {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

header a,
header a:focus,
header a:visited,
header a:hover {
  outline-color: white; }

html {
  overflow-y: scroll; }

body {
  font-family: "Gill Sans", "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", sans-serif;
  font-size: 12px;
  letter-spacing: .2em;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  @media (max-width: 950px) {
    body {
      font-size: 12px; } }
  @media (max-width: 768px) {
    body {
      font-size: 12px; } }
  @media (max-width: 480px) {
    body {
      font-size: 12px; } }

a {
  color: inherit; }
  a:visited, a:hover, a :link {
    color: inherit; }

.page {
  *zoom: 1;
  max-width: 99.8em;
  _width: 99.8em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto; }
  .page:after {
    content: "";
    display: table;
    clear: both; }

header, footer {
  background-color: white;
  padding: .8em 0 0 0;
  clear: both;
  text-align: center; }

header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  background-color: white;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0; }
  @media (max-width: 768px) {
    header {
      position: absolute; } }

a.logo {
  display: block;
  padding-top: 2.2em; }
  a.logo img {
    margin-top: -1.4em;
    width: 18.75em;
    height: 2.75em; }
    @media (max-width: 480px) {
      a.logo img {
        margin-top: -1.6em; } }
    a.logo img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }

nav.main-nav {
  text-align: center;
  width: 100%;
  background-color: white;
  padding: 1.2em 0 0 0;
  height: 2em;
  background-color: white;
  z-index: 9999; }
  nav.main-nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000; }
    nav.main-nav a.current, nav.main-nav a:hover {
      color: #AAA; }
  nav.main-nav a + a {
    margin-left: 3em; }

    @media (max-width: 480px) {

nav.main-nav a {
        font-size:11px;
        letter-spacing: 0.1em } 

      nav.main-nav a + a {
        margin-left: 0.5em; 
 } 

      }

nav.sub-nav {
  width: 100%;
  height: 2em;
  text-align: center;
  background-color: #FFF;
  background-color: white;
  margin-top: 0.4em; }
  @media (max-width: 768px) {
    nav.sub-nav {
      margin-top: -0.2em; } }
  nav.sub-nav .sub-nav-item {
    text-transform: uppercase; }
  nav.sub-nav .sub-nav-item + .sub-nav-item {
    margin-left: 3em; }
    @media (max-width: 950px) {
      nav.sub-nav .sub-nav-item + .sub-nav-item {
        margin-left: 0; } }
  nav.sub-nav span.current {
    color: #AAA; }
    @media (max-width: 950px) {
      nav.sub-nav span.current {
        color: #000; } }
  nav.sub-nav a {
    text-decoration: none;
    color: #000; }
    @media (max-width: 950px) {
      nav.sub-nav a {
        display: none; } }
    nav.sub-nav a.current, nav.sub-nav a:hover {
      color: #AAA; }

.page .content {
  padding-top: 11.6666em;
  text-align: center;
  float: right;
  position: relative;
  left: -50%; }
  .page .content .grid-item {
    margin: 5px; }
  @media (min-height: 0px) and (min-width: 0px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      width: 100%;
      height: auto; }
    .page .content .grid-item {
      margin: 0 3.5px 7px 3.5px;
      width: 100%; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 447.9px;
      width: 452.9px;
      font-size: 0.9em;
      width: 455.9px;
      width: 460.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 467.9px;
      width: 472.9px;
      font-size: 0.9em;
      width: 473.9px;
      width: 478.9px;
      font-size: 0.8em;
      width: 475.9px;
      width: 480.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 480.9px;
      width: 485.9px;
      font-size: 0.6em;
      width: 484.9px;
      width: 489.9px;
      font-size: 0.5em;
      font-size: 1em;
      width: 532.9px;
      font-size: 0.4em;
      font-size: 1em;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 532.9px; } }
  @media (min-height: 0px) and (min-width: 0px) and (max-width: 768px) {
    .page .content .wrap {
      width: 519.3px; } }
  @media (min-height: 0px) and (min-width: 0px) and (max-width: 480px) {
    .page .content .wrap {
      width: 300.3px; } }

  @media (min-height: 480px) and (min-width: 768px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      width: 100%;
      height: auto; }
    .page .content .grid-item {
      margin: 0 3.5px 7px 3.5px;
      width: 100%; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 447.9px;
      width: 452.9px;
      font-size: 0.9em;
      width: 455.9px;
      width: 460.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 467.9px;
      width: 472.9px;
      font-size: 0.9em;
      width: 473.9px;
      width: 478.9px;
      font-size: 0.8em;
      width: 475.9px;
      width: 480.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 480.9px;
      width: 485.9px;
      font-size: 0.6em;
      width: 484.9px;
      width: 489.9px;
      font-size: 0.5em;
      font-size: 1em;
      width: 532.9px;
      font-size: 0.4em;
      font-size: 1em;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 532.9px; } }
  @media (min-height: 480px) and (min-width: 768px) and (max-width: 768px) {
    .page .content .wrap {
      width: 519.3px; } }
  @media (min-height: 480px) and (min-width: 768px) and (max-width: 480px) {
    .page .content .wrap {
      width: 300.3px; } }

  @media (min-height: 500px) and (min-width: 800px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      width: 100%;
      height: auto; }
    .page .content .grid-item {
      margin: 0 3.5px 7px 3.5px;
      width: 100%; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 447.9px;
      width: 452.9px;
      font-size: 0.9em;
      width: 455.9px;
      width: 460.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 462.9px;
      width: 467.9px;
      font-size: 0.9em;
      width: 467.9px;
      width: 472.9px;
      font-size: 0.9em;
      width: 473.9px;
      width: 478.9px;
      font-size: 0.8em;
      width: 475.9px;
      width: 480.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 480.9px;
      width: 485.9px;
      font-size: 0.6em;
      width: 484.9px;
      width: 489.9px;
      font-size: 0.5em;
      font-size: 1em;
      width: 532.9px;
      font-size: 0.4em;
      font-size: 1em;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 532.9px; } }
  @media (min-height: 500px) and (min-width: 800px) and (max-width: 768px) {
    .page .content .wrap {
      width: 519.3px; } }
  @media (min-height: 500px) and (min-width: 800px) and (max-width: 480px) {
    .page .content .wrap {
      width: 300.3px; } }

  @media (min-height: 550px) and (min-width: 880px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      width: 100%;
      height: auto; }
    .page .content .grid-item {
      margin: 0 4px 8px 4px;
      width: 100%; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 520.9px;
      width: 525.9px;
      font-size: 0.9em;
      width: 528.9px;
      width: 533.9px;
      font-size: 0.9em;
      width: 535.9px;
      width: 540.9px;
      font-size: 0.9em;
      width: 535.9px;
      width: 540.9px;
      font-size: 0.9em;
      width: 540.9px;
      width: 545.9px;
      font-size: 0.9em;
      width: 546.9px;
      width: 551.9px;
      font-size: 0.8em;
      width: 548.9px;
      width: 553.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 553.9px;
      width: 558.9px;
      font-size: 0.6em;
      width: 557.9px;
      width: 562.9px;
      font-size: 0.5em;
      font-size: 1em;
      width: 605.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 605.9px; } }
  @media (min-height: 550px) and (min-width: 880px) and (max-width: 768px) {
    .page .content .wrap {
      width: 592.3px; } }
  @media (min-height: 550px) and (min-width: 880px) and (max-width: 480px) {
    .page .content .wrap {
      width: 373.3px; } }

  @media (min-height: 600px) and (min-width: 960px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 141px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 4.5px 9px 4.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 593.9px;
      width: 598.9px;
      font-size: 0.9em;
      width: 601.9px;
      width: 606.9px;
      font-size: 0.9em;
      width: 608.9px;
      width: 613.9px;
      font-size: 0.9em;
      width: 608.9px;
      width: 613.9px;
      font-size: 0.9em;
      width: 613.9px;
      width: 618.9px;
      font-size: 0.9em;
      width: 619.9px;
      width: 624.9px;
      font-size: 0.8em;
      width: 621.9px;
      width: 626.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 626.9px;
      width: 631.9px;
      font-size: 0.6em;
      width: 630.9px;
      width: 635.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 678.9px; } }
  @media (min-height: 600px) and (min-width: 960px) and (max-width: 768px) {
    .page .content .wrap {
      width: 665.3px; } }
  @media (min-height: 600px) and (min-width: 960px) and (max-width: 480px) {
    .page .content .wrap {
      width: 446.3px; } }

  @media (min-height: 650px) and (min-width: 1040px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 156.66667px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 5px 10px 5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 666.9px;
      width: 671.9px;
      font-size: 0.9em;
      width: 674.9px;
      width: 679.9px;
      font-size: 0.9em;
      width: 681.9px;
      width: 686.9px;
      font-size: 0.9em;
      width: 681.9px;
      width: 686.9px;
      font-size: 0.9em;
      width: 686.9px;
      width: 691.9px;
      font-size: 0.9em;
      width: 692.9px;
      width: 697.9px;
      font-size: 0.8em;
      width: 694.9px;
      width: 699.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 699.9px;
      width: 704.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 751.9px; } }
  @media (min-height: 650px) and (min-width: 1040px) and (max-width: 768px) {
    .page .content .wrap {
      width: 738.3px; } }
  @media (min-height: 650px) and (min-width: 1040px) and (max-width: 480px) {
    .page .content .wrap {
      width: 519.3px; } }

  @media (min-height: 700px) and (min-width: 1120px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 172.33333px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 5.5px 11px 5.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 739.9px;
      width: 744.9px;
      font-size: 0.9em;
      width: 747.9px;
      width: 752.9px;
      font-size: 0.9em;
      width: 754.9px;
      width: 759.9px;
      font-size: 0.9em;
      width: 754.9px;
      width: 759.9px;
      font-size: 0.9em;
      width: 759.9px;
      width: 764.9px;
      font-size: 0.9em;
      width: 765.9px;
      width: 770.9px;
      font-size: 0.8em;
      width: 767.9px;
      width: 772.9px;
      font-size: 0.7em;
      font-size: 0.6em;
      width: 772.9px;
      width: 777.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 824.9px; } }
  @media (min-height: 700px) and (min-width: 1120px) and (max-width: 768px) {
    .page .content .wrap {
      width: 811.3px; } }
  @media (min-height: 700px) and (min-width: 1120px) and (max-width: 480px) {
    .page .content .wrap {
      width: 592.3px; } }

  @media (min-height: 750px) and (min-width: 1200px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 188px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 6px 12px 6px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 812.9px;
      width: 817.9px;
      font-size: 0.9em;
      width: 820.9px;
      width: 825.9px;
      font-size: 0.9em;
      width: 827.9px;
      width: 832.9px;
      font-size: 0.9em;
      width: 827.9px;
      width: 832.9px;
      font-size: 0.9em;
      width: 832.9px;
      width: 837.9px;
      font-size: 0.9em;
      width: 838.9px;
      width: 843.9px;
      font-size: 0.8em;
      width: 840.9px;
      width: 845.9px;
      font-size: 0.7em;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 897.9px; } }
  @media (min-height: 750px) and (min-width: 1200px) and (max-width: 768px) {
    .page .content .wrap {
      width: 884.3px; } }
  @media (min-height: 750px) and (min-width: 1200px) and (max-width: 480px) {
    .page .content .wrap {
      width: 665.3px; } }

  @media (min-height: 800px) and (min-width: 1280px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 203.66667px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 6.5px 13px 6.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 885.9px;
      width: 890.9px;
      font-size: 0.9em;
      width: 893.9px;
      width: 898.9px;
      font-size: 0.9em;
      width: 900.9px;
      width: 905.9px;
      font-size: 0.9em;
      width: 900.9px;
      width: 905.9px;
      font-size: 0.9em;
      width: 905.9px;
      width: 910.9px;
      font-size: 0.9em;
      width: 911.9px;
      width: 916.9px;
      font-size: 0.8em;
      width: 913.9px;
      width: 918.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 970.9px; } }
  @media (min-height: 800px) and (min-width: 1280px) and (max-width: 768px) {
    .page .content .wrap {
      width: 957.3px; } }
  @media (min-height: 800px) and (min-width: 1280px) and (max-width: 480px) {
    .page .content .wrap {
      width: 738.3px; } }

  @media (min-height: 850px) and (min-width: 1360px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 219.33333px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 7px 14px 7px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 958.9px;
      width: 963.9px;
      font-size: 0.9em;
      width: 966.9px;
      width: 971.9px;
      font-size: 0.9em;
      width: 973.9px;
      width: 978.9px;
      font-size: 0.9em;
      width: 973.9px;
      width: 978.9px;
      font-size: 0.9em;
      width: 978.9px;
      width: 983.9px;
      font-size: 0.9em;
      width: 984.9px;
      width: 989.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1043.9px; } }
  @media (min-height: 850px) and (min-width: 1360px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1030.3px; } }
  @media (min-height: 850px) and (min-width: 1360px) and (max-width: 480px) {
    .page .content .wrap {
      width: 811.3px; } }

  @media (min-height: 900px) and (min-width: 1440px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 235px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 7.5px 15px 7.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 1031.9px;
      width: 1036.9px;
      font-size: 0.9em;
      width: 1039.9px;
      width: 1044.9px;
      font-size: 0.9em;
      width: 1046.9px;
      width: 1051.9px;
      font-size: 0.9em;
      width: 1046.9px;
      width: 1051.9px;
      font-size: 0.9em;
      width: 1051.9px;
      width: 1056.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1116.9px; } }
  @media (min-height: 900px) and (min-width: 1440px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1103.3px; } }
  @media (min-height: 900px) and (min-width: 1440px) and (max-width: 480px) {
    .page .content .wrap {
      width: 884.3px; } }

  @media (min-height: 950px) and (min-width: 1520px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 250.66667px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 8px 16px 8px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 1104.9px;
      width: 1109.9px;
      font-size: 0.9em;
      width: 1112.9px;
      width: 1117.9px;
      font-size: 0.9em;
      width: 1119.9px;
      width: 1124.9px;
      font-size: 0.9em;
      width: 1119.9px;
      width: 1124.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1189.9px; } }
  @media (min-height: 950px) and (min-width: 1520px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1176.3px; } }
  @media (min-height: 950px) and (min-width: 1520px) and (max-width: 480px) {
    .page .content .wrap {
      width: 957.3px; } }

  @media (min-height: 1000px) and (min-width: 1600px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 266.33333px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 8.5px 17px 8.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 1177.9px;
      width: 1182.9px;
      font-size: 0.9em;
      width: 1185.9px;
      width: 1190.9px;
      font-size: 0.9em;
      width: 1192.9px;
      width: 1197.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1262.9px; } }
  @media (min-height: 1000px) and (min-width: 1600px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1249.3px; } }
  @media (min-height: 1000px) and (min-width: 1600px) and (max-width: 480px) {
    .page .content .wrap {
      width: 1030.3px; } }

  @media (min-height: 1100px) and (min-width: 1760px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 297.66667px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 9.5px 19px 9.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 1323.9px;
      width: 1328.9px;
      font-size: 0.9em;
      width: 1331.9px;
      width: 1336.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1408.9px; } }
  @media (min-height: 1100px) and (min-width: 1760px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1395.3px; } }
  @media (min-height: 1100px) and (min-width: 1760px) and (max-width: 480px) {
    .page .content .wrap {
      width: 1176.3px; } }

  @media (min-height: 1200px) and (min-width: 1920px) {
    .page .content .grid-item img {
      /* // height: ($height - $topNavHeight - ($grid-item-margin * 3)) / 3 !important; */
      /*  // @include single-transition(height, .3s, ease-in-out); */
      height: 329px !important;
      width: auto; }
    .page .content .grid-item {
      margin: 0 10.5px 21px 10.5px;
      width: auto; }
    .page .content .wrap {
      font-size: 1em;
      line-height: 1.2;
      width: 1469.9px;
      width: 1474.9px;
      -moz-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      -webkit-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      /*  background-color: #eee; */
      /*  min-height: 100px; */ }
      body.gallery .page .content .wrap {
        width: 1554.9px; } }
  @media (min-height: 1200px) and (min-width: 1920px) and (max-width: 768px) {
    .page .content .wrap {
      width: 1541.3px; } }
  @media (min-height: 1200px) and (min-width: 1920px) and (max-width: 480px) {
    .page .content .wrap {
      width: 1322.3px; } }

  .page .content .wrap {
    position: relative;
    left: 50%; }
  .page .content .grid-item {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
    display: block;
    float: left;
    position: relative;
    background-color: #000;
    cursor: pointer;
    text-decoration: none;
    /*             margin: 0 $grid-item-margin $grid-item-margin 0;*/
    outline: none;
    /*  @media (max-width:  $phone ){
       margin: 0 $grid-item-margin/2 $grid-item-margin/2 0;
     } */ }
    .page .content .grid-item.loaded {
      background-color: white; }
    .page .content .grid-item .overlay {
      visibility: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: black;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    .page .content .grid-item .gallery-title-under {
      display: none; }
      @media (max-width: 950px) {
        .page .content .grid-item .gallery-title-under {
          display: block;
          text-align: center;
          padding: 0;
          float: left;
          width: 100%;
          text-transform: uppercase; } }
    .page .content .grid-item img {
      position: relative;
      float: left;
      display: block; }
      .page .content .grid-item img.anim {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 0;
        left: 0;
        position: absolute; }
    .page .content .grid-item .gallery-title {
      visibility: hidden;
      position: absolute;
      bottom: 10%;
      left: 0;
      margin: 0;
      text-align: center;
      font-size: 2em;
      padding-left: 0.5em;
      padding-right: 0.5em;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFF;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: .2em; }
      .page .content .grid-item .gallery-title p {
        margin: 0;
        display: inline-block;
        min-width: 99%; }
      .page .content .grid-item .gallery-title.bit-smaller p {
        font-size: .9em; }
      .page .content .grid-item .gallery-title.even-smaller p {
        font-size: .8em; }
      .page .content .grid-item .gallery-title.lot-smaller p {
        font-size: .7em; }
    .page .content .grid-item p.gallery-count {
      margin-top: 1em;
      font-size: 0.5em !important;
      letter-spacing: normal; }
    @media (min-width: 950px) {
      .page .content .grid-item:hover .overlay {
        visibility: visible; }
      .page .content .grid-item:hover .gallery-title, .page .content .grid-item:hover .gallery-count {
        visibility: visible; } }

.js img.fade-me-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.no-js img.fade-me-in, .lt-ie9 img.fade-me-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.content.slides {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */ }

.slide-wrap {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
  cursor: pointer; }
  @media (max-width: 480px) {
    .slide-wrap {
      overflow: auto; } }

@media (max-width: 950px) {
  .slide-wrap.js {
    display: none; } }

.section-info .slide-wrap {
  cursor: auto; }

.js ul.slide-list-mob {
  margin-top: 0;
  padding: 0; }
  @media (min-width: 950px) {
    .js ul.slide-list-mob {
      display: none; } }
  .js ul.slide-list-mob li {
    padding: 0em 1em 1em 1em;
    display: inline-block;
    letter-spacing: 0; }
  .js ul.slide-list-mob li img {
    display: block;
    width: 100%; }
  .js ul.slide-list-mob .caption {
    font-size: 12px !important;
    letter-spacing: 0; }
    .js ul.slide-list-mob .caption p {
      font-size: 12px !important; }
      .js ul.slide-list-mob .caption p span {
        font-size: 12px !important; }
    .js ul.slide-list-mob .caption span {
      font-size: 12px !important; }

.js ul.slide-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
  width: 100%;
  position: relative;
  /*   @include slide(200px);
    @include slide(210px);
    @include slide(250px);*/ }
  .js ul.slide-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .js ul.slide-list li:first-child {
      padding-left: 0; }
    .js ul.slide-list li:last-child {
      padding-right: 0; }
    .js ul.slide-list li.last {
      padding-right: 0; }
  .js ul.slide-list.init {
    background-image: url("/img/282.gif");
    background-position: center;
    background-repeat: no-repeat; }
    .js ul.slide-list.init li img, .js ul.slide-list.init .caption {
      visibility: hidden; }
  @media (max-width: 480px) {
    .js ul.slide-list {
      left: 0; } }
  @media (min-height: 0px) and (min-width: 0px) {
    .js ul.slide-list {
      height: 180px; } }
  @media (min-height: 0px) and (min-width: 0px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 230px; } }
  @media (min-height: 0px) and (min-width: 0px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 225px; } }
  @media (min-height: 0px) and (min-width: 0px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 300px) and (min-width: 480px) {
    .js ul.slide-list {
      height: 180px; } }
  @media (min-height: 300px) and (min-width: 480px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 230px; } }
  @media (min-height: 300px) and (min-width: 480px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 225px; } }
  @media (min-height: 300px) and (min-width: 480px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 400px) and (min-width: 640px) {
    .js ul.slide-list {
      height: 270px; } }
  @media (min-height: 400px) and (min-width: 640px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 320px; } }
  @media (min-height: 400px) and (min-width: 640px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 315px; } }
  @media (min-height: 400px) and (min-width: 640px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 450px) and (min-width: 720px) {
    .js ul.slide-list {
      height: 320px; } }
  @media (min-height: 450px) and (min-width: 720px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 370px; } }
  @media (min-height: 450px) and (min-width: 720px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 365px; } }
  @media (min-height: 450px) and (min-width: 720px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 480px) and (min-width: 768px) {
    .js ul.slide-list {
      height: 350px; } }
  @media (min-height: 480px) and (min-width: 768px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 400px; } }
  @media (min-height: 480px) and (min-width: 768px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 395px; } }
  @media (min-height: 480px) and (min-width: 768px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 500px) and (min-width: 800px) {
    .js ul.slide-list {
      height: 370px; } }
  @media (min-height: 500px) and (min-width: 800px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 420px; } }
  @media (min-height: 500px) and (min-width: 800px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 415px; } }
  @media (min-height: 500px) and (min-width: 800px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 550px) and (min-width: 880px) {
    .js ul.slide-list {
      height: 420px; } }
  @media (min-height: 550px) and (min-width: 880px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 470px; } }
  @media (min-height: 550px) and (min-width: 880px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 465px; } }
  @media (min-height: 550px) and (min-width: 880px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 600px) and (min-width: 960px) {
    .js ul.slide-list {
      height: 470px; } }
  @media (min-height: 600px) and (min-width: 960px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 520px; } }
  @media (min-height: 600px) and (min-width: 960px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 515px; } }
  @media (min-height: 600px) and (min-width: 960px) {
      .js ul.slide-list .caption.extended {
        font-size: 9px;
        line-height: 11.7px; } }
  @media (min-height: 650px) and (min-width: 1040px) {
    .js ul.slide-list {
      height: 520px; } }
  @media (min-height: 650px) and (min-width: 1040px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 570px; } }
  @media (min-height: 650px) and (min-width: 1040px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 565px; } }
  @media (min-height: 650px) and (min-width: 1040px) {
      .js ul.slide-list .caption.extended {
        font-size: 9.28571px;
        line-height: 12.07143px; } }
  @media (min-height: 700px) and (min-width: 1120px) {
    .js ul.slide-list {
      height: 570px; } }
  @media (min-height: 700px) and (min-width: 1120px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 620px; } }
  @media (min-height: 700px) and (min-width: 1120px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 615px; } }
  @media (min-height: 700px) and (min-width: 1120px) {
      .js ul.slide-list .caption.extended {
        font-size: 10px;
        line-height: 13px; } }
  @media (min-height: 750px) and (min-width: 1200px) {
    .js ul.slide-list {
      height: 620px; } }
  @media (min-height: 750px) and (min-width: 1200px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 670px; } }
  @media (min-height: 750px) and (min-width: 1200px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 665px; } }
  @media (min-height: 750px) and (min-width: 1200px) {
      .js ul.slide-list .caption.extended {
        font-size: 10.71429px;
        line-height: 13.92857px; } }
  @media (min-height: 800px) and (min-width: 1280px) {
    .js ul.slide-list {
      height: 670px; } }
  @media (min-height: 800px) and (min-width: 1280px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 720px; } }
  @media (min-height: 800px) and (min-width: 1280px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 715px; } }
  @media (min-height: 800px) and (min-width: 1280px) {
      .js ul.slide-list .caption.extended {
        font-size: 11.42857px;
        line-height: 14.85714px; } }
  @media (min-height: 850px) and (min-width: 1360px) {
    .js ul.slide-list {
      height: 720px; } }
  @media (min-height: 850px) and (min-width: 1360px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 770px; } }
  @media (min-height: 850px) and (min-width: 1360px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 765px; } }
  @media (min-height: 850px) and (min-width: 1360px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 875px) and (min-width: 1400px) {
    .js ul.slide-list {
      height: 745px; } }
  @media (min-height: 875px) and (min-width: 1400px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 795px; } }
  @media (min-height: 875px) and (min-width: 1400px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 790px; } }
  @media (min-height: 875px) and (min-width: 1400px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 900px) and (min-width: 1440px) {
    .js ul.slide-list {
      height: 770px; } }
  @media (min-height: 900px) and (min-width: 1440px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 820px; } }
  @media (min-height: 900px) and (min-width: 1440px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 815px; } }
  @media (min-height: 900px) and (min-width: 1440px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 950px) and (min-width: 1520px) {
    .js ul.slide-list {
      height: 820px; } }
  @media (min-height: 950px) and (min-width: 1520px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 870px; } }
  @media (min-height: 950px) and (min-width: 1520px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 865px; } }
  @media (min-height: 950px) and (min-width: 1520px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1000px) and (min-width: 1600px) {
    .js ul.slide-list {
      height: 870px; } }
  @media (min-height: 1000px) and (min-width: 1600px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 920px; } }
  @media (min-height: 1000px) and (min-width: 1600px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 915px; } }
  @media (min-height: 1000px) and (min-width: 1600px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1050px) and (min-width: 1680px) {
    .js ul.slide-list {
      height: 920px; } }
  @media (min-height: 1050px) and (min-width: 1680px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 970px; } }
  @media (min-height: 1050px) and (min-width: 1680px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 965px; } }
  @media (min-height: 1050px) and (min-width: 1680px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1100px) and (min-width: 1760px) {
    .js ul.slide-list {
      height: 970px; } }
  @media (min-height: 1100px) and (min-width: 1760px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 1020px; } }
  @media (min-height: 1100px) and (min-width: 1760px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 1015px; } }
  @media (min-height: 1100px) and (min-width: 1760px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1150px) and (min-width: 1840px) {
    .js ul.slide-list {
      height: 1020px; } }
  @media (min-height: 1150px) and (min-width: 1840px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 1070px; } }
  @media (min-height: 1150px) and (min-width: 1840px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 1065px; } }
  @media (min-height: 1150px) and (min-width: 1840px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1200px) and (min-width: 1920px) {
    .js ul.slide-list {
      height: 1070px; } }
  @media (min-height: 1200px) and (min-width: 1920px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 1120px; } }
  @media (min-height: 1200px) and (min-width: 1920px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 1115px; } }
  @media (min-height: 1200px) and (min-width: 1920px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1250px) and (min-width: 2000px) {
    .js ul.slide-list {
      height: 1120px; } }
  @media (min-height: 1250px) and (min-width: 2000px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 1170px; } }
  @media (min-height: 1250px) and (min-width: 2000px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 1165px; } }
  @media (min-height: 1250px) and (min-width: 2000px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  @media (min-height: 1300px) and (min-width: 2080px) {
    .js ul.slide-list {
      height: 1170px; } }
  @media (min-height: 1300px) and (min-width: 2080px) and (max-width: 768px) {
    .js ul.slide-list {
      height: 1220px; } }
  @media (min-height: 1300px) and (min-width: 2080px) and (max-width: 480px) {
    .js ul.slide-list {
      height: 1215px; } }
  @media (min-height: 1300px) and (min-width: 2080px) {
      .js ul.slide-list .caption.extended {
        font-size: 13px;
        line-height: 16.9px; } }
  .js ul.slide-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    height: 100%;
    text-align: center;
    position: absolute;
    font-size: 1em;
    width: auto;
    display: block;
    float: left;
    padding: 0;
         /*   @include transition-property(left,  $dur, ease-in-out);
           @include single-transition(right,  $dur, ease-in-out);
*/ }
    .js ul.slide-list li:first-child {
      padding-left: 0; }
    .js ul.slide-list li:last-child {
      padding-right: 0; }
    .js ul.slide-list li.last {
      padding-right: 0; }
    @media (max-width: 480px) {
      .js ul.slide-list li {
        visibility: visible; } }
    .js ul.slide-list li .slide-img {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      width: auto;
      padding-bottom: 6em;
      display: block;
      float: left;
      margin: 0; }
    .js ul.slide-list li .caption {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      margin: 0;
      margin-top: -4.5em;
      text-align: center;
      font-size: 1em;
      line-height: 1.3;
      width: 100%;
      color: #000;
      letter-spacing: .1em;
      word-wrap: normal;
      white-space: normal; }
      .js ul.slide-list li .caption.extended {
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-weight: 300;
        top: 10%;
        left: 15%;
        width: 70%;
        text-transform: none;
        text-align: left;
        white-space: normal;
        word-wrap: normal;
        -moz-user-select: text;
        -ms-user-select: text;
        -webkit-user-select: text;
        user-select: text;
        height: 1000px; }
        .js ul.slide-list li .caption.extended .column {
          float: left;
          overflow: visible;
          height: 1000px; }
          .js ul.slide-list li .caption.extended .column.first {
            width: 50%; }
            .js ul.slide-list li .caption.extended .column.first .wrap {
              float: right;
              margin-right: 2em; }
              .js ul.slide-list li .caption.extended .column.first .wrap p {
                clear: both; }
          .js ul.slide-list li .caption.extended .column.second {
            width: 50%; }
          .js ul.slide-list li .caption.extended .column p {
            float: left; }
          .js ul.slide-list li .caption.extended .column p {
            float: left;
            width: 100%;
            margin-top: 0;
            margin-bottom: .7em; }
      .js ul.slide-list li .caption.white {
        color: white; }
        .js ul.slide-list li .caption.white p::selection, .js ul.slide-list li .caption.white a::selection {
          background: white;
          color: #000; }
      .js ul.slide-list li .caption.black {
        color: #000; }
        .js ul.slide-list li .caption.black p::selection, .js ul.slide-list li .caption.black a::selection {
          background: #000;
          color: white; }
      .js ul.slide-list li .caption a {
        text-decoration: underline;
        color: inherit; }
        .js ul.slide-list li .caption a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
    .js ul.slide-list li .share-overlay {
      visibility: hidden;
      position: absolute;
      margin: 0;
      padding: 0;
      top: 0;
      display: block;
      bottom: 6em;
      left: 0;
      right: 0;
      background-color: #222;
      background-color: rgba(0, 0, 0, 0.7);
      text-align: center;
      z-index: auto; }
      .js ul.slide-list li .share-overlay .icon-wrap {
        position: absolute;
        top: 50%;
        width: 100%; }
        @media (max-width: 768px) {
          .js ul.slide-list li .share-overlay .icon-wrap {
            font-size: 6px; } }
        @media (max-width: 480px) {
          .js ul.slide-list li .share-overlay .icon-wrap {
            font-size: 4px; } }
        .js ul.slide-list li .share-overlay .icon-wrap a {
          display: inline-block; }
          .js ul.slide-list li .share-overlay .icon-wrap a img {
            margin-top: -50%;
            padding: 3em;
            width: 3.33333em;
            height: 3.33333em; }
    .js ul.slide-list li.current.share-panel .share-overlay {
      visibility: visible; }

@media (max-width: 950px) {
  .caption {
    line-height: 1.2; } }

.js .section-info ul.slide-list li .caption.extended {
  top: 12%; }

@media (max-width: 480px) {
  .section-info .slide-list {
    height: 600px !important;
    float: left; }
  .section-info .slide {
    float: left; }
    .section-info .slide .caption.extended {
      top: 50px !important; } }
@media (max-width: 718px) {
  .section-info ul.slide-list li .slide-img {
    width: 400px;
    visibility: hidden; } }
@media (max-height: 500px) {
  .section-info ul.slide-list li .slide-img {
    width: 400px;
    visibility: hidden; } }
@media (max-width: 718px) {
  .section-info .extended {
    color: black !important; } }
@media (max-height: 500px) {
  .section-info .extended {
    color: black !important; } }

.no-js .content.slides, .js.lt-ie9 .content.slides {
  min-height: 100% !important;
  min-width: 100% !important; }
.no-js .column, .js.lt-ie9 .column {
  text-align: left;
  float: left;
  width: 30%;
  margin-right: 3%; }
  .no-js .column .second, .js.lt-ie9 .column .second {
    width: 66%; }
.no-js .share.sub-nav-item,
.no-js .share-overlay, .js.lt-ie9 .share.sub-nav-item,
.js.lt-ie9 .share-overlay {
  display: none !important; }
.no-js .slide-wrap, .js.lt-ie9 .slide-wrap {
  overflow: auto;
  text-align: center;
  background: none !important;
  min-height: 100% !important;
  display: block !important; }
.no-js ul.slide-list, .no-js ul.slide-list.init, .js.lt-ie9 ul.slide-list, .js.lt-ie9 ul.slide-list.init {
  list-style: none;
  background: none !important;
  height: auto !important;
  width: 100% !important;
  float: left !important;
  overflow: auto; }
  .no-js ul.slide-list li, .no-js ul.slide-list.init li, .js.lt-ie9 ul.slide-list li, .js.lt-ie9 ul.slide-list.init li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .no-js ul.slide-list li, .no-js ul.slide-list.init li, .js.lt-ie9 ul.slide-list li, .js.lt-ie9 ul.slide-list.init li {
    position: relative;
    background: none !important;
    text-align: center !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2em;
    display: block !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    .no-js ul.slide-list li img, .no-js ul.slide-list.init li img, .js.lt-ie9 ul.slide-list li img, .js.lt-ie9 ul.slide-list.init li img {
      display: inline !important;
      position: relative !important;
      margin: auto !important;
      float: none;
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      width: auto !important;
      height: auto !important;
      padding: 0; }
    .no-js ul.slide-list li .caption, .no-js ul.slide-list.init li .caption, .js.lt-ie9 ul.slide-list li .caption, .js.lt-ie9 ul.slide-list.init li .caption {
      float: none;
      position: relative;
      width: 100%;
      top: 0;
      margin: 0;
      visibility: visible;
      height: auto !important; }

.social {
  cursor: pointer; }

.tooltipster-base {
  padding-top: 0px;
  margin-top: 27px; }
  @media (max-width: 768px) {
    .tooltipster-base {
      padding-top: 0px;
      margin-top: -27px; } }
  @media (max-width: 480px) {
    .tooltipster-base {
      padding-top: 0px;
      margin-top: -15px; } }

.tooltipster-default .tooltipster-content a {
  margin-right: 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px; }
  @media (max-width: 768px) {
    .tooltipster-default .tooltipster-content a {
      font-size: 10px;
      line-height: 10px; } }
  @media (max-width: 480px) {
    .tooltipster-default .tooltipster-content a {
      font-size: 8px;
      line-height: 10px;
      margin-right: 5px; } }
  .tooltipster-default .tooltipster-content a:last-child {
    margin-right: 0; }
