/*
Theme Name: Beyond Hippodrome V8.0
Theme URI: http://www.beyondhippodrome.com/
Description: This wordpress theme was created for Beyond Hippodrome.
Version: 8.0
Author: Ben Wundersitz
Author URI: http://beyondhippodrome.com/

	Beyond Hippodrome V8.0
    This theme was designed and built by Ben Wundersitz,
	http://beyondhippodrome.com/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 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.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "sofia-pro",sans-serif; }

h1, h2, h3 {
  font-weight: 600;
  text-align: left; }

h1, h2, h3 {
  margin: 0;
  color: #00bbee; }

h2 {
  font-size: 6vw;
  margin: 0;
  padding: 0px 0 30px 0;
  line-height: .8; }

h1, h3 {
  font-size: 2vw;
  line-height: 1; }

p, button {
  font-weight: 200; }

h4, h5, p {
  color: #555; }

p, h4 {
  font-size: 1.2rem; }

input, select, button {
  font-family: inherit;
  font-size: inherit; }

a {
  /* Careful, this breaks the word wherever it is without a hyphen 
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks 
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/ }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

section {
  width: 100%;
  clear: both; }

.panel {
  position: fixed;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
  background-color: white; }

.panel ul {
  list-style-type: none;
  margin: 0;
  padding: 20px; }

.panel li a {
  color: #555;
  text-decoration: none; }

.panel h1 {
  text-align: left;
  margin-bottom: 30px; }

.wrap {
  position: relative; }

article {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  float: left; }

.white-button {
  font-family: "sofia-pro",sans-serif !important;
  font-weight: 100 !important;
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0;
  color: #555;
  /*text-transform: uppercase;*/
  font: 14px sans-serif;
  margin-top: 30px; }

.white-button a {
  color: #555;
  text-decoration: none; }

