/* Fonts */
@media print {
  /* line 1, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 8, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  a, a:visited {
    text-decoration: none; }
  /* line 12, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 16, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 21, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* line 25, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 30, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  /* line 34, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid; }
  /* line 38, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  /* line 46, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  /* line 51, c:/xampp/htdocs/prototype-african-lion-responsive/sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid; } }

/* Bower components */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 36, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 62, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 74, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 99, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 119, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 131, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 154, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 163, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 199, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 238, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 254, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 258, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 313, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 324, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 335, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 343, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 353, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 365, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 393, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 407, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 419, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 436, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 449, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 458, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 468, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 479, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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`.
 */
/* line 495, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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).
 */
/* line 505, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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).
 */
/* line 519, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 527, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 540, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 553, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
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.
 */
/* line 562, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 573, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 579, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/normalize-scss/_normalize.scss */
td, th {
  padding: 0; }

/* line 4, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/* line 4, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 1, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/extends/_button.scss */
button, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  /* line 13, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/extends/_button.scss */
  button:hover, input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  /* line 18, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/extends/_button.scss */
  button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 1, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

/* line 15, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0; }

/* line 21, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h1 {
  font-size: 2.25em; }

/* line 25, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h2 {
  font-size: 2em; }

/* line 29, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h3 {
  font-size: 1.75em; }

/* line 33, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h4 {
  font-size: 1.5em; }

/* line 37, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h5 {
  font-size: 1.25em; }

/* line 41, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
h6 {
  font-size: 1em; }

/* line 45, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 49, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  /* line 54, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
  a:hover {
    color: #2c5999; }
  /* line 58, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

/* line 64, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 73, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
img, picture {
  margin: 0; }

/* line 77, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

/* line 84, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
cite {
  color: #737373;
  font-style: italic; }
  /* line 88, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_typography.scss */
  cite:before {
    content: "\2014 \00A0"; }

/* line 1, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

/* line 10, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
input, label, select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

/* line 16, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  /* line 20, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
  label.required:after {
    content: "*"; }
  /* line 24, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
  label abbr {
    display: none; }

/* line 29, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  /* line 42, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  /* line 46, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

/* line 53, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
textarea {
  resize: vertical; }

/* line 57, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 62, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 67, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

/* line 72, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 8, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

/* line 15, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

/* line 22, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_tables.scss */
tr, td, th {
  vertical-align: middle; }

/* line 2, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_lists.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 20, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_lists.scss */
dl {
  margin-bottom: 0.75em; }
  /* line 23, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_lists.scss */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_lists.scss */
  dl dd {
    margin: 0; }

/* line 2, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bitters/app/assets/stylesheets/_buttons.scss */
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

@font-face {
  font-family: 'icongs';
  src: url('http://assets.nationalgeographic.com/icongs_0-11-1/fonts/icongs.eot');
  src: url('http://assets.nationalgeographic.com/icongs_0-11-1/fonts/icongs.eot?#iefix') format('embedded-opentype'), url('http://assets.nationalgeographic.com/icongs_0-11-1/fonts/icongs.woff') format('woff'), url('http://assets.nationalgeographic.com/icongs_0-11-1/fonts/icongs.ttf') format('truetype'), url('http://assets.nationalgeographic.com/icongs_0-11-1/fonts/icongs.svg#svgFontName') format('svg'); }

/* General elements */
/* line 34, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
p {
  margin: 0; }

/* line 38, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.hide {
  visibility: hidden; }

/* line 42, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.show {
  visibility: visible; }

/* line 46, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.horizontal-separator {
  height: 10px;
  width: 114.7%;
  border-top: 10px solid #E8E8E8;
  position: relative;
  right: 0.6rem;
  margin-top: 1rem; }

/* line 55, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__title, .module_title {
  font-size: 16px;
  padding: 0 1rem;
  font-weight: bold;
  z-index: 1;
  top: -0.7rem;
  position: relative;
  background-color: #F8F8F8; }

/* line 65, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.module_heading {
  background-color: #F8F8F8;
  width: 100%;
  position: relative;
  height: 44px;
  text-align: center;
  padding: 1.4%; }

/* line 74, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.module_heading_transparent {
  background-color: transparent; }

/* line 78, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.text-container-transparent {
  background-color: #E8E8E8; }

/* line 82, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.text-container {
  width: 96%;
  background-color: #CCC;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 2%; }

/* Ads, header and main nav */
/* Ads */
/* line 96, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ads-header {
  background-color: black; }

/* line 100, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ads-header__container {
  max-width: 62.5rem;
  margin: 0 auto;
  overflow: auto;
  width: 100%; }

/* line 107, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ads-header__container--left {
  height: 5.625rem;
  width: 45.5rem;
  float: left; }
  @media screen and (max-width: 20.3125rem)  {
    .ads-header__container--left {
      display: none; } }
  @media screen and (min-width: 20.3125rem) and (max-width: 61.625rem)  {
    .ads-header__container--left {
      float: none;
      margin: 0 auto; } }
  @media screen and (min-width: 20.3125rem) and (max-width: 45.625rem)  {
    .ads-header__container--left {
      display: none; } }

/* line 128, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ads-header__container--right {
  height: 5.625rem;
  width: 16.0625rem;
  float: right; }
  @media screen and (max-width: 20.3125rem)  {
    .ads-header__container--right {
      float: none;
      margin: 0 auto; } }
  @media screen and (min-width: 20.3125rem) and (max-width: 61.625rem)  {
    .ads-header__container--right {
      display: none; } }
  @media screen and (min-width: 20.3125rem) and (max-width: 45.625rem)  {
    .ads-header__container--right {
      display: block;
      float: none;
      margin: 0 auto; } }

/* line 151, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.wrap-ad-image {
  position: relative;
  display: inline-block;
  width: 18.75rem;
  height: 15.625rem;
  padding-left: 0.36rem; }

/* line 159, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ad-mobile {
  background-color: #F8F8F8;
  width: 100%;
  height: auto;
  border-left: 10px solid #E8E8E8;
  border-bottom: 10px solid #E8E8E8;
  border-right: 10px solid #E8E8E8;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 43.75rem)  {
    .ad-mobile {
      display: none; } }

/* line 174, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.ad-tablet {
  display: none; }
  @media screen and (min-width: 43.75rem) and (max-width: 63.9375rem)  {
    .ad-tablet {
      background-color: #F8F8F8;
      width: 100%;
      height: auto;
      border-left: 10px solid #E8E8E8;
      border-bottom: 10px solid #E8E8E8;
      border-right: 10px solid #E8E8E8;
      position: relative;
      text-align: center;
      display: inline-block; } }

/* Search input */
/* line 192, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.gn_wrapper[data-display=biggie] .gn_search-container {
  background: transparent;
  box-shadow: none; }
  /* line 196, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .gn_wrapper[data-display=biggie] .gn_search-container .gn_search-input {
    box-shadow: none; }

/* line 201, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
button:hover, input[type="submit"]:hover {
  background-color: transparent !important; }

/* line 205, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
body {
  background-color: #E8E8E8;
  min-width: 20rem; }

/* Main content */
/* line 212, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.main-content, .about, .recommended-articles, .videos-section, .take_action, .didYouknow, .exploreSimilar, #page-title, .facts, .related-topics, .ad-mobile {
  max-width: 61.875em;
  margin-left: auto;
  margin-right: auto; }
  /* line 9, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
  .main-content::after, .about::after, .recommended-articles::after, .videos-section::after, .take_action::after, .didYouknow::after, .exploreSimilar::after, #page-title::after, .facts::after, .related-topics::after, .ad-mobile::after {
    clear: both;
    content: "";
    display: table; }

/* Sticky secondary nav */
/* line 218, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav {
  /*margin-left: 20rem;*/ }

/* line 222, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav__wrapper {
  background-color: black;
  z-index: 1010;
  width: 100% !important;
  backface-visibility: hidden; }
  @media screen and (max-width: 63.9375rem)  {
    .secondary-nav__wrapper {
      display: none; } }

/* line 234, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav--sticky {
  text-align: center;
  height: 3rem;
  background-color: black; }

/* line 241, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav__heading {
  font-family: 'Georgia Regular', Georgia;
  float: left;
  visibility: hidden;
  font-size: 20px;
  color: #c6cbcb;
  font-weight: normal;
  line-height: 3rem;
  padding-left: 1rem; }

/* line 252, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* line 258, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.stickyColumnTop, .stickyColumnBottom {
  position: -webkit-sticky;
  position: sticky;
  top: 60px; }

/* line 264, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav li {
  display: inline;
  padding: 0rem;
  line-height: 48px; }

/* line 270, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav li a {
  font-size: .9em;
  color: #777;
  display: inline-block;
  padding: 0 .9rem;
  height: 47px; }

/* line 278, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav li a:hover {
  color: #FC0; }

/* line 282, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav li a.active {
  color: #FC0;
  background-color: #222; }

/* line 287, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.secondary-nav__items {
  color: white; }

/* Slider */
/* line 293, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.slider-container {
  border: 10px solid #E8E8E8;
  position: relative; }

/* line 298, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container, .recommended-articles-container, .videos-section-container, .take_action-container, .didYouknow-container, .exploreSimilar-container {
  background-color: #F8F8F8; }

/* line 302, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__title-image--margin {
  margin: 0.3rem 0 0 0.6rem; }

/* line 306, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.recommended-articles-container, .videos-section-container, .take_action-container, .didYouknow-container, .exploreSimilar-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

/* line 319, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container--images-counter {
  float: right;
  margin: 0.7rem 0.8rem 0 0;
  display: inline; }

/* line 325, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper {
  height: 22rem !important;
  color: #CCC;
  text-align: center;
  padding: 0.25rem 0;
  overflow: hidden; }
  @media screen and (min-width: 20.3125rem)  {
    .swiper-wrapper {
      height: 20.375rem !important; } }
  @media screen and (min-width: 48rem)  {
    .swiper-wrapper {
      height: 25.6875rem !important; } }

/* line 343, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide {
  height: 21.875rem !important;
  min-height: 21.875rem;
  width: 1024px; }
  @media screen and (min-width: 20.3125rem)  {
    .swiper-slide {
      height: 19.875rem !important;
      min-height: 19.875rem; } }
  @media screen and (min-width: 48rem)  {
    .swiper-slide {
      height: 24.25rem !important;
      min-height: 24.25rem; } }

/* line 361, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.slider-container--first {
  border-top: 0; }

/* line 365, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.slider-container--last {
  border-bottom: 0;
  /*border-top: 10px solid #E8E8E8;*/ }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem)  {
  .swiper-slide--take-action, .swiper-slide--did-you-know, .swiper-slide--explore-similar, .swiper-slide--recommended-articles, .swiper-slide--videos {
    width: 38.59375rem !important;
    max-width: 38.59375rem !important; } }

/* line 378, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--did-you-know {
  max-width: 94.44vw; }
  @media screen and (min-width: 64rem)  {
    .swiper-slide--did-you-know {
      width: 32.44rem !important;
      max-width: 32.44rem !important; } }

/* line 388, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--take-action {
  max-width: 95vw; }
  @media screen and (min-width: 64rem)  {
    .swiper-slide--take-action {
      width: 32.44rem !important;
      max-width: 32.44rem !important; } }

/* line 398, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--recommended-articles {
  max-width: 95.15vw; }
  @media screen and (min-width: 64rem)  {
    .swiper-slide--recommended-articles {
      width: 32.44rem !important;
      max-width: 32.44rem !important; } }

/* line 408, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--explore-similar {
  max-width: 95.15vw;
  font-size: 0.5rem; }
  @media screen and (min-width: 64rem)  {
    .swiper-slide--explore-similar {
      width: 32.44rem !important;
      max-width: 32.44rem !important; } }

/* line 419, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--explore-similar > .swiper-wrapper__slider-container--border {
  max-height: 222px;
  min-height: 222px; }

/* line 424, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--your-shot, .swiper-slide--video {
  line-height: 15.125rem; }
  @media screen and (min-width: 20.3125rem)  {
    .swiper-slide--your-shot, .swiper-slide--video {
      line-height: 13.625rem; } }
  @media screen and (min-width: 48rem)  {
    .swiper-slide--your-shot, .swiper-slide--video {
      line-height: 19rem; } }

/* line 438, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper__slider-container {
  position: relative; }

/* line 442, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper__slider-container--border {
  background-color: white;
  border: 1px solid #DDD;
  padding: .2em;
  margin: 0 .4em;
  position: relative; }
  @media screen and (max-width: 20rem)  {
    .swiper-wrapper__slider-container--border {
      margin: 0 5px; } }

/* line 455, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper__slider-container--content {
  background-color: #EEE; }

/* line 459, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide__main-paragraph {
  font-size: 20px;
  font-weight: bold; }

/* line 464, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.pagination, .recommended-articles-pagination, .videos-section-pagination, .take_action-pagination, .didYouknow-pagination, .exploreSimilar-pagination {
  text-align: center;
  width: 100%;
  margin-bottom: .4rem; }

@media screen and (max-width: 48rem)  {
  .take_action-pagination {
    height: 50px;
    line-height: 50px; } }

/*.exploreSimilar-pagination{
	height: 50px;
	line-height: 50px;
}*/
/* line 483, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-pagination-switch {
  background-color: #CCC;
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  border-radius: 10px;
  margin: 0 0.1875rem;
  cursor: pointer; }
  @media screen and (max-width: 20rem)  {
    .swiper-pagination-switch {
      height: 0.5rem;
      width: 0.5rem; } }

/* line 497, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-active-switch {
  background: #666; }

/* line 501, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__hr {
  width: 93%;
  border-bottom: 1px dotted #CCC;
  margin: 0 auto .3rem; }
  @media screen and (min-width: 20.3125rem)  {
    .swiper-container__hr {
      margin: 0 auto .3em; } }
  @media screen and (min-width: 48rem)  {
    .swiper-container__hr {
      margin: 0 auto .2em; } }

/* line 517, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__link--more, .swiper-container__link--more-videos {
  height: 2.5rem;
  width: 3.375rem;
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 0.875rem;
  color: black;
  font-style: italic;
  display: block;
  margin: 0 auto .2rem; }

/* line 527, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__link--more-videos {
  width: auto !important;
  text-align: center; }

/* line 532, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrow--right {
  font-size: 1.6rem;
  vertical-align: middle; }

/* Swipe arrows */
/* line 540, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopDidYouKnow, .arrowsDesktopTakeAction, .arrowsDesktopRecommendedArticles, .arrowsDesktopExploreSimilar {
  display: none; }
  @media screen and (min-width: 64rem)  {
    .arrowsDesktopDidYouKnow, .arrowsDesktopTakeAction, .arrowsDesktopRecommendedArticles, .arrowsDesktopExploreSimilar {
      display: block; } }

/* YourShot arrows */
/* line 551, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
nav span {
  position: absolute;
  top: 40%;
  z-index: 1000;
  outline: none;
  cursor: pointer; }

/* line 559, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
nav span.prev {
  background-position: 100% 0%;
  background-repeat: no-repeat;
  left: 0;
  height: 57px;
  width: 44px; }

/* line 567, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
nav span.next {
  background-position: 100% 0%;
  background-repeat: no-repeat;
  right: 0;
  height: 57px;
  width: 44px; }

/* YourShot arrows */
/* line 577, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#carousel-left-arrow {
  background-image: url(../images/gallery-prev.png); }

/* line 581, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#carousel-right-arrow {
  background-image: url(../images/gallery-next.png); }

/* Did You Know arrows */
/* line 587, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopDidYouKnow span {
  top: 2%; }

/* line 591, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopDidYouKnow-prev--blank:hover {
  content: url(../images/didYouKnow-prev.png);
  height: 158px;
  width: 44px; }

/* line 597, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopDidYouKnow-next--blank:hover {
  content: url(../images/didYouKnow-next.png);
  height: 158px;
  width: 44px; }

/* Take Action arrows */
/* line 605, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopTakeAction span {
  top: 12%; }

/* line 609, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopTakeAction-prev--blank:hover {
  content: url(../images/takeAction-prev.png);
  height: 278px;
  width: 44px; }

/* line 615, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopTakeAction-next--blank:hover {
  content: url(../images/takeAction-next.png);
  height: 278px;
  width: 44px; }

/* Recommended Articles arrows */
/* line 623, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopRecommendedArticles span {
  top: 8%; }

/* line 627, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopRecommendedArticles-prev--blank:hover {
  content: url(../images/recommendedArticles-prev.png);
  height: 518px;
  width: 44px; }

/* line 633, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopRecommendedArticles-next--blank:hover {
  content: url(../images/recommendedArticles-next.png);
  height: 518px;
  width: 44px; }

/* Explore Similar arrows */
/* line 641, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopExploreSimilar span {
  top: 14%; }

/* line 645, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopExploreSimilar-prev--blank:hover {
  content: url(../images/exploreSimilar-prev.png);
  width: 48px;
  height: 228px; }

/* line 651, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrowsDesktopExploreSimilar-next--blank:hover {
  content: url(../images/exploreSimilar-next.png);
  width: 48px;
  height: 228px; }

/****************** OVERVIEW *******************/
/* line 659, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.read2, .less2, .opacity-over-text {
  display: none !important; }
  @media screen and (min-width: 6.25rem) and (max-width: 47.9375rem)  {
    .read2, .less2, .opacity-over-text {
      display: inline-block !important;
      position: absolute;
      bottom: 4rem; } }

/* line 671, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.third-content {
  display: none; }
  @media screen and (min-width: 48rem)  {
    .third-content {
      display: inline-block !important; } }

/** Tooltips **/
/* line 681, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.tooltipPic {
  width: 150px;
  height: auto;
  display: block;
  padding-bottom: 5px; }

/* line 688, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.tool-space {
  margin: 4%;
  display: block;
  color: black; }

/* line 694, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.tool-space:hover {
  text-decoration: underline;
  color: black; }

/* line 700, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.about {
  background-color: #E8E8E8;
  padding: 10px;
  padding-top: 0; }
  /* line 705, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .about .about_title {
    background-color: #F8F8F8;
    z-index: 1;
    top: -0.7rem;
    position: relative; }
  /* line 712, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .about #about-lion {
    background-color: #F8F8F8;
    width: 100%;
    height: auto;
    padding: 1% 3% 6% 3%;
    position: relative; }
    /* line 719, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .about #about-lion p {
      font-family: Georgia;
      font-size: 16px;
      line-height: 1.7em;
      margin-bottom: 1.5em; }
      /* line 726, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
      .about #about-lion p span.highlight {
        font-weight: normal;
        font-size: 22px;
        font-style: italic; }
    /* line 734, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .about #about-lion .word_link {
      color: #062876;
      border-bottom: 1px solid #062876;
      text-decoration: none; }
    /* line 740, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .about #about-lion .word_link:hover {
      color: #999999;
      border-bottom: 1px solid #999999;
      text-decoration: none; }
    /* line 747, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .about #about-lion label {
      cursor: pointer;
      color: #062876;
      display: inline-block;
      text-decoration: underline;
      font-family: Georgia;
      font-weight: normal;
      z-index: 2; }

/* line 759, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fadeout {
  position: relative;
  bottom: 6.1em;
  height: 4.5em;
  background: -webkit-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 100%); }
  @media screen and (min-width: 48rem)  {
    .fadeout {
      display: none; } }

/*************** TABLET ***************/
@media screen and (min-width: 700px) {
  /* line 795, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .about #about-lion p {
    font-size: 16px; }
  /* line 799, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .about, #about #about-lion {
    padding: 10px;
    padding-top: 0; } }

@media screen and (min-width: 1024px) {
  /* line 807, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .about {
    padding-bottom: 0; } }

/****************** RECOMMENDED ARTICLES *****************/
/****** PHONES  portrait ******/
/* line 817, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.reco-wrapper {
  height: 34.6875rem !important; }

/* line 821, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.recommended-slider {
  border-bottom: 20px; }

/* line 825, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_paragraph {
  color: #666;
  font-family: Georgia;
  display: block;
  text-align: left;
  font-size: 16px; }

/* line 833, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_pic {
  max-height: 200px; }

/* line 837, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_source {
  font-weight: bold;
  color: black;
  text-align: left;
  font-size: 12px;
  text-align: left;
  line-height: 2.5;
  height: 25px; }

/* line 847, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_date {
  font-weight: normal;
  color: #999; }

/* line 852, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_title {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  display: block;
  text-align: left; }

/* line 861, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_title:hover {
  text-decoration: underline;
  color: #000; }

/* line 866, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_imageContainer {
  width: 100%;
  position: relative;
  height: 410px; }

/* line 872, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_imageContainer:hover {
  cursor: pointer; }

/* line 876, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#image1 {
  background: url(../images/lions-maasai.jpg) 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 884, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#image2 {
  background: url(../images/serengeti-lion.jpg) 40% 100% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 892, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#image3 {
  background: url(../images/bhalla-lions.jpg) 40% 80% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 900, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#image4 {
  background: url(../images/whitout-lions.jpg) 40% 80% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 908, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrow_up {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #FFF; }

/* line 920, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.article_source, .article_title, .article_paragraph {
  padding-left: .5rem;
  padding-right: .5rem; }

/* line 925, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.recommended-slider {
  border-top: 0; }

/*** Phones Portrait ***/
@media screen and (min-width: 320px) {
  /* line 932, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 200px; }
  /* line 936, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 510px; }
  /* line 940, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-pagination {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px; }
  /* line 947, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 385px; }
  /* line 951, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_title {
    font-size: 18px; }
  /* line 955, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_paragraph {
    font-size: 16px; } }

@media screen and (min-width: 340px) {
  /* line 961, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 230px; }
  /* line 964, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 500px; }
  /* line 967, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 410px; } }

@media screen and (min-width: 410px) {
  /* line 973, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 255px; }
  /* line 977, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 522px; }
  /* line 981, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 410px; } }

@media screen and (min-width: 510px) {
  /* line 987, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 280px; } }

@media screen and (min-width: 540px) {
  /* line 993, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 560px; }
  /* line 997, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 470px; }
  /* line 1001, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 335px; }
  /* line 1005, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_title {
    font-size: 16px; } }

/**** TABLETS portrait ****/
@media screen and (min-width: 600px) {
  /* line 1014, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-pagination {
    position: absolute;
    bottom: 0; }
  /* line 1019, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 662px; }
  /* line 1023, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 549px; }
  /* line 1027, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_paragraph {
    font-size: 15px; }
  /* line 1031, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .article_imageContainer {
    height: 400px; } }

/**** TABLETS landscape ****/
@media screen and (min-width: 1024px) {
  /* line 1041, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-pagination {
    position: absolute;
    bottom: 0; }
  /* line 1046, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-articles-container {
    height: 622px; }
  /* line 1050, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .recommended-border {
    height: 510px; } }

/******************* VIDEOS ********************/
/* line 1058, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container {
  position: relative; }

/* line 1062, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.video-slider-container {
  border-top: 0; }

/* line 1066, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.left-container {
  width: 100%;
  float: left; }

/* line 1071, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#main {
  height: 545px; }

/* line 1075, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#inlinePlayer01 {
  height: 100%; }

/* line 1079, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container div.right-container {
  position: relative;
  width: 207px;
  height: 403px;
  float: right;
  max-height: 427px;
  display: none; }

/* line 1088, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container div.right-container img {
  display: inherit;
  width: 195px;
  height: 116px; }

/* line 1094, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container div.right-container .tumbnail_title {
  font-weight: bold;
  font-size: 12px; }

/* line 1099, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container div.right-container a.video-link {
  position: relative;
  display: inherit;
  margin-top: 1px;
  width: 207px;
  height: 136px; }

/* line 1107, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container div.right-container a.video-link:first-child {
  margin-top: 0; }

/* line 1111, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-container .left-container .tab-header #video-title {
  font-size: 16px;
  margin: 1rem;
  color: #000;
  font-weight: bold; }

@media screen and (min-width: 260px) {
  /* line 1119, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 170px; } }

@media screen and (min-width: 320px) {
  /* line 1125, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 170px; } }

@media screen and (min-width: 460px) {
  /* line 1131, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 240px; } }

@media screen and (min-width: 560px) {
  /* line 1137, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 295px; } }

@media screen and (min-width: 660px) {
  /* line 1143, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 350px; } }

@media screen and (min-width: 768px) {
  /* line 1149, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 410px; } }

@media screen and (min-width: 1024px) {
  /* line 1155, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main {
    height: 545px; }
  /* line 1159, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .video-slider-container {
    padding-top: 10px; }
  /* line 1163, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .videos-section {
    padding-left: 10px; } }

/*************** TAKE ACTION **************/
/* line 1170, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.take-action-slider-container {
  border-top: 0; }

/* line 1174, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.takeaction_more {
  width: 9.375rem; }
  @media screen and (max-width: 48rem)  {
    .takeaction_more {
      height: 50px;
      line-height: 50px; } }

/* line 1184, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#boma1 {
  background: url("http://images.nationalgeographic.com/wpf/media-live/photos/000/735/custom/73597_990x550-cb1384828174.jpg") 46% 50% no-repeat;
  background-size: cover;
  height: 275px;
  padding: 2%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

/* line 1200, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#boma2 {
  background: url("https://members.nationalgeographic.com/exposure/transcode/630/419/?url=http://animals.nationalgeographic.com/exposure/nirvana/image/image/33817_2_608x456.jpg") 46% 50% no-repeat;
  background-size: cover;
  height: 275px;
  padding: 2%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

/* line 1218, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#boma3 {
  background: url("http://amzbuydeal.com/prototype/topics/african-lion/3/img/liondonation.png") 46% 50% no-repeat;
  background-size: cover;
  height: 275px;
  padding: 2%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

@media screen and (min-width: 1000px) {
  /* line 1236, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #boma1, #boma2, #boma3 {
    height: 250px; } }

/* line 1242, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.link {
  color: white;
  border-style: solid;
  border-width: 1px;
  height: auto;
  padding: 20px;
  font-size: 16px;
  width: 105px;
  margin-bottom: 20px; }

/* line 1254, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.description {
  color: #FFF;
  font-size: 14px;
  margin-top: -15px;
  padding: 5%; }

/* line 1261, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.takeAction_bottom {
  position: absolute;
  bottom: -1.3rem;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 48.0625rem)  {
    .takeAction_bottom {
      bottom: 0; } }

/* line 1273, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.take_action-container {
  height: 450px; }
  @media screen and (max-width: 48rem)  {
    .take_action-container {
      height: 451px; } }

/* line 1282, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-container__link--more {
  margin-bottom: 1rem; }

/*************** DID YOU KNOW **********/
/* line 1289, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.did_you_know {
  height: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFF;
  padding-left: 4% !important;
  padding-right: 4% !important; }

/* line 1306, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.did_you_know_title {
  color: black;
  font-size: 13px;
  margin: 5px;
  font-family: Arial;
  font-weight: normal;
  margin-top: 3%; }

/* line 1316, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.did_you_know_paragraph {
  color: black;
  font-size: 19px;
  line-height: normal;
  font-family: Arial;
  font-weight: bold;
  margin-top: 2%; }

/* line 1325, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.didYouknow_more {
  width: 6.375rem;
  font-family: Georgia;
  font-style: Italic;
  color: black;
  font-size: 13px;
  margin-top: 2%; }

/* line 1334, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.didYouknow_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px !important;
  line-height: 50px; }

/* line 1342, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.didYouknow-container {
  height: 214px; }

/* line 1346, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.learn_more {
  width: 45%;
  font-family: Georgia;
  font-style: Italic;
  color: black;
  font-size: 13px;
  margin-top: 2%; }

/* line 1355, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.didYouknow-slider {
  border: none; }

/********** EXPLORE SIMILAR **********/
/* line 1361, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.exploreSimilar {
  border-bottom: 10px solid #E8E8E8; }

/* line 1365, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide.swiper-slide--explore-similar {
  width: 173px !important; }

/* line 1369, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper__slider-container .similar-items {
  position: relative; }

/* line 1373, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow-explore {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 75px; }

/* line 1383, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow__fix-snow-leopard, .white-arrow__fix-jaguar {
  bottom: 72px !important; }

/* line 1387, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow__fix-clouded-leopard {
  bottom: 77px !important; }

/* line 1391, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow__fix-bengal-tiger {
  bottom: 57px !important; }

/* line 1395, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.exploreSimilar_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 68px; }

/* line 1402, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.image-size {
  width: 160px;
  height: 135px;
  position: relative; }

/* line 1408, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrow {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #FFF; }

/* line 1420, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.exploreSimilar-container {
  height: 345px; }

/* line 1424, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.item {
  width: 132px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: column;
  border: 1px solid #DDD;
  margin-left: 4%; }

/* line 1434, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.description-explore {
  height: auto;
  font-size: 12px;
  color: #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal; }

/* line 1443, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.text {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  width: 130px;
  text-align: left;
  background-color: white;
  padding-left: 7px;
  padding-bottom: 7px; }

/* line 1455, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.title-explore {
  height: 20px;
  font-size: 18px;
  color: black;
  font-weight: 700;
  padding-top: 6%;
  line-height: normal;
  height: 17px !important;
  font-size: 15px !important; }

/* line 1466, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.exploreSimilar_more {
  width: 7.375rem; }

/* line 1470, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.description-explore {
  height: auto;
  color: #999999;
  padding-top: 2%; }
  @media screen and (min-width: 30rem)  {
    .description-explore {
      font-size: 12px; } }

/* line 1480, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.text {
  padding-top: 1%; }

/* line 1484, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.title-explore {
  height: 20px;
  font-size: 18px;
  color: black;
  font-weight: 700; }

/* line 1491, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.exploreSimilar_more {
  width: 7.375rem; }

/* line 1495, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#leopard-title {
  margin-top: 20px; }

@media screen and (min-width: 64rem)  {
  .column-wrapper--top, .column-wrapper--bottom {
    max-width: 61.875em;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
    border-left: 10px solid #E8E8E8;
    border-right: 10px solid #E8E8E8;
    border-top: 10px solid #E8E8E8; }
    /* line 9, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
    .column-wrapper--top::after, .column-wrapper--bottom::after {
      clear: both;
      content: "";
      display: table; } }

/* line 1510, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.column-wrapper--bottom {
  border-top: 0; }

/* line 1514, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.column-wrapper--top--left, .column-wrapper--bottom--left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .column-wrapper--top--left:last-child, .column-wrapper--bottom--left:last-child {
    margin-right: 0; }
  @media screen and (min-width: 64rem)  {
    .column-wrapper--top--left, .column-wrapper--bottom--left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
      .column-wrapper--top--left:last-child, .column-wrapper--bottom--left:last-child {
        margin-right: 0; } }

/* line 1524, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.videos-section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .videos-section:last-child {
    margin-right: 0; }

/* line 1528, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.column-wrapper--top--right, .column-wrapper--bottom--right {
  padding: 0.6rem;
  display: none; }
  @media screen and (min-width: 64rem)  {
    .column-wrapper--top--right, .column-wrapper--bottom--right {
      display: block;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
      .column-wrapper--top--right:last-child, .column-wrapper--bottom--right:last-child {
        margin-right: 0; } }

@media screen and (min-width: 64rem)  {
  .column-wrapper--top--right {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    height: 96rem; }
    /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
    .column-wrapper--top--right:last-child {
      margin-right: 0; } }

@media screen and (min-width: 64rem)  {
  .column-wrapper--bottom--right {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    height: 176.3rem; }
    /* line 87, c:/xampp/htdocs/prototype-african-lion-responsive/bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
    .column-wrapper--bottom--right:last-child {
      margin-right: 0; } }

/******************** Tittle and Subtitle Section *********************/
/* line 1559, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#page-title {
  width: 100%;
  position: relative;
  background-color: #E8E8E8;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64rem)  {
    #page-title {
      padding-bottom: 1rem;
      padding-top: 1rem; } }

/* line 1572, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#animals-title {
  width: 100%;
  font-size: 14px; }

/* line 1577, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#titles-container {
  width: 100%; }

/* line 1581, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#main-title {
  font-family: "Georgia Regular","Georgia";
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: normal; }

/* line 1589, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#subtitle {
  font-size: 15px;
  color: #999; }

@media screen and (min-width: 320px) {
  /* line 1596, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #subtitle {
    width: 100%;
    display: block; }
  /* line 1601, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #contenedor-share {
    text-align: center; } }

@media screen and (max-width: 599px) {
  /* line 1607, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #titles-container {
    margin-left: 0; }
  /* line 1611, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #animals-title {
    display: none; }
  /* line 1615, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px; } }

@media screen and (min-width: 600px) {
  /* line 1625, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #contenedor-share {
    text-align: right; }
  /* line 1629, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main-title {
    float: left;
    font-size: 30px;
    height: 44px;
    line-height: 2; }
  /* line 1636, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #animals-title {
    display: none; }
  /* line 1640, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #subtitle {
    display: inline; }
  /* line 1644, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #page-title {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 1000px) {
  /* line 1654, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #animals-title {
    display: block; }
  /* line 1658, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #main-title {
    font-size: 44px;
    line-height: 1.2; }
  /* line 1663, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #page-title {
    padding-bottom: 1rem;
    padding-top: 1rem; } }

/****** ADDTHIS SHARE BUTTONS******/
/* line 1676, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.sharebutton {
  border: 1px solid #c9c9c9;
  color: #000;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  min-height: 44px;
  text-align: center;
  width: 44px;
  padding-top: 10px; }

/* line 1688, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.sharebutton:hover {
  background-color: black;
  color: gray;
  border: 1px solid black; }

/******************Gallery Your Shot ****************/
/* line 1697, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#your_shot {
  height: 30px;
  width: auto;
  position: absolute;
  left: 10px;
  top: 1px; }
  @media screen and (min-width: 19.9375rem) and (max-width: 29.9375rem)  {
    #your_shot {
      top: 7px; } }

/* line 1708, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#photo_position {
  text-align: right;
  padding-top: 12px;
  padding-right: 2%; }

/* line 1714, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.count-position {
  height: 25px;
  line-height: 1;
  text-align: right;
  color: black;
  padding-top: 5px;
  padding-right: 5px; }

/* line 1723, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.pic_info {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 20px;
  left: 0;
  text-align: left;
  line-height: 1;
  color: black;
  margin: 0 0 5px 10px;
  font-size: 15px; }

/* line 1736, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.author {
  display: inline-block; }

/* line 1740, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.profile {
  font-family: Georgia, serif; }

/* line 1744, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.profile span a {
  color: #282E5C;
  border-bottom: 1px solid; }

/* line 1749, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.profile span a:hover {
  border-bottom: 1px solid #999;
  color: #999; }

/* line 1754, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#click_zone_left {
  width: 50%;
  height: 440px;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2; }

/* line 1763, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#click_zone_right {
  width: 50%;
  height: 440px;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 2; }

/* line 1773, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper--your-shot {
  height: 16.125rem !important;
  color: #CCC;
  text-align: center;
  padding: 0.25rem 0;
  overflow: hidden;
  /*@include media (min-width rem(325)){
		height: 31.6rem !important;
	}*/ }

/* line 1786, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
  height: 250px;
  padding: 0;
  margin: 0;
  /*@include media (min-width rem(325)){
		height: 496px;
	}*/ }

/* line 1797, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
  max-height: 100%;
  max-width: 100%;
  /*@include media (min-width rem(325)){
		height: 430px;
	}*/ }

/* line 1807, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.slider-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

/* line 1815, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.author {
  color: #999; }

/* line 1819, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.gallery_more {
  width: 100%;
  text-align: center; }

/* line 1823, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.gallery_more:hover {
  color: #999; }

/* line 1827, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.image-container {
  position: relative;
  background-color: #CCC;
  width: 100%;
  height: 92%; }

/* line 1834, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.counter {
  height: 30px;
  width: 100%;
  text-align: right;
  padding: 10px;
  line-height: 1; }
  @media screen and (min-width: 19.9375rem) and (max-width: 29.9375rem)  {
    .counter {
      height: 44px;
      padding: 15px; } }

@media screen and (max-width: 319px) {
  /* line 1847, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #click_zone_left, #click_zone_right {
    display: none; }
  /* line 1850, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .image-container {
    height: 84%; }
  /* line 1853, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  nav span {
    top: 44%; }
  /* line 1856, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .pic_info {
    font-size: 12px; } }

/*Disabling the click zones for mobile*/
@media screen and (min-width: 100px) and (max-width: 319px) {
  /* line 1864, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #click_zone_left, #click_zone_right {
    display: none; } }

@media screen and (min-width: 320px) and (max-width: 599px) {
  /* line 1870, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #click_zone_left, #click_zone_right {
    display: none; } }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  /* line 1876, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  #click_zone_left, #click_zone_right {
    display: none; } }

/***************************************/
@media screen and (min-width: 701px) {
  /* line 1884, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    height: 25.70962rem;
    width: 100%; }
  /* line 1888, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot {
    height: 31.6rem !important; }
  /* line 1891, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
    height: 496px; } }

@media screen and (min-width: 320px) and (max-width: 359px) {
  /* line 1899, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    max-height: 100%; }
  /* line 1902, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  nav span {
    height: 50px;
    top: 43%;
    width: 30px; }
  /* line 1907, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .image-container {
    height: 83%; } }

@media screen and (min-width: 360px) and (max-width: 425px) {
  /* line 1913, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot {
    height: 19.125rem !important; }
  /* line 1916, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
    height: 290px; }
  /* line 1920, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    max-height: 100%; }
  /* line 1923, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  nav span {
    height: 50px;
    top: 43%;
    width: 30px; }
  /* line 1928, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .image-container {
    height: 85%; } }

@media screen and (min-width: 426px) and (max-width: 515px) {
  /* line 1935, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot {
    height: 22.125rem !important; }
  /* line 1938, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
    height: 345px; }
  /* line 1942, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  nav span {
    height: 50px;
    top: 44%; }
  /* line 1946, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    max-height: 100%; }
  /* line 1949, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .image-container {
    height: 88%; } }

@media screen and (min-width: 516px) and (max-width: 620px) {
  /* line 1956, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot {
    height: 26.125rem !important; }
  /* line 1959, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
    height: 410px; }
  /* line 1963, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    max-height: 100%; }
  /* line 1966, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  nav span {
    height: 50px;
    top: 45%; }
  /* line 1970, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .image-container {
    height: 90%; } }

@media screen and (min-width: 621px) and (max-width: 700px) {
  /* line 1976, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot {
    height: 29.125rem !important; }
  /* line 1979, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border {
    height: 460px; }
  /* line 1983, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper--your-shot .swiper-wrapper__slider-container--border img {
    max-height: 100%; } }

/********************RELATED TOPICS********************/
/* line 1991, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-topics {
  background: #E8E8E8; }

/* line 1995, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-topics-container {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap; }

/* line 2003, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-image {
  width: 140px;
  height: 105px; }

/* line 2008, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-title {
  font-family: 'Arial Bold', Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: 1.7rem;
  color: black; }

/* line 2018, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-general-box {
  margin: 0.5%;
  border: 1px solid #DDD;
  background: white;
  padding: 0.3%;
  width: 49%;
  height: 199px;
  position: relative; }
  @media screen and (min-width: 31.25rem) and (max-width: 47.9375rem)  {
    .related-general-box {
      max-width: 32%; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem)  {
    .related-general-box {
      max-width: 24%; } }
  @media screen and (min-width: 64rem)  {
    .related-general-box {
      max-width: 32%; } }

/* line 2040, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-box {
  width: 140px;
  height: 147px; }

/* line 2045, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-text {
  margin-top: 10px;
  margin-left: 8px; }

/* line 2050, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow-related, .white-arrow-explore {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 47px;
  left: 3px; }

/* line 2061, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.white-arrow-explore {
  bottom: 86px; }

/* line 2065, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-general-box:hover {
  background: #EBEBEB; }
  /* line 2067, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .related-general-box:hover .related-title {
    color: #444;
    text-decoration: underline; }
  /* line 2071, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .related-general-box:hover .white-arrow-related {
    border-color: transparent transparent #EBEBEB transparent; }

/* line 2076, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-wrapper__slider-container--border:hover {
  background-color: #EBEBEB; }
  /* line 2079, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper__slider-container--border:hover .description-explore, .swiper-wrapper__slider-container--border:hover .similar-items, .swiper-wrapper__slider-container--border:hover .text, .swiper-wrapper__slider-container--border:hover .similar-items a {
    background-color: #EBEBEB; }
  /* line 2083, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .swiper-wrapper__slider-container--border:hover .white-arrow-explore, .swiper-wrapper__slider-container--border:hover .arrow_up {
    border-color: transparent transparent #EBEBEB transparent; }

/* line 2088, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.swiper-slide--your-shot > .swiper-wrapper__slider-container--border, .swiper-slide--did-you-know > .swiper-wrapper__slider-container--border {
  background-color: white; }

/* line 2092, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-1 {
  background: url("../images/related-topics/serengeti-lion.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2099, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-2 {
  background: url("../images/related-topics/Africa.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2106, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-3 {
  background: url("../images/related-topics/big-cats-initiative.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2113, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-4 {
  background: url("../images/related-topics/grasslands.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2120, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-5 {
  background: url("../images/related-topics/mammal.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2127, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-6 {
  background: url("../images/related-topics/carnivore.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2134, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-7 {
  background: url("../images/related-topics/antelope.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2141, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-8 {
  background: url("../images/related-topics/zebra.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2148, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-9 {
  background: url("../images/related-topics/wildebeest.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2155, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-10 {
  background: url("../images/related-topics/kenya.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2162, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-11 {
  background: url("../images/related-topics/botsawa.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2169, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-12 {
  background: url("../images/related-topics/ghana.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2176, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-13 {
  background: url("../images/related-topics/hyena.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2183, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-14 {
  background: url("../images/related-topics/wild-dog.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2190, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-15 {
  background: url("../images/related-topics/asia.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2197, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#related-image-16 {
  background: url("../images/related-topics/europe.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative; }

/* line 2204, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-topics-title {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  font-weight: bold; }

@media screen and (min-width: 1023px) {
  /* line 2212, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .related-topics-container {
    border-left: 5px solid #E8E8E8; } }

/********************* FACTS ************************/
/* line 2220, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts {
  background-color: #F8F8F8;
  width: 100%;
  height: auto;
  border-left: 10px solid #E8E8E8;
  /*border-bottom: 10px solid #E8E8E8;*/
  border-right: 10px solid #E8E8E8;
  position: relative; }

/* line 2230, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts_title {
  width: 100%; }

/* line 2234, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-characters--display {
  display: inline-block; }
  @media screen and (min-width: 48rem)  {
    .facts-characters--display {
      display: none; } }

/* line 2242, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-animal {
  display: none; }
  @media screen and (min-width: 48rem)  {
    .facts-animal {
      display: block;
      margin-bottom: 15px;
      position: relative; } }

/* line 2252, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-images-link:hover > .facts-animal {
  background: #EBEBEB; }

/* line 2256, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-images-link:hover > .facts-animal .arrow--point-left {
  border-color: transparent #EBEBEB transparent transparent; }

/* line 2260, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-images-link:hover > .facts-animal > img {
  border-color: #EBEBEB; }

/* line 2264, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-images-link:hover > .facts-animal > p {
  text-decoration: underline; }

/* line 2268, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-animal-name {
  font-weight: bold;
  color: black;
  position: absolute;
  top: 2.5rem;
  left: 9rem;
  font-family: sans-serif;
  font-size: 14px; }

/* line 2278, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts-animal > img {
  border: 1px solid white; }

/* line 2282, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrow-facts {
  position: absolute !important;
  top: 1.8rem !important;
  left: 7.8rem !important; }

/* line 2288, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts_left_column {
  background-color: #F8F8F8;
  width: 50%;
  height: 100%;
  float: left;
  padding-right: 3%;
  padding-left: 15px;
  padding-bottom: .5rem; }
  @media screen and (max-width: 20rem)  {
    .facts_left_column {
      float: none;
      width: 100%; } }

/* line 2303, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.facts_right_column {
  width: 50%;
  float: right;
  padding-right: 15px;
  padding-bottom: .5rem; }
  @media screen and (max-width: 20rem)  {
    .facts_right_column {
      float: none;
      width: 100%; } }

/* line 2315, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.sep_line {
  margin: 0 auto .2em; }

/* line 2319, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_title {
  font-size: 15px;
  height: 25px; }

/* line 2324, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.status {
  font-family: 'Georgia Regular', 'Georgia';
  font-weight: 400;
  font-size: 14px;
  height: 30px;
  line-height: normal;
  display: inline-block; }

/* line 2333, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.circle-list {
  /*display: inline-block;*/
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px; }
  /* line 2344, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .circle-list div {
    margin: 0% 2% 2% 0;
    position: relative;
    width: 34px;
    height: 34px;
    float: left; }
    /* line 2351, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .circle-list div span {
      position: absolute;
      top: 50%;
      left: 49%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz--transform: translate(-50%, -50%);
      font-size: 14px;
      color: #999999; }
    /* line 2362, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
    .circle-list div .grey {
      color: #FFF; }
  /* line 2368, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .circle-list .status_circle {
    width: 34px;
    height: 34px; }

/* line 2374, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.circle-list div:last-child {
  margin-right: 0; }

/* line 2378, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_description {
  font-family: 'Georgia Regular', 'Georgia';
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px; }

/* line 2385, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_link em {
  font-size: 14px; }

/* line 2389, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_link {
  color: #003399;
  font-family: Georgia, serif; }
  @media screen and (min-width: 47.9375rem)  {
    .fact_link {
      display: none; } }

/* line 2398, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_link:hover {
  color: #999; }

/* line 2402, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.pic_link {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

/* line 2408, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_info {
  margin-bottom: 20px; }

/* line 2412, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.list_link {
  color: #003399; }

/* line 2416, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.list_link:hover {
  color: #999; }

/* line 2420, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.lion-human, .facts-animal {
  background-color: #FFF;
  height: 102px;
  border: 1px solid #E8E8E8;
  max-width: 320px; }

/* line 2427, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.related-to-human {
  height: 100px; }

/* line 2431, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_list {
  margin-top: 0; }

/* line 2435, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.fact_list dd {
  font-family: 'Georgia Regular', 'Georgia';
  font-weight: 400;
  font-size: 14px; }

@media screen and (min-width: 300px) and (max-width: 550px) {
  /* line 2442, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
  .facts_left_column, .facts_right_column {
    width: 100%;
    float: none;
    padding: .5rem; } }

/* Animal finder */
/* line 2451, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz {
  width: 19.5rem;
  height: 20rem;
  background-color: #f8f8f8;
  position: relative; }

/* line 2458, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz h1 {
  font-size: 1rem;
  color: black;
  text-transform: uppercase;
  padding: 0.6rem 0 0 0.8rem; }

/* line 2465, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz form {
  display: inline-block;
  margin-top: 10px; }

/* line 2470, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz input {
  border: 1px solid #CCC;
  height: 50px;
  width: 290px;
  padding-right: 2.9rem;
  margin-left: 0.7rem;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px; }

/* line 2483, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.atoz-list {
  background-color: #fff;
  height: 232px;
  overflow-y: auto;
  width: 290px;
  margin-left: 0.7rem;
  border: 1px solid #CCC; }

/* line 2492, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz li {
  border-top: 1px solid #CCC;
  display: table;
  height: 76px;
  padding: 1px 0;
  width: 100%; }

/* line 2500, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz li:first-child {
  border: 0;
  padding: 0 0 1px; }

/* line 2505, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz li:hover {
  cursor: pointer; }

/* line 2509, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz li a {
  color: black;
  display: table-cell;
  vertical-align: middle;
  /* text-align: -webkit-center; */
  width: 138px;
  font-size: .9em;
  font-weight: bold;
  padding-top: -17px; }

/* line 2520, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz li img {
  width: 120px;
  height: 90px;
  margin: 1px 0 1px 2px;
  display: block;
  float: left;
  position: relative; }

/* line 2529, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#atoz span.highlight {
  font-weight: bold;
  color: #477DCA; }

/* line 2534, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.arrow--point-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  position: relative;
  left: 6.7rem;
  top: 1.6rem; }

@media screen and (min-width: 64rem)  {
  .icongs-search {
    font-size: 1.9rem !important;
    color: #CCC;
    position: absolute;
    top: 4rem;
    right: 1.5rem; } }

/* line 2554, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.placeholder {
  color: #aaa; }

/* line 2558, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#q {
  font-weight: bold; }

/* line 2562, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
#linkatoz {
  padding-left: 70px;
  padding-top: 40px;
  height: 2.5rem;
  width: 17rem;
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 0.875rem;
  color: #062876;
  font-style: italic;
  display: block;
  margin: 0 auto .2rem; }

/* line 2576, c:/xampp/htdocs/prototype-african-lion-responsive/sass/style.scss */
.link-text-atoz {
  text-decoration: underline; }
