/* ------ FONTS ------ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic');
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*
 * Montserrat
================================================================================ */
@import url('font-awesome/css/font-awesome.min.css');
@font-face {
  font-family: 'montserrat-regular';
  src: url('fonts/montserrat/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/montserrat/montserrat-regular-webfont.woff') format("woff"), url('fonts/montserrat/montserrat-regular-webfont.ttf') format("truetype"), url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserrat-bold';
  src: url('fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/montserrat/montserrat-bold-webfont.woff') format("woff"), url('fonts/montserrat/montserrat-bold-webfont.ttf') format("truetype"), url('fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format("svg");
  font-weight: normal;
  font-style: normal; }
/*
 * Montserrat
================================================================================ */
/*
 * FIXED for Font-Face Chrome Rendering
================================================================================ */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {

   @font-face {
   font-family: 'opensans-semibold';
   src: url('fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
   }

   @font-face {
   font-family: 'opensans-bold';
   src: url('fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
   }

   @font-face {
   font-family: 'montserrat-regular';
   src: url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
   }

   @font-face {
   font-family: 'montserrat-bold';
   src: url('fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
   }   

}*/
/* ------ VARIABLES ------ */
/* --- COLORS --- */
/* ------ RESET ------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #A7F4F6;
  color: #555; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ------ CLEAR FIX ------ */
.cf:before {
  content: " ";
  display: table; }
.cf:after {
  content: " ";
  display: table;
  clear: both; }

/* --- DEFAULT AND BASIC STYLES --- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  background: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #363131;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

section {
  position: static;
  display: inline; }
  section .fancy {
    position: relative;
    z-index: 1;
    backface-visibility: hidden; }

::selection {
  background: #E9816C;
  color: #ededed; }

::-moz-selection {
  background: #E9816C;
  color: #ededed; }

.left {
  float: left !important; }

.right {
  float: right !important;
  padding: 0 20px; }

/* ------ TAGS ------ */
/* --- HEADERS --- */
h1, h2, h3, h4, h5, h6 {
  color: #d74528;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 12px; }

h2 {
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 20px 0;
  color: #375587; }

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px; }
  h3 a {
    text-decoration: underline; }

h4 {
  font: 400 18px/24px "Open Sans", sans-serif;
  margin-bottom: 6px; }

h5 {
  margin: 0 0 6px 0;
  font: 400 14px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #363136; }

h6 {
  font-size: 14px;
  line-height: 30px; }

p {
  margin: 0 0 20px 0; }
  p img {
    margin: 0; }
  p.lead {
    font: 300 19px/36px "Open Sans", sans-serif;
    margin-bottom: 18px; }

hr {
  background: #d54427;
  clear: both;
  border: none;
  display: block;
  height: 1px;
  width: 100%;
  margin: 30px 0; }
  hr.greylight {
    background: #bbb; }
  hr.greydark {
    background: #6d6e70; }

/* --- LINKS --- */
a {
  text-decoration: none;
  outline: 0;
  color: #d54427;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:visited {
    text-decoration: none;
    outline: 0;
    color: #d54427;
    /*-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  a:hover, a:focus {
    color: #333; }

p a {
  line-height: inherit; }
  p a:visited {
    line-height: inherit; }

em {
  font-family: "Open Sans", sans-serif;
  font-style: italic; }

strong, b {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

small {
  font-size: 11px;
  line-height: inherit; }

sub {
  font-size: 75%;
  line-height: 100%;
  vertical-align: sub; }

blockquote {
  position: relative;
  display: block;
  width: 90%;
  margin: 20px auto;
  padding: 18px 30px 18px 30px;
  border-top: 1px dotted #d54427;
  border-bottom: 1px dotted #d54427;
  color: #d54427;
  font: 400 20px/30px "Open Sans", sans-serif;
  text-align: center; }

.content blockquote p {
  margin: 0;
  font: 400 20px/30px "Open Sans", sans-serif;
  color: #d54427; }

blockquote:before,
blockquote:after {
  position: absolute;
  height: 1em;
  opacity: 0.45;
  font-size: 80px;
  font-family: Arial, Sans-Serif; }

blockquote:before {
  content: "\201C";
  top: 33px;
  left: 0; }

blockquote:after {
  content: '\201D';
  bottom: -50%;
  right: 0; }

/* --- LISTS --- */
ul, ol {
  margin-bottom: 24px;
  margin-top: 12px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal;
  margin-left: 30px; }

ul.square, ul.circle, ul.disc {
  margin-left: 30px; }
ul.square {
  list-style: square outside; }
ul.circle {
  list-style: circle outside; }
ul.disc {
  list-style: disc outside; }
ul ul, ul ol {
  margin: 6px 0 6px 30px; }

ol ol, ol ul {
  margin: 6px 0 6px 30px; }

ul ul li, ul ol li {
  margin-bottom: 6px; }

ol ol li, ol ul li {
  margin-bottom: 6px; }

/* definition list */
dl {
  margin: 12px 0; }

dt {
  margin: 0;
  color: #d54427; }

dd {
  margin: 0 0 0 20px; }

/* --- MEDIA --- */
img, iframe, embed, object {
  max-width: 100%;
  height: auto; }

img.pull-right {
  margin: 12px 0px 0px 18px; }
img.pull-left {
  margin: 12px 18px 0px 0px; }

/* --- FORMS --- */
input[type="submit"], input[type="reset"], input[type="button"] {
  font: 300 24px/36px "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.5);
  color: #d54427;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 12px 20px;
  margin-bottom: 18px;
  border: none;
  cursor: pointer;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0px; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: rgba(213, 68, 39, 0.9);
  color: #fff; }

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: rgba(55, 61, 69, 0.5);
  color: #fff; }

.button.full-width, button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.orange {
  color: #d54427; }

.greylight {
  color: #ededed; }

.greydark {
  color: #6d6e70; }

.hidden {
  display: none; }

.visible {
  display: block !important; }

.sep,
.nav li.sep {
  background: #fff;
  display: block;
  width: 40%;
  height: 1px;
  margin: 10px auto; }

.sep-orange {
  background: #d54427;
  height: 1px;
  width: 100%;
  margin: 30px auto; }

.sep-grey {
  background: #888;
  height: 1px;
  width: 100%;
  margin: 30px auto; }

/* --- MISC --- */
.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 12px !important; }

.add-bottom {
  margin-bottom: 24px !important; }

.no-border {
  border: none; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

/* --- BUTTONS --- */
.button {
  font: 400 24px/36px "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.5);
  color: #d54427;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 12px 20px;
  margin-bottom: 18px;
  border: none;
  cursor: pointer;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0px;
  white-space: nowrap; }
  .button:visited {
    font: 300 24px/36px "Open Sans", sans-serif;
    background: rgba(255, 255, 255, 0.5);
    color: #d54427;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0;
    padding: 12px 20px;
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0px; }
  .button:hover {
    background: rgba(213, 68, 39, 0.9);
    color: #fff; }
  .button:active {
    background: rgba(55, 61, 69, 0.5);
    color: #fff; }

button {
  font: 300 24px/36px "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.5);
  color: #d54427;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 12px 20px;
  margin-bottom: 18px;
  border: none;
  cursor: pointer;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0px; }
  button:hover {
    background: rgba(213, 68, 39, 0.9);
    color: #fff; }
  button:active {
    background: rgba(55, 61, 69, 0.5);
    color: #fff; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Button styles */
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 0 0 #1275b7;
  box-shadow: 0 3px 0 0 #1275b7;
  background-color: #d74528; }

.btn:active,
.btn.active {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 0 #1275b7;
  box-shadow: 0 1px 0 0 #d74528; }

/* ------ GRID ------ */
.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

.three-col {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px; }

.row {
  width: 96%;
  max-width: 1008px;
  margin: 0 auto; }
  .row.fullwidth {
    width: 100%;
    max-width: none;
    margin: 0 auto; }

/* fixed width for IE8 */
.ie .row {
  width: 1000px; }

.narrow .row {
  max-width: 980px; }

.row .row {
  width: auto;
  max-width: none;
  margin: 0 -18px; }
.row:before {
  content: " ";
  display: table; }
.row:after {
  content: " ";
  display: table;
  clear: both; }

/* row clearing */
.column, .columns {
  position: relative;
  padding: 0 18px;
  min-height: 1px;
  float: left; }

.centered {
  float: none;
  margin: 0 auto;
  text-align: center; }

/* removed gutters */
.row.collapsed > .column, .row.collapsed > .columns {
  padding: 0; }

.column.collapsed, .columns.collapsed {
  padding: 0; }

[class*="column"] + [class*="column"]:last-child, [class*="column"] + [class*="column"].end {
  float: right; }

/* column widths */
.row .one {
  width: 8.33333%; }
.row .two {
  width: 16.66667%; }
.row .three {
  width: 25%; }
.row .four {
  width: 33.33333%; }
.row .five {
  width: 41.66667%; }
.row .six {
  width: 50%; }
.row .seven {
  width: 58.33333%; }
.row .eight {
  width: 66.66667%; }
.row .nine {
  width: 75%; }
.row .ten {
  width: 83.33333%; }
.row .eleven {
  width: 91.66667%; }
.row .twelve {
  width: 100%; }
.row .offset-1 {
  margin-left: 8.33333%; }
.row .offset-2 {
  margin-left: 16.66667%; }
.row .offset-3 {
  margin-left: 25%; }
.row .offset-4 {
  margin-left: 33.33333%; }
.row .offset-5 {
  margin-left: 41.66667%; }
.row .offset-6 {
  margin-left: 50%; }
.row .offset-7 {
  margin-left: 58.33333%; }
.row .offset-8 {
  margin-left: 66.66667%; }
.row .offset-9 {
  margin-left: 75%; }
.row .offset-10 {
  margin-left: 83.33333%; }
.row .offset-11 {
  margin-left: 91.66667%; }
.row .push-1 {
  left: 8.33333%; }
.row .pull-1 {
  right: 8.33333%; }
.row .push-2 {
  left: 16.66667%; }
.row .pull-2 {
  right: 16.66667%; }
.row .push-3 {
  left: 25%; }
.row .pull-3 {
  right: 25%; }
.row .push-4 {
  left: 33.33333%; }
.row .pull-4 {
  right: 33.33333%; }
.row .push-5 {
  left: 41.66667%; }
.row .pull-5 {
  right: 41.66667%; }
.row .push-6 {
  left: 50%; }
.row .pull-6 {
  right: 50%; }
.row .push-7 {
  left: 58.33333%; }
.row .pull-7 {
  right: 58.33333%; }
.row .push-8 {
  left: 66.66667%; }
.row .pull-8 {
  right: 66.66667%; }
.row .push-9 {
  left: 75%; }
.row .pull-9 {
  right: 75%; }
.row .push-10 {
  left: 83.33333%; }
.row .pull-10 {
  right: 83.33333%; }
.row .push-11 {
  left: 91.66667%; }
.row .pull-11 {
  right: 91.66667%; }

.bgrid-sixths [class*="column"] {
  width: 16.66667%; }

.bgrid-quarters [class*="column"] {
  width: 25%; }

.bgrid-thirds [class*="column"] {
  width: 33.33333%; }

.bgrid-halves [class*="column"] {
  width: 50%; }

[class*="bgrid"] [class*="column"] + [class*="column"]:last-child {
  float: left; }

.first {
  clear: left; }

.s-first {
  clear: none; }

@media only screen and (max-width: 900px) {
  .s-bgrid-sixths [class*="column"] {
    width: 16.66667%; }

  .s-bgrid-quarters [class*="column"] {
    width: 25%; }

  .s-bgrid-thirds [class*="column"] {
    width: 33.33333%; }

  .s-bgrid-halves [class*="column"] {
    width: 50%; }

  .first {
    clear: none; }

  .s-first {
    clear: left; } }
@media only screen and (max-width: 767px) {
  .row {
    width: 480px;
    margin: 0 auto;
    padding: 0; }

  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px; }

  .row .row {
    width: auto;
    max-width: none;
    margin: 0 -30px; }

  [class*="column"] + [class*="column"]:last-child, [class*="bgrid"] [class*="column"] + [class*="column"]:last-child {
    float: none; }

  .row .offset-1, .row .offset-2, .row .offset-3, .row .offset-4, .row .offset-5, .row .offset-6, .row .offset-7, .row .offset-8, .row .offset-9, .row .offset-10, .row .offset-11 {
    margin-left: 0%; } }
@media only screen and (max-width: 480px) {
  .row {
    width: auto; } }
@media screen and (min-width: 1200px) {
  .wide .row {
    max-width: 1180px; } }
/* ------ PRELOAD ------ */
#preloader, #orange {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 490;
  height: 100%; }

#orange {
  background: rgba(215, 69, 40, 0.8);
  display: none; }

.status {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  padding: 0; }

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.3);
  /* 50 */
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.3);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.3);
  /* 50 */ }

/* activity indication */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%; }

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.3);
  /* 40 */
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.3);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.3);
  /* 40 */ }

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  -moz-animation: imagelightbox-loading .5s ease infinite;
  -o-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75); } }
@-moz-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -moz-transform: scale(0.75); }
  50% {
    opacity: 1;
    -moz-transform: scale(1); }
  to {
    opacity: .5;
    -moz-transform: scale(0.75); } }
@-o-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -o-transform: scale(0.75); }
  50% {
    opacity: 1;
    -o-transform: scale(1); }
  to {
    opacity: .5;
    -o-transform: scale(0.75); } }
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75); }
  50% {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .5;
    transform: scale(0.75); } }
