/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #ffffff;
  background-color: #ffffff; }

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

a {
  color: #fde9eb;
  text-decoration: none; }
  a:hover, a:focus {
    color: #f7a3ab;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #edeeed; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #afb3b9; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 31px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 8.5px; }

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 18px; } }

small,
.small {
  font-size: 91%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #afb3b9; }

.text-primary {
  color: #fde9eb; }

a.text-primary:hover,
a.text-primary:focus {
  color: #f9bac1; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #fde9eb; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f9bac1; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #edeeed; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 17px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #afb3b9; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #edeeed; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #afb3b9; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #edeeed;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "PT Sans Caption", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #edeeed;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #333333;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #e5e7e5;
  border-bottom: 1px solid #d8dad8;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #333333;
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #333333; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #333333; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #333333; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #333333;
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #333333; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #333333; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #333333;
    bottom: -10px; }

.clearfix:before, .page-section .section-container:before, .clearfix:after, .page-section .section-container:after {
  content: " ";
  display: table; }
.clearfix:after, .page-section .section-container:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
#header-main #header-top #open-mobile-social i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body {
  background-color: #000000;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased; }

.main-container {
  width: 100%; }

.relative {
  position: relative; }

.vartical-spacer {
  display: block;
  height: 50px; }
  @media screen and (max-width: 1199px) {
    .vartical-spacer {
      height: 30px; } }

.section-vignette:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/vignette.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.section-vignette .fp-tableCell {
  z-index: 10; }

.page-section {
  overflow: hidden;
  position: relative;
  font-size: 18px;
  padding: 0 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .page-section .quote {
    z-index: 15;
    position: absolute;
    font-size: 1.25em;
    top: 50%;
    left: 0;
    width: 400px;
    color: rgba(255, 255, 255, 0);
    padding: 330px 60px;
    padding-right: 100px;
    padding-left: 60px;
    font-style: italic;
    font-weight: 900;
    background-image: url(../img/cite-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, color 0.8s ease 1s;
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, color 0.8s ease 1s;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, color 0.8s ease 1s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
    @media screen and (max-width: 1199px) {
      .page-section .quote {
        padding: 330px 50px;
        font-size: 1.1em; } }
    .page-section .quote .cite-start, .page-section .quote .cite-end {
      height: 30px;
      width: 30px;
      margin: 10px 0;
      display: inline-block;
      font-weight: 900;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
    .page-section .quote .cite-start {
      background-image: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/cite-start.png);
      -webkit-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .page-section .quote .cite-end {
      background-image: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/cite-end.png);
      -webkit-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .page-section .quote.quote-right {
      left: auto;
      padding-left: 100px;
      padding-right: 60px;
      right: 0;
      text-align: right;
      background-position: left center;
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      -o-transform: translate(100%, -50%);
      transform: translate(100%, -50%); }
    @media screen and (max-width: 991px) {
      .page-section .quote {
        position: absolute;
        left: 0 !important;
        width: 100%;
        bottom: 0 !important;
        top: auto !important;
        height: 250px;
        padding: 80px 50px 40px !important;
        background-position: top center !important;
        text-align: center !important;
        top: auto  !important;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%); }
        .page-section .quote.quote-right {
          -webkit-transform: translate(0, 100%);
          -ms-transform: translate(0, 100%);
          -o-transform: translate(0, 100%);
          transform: translate(0, 100%); }
        .page-section .quote p {
          max-width: 300px;
          margin: 0 auto; }
        .page-section .quote .cite-start, .page-section .quote .cite-end {
          margin: 0;
          height: 20px;
          width: 20px; } }
    @media screen and (max-width: 767px) {
      .page-section .quote {
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        color: white; }
        .page-section .quote.quote-right {
          -webkit-transform: translate(0, 0%);
          -ms-transform: translate(0, 0%);
          -o-transform: translate(0, 0%);
          transform: translate(0, 0%); }
        .page-section .quote .cite-start, .page-section .quote .cite-end {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }
  .page-section.active .quote {
    color: white;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .page-section.active .cite-start, .page-section.active .cite-end {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media screen and (max-width: 991px) {
    .page-section.active .quote {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .page-section .section-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 2em; }
    @media screen and (max-width: 1199px) {
      .page-section .section-title {
        margin: 15px 0 20px; } }
    @media screen and (max-width: 991px) {
      .page-section .section-title {
        font-size: 1.25em;
        margin: 10px 0 15px; } }
  @media screen and (max-width: 1199px) {
    .page-section {
      font-size: 16px; } }
  @media screen and (max-width: 991px) {
    .page-section {
      font-size: 14px;
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .page-section {
      padding: 0 30px !important; } }
  .page-section .video-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px; }
  .page-section .section-container {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 50; }
    @media screen and (max-width: 991px) {
      .page-section .section-container {
        margin-bottom: 30px;
        padding: 30px 60px; } }
    @media screen and (max-width: 767px) {
      .page-section .section-container {
        margin-bottom: 30px;
        padding: 30px; } }
    .page-section .section-container.section-container-large {
      max-width: 1250px; }

.parallax-layer {
  opacity: 1 !important; }

.dropcap {
  float: left;
  text-align: left;
  font-size: 310%;
  font-weight: 900;
  line-height: 0;
  margin-left: -5px;
  margin-right: 4px;
  margin-bottom: 6px; }

.arrow-down {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3481ae;
  font-size: 3em;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  -webkit-animation: arrow-animated 1s ease infinite;
  -o-animation: arrow-animated 1s ease infinite;
  animation: arrow-animated 1s ease infinite; }
  .arrow-down:after {
    content: '';
    position: relative;
    border-top: 20px solid rgba(52, 129, 174, 0.8);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .arrow-down:hover, .arrow-down:focus {
    color: #ffffff; }
    .arrow-down:hover:after, .arrow-down:focus:after {
      border-top-color: rgba(255, 255, 255, 0.8); }

#fp-nav.right ul li a span {
  background-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
#fp-nav.right ul li a.active span {
  background-color: rgba(255, 255, 255, 0.75) !important; }

.fp-section .fp-controlArrow {
  position: absolute;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  border: 0;
  padding: 0;
  background-color: #ffffff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .fp-section .fp-controlArrow:before {
    content: '';
    font-family: 'dueper-font';
    position: absolute;
    left: 0;
    color: #3481ae;
    width: 100%;
    text-align: center; }
  .fp-section .fp-controlArrow:hover, .fp-section .fp-controlArrow:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .fp-section .fp-controlArrow.fp-next {
    right: 85px;
    margin-right: -25px; }
    .fp-section .fp-controlArrow.fp-next:before {
      content: '\e62a'; }
  .fp-section .fp-controlArrow.fp-prev {
    left: 85px;
    margin-left: -25px; }
    .fp-section .fp-controlArrow.fp-prev:before {
      content: '\e629'; }
  @media screen and (max-width: 991px) {
    .fp-section .fp-controlArrow {
      height: 30px !important;
      width: 30px !important;
      line-height: 30px;
      margin-top: -15px; }
      .fp-section .fp-controlArrow.fp-next {
        right: 30px;
        margin-right: -15px; }
      .fp-section .fp-controlArrow.fp-prev {
        left: 30px;
        margin-left: -15px; } }

@-webkit-keyframes arrow-animated {
  0% {
    height: 50px; }
  50% {
    height: 65px; }
  100% {
    height: 50px; } }
@keyframes arrow-animated {
  0% {
    height: 50px; }
  50% {
    height: 65px; }
  100% {
    height: 50px; } }
#header-main {
  font-size: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff; }
  #header-main #header-top {
    position: relative;
    width: 100%;
    height: 75px;
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    clear: both;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff; }
    #header-main #header-top #header-left {
      float: left;
      padding: 0px;
      margin: 0;
      margin-top: 5px; }
      #header-main #header-top #header-left img {
        height: 33px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    #header-main #header-top #ilbellodellitalia-wrapper {
      display: inline-block;
      position: relative;
      padding-left: 10px; }
    #header-main #header-top #ilbellodellitalia {
      display: inline-block;
      padding-left: 20px;
      position: relative; }
      #header-main #header-top #ilbellodellitalia img {
        height: 40px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      #header-main #header-top #ilbellodellitalia:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        font-size: 40px;
        color: #000; }
      @media screen and (max-width: 767px) {
        #header-main #header-top #ilbellodellitalia {
          padding: 13px 20px; }
          #header-main #header-top #ilbellodellitalia img {
            height: 22px; }
          #header-main #header-top #ilbellodellitalia:before {
            font-size: 25px;
            line-height: 2em; } }
      @media screen and (max-width: 480px) {
        #header-main #header-top #ilbellodellitalia {
          padding: 13px 12px; }
          #header-main #header-top #ilbellodellitalia img {
            height: 20px; }
          #header-main #header-top #ilbellodellitalia:before {
            font-size: 20px;
            line-height: 2.2em; } }
      @media screen and (max-width: 350px) {
        #header-main #header-top #ilbellodellitalia {
          display: none; } }
    #header-main #header-top #social-counters {
      width: 270px;
      height: 53px;
      float: right;
      margin: 0;
      padding: 0px; }
      #header-main #header-top #social-counters ul {
        margin: 0;
        padding: 0;
        text-align: right;
        list-style: none; }
        #header-main #header-top #social-counters ul li {
          position: relative;
          cursor: pointer;
          text-align: center;
          display: inline-block;
          margin-right: 16px; }
          #header-main #header-top #social-counters ul li a {
            color: #333333;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            #header-main #header-top #social-counters ul li a i {
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              font-size: 3em;
              line-height: 1em;
              display: inline-block; }
          #header-main #header-top #social-counters ul li span.num {
            width: 100%;
            font-weight: bold;
            display: block;
            text-align: center;
            position: absolute;
            /* bottom: 0; */
            left: 0;
            line-height: 16px;
            font-size: 12px;
            color: #333333; }
          #header-main #header-top #social-counters ul li:last-child {
            margin-right: 0; }
          #header-main #header-top #social-counters ul li .fb:hover {
            color: #3b5998; }
          #header-main #header-top #social-counters ul li .tw:hover {
            color: #00aced; }
          #header-main #header-top #social-counters ul li .gplus:hover {
            color: #dd4b39; }
          #header-main #header-top #social-counters ul li .linkedin:hover {
            color: #007bb5; }
    #header-main #header-top #open-mobile-social {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 60px;
      background: #afb3b9;
      text-align: center; }
      #header-main #header-top #open-mobile-social i {
        color: #333333;
        font-size: 1.6em; }
      @media screen and (min-width: 768px) {
        #header-main #header-top #open-mobile-social {
          display: none; } }
  #header-main #testatina {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background-color: #f2f2f2;
    border-bottom: 12px solid #94345d;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #header-main #testatina ul {
      float: left;
      margin: 0px;
      padding: 0; }
      #header-main #testatina ul li {
        float: left;
        list-style-type: none;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        text-transform: uppercase;
        color: #999999; }
        #header-main #testatina ul li.logoAdv img {
          margin-top: 3px;
          max-height: 35px; }
        #header-main #testatina ul li#text-contenuto {
          position: relative;
          top: 7px;
          text-align: left;
          color: #999999;
          line-height: 16px;
          margin-right: 10px;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        #header-main #testatina ul li#tooltip {
          width: 18px;
          position: relative;
          top: 15px;
          left: 0px;
          margin-right: 0 !important; }
          #header-main #testatina ul li#tooltip .popover {
            font-size: 0.9em;
            min-width: 250px;
            color: #333333; }
    #header-main #testatina #header-right {
      float: right;
      text-align: right;
      margin: 0px; }
      #header-main #testatina #header-right a.numix {
        margin-top: 8px;
        display: inline-block; }
        #header-main #testatina #header-right a.numix img {
          display: inline-block; }
  @media screen and (min-width: 768px) {
    #header-main.small-height #header-top {
      padding: 7px 20px;
      height: 45px; }
      #header-main.small-height #header-top #header-left img {
        height: 20px; }
      #header-main.small-height #header-top #social-counters {
        width: 270px;
        height: 53px; }
        #header-main.small-height #header-top #social-counters ul li {
          height: 25px; }
          #header-main.small-height #header-top #social-counters ul li a i {
            font-size: 2em;
            line-height: 1.4em; } }
  @media screen and (max-width: 767px) {
    #header-main #header-top {
      width: 100%;
      height: 55px;
      padding: 0 10px;
      display: block;
      clear: both;
      background: #ffffff; }
      #header-main #header-top #header-left {
        margin: 0;
        padding: 18px 0; }
        #header-main #header-top #header-left img {
          width: 200px;
          height: auto; }
      #header-main #header-top #social-counters {
        width: 50%;
        height: 33px;
        margin: 0;
        padding: 10px; }
        #header-main #header-top #social-counters ul li {
          height: 35px;
          margin-right: 5px; }
          #header-main #header-top #social-counters ul li a {
            color: #333333;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            #header-main #header-top #social-counters ul li a i {
              font-size: 2.6em;
              display: inline-block;
              line-height: 35px; }
          #header-main #header-top #social-counters ul li span.num {
            display: none; }
    #header-main #testatina {
      height: 43px;
      padding: 2px 10px;
      border-bottom: 6px solid #94345d; }
      #header-main #testatina ul {
        float: left;
        width: 55%;
        margin: 0;
        padding: 3px 0; }
        #header-main #testatina ul li {
          float: left;
          list-style-type: none;
          margin: 0px 10px 0px 0px;
          padding: 0px;
          text-transform: uppercase;
          color: #999999; }
          #header-main #testatina ul li.logoAdv {
            width: 75px; }
            #header-main #testatina ul li.logoAdv img {
              max-height: 30px; }
          #header-main #testatina ul li#text-contenuto {
            width: auto;
            top: 3px;
            color: #999999;
            font-size: 10px;
            line-height: 1.2em; }
          #header-main #testatina ul li#tooltip {
            top: 5px; }
            #header-main #testatina ul li#tooltip .popover {
              font-size: 0.8em; }
      #header-main #testatina #header-right {
        width: 45%;
        float: right;
        padding: 5px 10px 0px 0px; }
        #header-main #testatina #header-right a.numix {
          margin-top: 0px;
          display: block; } }
  @media screen and (max-width: 480px) {
    #header-main #header-top {
      height: 40px; }
      #header-main #header-top #header-left {
        padding: 16px 0; }
      #header-main #header-top #social-counters ul li {
        height: 25px;
        margin-right: 1px; }
        #header-main #header-top #social-counters ul li a i {
          line-height: 25px;
          font-size: 1.4em; }
    #header-main #testatina {
      padding: 2px 5px;
      overflow: hidden; }
      #header-main #testatina ul li.logoAdv {
        padding-top: 0px;
        width: 55px;
        margin-top: 3px; }
      #header-main #testatina ul li#text-contenuto {
        font-size: 10px;
        line-height: 1.2em; }
      #header-main #testatina ul li#tooltip {
        top: 5px;
        display: none; }
        #header-main #testatina ul li#tooltip .popover {
          font-size: 0.8em; } }

