/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
* jQuery Mobile v1.4.5
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
  font-size: 100%;
}

body,
input,
select,
textarea,
button,
.ui-btn {
  font-size: 1em;
  line-height: 1.3;
  font-family: sans-serif;
}

legend,
.ui-input-text input,
.ui-input-search input {
  color: inherit;
  text-shadow: inherit;
}

/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
  font-weight: normal;
  font-size: 16px;
}

/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
  border-bottom-color: #828282;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6;
  /* non-RGBA fallback */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-stroke tbody th,
.table-stroke tbody td {
  border-bottom: 1px solid #e6e6e6;
  /* non-RGBA fallback  */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
  border-bottom: 0;
}

.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
  background-color: #eeeeee;
  /* non-RGBA fallback  */
  background-color: rgba(0, 0, 0, 0.04);
}

/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
}

.ui-btn {
  text-decoration: none !important;
}

.ui-btn-active {
  cursor: pointer;
}

/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}

/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
.ui-slider-track.ui-corner-all,
.ui-flipswitch.ui-corner-all,
.ui-li-count {
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}

/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
  left: 0.6em;
  right: 0.6em;
  top: 0.6em;
  bottom: 0.6em;
}

/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ui-shadow-inset {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ui-overlay-shadow {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.15);
}

/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
  background-color: transparent;
}

/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
  display: block;
  width: 18px;
  height: 18px;
  margin: -9px 2px 0 2px;
}

.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
  filter: Alpha(Opacity=30);
  opacity: .3;
}

.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
  -webkit-border-radius: .1875em;
  border-radius: .1875em;
}

.ui-btn.ui-checkbox-off:after {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.3);
}

.ui-radio .ui-btn.ui-radio-on:after {
  background-image: none;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-width: 5px;
  border-style: solid;
}

.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
  background-color: #000;
}

/* Loader */
.ui-icon-loading {
  background: url("images/ajax-loader.gif");
  background-size: 2.875em 2.875em;
}

/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #eee;
  font-weight: bold;
}

.ui-bar-a {
  border-width: 1px;
  border-style: solid;
}

/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  background-color: #f9f9f9;
  border-color: #bbb;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

.ui-body-a {
  border-width: 1px;
  border-style: solid;
}

/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
  color: #3388cc;
  font-weight: bold;
}

.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
  color: #3388cc;
}

.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
  color: #005599;
}

.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
  color: #005599;
}

/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
  background-color: #f6f6f6;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
  background-color: #ededed;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
  background-color: #e8e8e8;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
  background-color: #3388cc;
  border-color: #3388cc;
  color: #fff;
  text-shadow: 0 1px 0 #005599;
}

/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
  border-color: #3388cc;
}

/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
  -webkit-box-shadow: 0 0 12px #3388cc;
  -moz-box-shadow: 0 0 12px #3388cc;
  box-shadow: 0 0 12px #3388cc;
}

/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-weight: bold;
}

.ui-bar-b {
  border-width: 1px;
  border-style: solid;
}

/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
  background-color: #252525;
  border-color: #454545;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
  background-color: #2a2a2a;
  border-color: #1d1d1d;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

.ui-body-b {
  border-width: 1px;
  border-style: solid;
}

/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
  color: #22aadd;
  font-weight: bold;
}

.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
  color: #22aadd;
}

.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
  color: #0088bb;
}

.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
  color: #0088bb;
}

/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
  background-color: #333;
  border-color: #1f1f1f;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
  background-color: #373737;
  border-color: #1f1f1f;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
  background-color: #404040;
  border-color: #1f1f1f;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
  background-color: #22aadd;
  border-color: #22aadd;
  color: #fff;
  text-shadow: 0 1px 0 #0088bb;
}

/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
  border-color: #22aadd;
}

/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
  -webkit-box-shadow: 0 0 12px #22aadd;
  -moz-box-shadow: 0 0 12px #22aadd;
  box-shadow: 0 0 12px #22aadd;
}

/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
  filter: Alpha(Opacity=30);
  opacity: .3;
  cursor: default !important;
  pointer-events: none;
}

/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
  outline: 0;
}

/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow input:focus,
.ui-noboxshadow .ui-panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
  outline-width: 1px;
  outline-style: auto;
}

/*
* jQuery Mobile v1.4.5
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Some unsets */
.ui-mobile,
.ui-mobile body {
  height: 99.9%;
}

.ui-mobile fieldset,
.ui-page {
  padding: 0;
  margin: 0;
}

.ui-mobile a img,
.ui-mobile fieldset {
  border-width: 0;
}

/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
  min-width: 0;
}

@-moz-document url-prefix() {
  .ui-mobile fieldset {
    display: table-column;
    vertical-align: middle;
  }
}
/* Viewport */
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  overflow-x: hidden;
}

/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0;
}

/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
  outline: none;
}

.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
  overflow-x: hidden;
}

@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px;
  }
}
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px;
  }
}
/* Fouc */
.ui-mobile-rendering > * {
  visibility: hidden;
}

/* Non-js content hiding */
.ui-nojs {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Loading screen */
.ui-loading .ui-loader {
  display: block;
}

.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0;
}

.ui-loader-default {
  background: none;
  filter: Alpha(Opacity=18);
  opacity: .18;
  width: 2.875em;
  height: 2.875em;
  margin-left: -1.4375em;
  margin-top: -1.4375em;
}

.ui-loader-verbose {
  width: 12.5em;
  filter: Alpha(Opacity=88);
  opacity: .88;
  box-shadow: 0 1px 1px -1px #fff;
  height: auto;
  margin-left: -6.875em;
  margin-top: -2.6875em;
  padding: .625em;
}

.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-loader-verbose h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}

.ui-loader .ui-icon-loading {
  background-color: #000;
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: .0625em;
  -webkit-border-radius: 2.25em;
  border-radius: 2.25em;
}

.ui-loader-verbose .ui-icon-loading {
  margin: 0 auto .625em;
  filter: Alpha(Opacity=75);
  opacity: .75;
}