/* lightbox overlay */
#imagelightbox-overlay {
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* close button */
#imagelightbox-close {
  position: fixed;
  z-index: 999;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */ }

#imagelightbox-close i {
  font-size: 45px;
  line-height: 50px;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.5);
  /* 40 */
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.5);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.5);
  /* 40 */ }

a#imagelightbox-close {
  color: #fff; }

a#imagelightbox-close:hover, a#imagelightbox-close:focus {
  background: #fff;
  color: #d74528; }

/* lightbox caption */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #000;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */ }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption {
  -webkit-animation: fade-in .25s linear;
  -moz-animation: fade-in .25s linear;
  -o-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media only screen and (max-width: 41.25em) {
  /* 660 */
  #container {
    width: 100%; }

  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */ } }
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Default Theme
----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url('../images/prettyPhoto/default/sprite_next.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.pp_default .pp_previous:hover {
  background: url('../images/prettyPhoto/default/sprite_prev.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.pp_default .pp_expand {
  background: url('../images/prettyPhoto/default/sprite.png') 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

/* Expand button */
div.pp_default .pp_expand:hover {
  background: url('../images/prettyPhoto/default/sprite.png') 0 -56px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.pp_default .pp_contract {
  background: url('../images/prettyPhoto/default/sprite.png') 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

/* Contract button */
div.pp_default .pp_contract:hover {
  background: url('../images/prettyPhoto/default/sprite.png') 0 -113px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url('../images/prettyPhoto/default/sprite.png') 2px 1px no-repeat;
  cursor: pointer; }

/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a {
  background: url('../images/prettyPhoto/default/default_thumb.png') center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/default/sprite.png') -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default .pp_details {
  position: relative; }

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url('../images/prettyPhoto/default/sprite.png') -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_loaderIcon {
  background: #fff url('../images/prettyPhoto/default/loader.gif') center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -88px -53px no-repeat; }

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff; }

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -110px -53px no-repeat; }

/* Top right corner */
div.light_rounded .pp_content .ppt {
  color: #000; }

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff; }

div.light_rounded .pp_content {
  background-color: #fff; }

/* Content background */
div.light_rounded .pp_next:hover {
  background: url('../images/prettyPhoto/light_rounded/btnNext.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.light_rounded .pp_previous:hover {
  background: url('../images/prettyPhoto/light_rounded/btnPrevious.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.light_rounded .pp_expand {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.light_rounded .pp_contract {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.light_rounded .pp_details {
  position: relative; }

div.light_rounded .pp_description {
  margin-right: 85px; }

div.light_rounded #pp_full_res .pp_inline {
  color: #000; }

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_nav .pp_play {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_bottom .pp_left {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -88px -80px no-repeat; }

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff; }

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url('../images/prettyPhoto/light_rounded/sprite.png') -110px -80px no-repeat; }

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
  background: url('../images/prettyPhoto/light_rounded/loader.gif') center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */
div.dark_rounded .pp_top .pp_left {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -88px -53px no-repeat; }

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url('../images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat; }

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -110px -53px no-repeat; }

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
  background: url('../images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat-y; }

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url('../images/prettyPhoto/dark_rounded/contentPattern.png') top right repeat-y; }

/* Right Content background */
div.dark_rounded .pp_content {
  background: url('../images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat; }

/* Content background */
div.dark_rounded .pp_next:hover {
  background: url('../images/prettyPhoto/dark_rounded/btnNext.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url('../images/prettyPhoto/dark_rounded/btnPrevious.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.dark_rounded .pp_expand {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.dark_rounded .pp_details {
  position: relative; }

div.dark_rounded .pp_description {
  margin-right: 85px; }

div.dark_rounded .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded .pp_description {
  color: #fff; }

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff; }

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_rounded .pp_nav .pp_play {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_rounded .pp_arrow_next {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_rounded .pp_bottom .pp_left {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -88px -80px no-repeat; }

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url('../images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat; }

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url('../images/prettyPhoto/dark_rounded/sprite.png') -110px -80px no-repeat; }

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
  background: url('../images/prettyPhoto/dark_rounded/loader.gif') center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Square Theme
----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000; }

div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_square .pp_description {
  color: #fff; }

div.dark_square .pp_loaderIcon {
  background: url('../images/prettyPhoto/dark_square/loader.gif') center center no-repeat; }

/* Loader icon */
div.dark_square .pp_expand {
  background: url('../images/prettyPhoto/dark_square/sprite.png') -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.dark_square .pp_expand:hover {
  background: url('../images/prettyPhoto/dark_square/sprite.png') -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.dark_square .pp_contract {
  background: url('../images/prettyPhoto/dark_square/sprite.png') 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.dark_square .pp_contract:hover {
  background: url('../images/prettyPhoto/dark_square/sprite.png') 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url('../images/prettyPhoto/dark_square/sprite.png') -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.dark_square .pp_details {
  position: relative; }

div.dark_square .pp_description {
  margin: 0 85px 0 0; }

div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url('../images/prettyPhoto/dark_square/sprite.png') -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/dark_square/sprite.png') -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url('../images/prettyPhoto/dark_square/sprite.png') 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_square .pp_arrow_next {
  background: url('../images/prettyPhoto/dark_square/sprite.png') -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_square .pp_next:hover {
  background: url('../images/prettyPhoto/dark_square/btnNext.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.dark_square .pp_previous:hover {
  background: url('../images/prettyPhoto/dark_square/btnPrevious.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
/* ----------------------------------
	Light Square Theme
----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff; }

div.light_square .pp_content .ppt {
  color: #000; }

div.light_square .pp_expand {
  background: url('../images/prettyPhoto/light_square/sprite.png') -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.light_square .pp_expand:hover {
  background: url('../images/prettyPhoto/light_square/sprite.png') -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.light_square .pp_contract {
  background: url('../images/prettyPhoto/light_square/sprite.png') 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.light_square .pp_contract:hover {
  background: url('../images/prettyPhoto/light_square/sprite.png') 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url('../images/prettyPhoto/light_square/sprite.png') -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.light_square .pp_details {
  position: relative; }

div.light_square .pp_description {
  margin-right: 85px; }

div.light_square #pp_full_res .pp_inline {
  color: #000; }

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_square .pp_nav .pp_play {
  background: url('../images/prettyPhoto/light_square/sprite.png') -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/light_square/sprite.png') -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url('../images/prettyPhoto/light_square/sprite.png') 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_square .pp_arrow_next {
  background: url('../images/prettyPhoto/light_square/sprite.png') -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_square .pp_next:hover {
  background: url('../images/prettyPhoto/light_square/btnNext.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.light_square .pp_previous:hover {
  background: url('../images/prettyPhoto/light_square/btnPrevious.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.light_square .pp_loaderIcon {
  background: url('../images/prettyPhoto/light_rounded/loader.gif') center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Facebook style Theme
----------------------------------- */
div.facebook .pp_top .pp_left {
  background: url('../images/prettyPhoto/facebook/sprite.png') -88px -53px no-repeat; }

/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url('../images/prettyPhoto/facebook/contentPatternTop.png') top left repeat-x; }

/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url('../images/prettyPhoto/facebook/sprite.png') -110px -53px no-repeat; }

/* Top right corner */
div.facebook .pp_content .ppt {
  color: #000; }

div.facebook .pp_content_container .pp_left {
  background: url('../images/prettyPhoto/facebook/contentPatternLeft.png') top left repeat-y; }

/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url('../images/prettyPhoto/facebook/contentPatternRight.png') top right repeat-y; }

/* Content background */
div.facebook .pp_content {
  background: #fff; }

/* Content background */
div.facebook .pp_expand {
  background: url('../images/prettyPhoto/facebook/sprite.png') -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.facebook .pp_expand:hover {
  background: url('../images/prettyPhoto/facebook/sprite.png') -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.facebook .pp_contract {
  background: url('../images/prettyPhoto/facebook/sprite.png') 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.facebook .pp_contract:hover {
  background: url('../images/prettyPhoto/facebook/sprite.png') 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url('../images/prettyPhoto/facebook/sprite.png') -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.facebook .pp_details {
  position: relative; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.facebook .pp_loaderIcon {
  background: url('../images/prettyPhoto/facebook/loader.gif') center center no-repeat; }

/* Loader icon */
div.facebook .pp_arrow_previous {
  background: url('../images/prettyPhoto/facebook/sprite.png') 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url('../images/prettyPhoto/facebook/sprite.png') -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url('../images/prettyPhoto/facebook/sprite.png') -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url('../images/prettyPhoto/facebook/sprite.png') -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url('../images/prettyPhoto/facebook/btnNext.png') center right no-repeat;
  cursor: pointer; }

/* Next button */
div.facebook .pp_previous:hover {
  background: url('../images/prettyPhoto/facebook/btnPrevious.png') center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.facebook .pp_bottom .pp_left {
  background: url('../images/prettyPhoto/facebook/sprite.png') -88px -80px no-repeat; }

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url('../images/prettyPhoto/facebook/contentPatternBottom.png') top left repeat-x; }

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url('../images/prettyPhoto/facebook/sprite.png') -110px -80px no-repeat; }

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_top {
  height: 20px;
  position: relative; }

* html .pp_top {
  padding: 0 20px; }

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_fade {
  display: none; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap; }

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url('../images/prettyPhoto/facebook/default_thumbnail.gif') 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery li.default a img {
  display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url('../images/prettyPhoto/light_rounded/btnNext.png') 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url('../images/prettyPhoto/light_rounded/btnNext.png') 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_bottom {
  padding: 0 20px; }

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

/* http://bxslider.com */
.bx-wrapper {
  position: absolute;
  margin: 0 auto 60px;
  padding: 0;
  height: 100%; }
  .bx-wrapper img {
    max-width: 90%;
    display: block; }
  .bx-wrapper .bx-viewport {
    min-height: 70%;
    height: 100% !important; }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5%;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url('../images/bx_loader.gif') center center no-repeat white;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block; }
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 2px solid  #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #fff; }
  .bx-wrapper .bx-prev {
    color: #fff; }
  .bx-wrapper .bx-next {
    color: #fff; }
  .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  .bx-wrapper .bx-next:hover {
    background-position: -43px 0; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
    .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url('../images/controls.png') -86px -11px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url('../images/controls.png') -86px -44px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
    .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%; }

.rotating.flip {
  position: relative; }

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

.rotating.flip .front {
  z-index: 1; }

.rotating .back {
  display: block;
  opacity: 0; }

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0); }

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0); }

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0); }

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85); }

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85); }

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;
  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .pace.pace-inactive .pace-progress {
    display: none; }
  .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    width: 6rem !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    background: rgba(215, 69, 40, 0.8);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block; }

#ajax-content, #page-home, #page-subpage {
  display: inline; }

#pageslide {
  background: #fff;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 500;
  padding: 0;
  color: #fff;
  -webkit-box-shadow: inset 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset inset 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset inset 0 10px 30px 0 rgba(0, 0, 0, 0.2); }
  #pageslide section {
    overflow-y: scroll; }

.pageslide-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .pageslide-content.inlinesection {
    overflow-y: auto; }
  .pageslide-content a {
    font: 400 14px/20px "Open Sans", sans-serif; }
  .pageslide-content h4.heading {
    margin: 50px 0;
    font: 300 20px/30px "Open Sans", sans-serif;
    color: #6d6e70;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left; }

a.opennav {
  position: fixed;
  left: -100px;
  top: 20px;
  color: #fff;
  padding: 20px 12px 12px 12px;
  height: 70px;
  width: 70px;
  text-align: center;
  background: rgba(54, 49, 49, 0.4);
  z-index: 110; }
  a.opennav:hover {
    color: #ffa492;
    background: #d54427; }

a.closecontent {
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  color: #fff;
  padding: 12px;
  height: 70px;
  width: 70px;
  text-align: center;
  background: #d54427; }
  a.closecontent:hover {
    color: #ffa492;
    background: rgba(213, 68, 39, 0.9); }

.closecontent.close-right {
  background: #d54427;
  position: fixed;
  display: none;
  top: 50%;
  left: 0;
  height: 94px;
  width: 80px;
  margin: -47px 0 0 0;
  padding: 10px 0;
  color: #ffa492;
  font-size: 14px;
  text-align: center;
  z-index: 510; }
  .closecontent.close-right:hover {
    color: #fff;
    background: #d54427; }

.sublist li {
  background: rgba(109, 110, 112, 0.05);
  padding: 10px;
  margin-left: 0px;
  font: 400 12px/20px "Open Sans", sans-serif;
  margin: 0 0 15px 0;
  text-align: center !important; }
.sublist li:nth-child(odd) {
  background: none; }
.sublist.photogrid li {
  background: none;
  max-width: 180px;
  display: inline-block;
  vertical-align: top; }

#globalaction .background {
  background-repeat: no-repeat;
  background-position: 0px 31px;
  min-height: 350px;
  overflow: hidden; }
#globalaction .imgone {
  background-image: url('../img/globalaction/1.jpg'); }
#globalaction .imgtwo {
  background-image: url('../img/globalaction/2.jpg'); }
#globalaction .imgthree {
  background-image: url('../img/globalaction/3.jpg'); }
#globalaction .imgfour {
  background-image: url('../img/globalaction/4.jpg'); }
#globalaction .imgfive {
  background-image: url('../img/globalaction/5.jpg'); }
#globalaction .imgsix {
  background-image: url('../img/globalaction/6.jpg'); }
#globalaction .imgseven {
  background-image: url('../img/globalaction/7.jpg'); }
#globalaction .imgeight {
  background-image: url('../img/globalaction/8.jpg'); }
#globalaction .imgnine {
  background-image: url('../img/globalaction/9.jpg'); }
#globalaction .imgten {
  background-image: url('../img/globalaction/10.jpg'); }

#globalcommission img {
  border-radius: 50%;
  margin-bottom: 10px; }
#globalcommission a {
  font: 600 14px/20px "Open Sans", sans-serif;
  margin-bottom: 15px;
  display: block;
  clear: both;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default; }
  #globalcommission a:hover, #globalcommission a:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none; }

header {
  height: 130px;
  width: 100%;
  background: none;
  position: absolute;
  left: 0;
  top: 0; }
  header .logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 144px;
    height: 110px;
    margin: 0 0 0 -72px;
    z-index: 99; }
    header .logo a {
      display: block;
      width: 144px;
      height: 110px;
      margin: 0 auto;
      padding: 0;
      border: none;
      outline: none; }
      header .logo a img {
        width: 100%;
        height: auto; }