#footer-main {
  font-size: 14px;
  padding-top: 30px !important;
  color: #000000;
  background-color: #f2f2f2;
  border-bottom: 30px solid #94345d;
  padding: 20px; }
  #footer-main .row {
    display: flex;
    align-items: center;
    justify-content: center; }
  #footer-main #logo-footer img {
    max-width: 150px; }
  #footer-main .logoH,
  #footer-main .disclaimer,
  #footer-main .firma {
    text-align: center; }
    #footer-main .logoH img,
    #footer-main .disclaimer img,
    #footer-main .firma img {
      display: inline-block; }
  @media screen and (max-width: 767px) {
    #footer-main {
      padding: 30px 20px 50px; }
      #footer-main .logo-H,
      #footer-main .disclaimer,
      #footer-main .firma {
        padding: 30px 0;
        text-align: center; }
      #footer-main .row {
        display: block; } }

.socials {
  position: fixed;
  left: -100px;
  top: 50%;
  z-index: 1000;
  list-style: none;
  padding: 10px 7px 0;
  background-color: #afb3b9;
  font-size: 1em;
  margin: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  -o-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .socials:hover {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .socials .social-title {
    display: block;
    font-weight: 700;
    font-size: 1em; }
  .socials li {
    position: relative;
    z-index: 3;
    font-size: 1em;
    margin: 0;
    margin-bottom: 10px;
    display: block; }
    .socials li a {
      display: block;
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #ffffff;
      background-color: #333333;
      -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
      .socials li a:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
        .socials li a:hover.twitter {
          background-color: #00aced; }
        .socials li a:hover.facebook {
          background-color: #3b5998; }
        .socials li a:hover.google {
          background-color: #dd4b39; }
        .socials li a:hover.linkedin {
          background-color: #007bb5; }
        .socials li a:hover.whatsapp {
          background-color: #43d854; }
      @media screen and (min-width: 768px) {
        .socials li a.whatsapp {
          display: none; } }
  @media screen and (max-width: 1199px) {
    .socials {
      padding: 10px 5px 0;
      font-size: 0.9em; }
      .socials:hover {
        padding: 10px 7px 0; }
      .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .socials {
      display: none;
      top: 0px;
      right: 0;
      padding: 10px;
      width: 60px;
      z-index: 9999;
      left: auto !important;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      .socials li a {
        height: 40px;
        width: 40px;
        line-height: 40px; }
        .socials li a:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }

#intro {
  padding: 0;
  position: relative;
  z-index: 10;
  background-color: #fde9eb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  #intro .video #cover {
    width: 100%;
    height: auto; }
  #intro .video .intro-text {
    position: absolute;
    z-index: 10;
    width: 80%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0.6s;
    -o-transition: all 0.4s ease 0.6s;
    transition: all 0.4s ease 0.6s; }
    #intro .video .intro-text h1 {
      margin: 0;
      margin-bottom: 25px;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
      color: #ffffff;
      font-weight: 900;
      font-size: 2.5em; }
      @media screen and (max-width: 991px) {
        #intro .video .intro-text h1 {
          font-size: 2.25em; } }
      @media screen and (max-width: 767px) {
        #intro .video .intro-text h1 {
          font-size: 2em; } }
      @media screen and (max-width: 480px) {
        #intro .video .intro-text h1 {
          font-size: 1.4em; } }
    #intro .video .intro-text .caption {
      margin: 0 auto;
      line-height: 1.7em;
      width: 100%;
      max-width: 700px;
      font-style: italic;
      font-weight: 700; }
  #intro .video video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100px;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000000;
    /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    /*cover video background */
    z-index: 3; }
    @media screen and (max-width: 767px) {
      #intro .video video {
        top: 95px; } }
  @media screen and (max-width: 991px) {
    #intro {
      height: 0 !important;
      padding-bottom: 50%;
      background-image: url(../img/cover.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; } }
  @media screen and (max-width: 767px) {
    #intro {
      height: 0;
      padding-bottom: 60%; }
      #intro h1 {
        font-size: 2.2em; }
      #intro video {
        display: none !important; } }
  #intro.active .video h1 {
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }

html.touch #intro {
  height: 0;
  padding-bottom: 60%; }
  html.touch #intro video {
    display: none !important; }

.touch #two-section video {
  display: none; }
.touch #two-section .video-placeholder {
  display: block; }

#two-section .fp-tableCell {
  position: relative; }
  #two-section .fp-tableCell:after, #two-section .fp-tableCell:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -200px;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.8s; }
  #two-section .fp-tableCell:before {
    top: 0;
    border-top: 0px solid rgba(52, 129, 174, 0.3); }
  #two-section .fp-tableCell:after {
    bottom: 0;
    border-bottom: 0px solid rgba(52, 129, 174, 0.3); }
#two-section.active .fp-tableCell:before {
  border-top: 150px solid rgba(52, 129, 174, 0.3); }
#two-section.active .fp-tableCell:after {
  border-bottom: 150px solid rgba(52, 129, 174, 0.3); }
#two-section .video-placeholder, #two-section video {
  float: left;
  width: 250px;
  position: relative;
  left: -150px;
  margin-right: -135px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 300px;
  height: auto; }
#two-section .video-placeholder {
  display: none; }
#two-section .created-by {
  position: absolute;
  font-style: italic;
  top: 15px;
  left: 45px;
  z-index: 100; }
@media screen and (max-width: 767px) {
  #two-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    #two-section .fp-tableCell {
      padding-top: 65px; }
    #two-section .section-footer {
      padding-bottom: 40%;
      left: -30px;
      right: -30px; }
    #two-section .created-by {
      position: relative;
      margin-bottom: 50px;
      top: auto;
      left: 0px; }
    #two-section .video-placeholder, #two-section video {
      width: 130%;
      float: none;
      left: -15%;
      margin: auto;
      margin-top: 15px;
      margin-bottom: 10px; } }