.ui-loader-textonly {
  padding: .9375em;
  margin-left: -7.1875em;
}

.ui-loader-textonly .ui-icon-loading {
  display: none;
}

.ui-loader-fakefix {
  position: absolute;
}

/* Headers, content panels */
.ui-bar,
.ui-body {
  position: relative;
  padding: .4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
}

.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}

.ui-header,
.ui-footer {
  border-width: 1px 0;
  border-style: solid;
  position: relative;
}

.ui-header:empty,
.ui-footer:empty {
  min-height: 2.6875em;
}

.ui-header .ui-title,
.ui-footer .ui-title {
  font-size: 1em;
  min-height: 1.1em;
  text-align: center;
  display: block;
  margin: 0 30%;
  padding: .7em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}

.ui-footer .ui-title {
  margin: 0 1em;
}

.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
}

/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* Buttons and icons */
.ui-btn {
  font-size: 16px;
  margin: .5em 0;
  padding: .7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap !important;
}

.ui-mini {
  font-size: 12.5px;
}

.ui-mini .ui-btn {
  font-size: inherit;
}

/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}

.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
  font-size: 12.5px;
}

/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
  font-size: 12.5px;
}

.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
  font-size: 16px;
  padding: 0;
}

.ui-btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: .625em;
}

.ui-btn-icon-left {
  padding-left: 2.5em;
}

.ui-btn-icon-right {
  padding-right: 2.5em;
}

.ui-btn-icon-top {
  padding-top: 2.5em;
}

.ui-btn-icon-bottom {
  padding-bottom: 2.5em;
}

.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
  padding-left: .3125em;
  padding-right: .3125em;
}

.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
  top: 50%;
  margin-top: -11px;
}

.ui-btn-icon-left:after {
  left: .5625em;
}

.ui-btn-icon-right:after {
  right: .5625em;
}

.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
  left: .37em;
}

.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
  right: .37em;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
  left: 50%;
  margin-left: -11px;
}

.ui-btn-icon-top:after {
  top: .5625em;
}

.ui-btn-icon-bottom:after {
  top: auto;
  bottom: .5625em;
}

/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
  margin: 0;
}

.ui-btn-left,
.ui-btn-right {
  position: absolute;
  top: .24em;
}

.ui-btn-left {
  left: .4em;
}

.ui-btn-right {
  right: .4em;
}

.ui-btn-icon-notext.ui-btn-left {
  top: .3125em;
  left: .3125em;
}

.ui-btn-icon-notext.ui-btn-right {
  top: .3125em;
  right: .3125em;
}

/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
  width: auto;
}

/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
  border: 0;
}

button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.75em;
}

/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
  display: block;
  margin: 0 0 .4em;
}

/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
  display: none !important;
}

/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-page-pre-in {
  opacity: 0;
}

.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms;
}

.out {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 225ms;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 225ms;
  animation-timing-function: ease-in;
  animation-duration: 225ms;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout;
}

.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein;
}

/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */
.viewport-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  position: absolute;
}

.flip {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}

.flip.out {
  -webkit-transform: rotateY(-90deg) scale(0.9);
  -webkit-animation-name: flipouttoleft;
  -webkit-animation-duration: 175ms;
  -moz-transform: rotateY(-90deg) scale(0.9);
  -moz-animation-name: flipouttoleft;
  -moz-animation-duration: 175ms;
  transform: rotateY(-90deg) scale(0.9);
  animation-name: flipouttoleft;
  animation-duration: 175ms;
}

.flip.in {
  -webkit-animation-name: flipintoright;
  -webkit-animation-duration: 225ms;
  -moz-animation-name: flipintoright;
  -moz-animation-duration: 225ms;
  animation-name: flipintoright;
  animation-duration: 225ms;
}

.flip.out.reverse {
  -webkit-transform: rotateY(90deg) scale(0.9);
  -webkit-animation-name: flipouttoright;
  -moz-transform: rotateY(90deg) scale(0.9);
  -moz-animation-name: flipouttoright;
  transform: rotateY(90deg) scale(0.9);
  animation-name: flipouttoright;
}

.flip.in.reverse {
  -webkit-animation-name: flipintoleft;
  -moz-animation-name: flipintoleft;
  animation-name: flipintoleft;
}