.search-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 70px;
  z-index: 110; }
  .search-wrap .search-btn {
    background: rgba(54, 49, 49, 0.4);
    display: block;
    padding: 12px;
    height: 70px;
    width: 70px;
    color: #fff;
    font: 20px / 40px "montserrat-regular", sans-serif;
    text-align: center; }

.search-btn:hover {
  color: #ffa492;
  background: rgba(213, 68, 39, 0.9); }

.search-form {
  background: #eee;
  position: absolute;
  top: 0;
  right: 70px;
  height: 70px;
  width: 0;
  overflow: hidden; }
  .search-form label {
    display: none; }
  .search-form input {
    background: transparent;
    width: 180px;
    height: 50px;
    margin: 10px;
    padding: 0;
    color: #353030;
    font: 400 16px/22px "Open Sans", sans-serif;
    border: none;
    outline: none; }

header .left-nav-only, .mobile-btn {
  display: none !important; }

header #nav-wrap {
  position: fixed;
  left: 100px;
  margin: 0;
  z-index: 100; }
header ul {
  margin: 0; }

.nav {
  margin: 30px 0 0 0; }
  .nav li {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .nav li a {
      font: 11px 'montserrat-regular',sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      display: inline-block;
      padding: 8px 15px;
      line-height: 38px;
      text-decoration: none;
      text-align: left;
      color: #fff;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .nav li a:hover {
        color: #ffa491; }
    .nav li ul {
      background: rgba(54, 49, 49, 0.92);
      position: absolute;
      left: -9999px;
      width: 240px;
      margin: 0 0 0 -120px;
      padding: 10px 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      z-index: 1000; }

header .nav li ul:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: rgba(54, 49, 49, 0.92) transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  left: 47%; }
header .nav li ul li {
  display: block;
  float: none;
  padding: 0; }
  header .nav li ul li a {
    display: block;
    padding: 8px 12px;
    text-align: center;
    font: 600 11px "Open Sans", sans-serif;
    white-space: nowrap;
    width: auto;
    color: #fff; }
header .nav li.highlight a {
  color: #ffa492; }
header .nav li:hover > ul {
  left: 50%; }

#header-social {
  position: relative;
  float: right;
  margin-right: 120px;
  z-index: 100; }
  #header-social li ul {
    width: auto; }
    #header-social li ul:after {
      left: 20%; }
    #header-social li ul li {
      display: inline-block; }
      #header-social li ul li a {
        display: inline-block;
        font-size: 12px;
        text-transform: none;
        letter-spacing: normal; }
  #header-social .social-links li {
    white-space: nowrap;
    margin: 0; }
  #header-social .social-links .newsletter {
    border-right: 1px dotted #F0F0F0;
    padding-right: 20px; }
  #header-social .fa {
    font-size: 20px;
    vertical-align: middle; }
  #header-social .coming-soon ul {
    width: 240px;
    margin: 0 0 0 -120px; }
    #header-social .coming-soon ul:after {
      left: 47%; }
    #header-social .coming-soon ul li {
      display: block;
      float: none;
      padding: 0; }
      #header-social .coming-soon ul li a {
        display: block;
        padding: 8px 12px;
        font: 600 11px "Open Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1.5px; }

#nav.nav-left {
  background: url('../img/cloud3.png') #6d6e70 repeat-x;
  background-position: 600px 0;
  position: relative;
  width: 320px;
  height: auto;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  text-align: center;
  animation: animatedNavBackground 50s linear infinite;
  -webkit-box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-animation: animatedNavBackground 50s linear infinite;
  -moz-animation: animatedNavBackground 50s linear infinite;
  -webkit-animation: animatedNavBackground 50s linear infinite; }
  #nav.nav-left .left-nav-only {
    display: block; }
  #nav.nav-left .main-nav-only {
    display: none; }
  #nav.nav-left #nav-wrap {
    margin-top: 130px; }
  #nav.nav-left li {
    float: none; }
    #nav.nav-left li a {
      display: block;
      padding: 8px 15px;
      font-size: 13px;
      line-height: 34px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      -webkit-transition: color .2s ease-in-out;
      -moz-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      -ms-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
    #nav.nav-left li#home-link a {
      background: url('../img/logo.png') no-repeat 50% 20px;
      background-size: 144px auto;
      padding-top: 150px;
      display: block; }
    #nav.nav-left li ul:after {
      left: 50%;
      margin: 0 0 0 -10px; }
    #nav.nav-left li:hover > ul {
      left: auto; }
  #nav.nav-left .accordion-button {
    cursor: pointer;
    clear: both;
    margin: 0;
    padding: 8px 15px 8px 30px;
    line-height: 38px; }
    #nav.nav-left .accordion-button:before {
      font-size: 22px;
      content: "+";
      float: right;
      color: #fff; }
    #nav.nav-left .accordion-button.active {
      color: #ffa492; }
      #nav.nav-left .accordion-button.active:before {
        font-size: 22px;
        content: "-";
        float: right;
        color: #ffa492; }
  #nav.nav-left .accordion-content {
    background: rgba(54, 49, 49, 0.4);
    position: relative;
    left: auto;
    width: auto;
    padding: 10px 0;
    margin: 0 20px;
    text-align: center; }
    #nav.nav-left .accordion-content:after {
      border-color: rgba(54, 49, 49, 0.4) transparent; }
    #nav.nav-left .accordion-content a {
      font: 400 12px "Open Sans", sans-serif;
      line-height: 150%;
      padding: 0px !important;
      margin: 5px auto; }

#pageslide .nav-left {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset -20px 0px 20px 0px rgba(0, 0, 0, 0.2); }

#nav.nav-left a.closecontent {
  background: rgba(54, 49, 49, 0.4);
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  left: 10px;
  top: 10px; }
#nav.nav-left .search-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 100; }
#nav.nav-left a.search-btn {
  background: rgba(54, 49, 49, 0.4);
  display: block;
  height: 50px;
  width: 50px;
  padding: 6px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px; }
#nav.nav-left .search-form {
  right: 50px;
  height: 50px; }
  #nav.nav-left .search-form input {
    height: 30px; }
#nav.nav-left a.closecontent:hover, #nav.nav-left a.search-btn:hover {
  color: #ffa492;
  background: rgba(213, 68, 39, 0.9); }

@keyframes animatedNavBackground {
  from {
    background-position: 0 500px; }
  to {
    background-position: 100% 500px; } }
@-webkit-keyframes animatedNavBackground {
  from {
    background-position: 0 500px; }
  to {
    background-position: 100% 500px; } }
@-ms-keyframes animatedNavBackground {
  from {
    background-position: 0 500px; }
  to {
    background-position: 100% 500px; } }
@-moz-keyframes animatedNavBackground {
  from {
    background-position: 0 500px; }
  to {
    background-position: 100% 500px; } }
.fullscreen-content {
  position: relative;
  height: 100%;
  margin: 0 0 50px 0;
  z-index: 90;
  /* above progress meter */ }
  .fullscreen-content a.arrow {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 40px;
    margin-left: -20px;
    text-align: center; }

/* ------ HERO SECTIONS ------ */
.video-wrap, .overlay-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 1; }

.video_background, .overlay_background {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.25; }

.overlay_background {
  background: url('../img/china-shanghai-skyline.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 1; }

#hero {
  min-height: 100%;
  color: #fff; }
  #hero .row {
    max-width: 100%;
    width: 100%;
    opacity: 1; }
  #hero h1 {
    color: #fff; }
  #hero h2 {
    font: 300 44px/110% "Open Sans", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0; }
  #hero h4 {
    font: 300 20px/30px "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #hero p {
    font: 400 14px/30px "Open Sans", sans-serif;
    padding: 0;
    margin: 0 0 12px 0; }
  #hero .fullscreen-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    margin: 0; }

#page-home #hero .fullscreen-content {
  background: #d54427; }
#page-home #hero .leftside, #page-home #hero .rightside {
  top: 25%;
  position: absolute; }
#page-home #hero h1 {
  margin-left: -20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "montserrat-regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 80%; }
  #page-home #hero h1.bigger {
    font-family: "montserrat-bold", sans-serif; }
#page-home #hero .left {
  bottom: 10%;
  left: 0;
  position: absolute;
  margin-bottom: -35px; }