#three-section {
  background-color: #3481ae; }
  #three-section .created-by {
    position: absolute;
    font-style: italic;
    top: 15px;
    left: 45px; }
  #three-section .text-intro {
    font-size: 1.2em;
    font-weight: 900;
    margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #three-section .section-container {
      padding: 0px; } }

#four-section {
  padding: 0; }
  #four-section .fp-tableCell {
    position: relative; }
  #four-section .section-container {
    max-width: 1450px;
    padding: 0 300px; }
  @media screen and (max-width: 1199px) {
    #four-section .section-container {
      padding-left: 100px; } }
  @media screen and (max-width: 991px) {
    #four-section .section-container {
      padding: 30px 60px;
      padding-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    #four-section {
      padding: 30px 0 0 0 !important; } }

#five-section {
  padding: 0; }
  #five-section .section-container {
    max-width: 1450px;
    padding: 0 300px; }
  #five-section .fp-tableCell {
    position: relative; }
  @media screen and (max-width: 1199px) {
    #five-section .section-container {
      padding-right: 100px; } }
  @media screen and (max-width: 991px) {
    #five-section .section-container {
      padding: 0 60px;
      padding-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    #five-section {
      padding: 30px 0 0 0 !important; } }

#six-section {
  padding: 0; }
  #six-section:hover {
    cursor: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/click-to-share.png) 42 42, auto; }
  #six-section .text {
    position: absolute;
    z-index: 100;
    bottom: 10%;
    right: 10%;
    max-width: 90%;
    text-align: right;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
    @media screen and (min-width: 768px) {
      #six-section .text.text-topleft {
        margin-top: 135px;
        top: 10%;
        left: 10%;
        right: auto;
        bottom: auto;
        text-align: left; } }
    #six-section .text .sharing {
      margin-top: 15px;
      position: relative;
      font-size: 16px; }
      #six-section .text .sharing a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 37px;
        text-align: center;
        color: #000000;
        background-color: #ffffff;
        margin: 0 2px;
        text-shadow: none;
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0); }
        #six-section .text .sharing a:hover, #six-section .text .sharing a:focus {
          color: #3481ae;
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }
    #six-section .text p {
      font-family: "Playfair Display", serif;
      font-weight: 900;
      font-size: 2.2em;
      line-height: 1em;
      margin-bottom: 30px; }
      @media screen and (max-width: 991px) {
        #six-section .text p {
          font-size: 1.5em;
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        #six-section .text p {
          font-size: 1.2em; } }
    #six-section .text .name {
      font-family: "PT Sans Caption", sans-serif;
      font-weight: 900;
      font-size: 1.25em;
      font-style: italic;
      display: block; }
      @media screen and (max-width: 767px) {
        #six-section .text .name {
          font-size: 1em; } }
  #six-section .current .text, #six-section .active .text {
    opacity: 1;
    filter: alpha(opacity=100); }
  #six-section .current .sharing a, #six-section .active .sharing a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    #six-section .current .sharing a:nth-child(2), #six-section .active .sharing a:nth-child(2) {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
  #six-section .out .text {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  @media screen and (max-width: 767px) {
    #six-section {
      padding: 0 !important;
      height: auto !important; }
      #six-section .fp-tableCell {
        height: 0 !important;
        padding-bottom: 65% !important; } }