.overlay-link {
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* Header */
header {
  display: flex;
  flex-direction: column-reverse;
  align-content: start;
  justify-content: end;
  position: absolute;
  z-index: 100;
  /* top: 0; */
  /* width: 100%; */
  /* padding: 20px; */
  transform: rotate(90deg);
  top: 30px;
  left: 1.5%; }

header a {
  float: left; }

.logo {
  background-image: url(img/bh_logo.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 45px;
  /*margin: 7px 0 0 70px; */ }

.logo img {
  width: 100%;
  height: auto; }

.menu-link {
  color: #00bbee;
  text-decoration: none;
  /* top: 15px; */
  /* right: 15px; */
  /* position: fixed; */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  font-size: 2em;
  z-index: 2;
  transform: rotate(270deg); }

/* Footer + Form */
.footer {
  background-color: #f5f5f5;
  padding: 160px 0px; }

footer h2 {
  text-align: left;
  padding: 20px 0 30px 0;
  font-size: 3em;
  color: #00bbee;
  line-height: 1; }

.about {
  padding: 5%; }

.wpcf7 {
  width: 100%;
  margin: 0 auto !important; }

.wpcf7-form-control {
  width: 96%;
  border-top: 1px #555 solid;
  border-bottom: 1px #555 solid;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
  padding: 2% 0;
  margin-top: 10px; }

.wpcf7 p {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  font-size: .8em;
  padding: 10px 0 2px; }

.wpcf7-submit {
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #FFF; }

img.ajax-loader {
  width: 16px !important; }

.inner {
  width: 355px;
  margin: 0 auto; }

.social-list {
  margin: 10px 0 40px;
  padding: 0;
  list-style-type: none; }

.social-list-item {
  float: left;
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #ccc; }

.social-list-item:last-child {
  border-right: none; }

.social-list-item a {
  color: #555;
  font-size: 2.1em; }

.address {
  color: #555;
  font-size: .9em;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 30px 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #555; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #555; }

.content {
  width: 1200px;
  margin: 0 auto; }

.project-cnt {
  background-color: #f2f2f2;
  padding: 80px 0px 0px; }

.other {
  background-color: #F0FFF0;
  padding: 160px 0px; }

.twitter {
  background-color: #FFE4E1;
  padding: 160px 0px; }

.gallery {
  background: #FAFAFA;
  padding-bottom: 62.5%;
  /* gallery height has percentage of width */ }

/* inherit size from gallery */
.gallery .flickity-viewport {
  position: absolute;
  width: 100%; }

.flickity-viewport {
  height: 100% !important; }

.flickity-page-dots {
  bottom: 5px !important; }

.gallery-cell {
  width: 100%;
  height: 100%;
  /* inherit height from gallery */
  margin-right: 10px;
  background: #F0FFFF;
  counter-increment: gallery-cell;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.gallery-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.gallery-text a {
  color: white;
  text-decoration: none; }

.gallery-text a {
  width: 50%;
  margin: 0 auto; }

.gallery-text h1 {
  padding: 30% 0; }

/* Overlay details */
a.box {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.project img {
  width: 100%;
  height: auto; }

.overlay {
  display: none;
  background-color: rgba(245, 245, 245, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay h2, .overlay h3 {
  color: #00bbee;
  margin: 0; }

/* Twitter */
.latest-tweets ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.latest-tweets li {
  width: 28%;
  margin: 0 2.5%;
  float: left;
  /*min-height: 160px;*/
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 60px 0; }

.latest-tweets li:before {
  font-family: 'FontAwesome';
  content: '\f099';
  font-size: 1.8em; }

.twitter h2 {
  color: white; }

.tweet-details {
  font-size: .8em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  color: white; }

p.tweet-text {
  color: white; }

.tweet-details a, .tweet-text a {
  text-decoration: none;
  font-weight: 500;
  color: white; }

.tweet-text {
  line-height: 1.2; }

/* Promo Squares */
.half {
  width: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center; }

.half-pad {
  padding-bottom: 50%; }

.half img, .full img {
  width: 100%;
  height: auto;
  display: block; }

.left-panel {
  float: left; }

.right-panel {
  float: right; }

.center-cnt {
  width: 100%;
  position: absolute;
  /*top: 50%;
  transform: translateY(-50%);
  text-align:center;*/
  /*color:#555;*/
  padding: 10% 30% 10% 10%;
  bottom: 0; }

.full .center-cnt {
  padding: 5% 15% 5% 5%;
  width: 50%; }

/* Video */
.video {
  position: relative; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center center; }

.video-overlay-cnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  width: 150px;
  left: 0;
  right: 0; }

#play-button {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #FFE4E1;
  border-right: 0;
  padding: 0;
  margin: 0; }

#play-button:hover {
  background-color: transparent;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid white; }

/* Team */
.team-layout {
  margin: 0;
  padding: 0; }

.team-card {
  width: 33.33%;
  padding-bottom: 33.33%;
  float: left;
  list-style-type: none;
  position: relative; }

.team-card img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

/* Gallery */
.gallery-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gallery-list-item {
  width: 25%;
  float: left; }

.gallery-list-item img {
  width: 100%;
  height: auto;
  display: block; }

.gallery-list-item a {
  display: block; }

.half-text-text {
  display: flex;
  flex-direction: row; }

.half-text-text .half-pad {
  padding-bottom: 0 !important; }

.text-panel:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.half-text-text .left-panel {
  background-color: #F5F5F5;
  box-sizing: border-box;
  float: none;
  display: flex;
  width: 50%; }

.half-text-text .text-panel {
  display: flex; }

.half-text-text .left-panel .center-cnt,
.half-text-text .text-panel .center-cnt {
  width: 100%;
  position: static;
  /* color: #555; */
  padding: 10% 10% 10% 10%;
  bottom: inherit;
  align-content: center;
  /* align-items: center; */ }

@media only screen and (max-width: 1200px) {
  .content {
    width: 96%;
    margin: 0 2%; }
  .logo {
    width: 80px;
    height: 36px;
    /* margin: 7px 0 0 50px; */ }
  .menu-link {
    width: 40px;
    height: 40px;
    font-size: 1.6em; }
  header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    padding: 0px;
    transform: rotate(0deg);
    top: 30px;
    left: 1.5%; }
  .menu-link {
    color: #00bbee;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    font-size: 2em;
    z-index: 2;
    transform: rotate(0deg); }
  .logo {
    width: 80px;
    height: 32px;
    margin: 0 0 0 10px; } }

@media only screen and (min-width: 600px) and (max-width: 900px) {
  article {
    width: 50%;
    padding-bottom: 50%; }
  .gallery {
    padding-bottom: 66%; }
  .half-img {
    padding-bottom: 100% !important; }
  .half-image-text .half {
    width: 100%;
    padding-bottom: 66%; }
  .half-text-text .half {
    width: 100%;
    padding-bottom: 0%; }
  .half-image-text .half .center-cnt,
  .half-text-text .half .center-cnt {
    padding: 5% 5% 5% 5%; }
  .half-text-text .center-cnt {
    position: initial;
    bottom: 10%; }
  .panel h1,
  footer h2 {
    font-size: 1.8em; }
  .center-cnt h2 {
    font-size: 9vw; }
  .center-cnt h3 {
    font-size: 2.5vw; }
  .full h2,
  .home-half-images h2 {
    font-size: 6vw; }
  .about {
    padding: 5%; } }

@media only screen and (max-width: 600px) {
  .panel h1,
  footer h2 {
    font-size: 1.8em; }
  .full .white-button,
  .home-half-images .white-button {
    display: none; }
  .half-text-text {
    flex-direction: column; }
  .full .center-cnt,
  .home-half-images .center-cnt,
  .half-text-text .left-panel .center-cnt,
  .half-text-text .text-panel .center-cnt {
    padding: 10% 10% 10% 10%;
    bottom: 10%; }
  .half-text-text .left-panel {
    width: 100%; }
  .half-text-text .center-cnt {
    position: initial;
    bottom: 10%; }
  .half-text-text .half-pad {
    padding-bottom: 0%; }
  .half-text-text .text-panel {
    display: flex;
    align-items: end; }
  .center-cnt {
    padding: 10% 10% 10% 10%; }
  .center-cnt h2 {
    font-size: 12vw; }
  .center-cnt h3 {
    font-size: 6vw; }
  .full h2,
  .home-half-images h2 {
    font-size: 8vw; }
  .home-half-images .center-cnt,
  .full .center-cnt {
    padding: 5% 10% 5% 5%;
    width: 70%; }
  .half {
    width: 100%;
    /*padding-bottom:100%;*/ }
  .left-panel {
    float: none !important; }
  .right-panel {
    float: none; }
  .half-pad {
    padding-bottom: 100%; }
  .footer {
    padding: 100px 0px; }
  .about {
    padding: 10%; } }

@media only screen and (max-width: 769px) {
  .about {
    width: 100% !important;
    float: none; }
  .wpcf7-form-control {
    width: 100%;
    padding: 0;
    font-size: 1.2em; }
  .wpcf7-submit {
    width: 120px;
    height: 120px; }
  .inner {
    width: 100%; } }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1006; }

.sl-wrapper {
  z-index: 1000; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 24px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      z-index: 1015;
      font-family: arial sans-serif; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 40px; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block; }
    .sl-wrapper .sl-image iframe {
      border: 0 none;
      background: #000; }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: #000;
      opacity: 0.8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