#page-home #hero .right {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding: 0; }
#page-home #hero .hero-text {
  text-align: left;
  margin: 0px 100px 0px 0px;
  font-weight: bold; }
  #page-home #hero .hero-text p a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #fff !important;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    border-bottom: 1px dotted #F0F0F0; }
    #page-home #hero .hero-text p a:hover, #page-home #hero .hero-text p a:focus {
      -webkit-transform: scale(0.8333);
      transform: scale(0.8333);
      border-bottom: none; }
    #page-home #hero .hero-text p a:before {
      position: absolute;
      top: -2px;
      left: -7px;
      box-sizing: content-box;
      padding: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #fff;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: opacity 0.2s, transform 0.2s;
      -webkit-transform: scale(0.8333);
      transform: scale(0.8333);
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #page-home #hero .hero-text p a:hover:before, #page-home #hero .hero-text p a:focus:before {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
#page-home #hero #explore-summary {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  border-bottom: none; }

/* Hero Image */
.hero-image {
  width: 100%;
  margin: 0 auto; }
  .hero-image img {
    vertical-align: bottom;
    display: block; }

#hero .button {
  background: rgba(54, 49, 49, 0.4);
  padding-right: 50px;
  margin: 30px auto;
  color: #fff; }
  #hero .button:hover {
    background: rgba(213, 68, 39, 0.9); }
  #hero .button i {
    padding-right: 10px;
    line-height: 70%; }

#page-subpage #hero {
  background: #43435a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden; }
  #page-subpage #hero .arrow {
    position: relative;
    bottom: auto;
    left: auto; }

.header-intro {
  top: 35%;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute; }

/* ------ HOME PAGE ------ */
#features .video_background {
  opacity: 0.25;
  z-index: 1; }
#features .fullscreen-content {
  background: #2f3233;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  color: #fff; }
#features #feature-content {
  z-index: 100; }
#features .feature {
  margin-top: 30px;
  margin-bottom: 54px; }
#features h2 {
  font: 300 37px/52px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin: 30px 0; }
#features p {
  font: 400 15px/22px "Open Sans", sans-serif; }
#features .button {
  background: rgba(109, 110, 112, 0.2);
  position: absolute;
  bottom: 100px;
  width: 300px;
  left: 50%;
  margin: 0 0 0 -150px;
  border: 2px solid #6d6e70;
  color: #fff;
  text-align: center; }
  #features .button:hover {
    background: rgba(54, 49, 54, 0.2); }
  #features .button i {
    padding-right: 10px;
    line-height: 80%; }

@keyframes animatedBackground {
  from {
    background-position: 100% 200px; }
  to {
    background-position: 0% 200px; } }
@-webkit-keyframes animatedBackground {
  from {
    background-position: 100% 200px; }
  to {
    background-position: 0 200px; } }
@-ms-keyframes animatedBackground {
  from {
    background-position: 100% 200px; }
  to {
    background-position: 0 200px; } }
@-moz-keyframes animatedBackground {
  from {
    background-position: 100% 200px; }
  to {
    background-position: 0 200px; } }
#summary {
  background-image: url('../img/cloud1.png');
  background-attachment: fixed;
  background-position: 0px 200px;
  background-repeat: repeat-x;
  background-color: #ededed;
  position: relative;
  display: block;
  padding: 0;
  animation: animatedBackground 30s linear infinite;
  -ms-animation: animatedBackground 30s linear infinite;
  -moz-animation: animatedBackground 30s linear infinite;
  -webkit-animation: animatedBackground 30s linear infinite; }
  #summary h1 {
    font: 300 38px/46px "Open Sans", sans-serif;
    color: #d54427;
    margin-bottom: 30px; }
  #summary h4 {
    margin: 20px 0; }
  #summary p {
    font: 300 15px/26px "Open Sans", sans-serif;
    color: #353030; }
  #summary .heading h4 {
    font: 300 20px/30px "Open Sans", sans-serif;
    color: #6d6e70;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #summary .button {
    margin: 20px auto 60px auto;
    padding: 14px 40px;
    border: 2px solid #eee;
    text-align: center; }
    #summary .button:hover {
      background: rgba(54, 49, 54, 0.2); }
    #summary .button i {
      padding-right: 10px;
      line-height: 80%; }
  #summary .imagesummary {
    padding: 0px !important;
    position: relative;
    left: -10px;
    bottom: 0px;
    margin: 0px;
    max-height: 300px;
    overflow: hidden; }
  #summary .image-wrap {
    position: relative; }
  #summary .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32%;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #d54427; }
  #summary .image > img {
    display: block; }
  #summary .content-tabs-list {
    list-style-type: none;
    padding: 0; }
    #summary .content-tabs-list li {
      padding: 6px 10px; }
    #summary .content-tabs-list a {
      display: block; }
    #summary .content-tabs-list .ui-state-active {
      background: #ededed; }
      #summary .content-tabs-list .ui-state-active a {
        color: #d54427;
        font-family: "Open Sans", sans-serif;
        font-weight: 400; }
  #summary .tab-content {
    border-left: 1px solid #ededed; }
  #summary .inlinesection .heading h1 {
    margin: 100px 0 50px 0; }
  #summary .inlinesection .content {
    padding: 0 0 50px 0; }
    #summary .inlinesection .content h4 {
      margin: 20px 0; }

.chapter-summary {
  position: relative;
  padding: 100px 0 0 0; }

.chapter-summary.even {
  background: rgba(0, 0, 0, 0.03); }

.explore-full {
  font-size: 15px;
  font-weight: normal;
  line-height: 54px;
  margin: 0;
  padding: 0;
  top: 20px;
  right: 120px;
  position: absolute;
  color: #d54427; }
  .explore-full span {
    display: block;
    float: right;
    height: 70px;
    padding: 6px 0 0 0;
    white-space: nowrap; }
  .explore-full a i {
    background: rgba(255, 255, 255, 0.5);
    display: block;
    float: right;
    height: 70px;
    width: 70px;
    margin-left: 20px;
    padding: 12px;
    text-align: center;
    color: #d74528;
    font-size: 40px; }
  .explore-full li a:hover {
    color: #fff;
    background: rgba(54, 49, 54, 0.2); }

#globalaction {
  display: none; }
  #globalaction .button {
    padding-right: 50px;
    margin: 30px auto;
    border: 2px solid #eee; }

.inlinesection {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-box-shadow: inset 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset inset 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset inset 0px 10px 30px 0px rgba(0, 0, 0, 0.2); }
  .inlinesection h3.numberedlist {
    float: left;
    display: block;
    width: 80px;
    height: 100px;
    vertical-align: middle;
    font-size: 60px;
    color: #d54427;
    line-height: 160%;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .inlinesection .row {
    width: 96%;
    max-width: 1008px;
    margin: 0 auto; }
  .inlinesection .heading h1 {
    font: 300 38px/46px "Open Sans", sans-serif;
    color: #d54427;
    margin-bottom: 30px;
    margin-top: 30px; }
  .inlinesection .heading h4 {
    font: 300 20px/30px "Open Sans", sans-serif;
    color: #6d6e70;
    margin-bottom: 12px;
    margin-top: 120px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .inlinesection .content {
    background: transparent; }
  .inlinesection p {
    font: 15px/26px 'opensans-light', sans-serif;
    color: #353030; }
  .inlinesection .button i {
    padding-right: 10px;
    line-height: 80%; }
  .inlinesection .button:hover {
    background: rgba(54, 49, 54, 0.2); }

.section-head {
  padding: 0 4%;
  text-align: center; }

.section-head h1 {
  font: 300 36px/48px "Open Sans", sans-serif;
  color: #333;
  margin-bottom: 22px; }

.show {
  opacity: 1; }

.js #mc_embed_signup input[type="email"],
.js #mc_embed_signup input[type="submit"] {
  opacity: 0; }

#subscribe {
  background: #fafafa;
  display: block;
  position: relative;
  padding: 96px 0 66px 0;
  text-align: center;
  border-top: 1px solid #d54427; }
  #subscribe h1 {
    font: 300 38px/46px "Open Sans", sans-serif;
    color: #d54427;
    margin-bottom: 30px; }
  #subscribe p {
    font: 300 15px/26px "Open Sans", sans-serif;
    color: #353030; }

#mc_embed_signup {
  background: none;
  clear: both;
  display: block;
  margin: 6px auto 30px auto;
  width: 70%;
  text-align: center; }

#mc_embed_signup:before,
#mc_embed_signup:after {
  content: " ";
  display: table; }

#mc_embed_signup:after {
  clear: both; }

#mc_embed_signup input[type="submit"] {
  float: right;
  color: #d54427;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  font-size: 26px;
  line-height: 60px;
  width: 47%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #eee; }

#mc_embed_signup input[type="submit"]:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e628"; }

#mc_embed_signup input[type="submit"]:hover {
  background: rgba(54, 49, 54, 0.2);
  color: #fff; }

#mc_embed_signup input[type="email"] {
  background: rgba(215, 69, 40, 0.1);
  display: inline;
  float: left;
  height: 60px;
  margin: 0;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 47%;
  text-align: center; }

#partners-content {
  background: #f3f3f3;
  padding: 96px 0 66px 0;
  text-align: center;
  border-top: 1px solid #d54427; }

#partners h4 {
  font: 300 20px/30px "Open Sans", sans-serif;
  color: #6d6e70;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

#partners p {
  font: 300 15px/26px "Open Sans", sans-serif;
  color: #353030; }

#partners img {
  width: 120px;
  height: auto;
  display: inline; }

#partners-slider-wrap {
  position: relative;
  height: 280px; }

#partners-slider-wrap .bx-pager a {
  border-color: #aaa; }

#partners-slider-wrap .bx-pager a:hover,
#partners-slider-wrap .bx-pager a.active {
  background: #aaa; }

/* ------ CHAPTERS ------ */
/* ------ MAIN FINDINGS ------ */
#mainfindings {
  background: #2f3233;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  color: #fff; }
  #mainfindings .fullscreen-content {
    margin: 0; }
  #mainfindings h2 {
    position: absolute;
    top: 10%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font: 300 37px/52px "Open Sans", sans-serif;
    text-align: center;
    z-index: 1000; }

#mainfindings-slider {
  height: 100%;
  padding: 0;
  margin: 0; }
  #mainfindings-slider .slide {
    background-color: #23292f;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100% !important; }
    #mainfindings-slider .slide .row {
      padding-top: 20%; }
    #mainfindings-slider .slide p {
      width: 66.667%;
      margin: 0 auto;
      font: 400 18px/30px "Open Sans", sans-serif; }