#eight-section {
  background-image: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/bg08.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  #eight-section .section-title {
    margin: 50px 0;
    padding: 50px 0;
    font-weight: 100;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-image: url(../img/arrows08.png);
    background-position: center;
    background-repeat: no-repeat; }

#test-section {
  background-image: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/bgtest.png);
  background-position: center;
  background-size: cover;
  background-attachment: scroll; }
  #test-section .section-title {
    margin: 50px 0;
    font-weight: 100;
    font-style: italic;
    font-family: "PT Serif", serif;
    opacity: 0.6;
    filter: alpha(opacity=60); }

#banner-section {
  padding: 0 !important;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  #banner-section .banner img {
    width: 100%;
    height: auto; }

#history:hover {
  cursor: url(http://static.advtools.rcsobjects.it/native-adv/longform/f02/corriere/Lozza01/img/drag-to-see.png) 60 59, auto; }
#history .history-slide {
  position: relative;
  text-align: center; }
  #history .history-slide .year {
    position: absolute;
    top: 75px;
    color: #3481ae;
    text-align: center;
    font-size: 1.8em;
    font-weight: 900;
    opacity: 0;
    filter: alpha(opacity=0); }
    #history .history-slide .year.year-left {
      right: 50%;
      margin-right: 200px; }
    #history .history-slide .year.year-right {
      left: 50%;
      margin-left: 200px; }
    @media screen and (max-height: 850px) {
      #history .history-slide .year {
        top: 50px; } }
    @media screen and (max-height: 750px) {
      #history .history-slide .year {
        top: 35px; } }
  #history .history-slide h3 {
    position: relative;
    top: 30px;
    margin-bottom: 10px;
    font-size: 2em;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    filter: alpha(opacity=0); }
  #history .history-slide p {
    position: relative;
    top: 15px;
    font-size: 0.9em;
    line-height: 1.3em;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease 0.65s;
    -o-transition: all 0.5s ease 0.65s;
    transition: all 0.5s ease 0.65s;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media screen and (max-height: 850px) {
      #history .history-slide p {
        line-height: 1.2em;
        font-size: 0.8em; } }
  #history .history-slide hr {
    display: none; }
  #history .history-slide .img-content {
    padding: 7px;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 55px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s; }
    @media screen and (max-height: 850px) {
      #history .history-slide .img-content {
        margin: 45px;
        width: 210px;
        height: 210px; } }
    @media screen and (max-height: 750px) {
      #history .history-slide .img-content {
        margin: 35px;
        width: 160px;
        height: 160px; } }
    #history .history-slide .img-content figure {
      width: 100%;
      height: 100%;
      position: relative;
      display: inline-block;
      overflow: hidden; }
      #history .history-slide .img-content figure img {
        position: relative;
        width: 142%;
        height: 142%;
        top: -21%;
        left: -21%;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
        -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.2s; }
    #history .history-slide .img-content .top,
    #history .history-slide .img-content .left,
    #history .history-slide .img-content .bottom,
    #history .history-slide .img-content .right {
      position: absolute;
      display: block;
      background-color: #3481ae;
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    #history .history-slide .img-content .top {
      top: 0;
      left: 0;
      height: 1px;
      width: 0%; }
    #history .history-slide .img-content .left {
      top: 0;
      right: 0;
      height: 0%;
      width: 1px; }
    #history .history-slide .img-content .bottom {
      bottom: 0;
      right: 0;
      height: 1px;
      width: 0%; }
    #history .history-slide .img-content .right {
      bottom: 0;
      left: 0;
      height: 0%;
      width: 1px; }
  #history .history-slide.slick-current .year {
    opacity: 1;
    filter: alpha(opacity=100); }
    #history .history-slide.slick-current .year.year-left {
      right: 50%;
      margin-right: 150px;
      -webkit-transition: all 0.5s ease 0.6s;
      -o-transition: all 0.5s ease 0.6s;
      transition: all 0.5s ease 0.6s; }
    #history .history-slide.slick-current .year.year-right {
      left: 50%;
      margin-left: 150px;
      -webkit-transition: all 0.5s ease 0.6s;
      -o-transition: all 0.5s ease 0.6s;
      transition: all 0.5s ease 0.6s; }
  #history .history-slide.slick-current h3 {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  #history .history-slide.slick-current p {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  #history .history-slide.slick-current .img-content {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    #history .history-slide.slick-current .img-content figure img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #history .history-slide.slick-current .img-content .top {
      width: 100%;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    #history .history-slide.slick-current .img-content .left {
      height: 100%;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #history .history-slide.slick-current .img-content .bottom {
      width: 100%;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    #history .history-slide.slick-current .img-content .right {
      height: 100%;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