@-webkit-keyframes flipouttoleft {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-90deg) scale(0.9);
  }
}
@-moz-keyframes flipouttoleft {
  from {
    -moz-transform: rotateY(0);
  }
  to {
    -moz-transform: rotateY(-90deg) scale(0.9);
  }
}
@keyframes flipouttoleft {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-90deg) scale(0.9);
  }
}
@-webkit-keyframes flipouttoright {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(90deg) scale(0.9);
  }
}
@-moz-keyframes flipouttoright {
  from {
    -moz-transform: rotateY(0);
  }
  to {
    -moz-transform: rotateY(90deg) scale(0.9);
  }
}
@keyframes flipouttoright {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(90deg) scale(0.9);
  }
}
@-webkit-keyframes flipintoleft {
  from {
    -webkit-transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes flipintoleft {
  from {
    -moz-transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -moz-transform: rotateY(0);
  }
}
@keyframes flipintoleft {
  from {
    transform: rotateY(-90deg) scale(0.9);
  }
  to {
    transform: rotateY(0);
  }
}
@-webkit-keyframes flipintoright {
  from {
    -webkit-transform: rotateY(90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes flipintoright {
  from {
    -moz-transform: rotateY(90deg) scale(0.9);
  }
  to {
    -moz-transform: rotateY(0);
  }
}
@keyframes flipintoright {
  from {
    transform: rotateY(90deg) scale(0.9);
  }
  to {
    transform: rotateY(0);
  }
}
/* flow transition */
.flow {
  -webkit-transform-origin: 50% 30%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-transform-origin: 50% 30%;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transform-origin: 50% 30%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.ui-dialog.flow {
  -webkit-transform-origin: none;
  -webkit-box-shadow: none;
  -moz-transform-origin: none;
  -moz-box-shadow: none;
  transform-origin: none;
  box-shadow: none;
}

.flow.out {
  -webkit-transform: translateX(-100%) scale(0.7);
  -webkit-animation-name: flowouttoleft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-duration: 350ms;
  -moz-transform: translateX(-100%) scale(0.7);
  -moz-animation-name: flowouttoleft;
  -moz-animation-timing-function: ease;
  -moz-animation-duration: 350ms;
  transform: translateX(-100%) scale(0.7);
  animation-name: flowouttoleft;
  animation-timing-function: ease;
  animation-duration: 350ms;
}

.flow.in {
  -webkit-transform: translateX(0) scale(1);
  -webkit-animation-name: flowinfromright;
  -webkit-animation-timing-function: ease;
  -webkit-animation-duration: 350ms;
  -moz-transform: translateX(0) scale(1);
  -moz-animation-name: flowinfromright;
  -moz-animation-timing-function: ease;
  -moz-animation-duration: 350ms;
  transform: translateX(0) scale(1);
  animation-name: flowinfromright;
  animation-timing-function: ease;
  animation-duration: 350ms;
}

.flow.out.reverse {
  -webkit-transform: translateX(100%);
  -webkit-animation-name: flowouttoright;
  -moz-transform: translateX(100%);
  -moz-animation-name: flowouttoright;
  transform: translateX(100%);
  animation-name: flowouttoright;
}

.flow.in.reverse {
  -webkit-animation-name: flowinfromleft;
  -moz-animation-name: flowinfromleft;
  animation-name: flowinfromleft;
}

@-webkit-keyframes flowouttoleft {
  0% {
    -webkit-transform: translateX(0) scale(1);
  }
  60%, 70% {
    -webkit-transform: translateX(0) scale(0.7);
  }
  100% {
    -webkit-transform: translateX(-100%) scale(0.7);
  }
}
@-moz-keyframes flowouttoleft {
  0% {
    -moz-transform: translateX(0) scale(1);
  }
  60%, 70% {
    -moz-transform: translateX(0) scale(0.7);
  }
  100% {
    -moz-transform: translateX(-100%) scale(0.7);
  }
}
@keyframes flowouttoleft {
  0% {
    transform: translateX(0) scale(1);
  }
  60%, 70% {
    transform: translateX(0) scale(0.7);
  }
  100% {
    transform: translateX(-100%) scale(0.7);
  }
}
@-webkit-keyframes flowouttoright {
  0% {
    -webkit-transform: translateX(0) scale(1);
  }
  60%, 70% {
    -webkit-transform: translateX(0) scale(0.7);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.7);
  }
}
@-moz-keyframes flowouttoright {
  0% {
    -moz-transform: translateX(0) scale(1);
  }
  60%, 70% {
    -moz-transform: translateX(0) scale(0.7);
  }
  100% {
    -moz-transform: translateX(100%) scale(0.7);
  }
}
@keyframes flowouttoright {
  0% {
    transform: translateX(0) scale(1);
  }
  60%, 70% {
    transform: translateX(0) scale(0.7);
  }
  100% {
    transform: translateX(100%) scale(0.7);
  }
}
@-webkit-keyframes flowinfromleft {
  0% {
    -webkit-transform: translateX(-100%) scale(0.7);
  }
  30%, 40% {
    -webkit-transform: translateX(0) scale(0.7);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
  }
}
@-moz-keyframes flowinfromleft {
  0% {
    -moz-transform: translateX(-100%) scale(0.7);
  }
  30%, 40% {
    -moz-transform: translateX(0) scale(0.7);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
  }
}
@keyframes flowinfromleft {
  0% {
    transform: translateX(-100%) scale(0.7);
  }
  30%, 40% {
    transform: translateX(0) scale(0.7);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes flowinfromright {
  0% {
    -webkit-transform: translateX(100%) scale(0.7);
  }
  30%, 40% {
    -webkit-transform: translateX(0) scale(0.7);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
  }
}
@-moz-keyframes flowinfromright {
  0% {
    -moz-transform: translateX(100%) scale(0.7);
  }
  30%, 40% {
    -moz-transform: translateX(0) scale(0.7);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
  }
}
@keyframes flowinfromright {
  0% {
    transform: translateX(100%) scale(0.7);
  }
  30%, 40% {
    transform: translateX(0) scale(0.7);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.pop {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pop.in {
  -webkit-transform: scale(1);
  -webkit-animation-name: popin;
  -webkit-animation-duration: 350ms;
  -moz-transform: scale(1);
  -moz-animation-name: popin;
  -moz-animation-duration: 350ms;
  transform: scale(1);
  animation-name: popin;
  animation-duration: 350ms;
  opacity: 1;
}

.pop.out {
  -webkit-animation-name: fadeout;
  -webkit-animation-duration: 100ms;
  -moz-animation-name: fadeout;
  -moz-animation-duration: 100ms;
  animation-name: fadeout;
  animation-duration: 100ms;
  opacity: 0;
}

.pop.in.reverse {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  animation-name: fadein;
}

.pop.out.reverse {
  -webkit-transform: scale(0.8);
  -webkit-animation-name: popout;
  -moz-transform: scale(0.8);
  -moz-animation-name: popout;
  transform: scale(0.8);
  animation-name: popout;
}

@-webkit-keyframes popin {
  from {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes popin {
  from {
    -moz-transform: scale(0.8);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes popout {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes popout {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    opacity: 0;
  }
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideinfromright {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@keyframes slideinfromright {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideinfromleft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideinfromleft {
  from {
    -moz-transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@keyframes slideinfromleft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideouttoleft {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes slideouttoleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideouttoright {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideouttoright {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes slideouttoright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.slide.out, .slide.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms;
}

.slide.out {
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: slideouttoleft;
  -moz-transform: translateX(-100%);
  -moz-animation-name: slideouttoleft;
  transform: translateX(-100%);
  animation-name: slideouttoleft;
}

.slide.in {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation-name: slideinfromright;
  -moz-transform: translateX(0);
  -moz-animation-name: slideinfromright;
  transform: translateX(0);
  animation-name: slideinfromright;
}

.slide.out.reverse {
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-animation-name: slideouttoright;
  -moz-transform: translateX(100%);
  -moz-animation-name: slideouttoright;
  transform: translateX(100%);
  animation-name: slideouttoright;
}

.slide.in.reverse {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation-name: slideinfromleft;
  -moz-transform: translateX(0);
  -moz-animation-name: slideinfromleft;
  transform: translateX(0);
  animation-name: slideinfromleft;
}

/* slide down */
.slidedown.out {
  -webkit-animation-name: fadeout;
  -webkit-animation-duration: 100ms;
  -moz-animation-name: fadeout;
  -moz-animation-duration: 100ms;
  animation-name: fadeout;
  animation-duration: 100ms;
}

.slidedown.in {
  -webkit-transform: translateY(0);
  -webkit-animation-name: slideinfromtop;
  -webkit-animation-duration: 250ms;
  -moz-transform: translateY(0);
  -moz-animation-name: slideinfromtop;
  -moz-animation-duration: 250ms;
  transform: translateY(0);
  animation-name: slideinfromtop;
  animation-duration: 250ms;
}

.slidedown.in.reverse {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 150ms;
  -moz-animation-name: fadein;
  -moz-animation-duration: 150ms;
  animation-name: fadein;
  animation-duration: 150ms;
}

.slidedown.out.reverse {
  -webkit-transform: translateY(-100%);
  -webkit-animation-name: slideouttotop;
  -webkit-animation-duration: 200ms;
  -moz-transform: translateY(-100%);
  -moz-animation-name: slideouttotop;
  -moz-animation-duration: 200ms;
  transform: translateY(-100%);
  animation-name: slideouttotop;
  animation-duration: 200ms;
}

@-webkit-keyframes slideinfromtop {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideinfromtop {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes slideinfromtop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideouttotop {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideouttotop {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes slideouttotop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout;
}

.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein;
}

/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideouttoleft {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes slideouttoleft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideouttoright {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideouttoright {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes slideouttoright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.slidefade.out {
  -webkit-transform: translateX(-100%);
  -webkit-animation-name: slideouttoleft;
  -webkit-animation-duration: 225ms;
  -moz-transform: translateX(-100%);
  -moz-animation-name: slideouttoleft;
  -moz-animation-duration: 225ms;
  transform: translateX(-100%);
  animation-name: slideouttoleft;
  animation-duration: 225ms;
}

.slidefade.in {
  -webkit-transform: translateX(0);
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 200ms;
  -moz-transform: translateX(0);
  -moz-animation-name: fadein;
  -moz-animation-duration: 200ms;
  transform: translateX(0);
  animation-name: fadein;
  animation-duration: 200ms;
}

.slidefade.out.reverse {
  -webkit-transform: translateX(100%);
  -webkit-animation-name: slideouttoright;
  -webkit-animation-duration: 200ms;
  -moz-transform: translateX(100%);
  -moz-animation-name: slideouttoright;
  -moz-animation-duration: 200ms;
  transform: translateX(100%);
  animation-name: slideouttoright;
  animation-duration: 200ms;
}

.slidefade.in.reverse {
  -webkit-transform: translateX(0);
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 200ms;
  -moz-transform: translateX(0);
  -moz-animation-name: fadein;
  -moz-animation-duration: 200ms;
  transform: translateX(0);
  animation-name: fadein;
  animation-duration: 200ms;
}

/* slide up */
.slideup.out {
  -webkit-animation-name: fadeout;
  -webkit-animation-duration: 100ms;
  -moz-animation-name: fadeout;
  -moz-animation-duration: 100ms;
  animation-name: fadeout;
  animation-duration: 100ms;
}

.slideup.in {
  -webkit-transform: translateY(0);
  -webkit-animation-name: slideinfrombottom;
  -webkit-animation-duration: 250ms;
  -moz-transform: translateY(0);
  -moz-animation-name: slideinfrombottom;
  -moz-animation-duration: 250ms;
  transform: translateY(0);
  animation-name: slideinfrombottom;
  animation-duration: 250ms;
}

.slideup.in.reverse {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 150ms;
  -moz-animation-name: fadein;
  -moz-animation-duration: 150ms;
  animation-name: fadein;
  animation-duration: 150ms;
}

.slideup.out.reverse {
  -webkit-transform: translateY(100%);
  -webkit-animation-name: slideouttobottom;
  -webkit-animation-duration: 200ms;
  -moz-transform: translateY(100%);
  -moz-animation-name: slideouttobottom;
  -moz-animation-duration: 200ms;
  transform: translateY(100%);
  animation-name: slideouttobottom;
  animation-duration: 200ms;
}

@-webkit-keyframes slideinfrombottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideinfrombottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@keyframes slideinfrombottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideouttobottom {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slideouttobottom {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}
@keyframes slideouttobottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */
.viewport-turn {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  perspective: 200px;
  position: absolute;
}

.turn {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
  -webkit-transform-origin: 0;
  -moz-backface-visibility: hidden;
  -moz-transform: translateX(0);
  -moz-transform-origin: 0;
  backface-visibility: hidden;
  transform: translateX(0);
  transform-origin: 0;
}

.turn.out {
  -webkit-transform: rotateY(-90deg) scale(0.9);
  -webkit-animation-name: flipouttoleft;
  -webkit-animation-duration: 125ms;
  -moz-transform: rotateY(-90deg) scale(0.9);
  -moz-animation-name: flipouttoleft;
  -moz-animation-duration: 125ms;
  transform: rotateY(-90deg) scale(0.9);
  animation-name: flipouttoleft;
  animation-duration: 125ms;
}

.turn.in {
  -webkit-animation-name: flipintoright;
  -webkit-animation-duration: 250ms;
  -moz-animation-name: flipintoright;
  -moz-animation-duration: 250ms;
  animation-name: flipintoright;
  animation-duration: 250ms;
}

.turn.out.reverse {
  -webkit-transform: rotateY(90deg) scale(0.9);
  -webkit-animation-name: flipouttoright;
  -moz-transform: rotateY(90deg) scale(0.9);
  -moz-animation-name: flipouttoright;
  transform: rotateY(90deg) scale(0.9);
  animation-name: flipouttoright;
}

.turn.in.reverse {
  -webkit-animation-name: flipintoleft;
  -moz-animation-name: flipintoleft;
  animation-name: flipintoleft;
}

@-webkit-keyframes flipouttoleft {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-90deg) scale(0.9);
  }
}
@-moz-keyframes flipouttoleft {
  from {
    -moz-transform: rotateY(0);
  }
  to {
    -moz-transform: rotateY(-90deg) scale(0.9);
  }
}
@keyframes flipouttoleft {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-90deg) scale(0.9);
  }
}
@-webkit-keyframes flipouttoright {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(90deg) scale(0.9);
  }
}
@-moz-keyframes flipouttoright {
  from {
    -moz-transform: rotateY(0);
  }
  to {
    -moz-transform: rotateY(90deg) scale(0.9);
  }
}
@keyframes flipouttoright {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(90deg) scale(0.9);
  }
}
@-webkit-keyframes flipintoleft {
  from {
    -webkit-transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes flipintoleft {
  from {
    -moz-transform: rotateY(-90deg) scale(0.9);
  }
  to {
    -moz-transform: rotateY(0);
  }
}
@keyframes flipintoleft {
  from {
    transform: rotateY(-90deg) scale(0.9);
  }
  to {
    transform: rotateY(0);
  }
}
@-webkit-keyframes flipintoright {
  from {
    -webkit-transform: rotateY(90deg) scale(0.9);
  }
  to {
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes flipintoright {
  from {
    -moz-transform: rotateY(90deg) scale(0.9);
  }
  to {
    -moz-transform: rotateY(0);
  }
}
@keyframes flipintoright {
  from {
    transform: rotateY(90deg) scale(0.9);
  }
  to {
    transform: rotateY(0);
  }
}
figure.fluidratio {
  /* padding-top: $slope * 100%; */
  height: -286.95652px;
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}

#adventure li figure.fluidratio.landscape[data-rel="0"] {
  background-image: url(../images/landscape/adventure/0.jpg);
}
#adventure li figure.fluidratio.landscape[data-rel="1"] {
  background-image: url(../images/landscape/adventure/1.jpg);
}
#adventure li figure.fluidratio.landscape[data-rel="2"] {
  background-image: url(../images/landscape/adventure/2.jpg);
}
#adventure li figure.fluidratio.landscape[data-rel="3"] {
  background-image: url(../images/landscape/adventure/3.jpg);
}
#adventure li figure.fluidratio.landscape[data-rel="4"] {
  background-image: url(../images/landscape/adventure/4.jpg);
}

#culture li figure.fluidratio.landscape[data-rel="0"] {
  background-image: url(../images/landscape/culture/0.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="1"] {
  background-image: url(../images/landscape/culture/1.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="2"] {
  background-image: url(../images/landscape/culture/2.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="3"] {
  background-image: url(../images/landscape/culture/3.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="4"] {
  background-image: url(../images/landscape/culture/4.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="5"] {
  background-image: url(../images/landscape/culture/5.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="6"] {
  background-image: url(../images/landscape/culture/6.jpg);
}
#culture li figure.fluidratio.landscape[data-rel="7"] {
  background-image: url(../images/landscape/culture/7.jpg);
}

#relaxation li figure.fluidratio.landscape[data-rel="0"] {
  background-image: url(../images/landscape/relaxation/0.jpg);
}
#relaxation li figure.fluidratio.landscape[data-rel="1"] {
  background-image: url(../images/landscape/relaxation/1.jpg);
}
#relaxation li figure.fluidratio.landscape[data-rel="2"] {
  background-image: url(../images/landscape/relaxation/2.jpg);
}
#relaxation li figure.fluidratio.landscape[data-rel="3"] {
  background-image: url(../images/landscape/relaxation/3.jpg);
}
#relaxation li figure.fluidratio.landscape[data-rel="4"] {
  background-image: url(../images/landscape/relaxation/4.jpg);
}

#adventure li figure.fluidratio.portrait[data-rel="0"] {
  background-image: url(../images/portrait/adventure/0.jpg);
}
#adventure li figure.fluidratio.portrait[data-rel="1"] {
  background-image: url(../images/portrait/adventure/1.jpg);
}
#adventure li figure.fluidratio.portrait[data-rel="2"] {
  background-image: url(../images/portrait/adventure/2.jpg);
}
#adventure li figure.fluidratio.portrait[data-rel="3"] {
  background-image: url(../images/portrait/adventure/3.jpg);
}
#adventure li figure.fluidratio.portrait[data-rel="4"] {
  background-image: url(../images/portrait/adventure/4.jpg);
}

#culture li figure.fluidratio.portrait[data-rel="0"] {
  background-image: url(../images/portrait/culture/0.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="1"] {
  background-image: url(../images/portrait/culture/1.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="2"] {
  background-image: url(../images/portrait/culture/2.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="3"] {
  background-image: url(../images/portrait/culture/3.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="4"] {
  background-image: url(../images/portrait/culture/4.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="5"] {
  background-image: url(../images/portrait/culture/5.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="6"] {
  background-image: url(../images/portrait/culture/6.jpg);
}
#culture li figure.fluidratio.portrait[data-rel="7"] {
  background-image: url(../images/portrait/culture/7.jpg);
}

#relaxation li figure.fluidratio.portrait[data-rel="0"] {
  background-image: url(../images/portrait/relaxation/0.jpg);
}
#relaxation li figure.fluidratio.portrait[data-rel="1"] {
  background-image: url(../images/portrait/relaxation/1.jpg);
}
#relaxation li figure.fluidratio.portrait[data-rel="2"] {
  background-image: url(../images/portrait/relaxation/2.jpg);
}
#relaxation li figure.fluidratio.portrait[data-rel="3"] {
  background-image: url(../images/portrait/relaxation/3.jpg);
}
#relaxation li figure.fluidratio.portrait[data-rel="4"] {
  background-image: url(../images/portrait/relaxation/4.jpg);
}

@media screen and (max-width: 900px) {
  #adventure li figure.fluidratio.landscape[data-rel="0"] {
    background-image: url(../images/mobile-landscape/adventure/0.jpg);
  }
  #adventure li figure.fluidratio.landscape[data-rel="1"] {
    background-image: url(../images/mobile-landscape/adventure/1.jpg);
  }
  #adventure li figure.fluidratio.landscape[data-rel="2"] {
    background-image: url(../images/mobile-landscape/adventure/2.jpg);
  }
  #adventure li figure.fluidratio.landscape[data-rel="3"] {
    background-image: url(../images/mobile-landscape/adventure/3.jpg);
  }
  #adventure li figure.fluidratio.landscape[data-rel="4"] {
    background-image: url(../images/mobile-landscape/adventure/4.jpg);
  }

  #culture li figure.fluidratio.landscape[data-rel="0"] {
    background-image: url(../images/mobile-landscape/culture/0.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="1"] {
    background-image: url(../images/mobile-landscape/culture/1.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="2"] {
    background-image: url(../images/mobile-landscape/culture/2.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="3"] {
    background-image: url(../images/mobile-landscape/culture/3.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="4"] {
    background-image: url(../images/mobile-landscape/culture/4.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="5"] {
    background-image: url(../images/mobile-landscape/culture/3.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="6"] {
    background-image: url(../images/mobile-landscape/culture/4.jpg);
  }
  #culture li figure.fluidratio.landscape[data-rel="7"] {
    background-image: url(../images/mobile-landscape/culture/7.jpg);
  }

  #relaxation li figure.fluidratio.landscape[data-rel="0"] {
    background-image: url(../images/mobile-landscape/relaxation/0.jpg);
  }
  #relaxation li figure.fluidratio.landscape[data-rel="1"] {
    background-image: url(../images/mobile-landscape/relaxation/1.jpg);
  }
  #relaxation li figure.fluidratio.landscape[data-rel="2"] {
    background-image: url(../images/mobile-landscape/relaxation/2.jpg);
  }
  #relaxation li figure.fluidratio.landscape[data-rel="3"] {
    background-image: url(../images/mobile-landscape/relaxation/3.jpg);
  }
  #relaxation li figure.fluidratio.landscape[data-rel="4"] {
    background-image: url(../images/mobile-landscape/relaxation/4.jpg);
  }
}
html, body {
  font-family: "Guardian Sans Headline", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1e1e1e;
  letter-spacing: 1px;
  -webkit-perspective: 1000px;
  /* <-NB */
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

i {
  font-style: italic;
}

.spinner {
  font-size: 100px;
  /* 1em */
  width: 1em;
  height: 1em;
  margin: 45vh auto;
  position: relative;
  list-style: none;
  border-radius: 50%;
  border: 0.01em solid rgba(150, 150, 150, 0.1);
  /* Subtle white line circling the dots */
}

.spinner li {
  width: .2em;
  height: .2em;
  position: absolute;
  border-radius: 50%;
}

.spinner li:nth-child(1) {
  background: rgba(255, 255, 255, 0.4);
  /* Blue */
  top: 0;
  left: 50%;
  margin-left: -.1em;
  /* Width/2 */
  transform-origin: 50% 250%;
  -webkit-transform-origin: 50% 250%;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

.spinner li:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
  /* Blue */
  top: 50%;
  right: 0;
  margin-top: -.1em;
  /* Height/2 */
  transform-origin: -150% 50%;
  -webkit-transform-origin: -150% 50%;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

.spinner li:nth-child(3) {
  background: rgba(255, 255, 255, 0.6);
  /* Blue */
  bottom: 0;
  left: 50%;
  margin-left: -.1em;
  /* Width/2 */
  transform-origin: 50% -150%;
  -webkit-transform-origin: 50% -150%;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

.spinner li:nth-child(4) {
  background: rgba(255, 255, 255, 0.5);
  /* Blue */
  top: 50%;
  left: 0;
  margin-top: -.1em;
  /* Height/2 */
  transform-origin: 250% 50%;
  -webkit-transform-origin: 250% 50%;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

.gallery-wrap {
  display: none;
}

.image-holder {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: static;
}

.image-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.image-inner li {
  width: 100%;
  height: 100%;
  display: table-row;
  vertical-align: middle;
  margin: 0 auto;
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: opacity 1000ms ease-in;
  -moz-transition: opacity 1000ms ease-in;
  -webkit-transition: opacity 1000ms ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-in;
  opacity: 0;
}

.image-inner li.current {
  display: table-row;
  transition: opacity 50ms ease-in;
  -moz-transition: opacity 50ms ease-in;
  -webkit-transition: opacity 50ms ease-in;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.landscape {
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

.portrait {
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

figure {
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}

.buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  min-width: 100%;
  max-height: 60%;
}

.fake-buttons {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  min-width: 100%;
  min-height: 40%;
  cursor: pointer;
}

.buttons .next, .buttons .prev, .fake-buttons .next, .fake-buttons .prev {
  min-width: 50%;
  min-height: 100%;
  min-height: 100vh;
  padding-bottom: 100%;
  float: left;
  position: relative;
  display: table;
  overflow: auto;
}

.fake-buttons .next, .fake-buttons .prev {
  max-height: 40%;
  min-height: 40vh;
  padding-bottom: 40%;
  display: block;
}

.buttons > .prev {
  cursor: pointer;
}
.buttons > .prev div #left {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  /*border-style: solid;
  border-width: 40px 70px 40px 0px;    
  border-color: transparent rgba(255,255,255,0.3) transparent transparent;*/
  float: left;
  margin-left: 1.2rem;
  background: url("../icons/back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.buttons > .next {
  cursor: pointer;
}
.buttons > .next div #right {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-size: contain;
  /*border-top: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 70px solid rgba(255,255,255,0.3);        
  border-color: transparent transparent transparent rgba(255,255,255,0.3);*/
  float: right;
  margin-right: 1.2rem;
  background: url("../icons/forward.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
}

.arrow-wrap {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  display: table-cell;
}

.buttons > div {
  transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -webkit-transition: opacity .25s ease-in;
  opacity: 0;
}

.buttons > div:hover {
  transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -webkit-transition: opacity 250ms ease-in;
  opacity: 1;
}

.nav-holder {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: rgba(10, 10, 10, 0.5);
  overflow: hidden;
}
.nav-holder #caption {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
  font-weight: 300;
}
.nav-holder .menu-title-wrap {
  display: block;
  overflow: hidden;
}
.nav-holder .menu-title-wrap .title-more-wrap {
  display: inline;
  float: right;
  overflow: hidden;
}
.nav-holder .menu-title-wrap p {
  padding: 0 1.5rem 0 1.5rem;
  margin: 0.8rem 0;
  display: block;
  overflow: hidden;
  line-height: 1.2rem;
}
.nav-holder .menu-title-wrap div {
  display: inline;
  float: left;
  overflow: auto;
}
.nav-holder .menu-title-wrap div #title {
  font-weight: 600;
}

.logos {
  display: block;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  margin: 1rem;
}
.logos img {
  max-width: 5.5rem;
  float: left;
}
.logos p {
  font-size: 0.825rem;
  float: left;
  margin: 0.825rem;
}
.logos img:last-child {
  padding: 0.5rem 0 0 1rem;
  max-width: 7rem;
}

#title p {
  display: none;
}

#caption p {
  display: none;
}

#title p[rel="adventure"][data="0"] {
  display: block;
}

#caption p[rel="adventure"][data="0"] {
  display: block;
}

#more {
  height: 38px;
  width: 38px;
  overflow: hidden;
  cursor: pointer;
  margin: 0.2rem;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
}

#more:hover {
  transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  background-color: rgba(255, 255, 255, 0.2);
}

.menu {
  display: inline-block;
  float: left;
}
.menu li {
  float: left;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: table-row;
}

.menu li {
  display: none;
  line-height: 2.87rem;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.menu li span.mod {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #000;
}

/* THIS MOTHER */
.menu li span.mod::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #000;
}

.menu li:hover span.mod,
.menu li:focus span.mod {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
  text-align: center;
}

.menu li:hover span.mod::before,
.menu li:focus span.mod::before {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}

.menu li.selected span.mod {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* AND THIS PIECE OF WORK */
.menu li.selected span.mod::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.menu li.selected:hover span.mod,
.menu li.selected:focus span.mod {
  -webkit-transform: rotateX(0deg) translateY(0);
  -moz-transform: rotateX(0deg) translateY(0);
  transform: rotateX(0deg) translateY(0);
}

.menu li.selected:hover span.mod::before,
.menu li.selected:focus span.mod::before {
  background: #000;
  text-align: center;
  color: #fff;
}

/* FOR SAFARI MOBILE */
.menu li span.bad {
  position: relative;
  display: block;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.menu li:hover span.bad,
.menu li:focus span.bad {
  text-align: center;
}

.menu li.selected span.bad {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

/* END SAFARI MOBILE */
.nav-holder .menu-title-wrap .pagination {
  display: block;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  min-width: 110px;
  z-index: 0;
}
.nav-holder .menu-title-wrap .pagination div:not(.pagination-wrap) {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.3rem;
  margin: 1rem 0.4rem;
  display: block;
  float: left;
}
.nav-holder .menu-title-wrap .pagination .pagination-wrap {
  float: none;
  display: block;
  margin: 0 auto;
}
.nav-holder .menu-title-wrap .pagination .pagination-wrap div {
  cursor: pointer;
}

.nav-holder .menu-title-wrap .pagination .pagination-wrap .current-image-pip {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 900px) {
  .nav-holder .menu-title-wrap .pagination {
    display: none;
  }

  .nav-holder {
    -webkit-transform: translateZ(0);
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(10, 10, 10, 0.5);
  }
  .nav-holder #caption {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .nav-holder .menu-title-wrap {
    display: block;
    overflow: auto;
  }
  .nav-holder .menu-title-wrap .title-more-wrap {
    display: inline;
    width: 100%;
  }
  .nav-holder .menu-title-wrap p {
    padding: 0 1.2rem 0 1.2rem;
    margin: 0.8rem 0;
    display: block;
    overflow: hidden;
    line-height: 1.2rem;
  }
  .nav-holder .menu-title-wrap div {
    display: inline;
    float: left;
    overflow: auto;
  }
  .nav-holder .menu-title-wrap div #title {
    font-weight: 600;
  }
  .nav-holder .menu-title-wrap #more {
    float: right;
  }

  .logos {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
  }
  .logos img {
    max-width: 5.5rem;
    float: left;
  }
  .logos p {
    font-size: 0.825rem;
    float: none;
    margin: 0.825rem;
  }
  .logos img:last-child {
    padding: 0.5rem 0 0 1rem;
    max-width: 7rem;
  }
}
i.i-plus-white, i.i-minus-white {
  background-image: url(../icons/less.svg);
  background-position: 0 0;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin: auto;
  position: relative;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  position: absolute;
}

i.i-plus-white {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
}

i.i-minus-white {
  background-image: url(../icons/less.svg);
}

i.i-plus-white.minus-rt {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
}

@media screen and (max-width: 700px) {
  * p, * h1, * h2, * h3, * span, * a {
    -webkit-transform-style: preserve-3d;
  }

  .buttons {
    cursor: pointer;
  }
  .buttons div {
    opacity: 1;
    transition: none;
  }
}
@media screen and (max-width: 500px) {
  .fake-buttons {
    max-height: 30%;
  }

  .buttons {
    cursor: pointer;
    max-height: 70%;
  }
  .buttons div {
    opacity: 1;
    transition: none;
  }

  .nav-holder .menu-title-wrap .pagination {
    display: none;
  }

  .nav-holder {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(10, 10, 10, 0.5);
  }
  .nav-holder #caption {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .nav-holder .menu-title-wrap {
    display: block;
    overflow: auto;
  }
  .nav-holder .menu-title-wrap .title-more-wrap {
    display: inline;
    width: 100%;
  }
  .nav-holder .menu-title-wrap p {
    padding: 0 1.2rem 0 1.2rem;
    margin: 0.3rem 0;
    display: block;
    overflow: hidden;
    line-height: 1.4rem;
    -webkit-transform-style: preserve-3d;
  }

  #title {
    width: 100%;
  }

  .menu-title-wrap .menu {
    width: 100%;
  }
  .menu-title-wrap .menu li {
    width: 33.3333333%;
    width: calc(100/3);
  }
  .menu-title-wrap .menu li span {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .menu li span, .menu li.selected span {
    padding: 0 0.56rem;
  }

  .menu-title-wrap .menu {
    width: 100%;
  }
  .menu-title-wrap .menu li {
    width: auto;
  }
}
.js-wrap {
  position: relative;
  margin: 45% auto;
  width: 300px;
}

.animate-left1 {
  /* freakin Safari... */
  -webkit-animation-name: go_left_one;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-transition-property: color;
  /* everything else... */
  -webkit-animation: go_left_one 1000ms ease-out;
  -moz-animation: go_left_one 1000ms ease-out;
  -o-animation: go_left_one 1000ms ease-out;
  animation: go_left_one 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-left2 {
  -webkit-animation: go_left_two 1000ms ease-out;
  -moz-animation: go_left_two 1000ms ease-out;
  -o-animation: go_left_two 1000ms ease-out;
  animation: go_left_two 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* freakin Safari... */
  -webkit-transition-property: color;
  -webkit-animation-name: go_left_two;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}

.animate-right1 {
  -webkit-animation: go_right_one 1000ms ease-out;
  -moz-animation: go_right_one 1000ms ease-out;
  -o-animation: go_right_one 1000ms ease-out;
  animation: go_right_one 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* freakin Safari... */
  -webkit-animation-name: go_right_one;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}

.animate-right2 {
  -webkit-animation: go_right_two 1000ms ease-out;
  -moz-animation: go_right_two 1000ms ease-out;
  -o-animation: go_right_two 1000ms ease-out;
  animation: go_right_two 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.port-animate-left1 {
  -webkit-animation: go_left_one 500ms ease-out;
  -moz-animation: go_left_one 500ms ease-out;
  -o-animation: go_left_one 500ms ease-out;
  animation: go_left_one 500ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.port-animate-left2 {
  -webkit-animation: go_left_two 500ms ease-out;
  -moz-animation: go_left_two 500ms ease-out;
  -o-animation: go_left_two 500ms ease-out;
  animation: go_left_two 500ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.port-animate-right1 {
  -webkit-animation: go_right_one 500ms ease-out;
  -moz-animation: go_right_one 500ms ease-out;
  -o-animation: go_right_one 500ms ease-out;
  animation: go_right_one 500ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.port-animate-right2 {
  -webkit-animation: go_right_two 500ms ease-out;
  -moz-animation: go_right_two 500ms ease-out;
  -o-animation: go_right_two 500ms ease-out;
  animation: go_right_two 500ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-up1 {
  -webkit-animation: go_up_one 1000ms ease-out;
  -moz-animation: go_up_one 1000ms ease-out;
  -o-animation: go_up_one 1000ms ease-out;
  animation: go_up_one 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-up2 {
  -webkit-animation: go_up_two 1000ms ease-out;
  -moz-animation: go_up_two 1000ms ease-out;
  -o-animation: go_up_two 1000ms ease-out;
  animation: go_up_two 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down1 {
  -webkit-animation: go_down_one 1000ms ease-out;
  -moz-animation: go_down_one 1000ms ease-out;
  -o-animation: go_down_one 1000ms ease-out;
  animation: go_down_one 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate-down2 {
  -webkit-animation: go_down_two 1000ms ease-out;
  -moz-animation: go_down_two 1000ms ease-out;
  -o-animation: go_down_two 1000ms ease-out;
  animation: go_down_two 1000ms ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes go_left_one {
  0% {
    -webkit-transform: translate(100%, 0%);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes go_left_one {
  from {
    -webkit-transform: translate(100%, 0%);
  }
  to {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes go_left_one {
  0% {
    -moz-transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes go_left_one {
  0% {
    -o-transform: translate(100%, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes go_left_one {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes go_left_two {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
  }
}
@-moz-keyframes go_left_two {
  from {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
  to {
    -moz-transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-o-keyframes go_left_two {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(-100%, 0);
  }
}
@keyframes go_left_two {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes go_right_one {
  0% {
    -webkit-transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes go_right_one {
  0% {
    -moz-transform: translate(-100%, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes go_right_one {
  0% {
    -o-transform: translate(-100%, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes go_right_one {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes go_right_two {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
  }
}
@-moz-keyframes go_right_two {
  0% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(100%, 0);
    opacity: 0;
  }
}
@-o-keyframes go_right_two {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(100%, 0);
  }
}
@keyframes go_right_two {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes go_up_one {
  0% {
    -webkit-transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes go_up_one {
  0% {
    -moz-transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes go_up_one {
  0% {
    -o-transform: translate(0, 100%);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes go_up_one {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes go_up_two {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
  }
}
@-moz-keyframes go_up_two {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -100%);
  }
}
@-o-keyframes go_up_two {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, -100%);
  }
}
@keyframes go_up_two {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@-webkit-keyframes go_down_one {
  0% {
    -webkit-transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes go_down_one {
  0% {
    -moz-transform: translate(0, -100%);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes go_down_one {
  0% {
    -o-transform: translate(0, -100%);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes go_down_one {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes go_down_two {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
  }
}
@-moz-keyframes go_down_two {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 100%);
  }
}
@-o-keyframes go_down_two {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, 100%);
  }
}
@keyframes go_down_two {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rota {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
  100% {
    opacity: 0.92;
  }
}
@keyframes opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
  100% {
    opacity: 0.92;
  }
}

/*# sourceMappingURL=style.css.map */