.slider-prev a, .slider-next a {
  color: #fff; }

.slider-prev a:hover, .slider-next a:hover {
  color: #d54427; }

.slider-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  font-family: 'Pe-icon-7-stroke'; }

.slider-next {
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: 'Pe-icon-7-stroke'; }

.fullscreen-content .bx-wrapper .bx-pager {
  bottom: 14%; }

/* ------ CONTENT SECTION ------ */
@keyframes animatedBackground {
  from {
    background-position: 100% 300px; }
  to {
    background-position: 0% 300px; } }
@-webkit-keyframes animatedBackground {
  from {
    background-position: 100% 300px; }
  to {
    background-position: 0 300px; } }
@-ms-keyframes animatedBackground {
  from {
    background-position: 100% 300px; }
  to {
    background-position: 0 300px; } }
@-moz-keyframes animatedBackground {
  from {
    background-position: 100% 300px; }
  to {
    background-position: 0 300px; } }
.content {
  background: #f3f3f3;
  padding: 0;
  position: relative;
  width: 100%;
  /*min-height: 100%;*/
  overflow: visible;
  color: #353030;
  animation: animatedBackground 50s linear infinite;
  -ms-animation: animatedBackground 50s linear infinite;
  -moz-animation: animatedBackground 50s linear infinite;
  -webkit-animation: animatedBackground 50s linear infinite;
  /* buttons */
  /* lists */
  /* tables */ }
  .content h1 {
    font: 300 38px/46px "Open Sans", sans-serif;
    color: #d54427;
    margin-bottom: 30px; }
  .content .button {
    padding-right: 50px;
    margin: 30px auto;
    border: 2px solid #eee; }
    .content .button:hover {
      background: rgba(54, 49, 54, 0.2); }
    .content .button i {
      padding-right: 10px;
      line-height: 80%; }
  .content ul {
    list-style-type: square;
    padding: 0 0 0 20px; }
  .content ol {
    padding: 0 0 0 20px; }
  .content li {
    margin: 0 0 10px 0;
    font: 300 15px/26px "Open Sans", sans-serif; }
  .content .table-wrap {
    width: 100%;
    overflow-x: scroll; }
  .content table {
    background: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 30px 0; }
  .content th,
  .content td {
    padding: 8px; }
  .content th {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  .content tr {
    border-bottom: 1px solid #ddd; }
  .content thead tr {
    background: #e5e5e5;
    border-bottom: 1px solid #bbb; }
  .content table ul,
  .content table ol {
    margin: 0 0 10px 0; }
  .content table p,
  .content table li {
    font-size: 13px;
    line-height: 20px; }

#page-home .content {
  height: auto;
  min-height: 0; }

#page-subpage .content {
  margin: 25px 0;
  font: 300 15px/26px "Open Sans", sans-serif; }
  #page-subpage .content a {
    font-weight: 400; }

.content .heading h4 {
  font: 300 20px/30px "Open Sans", sans-serif;
  color: #6d6e70;
  margin-top: 120px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.shareable h3 {
  margin-right: 60px; }

/* footnotes */
.footnote-content p {
  font: 400 12px/18px "Open Sans", sans-serif; }

.bigbox .slide .footnote-content p {
  width: auto;
  height: auto !important;
  font: 400 12px/18px "Open Sans", sans-serif; }

.footnote-content a {
  display: inline-block;
  width: 18px;
  overflow: hidden;
  font-size: 0; }

.footnote-content a:before {
  content: "\2192";
  font-size: 18px; }

/* --- PROGRESS BARS --- */
#progress {
  position: absolute;
  right: 20px;
  text-align: left;
  width: 230px;
  margin: 120px 0 0 0;
  z-index: 80;
  /* top link */ }
  #progress .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: inherit;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    #progress .wrapper.affix {
      position: fixed;
      top: 120px;
      right: 20px;
      opacity: 0.5; }
      #progress .wrapper.affix:hover {
        opacity: 1; }
  #progress .bar {
    position: relative;
    display: block;
    width: 100%;
    height: 24px;
    margin-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.5); }
    #progress .bar span {
      position: absolute;
      display: block;
      top: 0;
      width: 0;
      height: 24px;
      z-index: 0;
      background-color: rgba(50, 50, 50, 0.15); }
    #progress .bar a {
      display: block;
      position: relative;
      width: 100%;
      padding: 8px;
      font: 9px/10px "montserrat-regular", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1; }
    #progress .bar i {
      position: absolute;
      top: 4px;
      right: 6px;
      height: 40px;
      color: rgba(255, 255, 255, 0);
      -webkit-transition: color .3s;
      transition: color .3s; }
  #progress .back-to-top {
    background: none; }
  #progress .back-to-top i {
    color: #aaa; }

#progress-hidden {
  display: none; }

/* --- SECTION WRAP HEADING --- */
.newchapterbegins {
  background-color: #2f3233;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 95; }
  .newchapterbegins h1 {
    position: absolute;
    width: 90%;
    height: 80%;
    bottom: -19px;
    left: -15px;
    font-size: 150px;
    line-height: 0.68;
    font-family: "montserrat-bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .8;
    z-index: 50; }
    .newchapterbegins h1 .textFitted {
      position: absolute;
      bottom: -1%; }
  .newchapterbegins.long-title h1 {
    font-size: 120px;
    padding: 10% 0 0 0; }

/* ------ CONTENT TYPES ------ */
/* --- INTRO --- */
#page-subpage .type-introduction .content {
  margin: 0 0 25px 0; }
  #page-subpage .type-introduction .content .heading {
    text-align: center; }

/* --- BOX --- */
.type-box .box-header {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  height: 0;
  padding: 0 0 30% 0; }

.box-content {
  background: #e5e5e5;
  padding: 20px 20px 4px 20px; }
  .box-content h2 {
    min-height: 50px;
    margin: 0 0 12px 0;
    font: 400 22px/32px "Open Sans", sans-serif; }
  .box-content p {
    color: #2f3233;
    margin: 0 0 16px 0; }
  .box-content .figure {
    margin: 0 0 16px 0; }

/* --- IMAGE --- */
/* items */
.content.item {
  height: auto;
  min-height: 0; }
  .content.item .item-wrap {
    background: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* overlay */
.item .item-wrap {
  /* hover */ }
  .item .item-wrap a {
    display: block;
    position: relative;
    overflow: hidden; }
  .item .item-wrap .overlay {
    background: url('img/overlay-bg.png') repeat;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .item .item-wrap .link-icon {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px; }
  .item .item-wrap img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .item .item-wrap:hover .overlay {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .item .item-wrap:hover .link-icon {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .item .item-wrap:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.figure-notes {
  background: #ddd;
  padding: 20px 0 10px 0; }
  .figure-notes h5 {
    margin: 0 20px 5px 20px; }
  .figure-notes p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 20px 10px 20px; }

#page-subpage .type-image.fullsize .content {
  background: #e5e5e5;
  position: relative;
  padding: 50px 0;
  margin: 0;
  z-index: 100; }
#page-subpage .type-image.fullsize .box-header h3, #page-subpage .type-image.fullsize .box-header h5 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
#page-subpage .type-image.fullsize .box-header h3 {
  margin-bottom: 40px; }
#page-subpage .type-image.fullsize .item-wrap {
  margin: 0 50px; }
  #page-subpage .type-image.fullsize .item-wrap img, #page-subpage .type-image.fullsize .item-wrap:hover img {
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }
#page-subpage .type-image.fullsize .figure-notes {
  margin: 0 50px; }

.content .imagesummary {
  padding: 0px !important;
  position: relative;
  left: -10px;
  bottom: 0px;
  margin: 0px;
  max-height: 300px;
  overflow: hidden; }
.content .image {
  padding: 0px !important;
  position: relative;
  bottom: 0px;
  margin: 0px;
  overflow: hidden; }
.content .image > img {
  border-bottom: 1px solid #d54427; }

/* --- BIG BOX --- */
.bigbox-wrapper {
  display: inline; }
  .bigbox-wrapper .fullscreen-content {
    background-image: url('../img/bigbox-bg1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #363136;
    position: relative; }
  .bigbox-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #d74528;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .bigbox-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .bigbox-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d74528; }

.type-bigbox .box-header {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .type-bigbox .box-header h2 {
    width: 60%;
    margin: 0 auto;
    color: #d74528;
    font: 300 30px/42px "Open Sans", sans-serif;
    z-index: 1000; }
  .type-bigbox .box-header p {
    font: 300 16px/26px "Open Sans", sans-serif; }

.bigbox {
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100% !important; }
  .bigbox .row {
    padding-top: 10%; }
  .bigbox .slide {
    height: 100% !important; }
  .bigbox .slide-content {
    position: relative;
    top: 20%;
    width: 75%;
    margin: 0 auto; }

.type-bigbox.has-title .slide-content {
  top: 30%; }

.bigbox-prev a, .bigbox-next a {
  color: #d74528; }

.bigbox-prev a:hover, .bigbox-next a:hover {
  color: #d54427; }

.bigbox-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  font-family: 'Pe-icon-7-stroke'; }

.bigbox-next {
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: 'Pe-icon-7-stroke'; }

/* ------ NEXT CHAPTER ------ */
#next-chapter {
  display: block;
  background: #2f3233;
  padding: 80px 0;
  text-align: center; }
  #next-chapter a {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #fff;
    color: #e5e5e5;
    font: 22px/26px "montserrat-regular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    #next-chapter a:hover {
      background: rgba(255, 255, 255, 0.6);
      color: #2f3233; }

.footnote-content p,
.figure-notes .footnote-content p {
  margin: 0 0 10px 0; }

.footnotes {
  display: none !important; }

.edit-link {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  float: left;
  padding: 10px;
  font-size: 11px;
  z-index: 9999; }

/* ------------

OTHER PAGES

------------ */
.simple-header {
  background: url('../img/simpleheader_bg1.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 220px 0 160px 0; }
  .simple-header .header-text {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
  .simple-header h1,
  .simple-header h5 {
    color: #fff; }
  .simple-header p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    .simple-header p a {
      color: #fff;
      text-decoration: underline; }

/* --- SEARCH RESULTS --- */
.search-result {
  padding: 40px 0;
  border-bottom: 1px solid #bbb; }

.search-result .thumbnail {
  background: rgba(0, 0, 0, 0.05);
  float: right;
  margin: 0 0 20px 20px;
  padding: 20px; }

.search-result .thumbnail img {
  display: block; }

.search-result h3 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd; }
  .search-result h3 a {
    text-decoration: none; }

.search-result.image h3 {
  padding: 0;
  border-bottom: none; }

.search-result h5 {
  margin: 0 0 10px 0; }

.search-result h5 i {
  color: #999; }

.search-result .query-term {
  background: #ddd;
  padding: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #d54427; }

#page-subpage.downloads .simple-header {
  background-image: url('../img/simpleheader_bg2.jpg'); }

#downloads-table {
  padding: 80px 0; }

.table-head {
  padding-bottom: 6px;
  border-bottom: 3px solid #bbb; }
  .table-head hr {
    margin: 10px 0; }

.table-body {
  font-size: 13px;
  line-height: 19px; }
  .table-body .row {
    border-bottom: 1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    -ms-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    transition: 0.25s all linear; }
    .table-body .row:last-child {
      border-bottom: none; }
    .table-body .row:hover {
      background: rgba(0, 0, 0, 0.05); }
  .table-body .disabled {
    color: #aaa; }

#bookshelf-wrap {
  position: relative;
  background-color: #fff; }

.papers-filter {
  text-align: center; }
  .papers-filter ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 10px; }
    .papers-filter ul li.filter-head {
      margin-right: 0;
      padding: 20px 5px 20px 15px; }
      .papers-filter ul li.filter-head b {
        font: 17px/6px "montserrat-regular", sans-serif; }
    .papers-filter ul li a {
      display: inline-block;
      padding: 10px 15px;
      -webkit-transition: color .25s, background .25s, opacity .25s;
      -moz-transition: color .25s, background .25s, opacity .25s;
      -o-transition: color .25s, background .25s, opacity .25s;
      transition: color .25s, background .25s, opacity .25s; }
    .papers-filter ul li ul {
      position: absolute;
      top: 100%;
      left: -9999px;
      width: 320px;
      margin: -1px 0 0 0; }
      .papers-filter ul li ul li {
        display: block;
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }
        .papers-filter ul li ul li a {
          display: block;
          background: transparent;
          border: none; }
          .papers-filter ul li ul li a:before {
            content: " ";
            display: table; }
          .papers-filter ul li ul li a:after {
            content: " ";
            display: table;
            clear: both; }
        .papers-filter ul li ul li i {
          display: block;
          float: left;
          margin: 0 10px 0 0;
          opacity: 0;
          color: #d54427;
          -webkit-transition: opacity .25s ease-in-out;
          -moz-transition: opacity .25s ease-in-out;
          -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out; }
        .papers-filter ul li ul li span {
          display: block; }
        .papers-filter ul li ul li .text {
          float: left; }
        .papers-filter ul li ul li .numbers {
          float: right; }
    .papers-filter ul li:hover > ul {
      left: 0; }
      .papers-filter ul li:hover > ul li {
        opacity: 1; }

#papers-splash-filter {
  margin: 30px 0 0 0; }
  #papers-splash-filter ul li {
    color: #fff;
    font: 20px/22px "Open Sans", sans-serif; }
    #papers-splash-filter ul li a {
      padding: 16px 18px;
      border: 1px solid #fff;
      color: #fff; }
      #papers-splash-filter ul li a i {
        margin: 0 0 0 10px; }
    #papers-splash-filter ul li ul {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #fff;
      text-align: left; }
      #papers-splash-filter ul li ul li a {
        background: transparent;
        border: none; }
    #papers-splash-filter ul li:hover a {
      background: rgba(255, 255, 255, 0.3); }
    #papers-splash-filter ul li:hover > ul li a {
      background: transparent; }

#filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(237, 237, 237, 0.85);
  z-index: 105;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  #filter ul {
    margin: 0; }
    #filter ul li {
      color: #6d6e70;
      font: 12px/12px "montserrat-regular", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #filter ul li a {
        color: #d54427;
        border-color: #d54427;
        padding: 20px 15px; }
        #filter ul li a.filter-trigger {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          #filter ul li a.filter-trigger i,
          #filter ul li a.filter-trigger .numbers {
            display: none; }
      #filter ul li ul {
        margin: 0;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(109, 110, 112, 0.25);
        text-align: left; }
      #filter ul li:hover a {
        background: #d54427;
        color: #fff; }
      #filter ul li:hover > ul li a {
        padding: 12px;
        background: transparent;
        color: #6d6e70; }
        #filter ul li:hover > ul li a:hover {
          background: #ededed; }
        #filter ul li:hover > ul li a.selected {
          color: #d54427; }
          #filter ul li:hover > ul li a.selected i {
            opacity: 1; }
  #filter.stuck {
    position: fixed;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.25); }