@media screen and (max-width: 767px) {
  #history .slick-arrow {
    display: none !important; }
  #history .history-slide .year {
    font-size: 1.5em;
    display: inline-block;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 0 7px !important; }
  #history .history-slide hr {
    border: 0;
    background-color: transparent;
    display: block; }
  #history .history-slide .img-content {
    padding: 7px;
    width: 150px;
    height: 150px;
    margin: 35px; }
  #history .history-slide h3 {
    font-size: 1.5em; } }

html, body, .container {
  height: 100%; }

.js .boxgallery,
.js .boxgallery div {
  position: absolute; }

.js .boxgallery,
.bg-tile,
.bg-img {
  overflow: hidden; }

.js .boxgallery,
.js .panel {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.panel {
  z-index: 0;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.bg-tile {
  width: 50%;
  height: 100%; }

.bg-tile:nth-child(2),
.bg-tile:nth-child(4) {
  left: 50%; }

.bg-tile:nth-child(3),
.bg-tile:nth-child(4) {
  top: 50%; }

.bg-img {
  width: 100%;
  height: 100%;
  background: #999; }

.bg-img img {
  position: absolute;
  display: block;
  height: 100%;
  top: 0%; }

@media screen and (min-aspect-ratio: 1280 / 850) {
  .bg-img img {
    width: 200%;
    height: auto; } }
.bg-tile:nth-child(2) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
  left: -100%; }

.bg-tile:nth-child(3) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
  bottom: 0%; }

/* Navigation Arrow */
.boxgallery > nav span {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: block;
  width: 100px;
  height: 100px;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .boxgallery > nav span {
      top: 20%;
      width: 70px;
      height: 70px; } }

.boxgallery > nav span.prev {
  left: 20px; }
  @media screen and (max-width: 767px) {
    .boxgallery > nav span.prev {
      left: 10px; } }

.boxgallery > nav span.next {
  right: 20px; }
  @media screen and (max-width: 767px) {
    .boxgallery > nav span.next {
      right: 10px; } }

.boxgallery > nav i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.boxgallery > nav span::before,
.boxgallery > nav span::after,
.boxgallery > nav i::before,
.boxgallery > nav i::after {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 25%;
  outline: 1px solid transparent;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.boxgallery > nav i::before,
.boxgallery > nav i::after {
  z-index: 100;
  height: 0;
  background: #4171a2;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s; }

.boxgallery > nav span::before,
.boxgallery > nav i::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.boxgallery > nav span.next::before,
.boxgallery > nav span.next i::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.boxgallery > nav span::after,
.boxgallery > nav i::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.boxgallery > nav span.next::after,
.boxgallery > nav span.next i::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%; }

.no-touch .boxgallery > nav span:hover i::before,
.no-touch .boxgallery > nav span:hover i::after {
  height: 25%; }

.no-touch .boxgallery > nav span:hover::before,
.no-touch .boxgallery > nav span:hover i::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg); }