#bookshelf-bg {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100% auto; }
  #bookshelf-bg.stream-cities {
    background-image: url('../img/bg_papers-cities.jpg'); }
  #bookshelf-bg.stream-business {
    background-image: url('../img/bg_papers-business.jpg'); }
  #bookshelf-bg.stream-energy {
    background-image: url('../img/bg_papers-energy.jpg'); }
  #bookshelf-bg.stream-finance {
    background-image: url('../img/bg_papers-finance.jpg'); }
  #bookshelf-bg.stream-infrastructure {
    background-image: url('../img/bg_papers-infrastructure.jpg'); }
  #bookshelf-bg.stream-land-use {
    background-image: url('../img/bg_papers-landuse.jpg'); }
  #bookshelf-bg.stream-region-and-country-studies {
    background-image: url('../img/bg_papers-region.jpg'); }
  #bookshelf-bg.stream-technical-note {
    background-image: url('../img/bg_papers-technote.jpg'); }

#bookshelf {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 40px 0;
  position: relative;
  list-style: none;
  text-align: center; }
  #bookshelf .slide {
    display: inline-block;
    position: relative;
    min-width: 300px;
    width: 29%;
    margin: 1%;
    padding: 45px 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.07); }
  #bookshelf .intro {
    padding: 45px;
    text-align: left; }
  #bookshelf figure:before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s; }
  #bookshelf figure:after {
    display: none;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, height 0s 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/ }
  #bookshelf figure.details-open:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
    z-index: 1; }
  #bookshelf figure.details-open:after {
    /*height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;*/ }
  #bookshelf .date {
    width: 180px;
    margin: 0 auto 10px auto;
    text-align: left;
    font: 11px/11px "Open Sans", sans-serif;
    text-transform: uppercase; }
  #bookshelf figcaption {
    position: relative;
    padding: 0 20px;
    text-align: center;
    z-index: 4; }
    #bookshelf figcaption h3 {
      font: 300 20px/24px "Open Sans", sans-serif;
      color: #6d6e70; }
    #bookshelf figcaption h5 {
      position: relative;
      margin: 20px 0;
      padding: 15px 0;
      font-size: 12px; }
      #bookshelf figcaption h5:before, #bookshelf figcaption h5:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 100px;
        height: 1px;
        margin: 0 0 0 -50px;
        background: #6d6e70; }
      #bookshelf figcaption h5:after {
        top: 100%; }
    #bookshelf figcaption .tags {
      line-height: 37px; }
      #bookshelf figcaption .tags span {
        display: inline-block;
        border: 1px solid #6d6e70;
        padding: 8px 10px;
        margin: 0 4px;
        font: 11px/11px "Open Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer; }
        #bookshelf figcaption .tags span.active {
          color: #d54427;
          border-color: #d54427; }
    #bookshelf figcaption a.book-price, #bookshelf figcaption a.ebook-price {
      position: relative;
      display: inline-block;
      margin: 0.6em 0 0 0;
      padding: 0 10px 0 35px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 1.4em;
      background: url('../img/alu-sprite.png') no-repeat 5px -1894px; }
    #bookshelf figcaption a.ebook-price {
      background: url('../img/alu-sprite.png') no-repeat 8px -1945px; }
    #bookshelf figcaption a.book-price:after {
      position: absolute;
      top: 0;
      right: 0px;
      width: 1px;
      height: 30px;
      background: rgba(0, 0, 0, 0.5);
      content: ''; }

/* Perspective wrapper, figure and book */
.perspective {
  position: relative;
  width: 100%;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  z-index: 2; }

.book {
  position: relative;
  margin: 0 auto;
  width: 180px;
  height: 240px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer; }
  .book div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .book div.spine {
      left: 0;
      z-index: 10;
      width: 20px;
      height: 100%;
      background: #fff;
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%), #fff;
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%), #fff;
      -webkit-transform: translateX(-100%) rotateY(-90deg);
      transform: translateX(-100%) rotateY(-90deg);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .book div.spine span {
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        height: 20px;
        width: 240px;
        padding: 0 10px;
        text-align: center;
        font: 300 12px/20px "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transform-origin: 0 0;
        transform: rotate(90deg); }
  .book .cover {
    z-index: 10;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .book .front {
    background: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%); }
  .book .inner {
    border-width: 3px;
    border-style: solid;
    background-color: #fff; }
  .book .inner-left {
    border-right: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .book .inner-right {
    border-left: none; }

/* Buttons and figcaption */
.buttons {
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 3; }
  .buttons a {
    display: inline-block;
    padding: 0 12px;
    color: rgba(100, 105, 106, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5;
    color: #d54427; }
    .buttons a:first-child:not(:only-child) {
      border-right: 1px solid rgba(100, 105, 106, 0.3); }
    .buttons a:hover, .buttons a:active {
      color: #d74528; }

/* Details panel */
.details {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  .details ul {
    margin: 0;
    padding: 60px 10% 0 10%;
    list-style: none;
    text-align: left; }
    .details ul li {
      margin: 0 0 10px;
      font-weight: 300;
      visibility: visible;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transform: translateX(30%);
      transform: translateX(30%); }
      .details ul li:not(:first-child) {
        font-weight: 700; }
      .details ul li:first-child {
        position: relative;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        text-align: left;
        height: 165px;
        overflow: hidden; }
        .details ul li:first-child p {
          font-size: 12px;
          line-height: 18px; }
        .details ul li:first-child:after {
          position: absolute;
          content: '';
          top: 100%;
          left: 0;
          content: "";
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, white));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .details ul li.book-link {
        text-align: center; }
  .details .borderbutton {
    display: inline-block;
    padding: 10px 15px;
    font: 300 1.25rem/1em "Open Sans", sans-serif;
    border: 2px solid #d54427; }

.csstransformspreserve3d .details ul {
  padding: 60px 10% 0 110px; }

.close-details {
  position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 1;
  cursor: pointer; }

.details-open .close-details {
  visibility: visible; }
  .details-open .close-details:hover {
    opacity: 0.6; }
  .details-open .close-details:before, .details-open .close-details:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f03c3d;
    content: ''; }
  .details-open .close-details:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .details-open .close-details:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Custom BookBlock */
/*
.bb-custom-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    border-width: 3px 10px;
    border-style: solid;
}

.bb-custom-wrapper::before,
.bb-custom-wrapper::after {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
    background: -webkit-linear-gradient(left, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
    background-size: 3px 100%;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper::before { left: 0 }

.bb-custom-wrapper::after { right: 0 }

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-side {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.bb-custom-side::before {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 80px;
    height: 100%;
    box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
    content: '';
}

.bb-custom-side:first-child::before {
    right: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15);
}

.page-layout-1 h3,
.page-layout-1 p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    max-width: 260px;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.page-layout-1 h3 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    font-family: "Sacramento", serif;
}

.page-layout-1 h3 span {
    display: block;
    padding: 5px 0 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-size: 3em;
    font-family: "Six Caps", sans-serif;
    line-height: 1;
}

.page-layout-1 p {
    padding: 0 10px;
    text-align: right;
    font-style: italic;
    font-family: "Cardo", serif;
}

.page-layout-2 {
    background: -webkit-linear-gradient(left, #64696a 50%, white 50%);
    background: linear-gradient(to right, #64696a 50%, white 50%);
}

.page-layout-2:first-child {
    background: -webkit-linear-gradient(left, white 50%, #64696a 50%);
    background: linear-gradient(to right, white 50%, #64696a 50%);
}

.page-layout-2 div {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0 10% 10%;
    width: 50%;
}

.page-layout-2 div:first-child { left: 0 }

.page-layout-2:first-child div:last-child,
.page-layout-2:last-child div:first-child { color: #fff }

.page-layout-2 h3 {
    margin: 0;
    font-size: 6em;
    font-family: "Cardo", serif;
}

.page-layout-3:last-child {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../img/portrait.jpg') no-repeat top left;
    background-size: cover;
}

.page-layout-3 div { padding: 10% }

.page-layout-3 h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14em;
    font-family: "Six Caps", sans-serif;
}

.page-layout-3 p {
    margin: 0;
    text-indent: 5px;
    font-style: italic;
    font-family: "Cardo", serif;
}*/
/* Book navigation */
/*
.bb-custom-wrapper > nav a {
    position: absolute;
    z-index: 1000;
    font-size: 0;
    opacity: 0.4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bb-custom-wrapper > nav a:hover { opacity: 1 }

.bb-custom-wrapper > nav a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(221, 221, 221, 0.7);
}

.bb-nav-prev,
.bb-nav-next {
    top: 50%;
    left: 25px;
    margin-top: -15px;
}

.bb-nav-close {
    top: 15px;
    right: 25px;
}

.bb-nav-next {
    right: 25px;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bb-custom-wrapper > nav a::before,
.bb-custom-wrapper > nav a::after {
    position: absolute;
    top: 0;
    left: 25%;
    width: 1px;
    height: 50%;
    background: #333;
    content: '';
}

.bb-custom-wrapper > nav a.bb-nav-close::before,
.bb-custom-wrapper > nav a.bb-nav-close::after {
    top: 15%;
    left: 50%;
    height: 70%;
}

.bb-custom-wrapper > nav a:not(.bb-nav-close)::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.bb-custom-wrapper > nav a:not(.bb-nav-close)::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bb-custom-wrapper > nav a.bb-nav-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bb-custom-wrapper > nav a.bb-nav-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
/****** Custom book colors and borders *****/
/* Custom book covers */
/*.no-csstransforms3d .book[data-book="book-1"],
.no-js .book[data-book="book-1"],
.book[data-book="book-1"] .front {
    background: url('../img/cover1.jpg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover1.jpg'), #009bdb;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover1.jpg'), #fff;
background-size: 100% auto;
}

.book[data-book="book-1"] .inner { border-color: #009bdb }

.book[data-book="book-1"] .cover::before {
    background: url('../img/spine1.jpg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine1.jpg'), #fff;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine1.jpg'), #fff;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-2"],
.no-js .book[data-book="book-2"],
.book[data-book="book-2"] .front {
    background: url('../img/cover2.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover2.svg'), #f6a7a5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover2.svg'), #f6a7a5;
background-size: 100% auto;
}

.book[data-book="book-2"] .inner { border-color: #f6a7a5 }

.book[data-book="book-2"] .cover::before {
    background: url('../img/spine2.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine2.svg'), #f6a7a5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine2.svg'), #f6a7a5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-3"],
.no-js .book[data-book="book-3"],
.book[data-book="book-3"] .front {
    background: url('../img/cover3.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover3.svg'), #ebc989;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover3.svg'), #ebc989;
background-size: 100% auto;
}

.book[data-book="book-3"] .inner { border-color: #ebc989 }

.book[data-book="book-3"] .cover::before {
    background: url('../img/spine3.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine3.svg'), #ebc989;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine3.svg'), #ebc989;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-4"],
.no-js .book[data-book="book-4"],
.book[data-book="book-4"] .front {
    background: url('../img/cover4.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover4.svg'), #a6a1a5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover4.svg'), #a6a1a5;
background-size: 100% auto;
}

.book[data-book="book-4"] .inner { border-color: #a6a1a5 }

.book[data-book="book-4"] .cover::before {
    background: url('../img/spine4.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine4.svg'), #a6a1a5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine4.svg'), #a6a1a5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-5"],
.no-js .book[data-book="book-5"],
.book[data-book="book-5"] .front {
    background: url('../img/cover5.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover5.svg'), #4cbb97;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover5.svg'), #4cbb97;
background-size: 100% auto;
}

.book[data-book="book-5"] .inner { border-color: #4cbb97 }

.book[data-book="book-5"] .cover::before {
    background: url('../img/spine5.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine5.svg'), #4cbb97;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine5.svg'), #4cbb97;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-6"],
.no-js .book[data-book="book-6"],
.book[data-book="book-6"] .front {
    background: url('../img/cover6.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover6.svg'), #a1cae5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover6.svg'), #a1cae5;
background-size: 100% auto;
}

.book[data-book="book-6"] .inner { border-color: #a1cae5 }

.book[data-book="book-6"] .cover::before {
    background: url('../img/spine6.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine6.svg'), #a1cae5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine6.svg'), #a1cae5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-7"],
.no-js .book[data-book="book-7"],
.book[data-book="book-7"] .front {
    background: url('../img/cover7.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover7.svg'), #ebe6e5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover7.svg'), #ebe6e5;
background-size: 100% auto;
}

.book[data-book="book-7"] .inner { border-color: #ebe6e5 }

.book[data-book="book-7"] .cover::before {
    background: url('../img/spine7.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine7.svg'), #ebe6e5;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine7.svg'), #ebe6e5;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-8"],
.no-js .book[data-book="book-8"],
.book[data-book="book-8"] .front {
    background: url('../img/cover8.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover8.svg'), #f8eb48;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover8.svg'), #f8eb48;
background-size: 100% auto;
}

.book[data-book="book-8"] .inner { border-color: #f8eb48 }

.book[data-book="book-8"] .cover::before {
    background: url('../img/spine8.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine8.svg'), #f8eb48;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine8.svg'), #f8eb48;
background-size: 100% auto;
}

.no-csstransforms3d .book[data-book="book-9"],
.no-js .book[data-book="book-9"],
.book[data-book="book-9"] .front {
    background: url('../img/cover9.svg');
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover9.svg'), #f7a56e;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(211, 211, 211, 0.1) 5%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0.1) 9%, rgba(0, 0, 0, 0.01) 100%), url('../img/cover9.svg'), #f7a56e;
background-size: 100% auto;
}

.book[data-book="book-9"] .inner { border-color: #f7a56e }

.book[data-book="book-9"] .cover::before {
    background: url('../img/spine9.svg');
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine9.svg'), #f7a56e;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url('../img/spine9.svg'), #f7a56e;
background-size: 100% auto;
}

/* border around bookblock same as book cover color*/
/*
#book-1 { border-color: #009bdb }

#book-2 { border-color: #f6a7a5 }

#book-3 { border-color: #ebc989 }

#book-4 { border-color: #a6a1a5 }

#book-5 { border-color: #4cbb97 }

#book-6 { border-color: #a1cae5 }

#book-7 { border-color: #ebe6e5 }

#book-8 { border-color: #f8eb48 }

#book-9 { border-color: #f7a56e }
*/
/****** Transitions ******/
/* Book open / view inside */
.book {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
  transition: transform 0.5s, opacity 0.3s 0.3s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.csstransformspreserve3d .bookshelf figure.open .cover {
  -webkit-animation: openSmallBook 0.5s forwards;
  animation: openSmallBook 0.5s forwards; }

.csstransformspreserve3d .bookshelf figure.close .cover {
  -webkit-animation: closeSmallBook 0.5s forwards;
  animation: closeSmallBook 0.5s forwards; }

@-webkit-keyframes openSmallBook {
  55%,
  100% {
    -webkit-transform: rotateY(-180deg); } }
@keyframes openSmallBook {
  55%,
  100% {
    transform: rotateY(-180deg); } }
@-webkit-keyframes closeSmallBook {
  0%,
  45% {
    -webkit-transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }
@keyframes closeSmallBook {
  0%,
  45% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(0deg); } }
.bookshelf figure.open .book {
  z-index: 1000;
  -webkit-animation: scaleUpSmallBook 0.5s forwards;
  animation: scaleUpSmallBook 0.5s forwards; }
.bookshelf figure.close .book {
  -webkit-animation: scaleDownSmallBook 0.5s forwards;
  animation: scaleDownSmallBook 0.5s forwards; }

@-webkit-keyframes scaleUpSmallBook {
  85%,
  100% {
    -webkit-transform: scale(1.4); } }
@keyframes scaleUpSmallBook {
  85%,
  100% {
    transform: scale(1.4); } }
@-webkit-keyframes scaleDownSmallBook {
  0%,
  15% {
    -webkit-transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes scaleDownSmallBook {
  0%,
  15% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
.inner-right {
  background-color: #ddd;
  -webkit-transition: background-color 0.5s 0.25s;
  transition: background-color 0.5s 0.25s; }

.open .inner-right {
  background-color: #f9f9f9;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

/*.bb-custom-wrapper {
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.bb-custom-wrapper.show {
  visibility: visible;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  -webkit-animation: openBigBook 0.5s forwards;
  animation: openBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.show { opacity: 1 }

.bb-custom-wrapper.hide {
  -webkit-animation: closeBigBook 0.5s forwards;
  animation: closeBigBook 0.5s forwards;
}

.no-cssanimations .bb-custom-wrapper.hide { opacity: 0 }
*/
@-webkit-keyframes openBigBook {
  45% {
    opacity: 0;
    -webkit-transform: scale(0.95); }
  85% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes openBigBook {
  45% {
    opacity: 0;
    transform: scale(0.95); }
  85% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes closeBigBook {
  0%,
  15% {
    opacity: 1;
    -webkit-transform: scale(1); }
  55%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0.95); } }
@keyframes closeBigBook {
  0%,
  15% {
    opacity: 1;
    transform: scale(1); }
  55%,
  100% {
    opacity: 0;
    transform: scale(0.95); } }
/* Details open / view details */
.bookshelf figure {
  z-index: 100;
  -webkit-transition: z-index 0s 0.3s;
  transition: z-index 0s 0.3s; }
  .bookshelf figure.details-open {
    z-index: 101;
    -webkit-transition: none;
    transition: none; }

.csstransformspreserve3d .cover:before {
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s; }
.csstransformspreserve3d .details-open .book {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-36px) rotateY(90deg);
  transform: translateX(-36px) rotateY(90deg); }
.csstransformspreserve3d .details-open .cover:before {
  visibility: visible;
  -webkit-transition: none;
  transition: none; }

.no-csstransformspreserve3d .details-open .book {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0; }

.details-open .details {
  visibility: hidden;
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 0.5s, visibility 0s;
  transition: opacity 0.5s, visibility 0s; }
  .details-open .details ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .details-open .details ul li:first-child {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .details-open .details ul li:nth-child(2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .details-open .details ul li:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .details-open .details ul li:nth-child(4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }

.single.type-workingpaper .simple-header {
  padding-bottom: 80px; }
.single.type-workingpaper .header-text span {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .single.type-workingpaper .header-text span:first-child {
    border-left: none; }
.single.type-workingpaper .header-text .authors {
  margin: 30px 0; }
  .single.type-workingpaper .header-text .authors:after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin: 30px auto 0 auto;
    background: #fff; }
.single.type-workingpaper section {
  display: block;
  padding: 40px 0;
  background: url('../img/shadow_bottom.png') no-repeat bottom center;
  background-position: bottom center;
  background-size: 80% 30px; }
  .single.type-workingpaper section:nth-child(even) {
    background-color: #ededed; }
  .single.type-workingpaper section h2 {
    color: #d54427;
    cursor: pointer; }
  .single.type-workingpaper section .accordion-content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .single.type-workingpaper section .shadow {
    height: 0;
    padding: 0 0 5% 0;
    border-top: 1px solid rgba(109, 110, 112, 0.4);
    background-repeat: no-repeat;
    background-size: 80% 20px;
    background-image: url('../img/shadow_top.png');
    background-position: top center; }
  .single.type-workingpaper section .text-block {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 8px 8px 8px 10px;
    border: 1px solid #6d6e70;
    font: 12px/12px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
.single.type-workingpaper .bx-wrapper .slide img {
  max-width: 500px;
  margin: 0 auto; }
.single.type-workingpaper #graphics .bx-wrapper {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 5%;
  padding-bottom: 100px; }
  .single.type-workingpaper #graphics .bx-wrapper:before {
    content: " ";
    display: table; }
  .single.type-workingpaper #graphics .bx-wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a {
    top: 40%;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #d54427;
    font-size: 20px; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20px; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20px; }
  .single.type-workingpaper #graphics .bx-wrapper .bx-pager a {
    border-color: #6d6e70; }
    .single.type-workingpaper #graphics .bx-wrapper .bx-pager a.active {
      border-color: #d54427; }
.single.type-workingpaper #graphics .bx-viewport {
  width: 100%;
  height: 100%; }
.single.type-workingpaper #graphics #graphics-slider {
  position: relative;
  width: 100%; }
.single.type-workingpaper #graphics .slide {
  position: relative;
  float: left;
  padding: 0 50px;
  list-style: none;
  text-align: center; }
  .single.type-workingpaper #graphics .slide h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #6d6e70; }
  .single.type-workingpaper #graphics .slide .button {
    margin: 20px 0;
    padding: 10px 14px;
    background: transparent;
    border: 2px solid #6d6e70;
    color: #6d6e70;
    font-size: 16px;
    line-height: 18px; }
.single.type-workingpaper #logos .bx-wrapper {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 5%;
  padding-bottom: 100px; }
  .single.type-workingpaper #logos .bx-wrapper:before {
    content: " ";
    display: table; }
  .single.type-workingpaper #logos .bx-wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a {
    top: 40%;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #d54427;
    font-size: 20px; }
    .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -20px; }
    .single.type-workingpaper #logos .bx-wrapper .bx-controls-direction a.bx-next {
      right: -20px; }
  .single.type-workingpaper #logos .bx-wrapper .bx-pager a {
    border-color: #6d6e70; }
    .single.type-workingpaper #logos .bx-wrapper .bx-pager a.active {
      border-color: #d54427; }
.single.type-workingpaper #logos .bx-viewport {
  width: 100%;
  height: 100%; }
.single.type-workingpaper #logos #logos-slider {
  position: relative;
  width: 100%; }
.single.type-workingpaper #logos .slide {
  position: relative;
  float: left;
  padding: 0 50px;
  list-style: none;
  text-align: center; }
  .single.type-workingpaper #logos .slide h4 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #6d6e70; }
  .single.type-workingpaper #logos .slide .button {
    margin: 20px 0;
    padding: 10px 14px;
    background: transparent;
    border: 2px solid #6d6e70;
    color: #6d6e70;
    font-size: 16px;
    line-height: 18px; }
.single.type-workingpaper #bookshelf {
  padding: 0;
  background: none; }

@media screen and (max-width: 768px) {
  #filter ul li a.filter-trigger {
    width: auto; }

  .papers-filter ul li {
    display: block;
    float: left;
    width: 50%;
    margin: 0; }
    .papers-filter ul li.filter-head {
      display: none; }
    .papers-filter ul li ul {
      width: 90%; }
      .papers-filter ul li ul li {
        float: none;
        width: 100%; }
        .papers-filter ul li ul li i {
          display: none; }
        .papers-filter ul li ul li .numbers {
          display: none; }
    .papers-filter ul li:hover > ul {
      left: 5%; } }
@media screen and (max-width: 768px) {
  .single.type-workingpaper .bx-wrapper {
    height: auto; }
    .single.type-workingpaper .bx-wrapper .bx-viewport {
      height: auto !important;
      min-height: 0 !important; } }
@media screen and (max-width: 600px) {
  .single.type-workingpaper .bx-wrapper {
    height: auto; }
    .single.type-workingpaper .bx-wrapper .bx-viewport {
      height: 400px !important;
      min-height: 0 !important; }
    .single.type-workingpaper .bx-wrapper .slide {
      height: 400px !important; } }
#page-subpage.working-papers .simple-header {
  background-image: url('../img/simpleheader_bg3.jpg'); }

/* --- SHARE LINKS --- */
a.share {
  font: 20px/40px 'montserrat-regular', sans-serif;
  display: block;
  padding: 12px;
  height: 70px;
  width: 70px;
  text-align: center;
  background: rgba(54, 49, 49, 0.4);
  color: #fff; }

a.share {
  background: none;
  color: #d54427; }

a.share.light {
  color: #eee; }

a.share:hover {
  color: #ffa492;
  background: rgba(213, 68, 39, 0.9); }

/* chapter heading */
#mainfindings .share,
.newchapterbegins .share {
  color: #fff; }

/* --- SHARE WIDGET --- */
.share-me {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 120;
  /* 120 for home page search button */ }

.share-widget {
  background: rgba(215, 69, 40, 0.9);
  display: none;
  position: absolute;
  width: 200px;
  height: 80px;
  top: -5px;
  left: -215px;
  padding: 10px;
  z-index: 200; }

.share-widget:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent rgba(215, 69, 40, 0.9);
  display: block;
  top: 50%;
  right: -10px;
  width: 0;
  margin: -10px 0 0 0;
  z-index: 1; }

.share-widget h5 {
  color: #fff;
  margin: 0 0 10px 0; }

.share-widget a {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px 0 0;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 18px; }

.share-widget a:hover {
  background: rgba(0, 0, 0, 0.3); }

/* inline widget */
.share-me.inline {
  position: relative;
  float: right;
  top: 0;
  right: 0; }

.share-me.inline a.share {
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px; }

.share-me.inline a.share i {
  display: block;
  color: #555657;
  font-size: 24px; }

.share-me.inline a.share:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #d54427; }

.share-me.inline .share-widget {
  top: -15px; }

.share-me.inline .share {
  position: relative;
  top: auto;
  right: auto;
  margin: 0; }

/* on */
.share-me.on a.share,
.share-me.on a.share:hover {
  background: #d54427; }

.share-me.on a.share i,
.share-me.on a.share:hover i {
  color: #fff; }

.share-me.inline.on a.share,
.share-me.inline.on a.share:hover {
  background: #fff; }

.share-me.inline.on a.share i,
.share-me.inline.on a.share:hover i {
  color: #d54427; }

/* light */
.share-me.light a.share {
  color: #fff; }

footer {
  background: #d54427 url('../img/footer-bg.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  padding: 50px 0 100px 0;
  font: 600 11px/20px "Open Sans", sans-serif;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:visited {
      color: #fff; }
    footer a:hover, footer a:focus {
      color: #ffa492; }
  footer .footer-logo a {
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 3px; }
    footer .footer-logo a img {
      height: 48px;
      width: 366px; }
  footer .right-cols .columns {
    padding-right: 5px;
    padding-left: 5px;
    width: 33.33333%; }
    footer .right-cols .columns p {
      margin-bottom: 6px; }
  footer h3 {
    font: 13px / 24px "opensans-semibold", sans-serif;
    margin-bottom: 0;
    font-weight: normal;
    color: #fff; }
    footer h3:before {
      font-family: 'FontAwesome';
      margin: 0 0 6px 3px;
      font-size: 30px;
      line-height: 48px;
      text-align: left;
      color: #fff;
      display: block; }
    footer h3.address:before {
      content: "\f041"; }
    footer h3.social:before {
      content: "\f0c0"; }
    footer h3.contact:before {
      content: "\f0e0"; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      margin: 0;
      line-height: 24px; }
      footer ul li a {
        color: #ffa492; }
        footer ul li a:visited {
          color: #ffa492; }
        footer ul li a:hover, footer ul li a:focus {
          color: #fff; }
  footer .copyright {
    margin: 30px auto;
    padding: 0 18px;
    clear: both; }
  footer .bragging {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 90px;
    display: block;
    text-align: left;
    line-height: 200%;
    font: 9px/20px 'montserrat-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eb9a89; }
  footer .hab7logo {
    display: block;
    width: 80px;
    height: 90px;
    text-indent: -9999px;
    background: url('../img/hab7logo.png') bottom left no-repeat;
    opacity: .5; }
  footer .hab7logo:hover {
    opacity: 1; }

@media only screen and (max-width: 1024px) {
  .button {
    font-size: 16px;
    line-height: 24px; }

  #progress {
    display: none; }

  #page-home #hero p {
    font-size: 13px;
    line-height: 26px; }
  #page-home #hero .video-wrap {
    display: none; }
  #page-home #hero .fullscreen-content {
    background-image: url('../img/home_vidbg.jpg'); }

  #nav-wrap, .header-social {
    display: none; }

  /* Hero Section
  ------------------------------------------------------------------ */
  .hero-text {
    width: 82%; }

  .hero-text h1 {
    font: 38px/1.2em 'montserrat-regular', sans-serif; } }
@media only screen and (max-width: 900px) {
  .fullscreen-content,
  #hero .fullscreen-content,
  .newchapterbegins,
  .bigbox-wrapper .fullscreen-content {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    background-position: center; } }
@media only screen and (max-width: 768px) {
  #page-home #hero .fullscreen-content {
    background-size: auto 100%; }
  #page-home #hero h1 {
    margin: 0; }
  #page-home #hero .left {
    position: relative;
    float: none !important;
    bottom: auto;
    left: auto;
    width: 70%;
    margin: 170px auto 40px auto; }
  #page-home #hero .right {
    position: static;
    float: none !important;
    bottom: auto;
    right: auto;
    width: auto;
    padding: 0; }
  #page-home #hero .fullscreen-content {
    height: auto;
    padding: 0 0 80px 0; }
  #page-home #hero .row {
    opacity: 1; }
  #page-home #hero .hero-text {
    width: 70%;
    margin: 0 auto; }
    #page-home #hero .hero-text p {
      font-size: 14px;
      line-height: 28px; }
    #page-home #hero .hero-text .centered {
      margin-top: 20px; }
  #page-home #features .video-wrap {
    display: none; }
  #page-home #features .fullscreen-content {
    height: auto;
    min-height: 0; }
    #page-home #features .fullscreen-content a.arrow {
      position: relative; }
  #page-home #features #feature-content {
    width: 80%;
    margin: 0 auto; }
  #page-home #features .button {
    display: block;
    width: 300px;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 30px auto; }
  #page-home #summary .image {
    position: relative;
    bottom: auto;
    margin: 0 0 30px 0; }
    #page-home #summary .image img {
      max-height: 300px; }
  #page-home #summary .intro-text {
    float: none !important;
    width: 80%;
    margin: 0 auto; }
  #page-home #summary .chapter-summary {
    padding: 100px 0 0 0; }
  #page-home #summary .heading {
    width: 80%; }
  #page-home #summary .btn-wrap {
    width: 80%; }
  #page-home #summary .closecontent {
    display: none; }

  #page-subpage .content .ten.columns {
    float: none;
    margin: 0 auto; }
  #page-subpage .newchapterbegins h1 {
    left: -10px;
    font-size: 80px; }
  #page-subpage .newchapterbegins.long-title h1 {
    font-size: 80px; }
  #page-subpage .bigbox-wrapper {
    display: inline; }
    #page-subpage .bigbox-wrapper .fullscreen-content {
      background-size: auto 100%;
      background-attachment: scroll; }

  footer {
    background-size: auto 100%;
    background-attachment: scroll;
    background-position: bottom center;
    padding: 50px 0 20px 0; } }
/* mobile landscape */
@media only screen and (max-width: 640px) {
  .fullscreen-content,
  #hero .fullscreen-content,
  .newchapterbegins,
  .bigbox-wrapper .fullscreen-content {
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-attachment: scroll;
    background-position: center; }

  .fullscreen-content .bx-wrapper .bx-pager {
    bottom: 20px; }

  .slider-prev, .slider-next,
  .bigbox-prev, .bigbox-next {
    display: none; }

  #nav.nav-left li a {
    padding: 3px 15px; }
  #nav.nav-left li#home-link {
    margin-top: 38px; }
    #nav.nav-left li#home-link a {
      background: none;
      padding-top: 3px; }
  #nav.nav-left .accordion-button {
    padding: 3px 15px 3px 30px; }

  .row {
    width: auto; }

  .column, .columns {
    padding: 0 20px; }

  .two-col {
    -moz-column-count: auto;
    -moz-column-gap: normal;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    column-count: auto;
    column-gap: normal; }

  .fullscreen-content {
    height: 150%; }
    .fullscreen-content a.arrow {
      bottom: 5px; }

  #hero {
    padding: 0;
    display: block; }
    #hero .fullscreen-content {
      padding: 160px 0 40px 0; }

  #page-home #hero h2 br {
    display: block; }
  #page-home #features #feature-content {
    width: auto;
    margin: 0 20px; }
  #page-home #summary .image {
    margin: 0 0 30px 0; }
  #page-home #summary .row .eight {
    width: 80%;
    float: none !important;
    margin: 0 auto; }
  #page-home #summary a.closecontent {
    right: 20px; }
  #page-home #mc_embed_signup input[type="email"] {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto 20px auto; }
  #page-home #mc_embed_signup input[type="submit"] {
    width: 60%;
    float: none; }

  #page-subpage .newchapterbegins h1 {
    font-size: 60px; }
  #page-subpage #hero {
    display: block;
    overflow: visible;
    min-height: 0; }
    #page-subpage #hero .header-intro {
      position: relative;
      top: auto; }
  #page-subpage #mainfindings a.arrow {
    display: none; }
  #page-subpage #mainfindings-slider .slide {
    background-size: auto 100%; }
    #page-subpage #mainfindings-slider .slide .row {
      padding-top: 110px; }
    #page-subpage #mainfindings-slider .slide p {
      width: 68%;
      font-size: 15px;
      line-height: 21px; }
  #page-subpage .type-image.fullsize .item-wrap {
    margin: 0 20px; }
  #page-subpage .type-image.fullsize .figure-notes {
    margin: 0 20px; }
  #page-subpage .type-box .box-header {
    padding: 0 0 50% 0; }
  #page-subpage .type-bigbox .box-header {
    top: 30px; }
    #page-subpage .type-bigbox .box-header h2 {
      width: 80%;
      font-size: 18px;
      line-height: 26px; }
  #page-subpage .type-bigbox.has-title .slide-content {
    top: 22%; }
  #page-subpage .bigbox .slide-content {
    width: 68%; }
    #page-subpage .bigbox .slide-content p {
      font-size: 13px;
      line-height: 18px; }
  #page-subpage .bigbox-wrapper a.arrow {
    display: none; } }
/* mobile portrait */
@media only screen and (max-width: 400px) {
  #page-home #summary .explore-full {
    line-height: 20px;
    right: 100px; }
    #page-home #summary .explore-full span {
      height: 70px;
      width: 100px;
      padding: 3px 0 0 0;
      white-space: normal;
      text-align: right; }
  #page-home #summary .chapter-summary {
    padding: 120px 0 0 0; }
  #page-home #summary .row .eight {
    width: auto; }

  #page-subpage .fullscreen-content {
    height: 100%; }
  #page-subpage #mainfindings .fullscreen-content {
    height: 120%; }
  #page-subpage #mainfindings .slider-prev, #page-subpage #mainfindings .slider-next {
    display: none; }
  #page-subpage #mainfindings-slider .slide .row {
    padding-top: 35%; }
  #page-subpage #mainfindings-slider .slide p {
    width: auto;
    margin: 0 20px;
    font-size: 13px;
    line-height: 20px; }
  #page-subpage .newchapterbegins h1 {
    bottom: -15px;
    left: -6px;
    font-size: 46px; }
  #page-subpage .bigbox-wrapper .fullscreen-content {
    height: 160%; }

  footer .bragging {
    position: relative;
    margin: 20px auto; } }
html.ie #hero, html.ie #mainfindings {
  display: block;
  position: relative;
  height: 100%; }

#section-75-content-131 .fullscreen-content {
  margin: 0; }

/*# sourceMappingURL=nce.css.map */