.no-touch .boxgallery > nav span.next:hover::before,
.no-touch .boxgallery > nav span.next:hover i::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg); }

.no-touch .boxgallery > nav span:hover::after,
.no-touch .boxgallery > nav span:hover i::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg); }

.no-touch .boxgallery > nav span.next:hover::after,
.no-touch .boxgallery > nav span.next:hover i::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg); }

/* Transitions and individual delays/effects */
/* The "active" class is given to the panel that is coming */
.panel.current {
  z-index: 2; }

.panel.active {
  z-index: 1; }

.panel.current .bg-img {
  -webkit-transition: -webkit-transform 1.1s ease-in-out;
  transition: transform 1.1s ease-in-out; }

.boxgallery[data-effect="effect-1"] .panel.active .bg-tile,
.boxgallery[data-effect="effect-2"] .panel.active .bg-tile,
.boxgallery[data-effect="effect-split"] .panel.active .bg-tile {
  -webkit-animation: scaleDown 1.1s ease-in-out;
  animation: scaleDown 1.1s ease-in-out; }

@-webkit-keyframes scaleDown {
  from {
    -webkit-transform: translate3d(0, 0, 380px);
    transform: translate3d(0, 0, 380px); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes scaleDown {
  from {
    -webkit-transform: translate3d(0, 0, 380px);
    transform: translate3d(0, 0, 380px); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* Variation 2 */
.boxgallery[data-effect="effect-2"] .panel.current .bg-img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.7, 0, 0.3, 1); }

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(2) .bg-img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(3) .bg-img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(4) .bg-img {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

/* Variation 3 */
.boxgallery[data-effect="effect-3"] .panel::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  -webkit-transition: opacity 1.1s ease-in-out;
  transition: opacity 1.1s ease-in-out; }

.boxgallery[data-effect="effect-3"] .panel.current::after,
.boxgallery[data-effect="effect-3"] .panel.active::after {
  opacity: 0; }

.boxgallery[data-effect="effect-3"] .panel.current::after {
  -webkit-transition: none;
  transition: none; }

.boxgallery[data-effect="effect-3"] .panel.current .bg-img {
  -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1.1s cubic-bezier(0.7, 0, 0.3, 1); }

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(2) .bg-img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(3) .bg-img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(4) .bg-img {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

@media screen and (max-width: 380px) {
  .boxgallery > nav span {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 767px) {
  #test-section .section-container {
    padding: 0; } }

#quiz {
  font-size: 1.5em; }
  #quiz .slick-slider {
    padding-bottom: 50px; }
  #quiz .step {
    text-align: center; }
    #quiz .step .question {
      font-family: "PT Serif", serif;
      font-size: 1.3em;
      text-transform: uppercase;
      color: #afb3b9;
      margin-bottom: 50px; }
      #quiz .step .question .number {
        display: block; }
    #quiz .step .answers {
      list-style: none;
      font-weight: 900;
      font-style: italic; }
      #quiz .step .answers li {
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding: 7px;
        margin: 2px 0;
        -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
        #quiz .step .answers li:after {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0%;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: transparent;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
        #quiz .step .answers li.answered {
          color: #ffffff; }
          #quiz .step .answers li.answered:after {
            background-color: black;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2); }
        #quiz .step .answers li:first-child:before {
          content: "A. "; }
        #quiz .step .answers li:nth-child(2):before {
          content: "B. "; }
        #quiz .step .answers li:nth-child(3):before {
          content: "C. "; }
        #quiz .step .answers li:hover {
          color: #afb3b9;
          cursor: pointer; }
    #quiz .step.final {
      text-align: center; }
      #quiz .step.final .response {
        font-family: "PT Serif", serif;
        text-align: center;
        padding: 30px 20px;
        max-width: 760px;
        margin: 0px auto;
        display: none; }
        #quiz .step.final .response h2 {
          font-size: 1.3em;
          text-transform: uppercase;
          font-family: "PT Serif", serif;
          font-weight: 300;
          color: #ffffff;
          margin-bottom: 50px; }
          #quiz .step.final .response h2 .number {
            display: block; }
        #quiz .step.final .response p {
          color: #afb3b9;
          list-style: none;
          font-style: italic; }
        #quiz .step.final .response .sharing {
          margin: 30px;
          font-size: 16px; }
          #quiz .step.final .response .sharing h5 {
            font-size: 20px;
            margin-bottom: 10px;
            font-family: "PT Sans Caption", sans-serif; }
          #quiz .step.final .response .sharing a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 37px;
            text-align: center;
            color: #000000;
            background-color: #ffffff;
            margin: 0 2px;
            text-shadow: none;
            -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%; }
            #quiz .step.final .response .sharing a:hover, #quiz .step.final .response .sharing a:focus {
              color: #3481ae;
              -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
              -o-transform: scale(1.2);
              transform: scale(1.2); }
      #quiz .step.final #reload-test {
        font-size: 0.75em;
        font-family: "PT Serif", serif;
        text-transform: uppercase;
        color: #3481ae;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #quiz .step.final #reload-test:hover, #quiz .step.final #reload-test:focus {
          text-decoration: none;
          color: #afb3b9; }
  #quiz .slick-dots {
    pointer-events: none; }
    #quiz .slick-dots li button {
      border-color: #afb3b9;
      background-color: rgba(175, 179, 185, 0); }
    #quiz .slick-dots li.slick-active button {
      background-color: #afb3b9; }
  @media screen and (max-width: 1199px) {
    #quiz {
      font-size: 1.15em; }
      #quiz .step .question {
        margin-bottom: 30px; }
      #quiz .step .answers li {
        padding: 5px; } }
  @media screen and (max-width: 991px) {
    #quiz {
      font-size: 1em; }
      #quiz .step .question {
        margin-bottom: 15px; }
      #quiz .step .answers li {
        padding: 3px; } }

/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }
