@font-face {font-family: 'Myriad Pro'; src: url('../fonts/MyriadPro-Cond.eot');}
@font-face {font-family: 'Myriad Pro'; src: url('../fonts/MyriadPro-Cond.otf');}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;.coast-logo
cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://eurosat-cancan-coaster.de/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.row-list > * {
  margin-bottom: 5%; }
.row-list > * .box-row {
  margin-bottom: 0;
  position: relative;
  height: 100%; }
.row-list > * .box-row > :first-child {
  height: 100%;
  position: relative; }

.box-row {
  margin-bottom: 5%; }
@media only screen and (min-width: 45em) {
  .box-row {
    margin-bottom: 10%; } }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5%;
  margin-left: -5%; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 5%;
  padding-left: 5%; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 30em) {
  .col-sm,
  .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,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 5%;
    padding-left: 5%; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 45em) {
  .col-md,
  .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,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 5%;
    padding-left: 5%; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64.1em) {
  .container {
    width: 76rem; }
  .col-lg,
  .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,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 5%;
    padding-left: 5%; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

html {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

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

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #000000;
  -webkit-backface-visibility: hidden;
  font-family: "Roboto Condensed", sans-serif;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-size: 1.6rem; }

.box {
  margin: 0 10px;
  max-width: 960px; }
@media only screen and (min-width: 30em) {
  .box {
    margin: 0 15px; } }
@media only screen and (min-width: 45em) {
  .box {
    margin: 0 20px; } }
@media only screen and (min-width: 64.1em) {
  .box {
    margin: 0 40px; } }
@media only screen and (min-width: 1440px) {
  .box {
    margin: 0 auto; } }

a {
  outline: 0; }
a, a:visited {
  color: #ffffff; }
a:hover, a:focus {
  color: #ffffff;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", serif;
  margin-top: 0; }

h1, h2 {
  font-size: 3.2rem; }
@media only screen and (min-width: 64.1em) {
  h1, h2 {
    font-size: 6rem; } }

.white-popup-block h1, .white-popup-block h2 {
  font-size: 2.4rem; }
@media only screen and (min-width: 64.1em) {
  .white-popup-block h1, .white-popup-block h2 {
    font-size: 3.2rem; } }

.white-popup-block p, .white-popup-block blockquote {
  font-size: 1.8rem; }
@media only screen and (min-width: 64.1em) {
  .white-popup-block p, .white-popup-block blockquote {
    font-size: 2.4rem; } }

h3 {
  font-size: 2.5rem; }
@media only screen and (min-width: 64.1em) {
  h3 {
    font-size: 3.6rem; } }

p, blockquote {
  margin-top: 0;
  font-size: 2.4rem; }
@media only screen and (min-width: 64.1em) {
  p, blockquote {
    font-size: 3rem; } }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

nav ul, nav ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

figure, fieldset {
  display: block;
  margin: 0;
  padding: 0; }

.wrp-cnt {
  position: relative;
  display: block;
  width: 96%;
  margin: 0 2%; }
@media only screen and (min-width: 64.1em) {
  .wrp-cnt {
    width: 192rem;
    margin: 0 auto; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

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

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

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

input, textarea, select {
  font-family: "Roboto Condensed", sans-serif;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
input:focus, textarea:focus, select:focus {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13); }

.box-hide, .hidden, .hide {
  display: none;
  visibility: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.pg
{
  overflow: hidden;
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

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

.curtain {
  display: none; }
@media only screen and (min-width: 64.1em) {
  .curtain {
    display: block; } }

.curtain-mob {
  width: 100%;
  position: fixed;
  z-index: 2; }
.curtain-mob img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 12; }

@media only screen and (min-width: 45em)
{
  .curtain-mob
  {
    /*top: 10rem;*/
    /*top: -5rem;*/
    top: 0;
  }

  .ajx-00 .curt-load-r,
  .ajx-00 .curt-load-l
  {
    top: -4rem;
  }
}

@media only screen and (min-width: 64.1em) {
  .curtain-mob {
    display: none; } }

.pg
{
  overflow: hidden;
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

.curtain-top {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 13;
  pointer-events: none; }

.curtain-left {
  width: 5.25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none; }

.curtain-right {
  width: 4.77%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  pointer-events: none; }

.curt-load-l {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: all 3s ease-in 0s;
  transition: all 3s ease-in 0s; }
.curt-load-l.curt-hide
{
  left: -100%;
}

.curt-load-r
{
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  -webkit-transition: all 3s ease-in 0s;
  transition: all 3s ease-in 0s;
}
.curt-load-r.curt-hide
{
  right: -100%;
}

.curtain-mob .curt-load-r
{
  right: -50%;
  top: 10rem;
  -webkit-transition: all 2s ease-in 0s;
  transition: all 2s ease-in 0s;
  z-index: 11;
}
.curtain-mob .curt-load-r.curt-hide
{
  right: -100%;
}

.curtain-mob .curt-load-l
{
  left: -50%;
  top: 10rem;
  -webkit-transition: all 2s ease-in 0s;
  transition: all 2s ease-in 0s;
  z-index: 11;
}
.curtain-mob .curt-load-l.curt-hide
{
  left: -100%;
}

.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 13;
  top: 2rem;
  display: none;
  width: 25.3%; }

@media only screen and (min-width: 64.1em)
{
  .logo
  {
    display: block;
  }

}

.logo-mob
{
  position: fixed;
  left: 1.5rem;
  z-index: 2;
  top: 1rem;
  width: 72.2%;
  max-width: 38rem;
}

@media only screen and (min-width: 64.1em)
{
  .logo-mob
  {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 3000px)
{

    img.ger.sub-teaser.mob,
    img.fre.sub-teaser.mob,
    img.engl.sub-teaser.mob
    {
        visibility: hidden;
        width: 0;
        height: 0;
    }

    img.ger.sub-teaser.desc,
    img.fre.sub-teaser.desc,
    img.engl.sub-teaser.desc
    {
        visibility: visible;

        position: absolute;

        left: 5%;
        top: 0;

        width: 26%;
        height: auto;

        z-index: 13;
    }

}

@media only screen and (min-width: 100px) and (max-width: 1024px)
{
    img.ger.sub-teaser.desc,
    img.fre.sub-teaser.desc,
    img.engl.sub-teaser.desc
    {
        visibility: hidden !important;
        width: 0;
        height: 0;
    }

    img.ger.sub-teaser.mob,
    img.fre.sub-teaser.mob,
    img.engl.sub-teaser.mob
    {
        visibility: visible;

        position: absolute;

        /*top: 100px;*/
        top: 70px;
        left: 50%;

        width: 100%;
        /*max-width: 25rem;*/
        max-width: 15rem;

        transform: translate(-50%, -50%);

        height: auto;
        z-index: 3;
    }

}

@media only screen and (min-width: 100px) and (max-width: 1024px)
{
    .logo-mob
    {
        position: absolute;

        /*top: 60px;*/
        top: 40px;
        left: 50%;

        width: 100%;
        /*max-width: 20rem;*/
        max-width: 15rem;

        transform: translate(-50%, -50%);

        z-index: 4;
    }
}

/**** ajx-01 ****/

@media only screen and (min-width: 601px) and (max-width: 2000px)
{
    .ajx-01.on-screen-act.os-act img.large-screen
    {
        visibility: visible !important;
    }

    .ajx-01.on-screen-act.os-act img.mobile
    {
        visibility: hidden !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1024px)
{
    .ajx-01.on-screen-act.os-act img.large-screen
    {
        visibility: hidden !important;
    }

    .ajx-01.on-screen-act.os-act img.mobile
    {
        visibility: visible !important;
    }

}

/**** ajx-01 end ****/


.lang-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 14;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  background: #720306; }
@media only screen and (min-width: 64.1em) {
  .lang-nav {
    top: 10rem;
    right: 11%;
    background: none; } }
.lang-nav li {
  display: none;
  cursor: pointer; }
.lang-nav li.act {
  display: block; }
.lang-nav li img {
  position: relative;
  top: -0.2rem;
  width: 4.1rem; }
.lang-nav .lang-txt {
  display: none; }
@media only screen and (min-width: 64.1em) {
  .lang-nav .lang-txt {
    display: inline-block; } }

.volume {
  position: absolute;
  top: 0;
  right: 6rem;
  z-index: 14;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 2.8rem; }
.volume:hover {
  color: #fff;
  cursor: pointer; }
@media only screen and (min-width: 64.1em) {
  .volume {
    top: 10rem;
    right: 20%;
    background: none; } }

@media only screen and (min-width: 320px) and (max-width: 1024px)
{
    .volume
    {
        top: 10px;
        left: 10px;
    }
}

.lang-arr {
  display: none;
  position: absolute;
  top: 0;
  right: -4rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in 0s;
  transition: 0.3s ease-in 0s; }
.lang-arr.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
@media only screen and (min-width: 64.1em) {
  .lang-arr {
    display: block; } }

.box-parallax-02 {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden; }
@media only screen and (min-width: 64.1em) {
  .box-parallax-02 {
    height: 100vh; } }

.box-parallax-03 {
  position: absolute;
  width: 100%;
  overflow: hidden; }


@media only screen and (min-width: 100px) and (max-width:1024px)
{
  .bx-parallx-06
  {
    position: relative;
    top: 25rem !important;
  }
}


.prllx-mov-01 {
  position: absolute;
  width: 100%;
  height: 85vh; }
@media only screen and (min-width: 64.1em) {
  .prllx-mov-01 {
    height: 120vh; } }
.prllx-mov-01 iframe {
  width: 100%;
  height: 100%; }

.mov-01
{
  position: fixed;
  padding-bottom: 61%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  z-index: 1;
  width: 100%;
}

.ajx-00
{
  position: relative;
  width: 100%;
  height: 100%;
}


.mov-01
{
  position: absolute;
  overflow: hidden;

  height: 100%;
  width: 100%;

  padding-bottom: 61%;
}

.mov-01 video
{
  position: fixed;

  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 100px) and (max-width:1024px)
{
  .mov-01 video
  {
    top: 7rem;
  }

}


@media only screen and (min-width: 64.1em) {
  .mov-01 {
    padding-bottom: 55%; } }
.mov-01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 192rem; }
.mov-01 video
{
  /*position: absolute;*/
  top: 0;
  /*left: 0;*/
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 192rem;
  /*max-height: 106rem;*/
  height: auto;
}

@media only screen and (min-width: 1800px)
{

  .mov-01 video
  {
    /*top: -7rem;*/
  }

}

.mov-mt
{
  z-index: 2;
  /*padding-top: 60%;*/
  padding-top: 45%;
  position: relative;
  pointer-events: none;
}

@media only screen and (min-width: 64.1em) {
  .mov-mt {
    padding-top: 55%; } }

.l-main {
  position: relative;
  z-index: 2; }

.m-f-wrp {
  position: relative;
  z-index: 2;
  background: #000000; }

.box-01 {
  position: relative;
  display: block;
  overflow: hidden; }

.shadow-left {
  display: none;
  background-image: url(../img/shadow-left.png);
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  width: 8%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
@media only screen and (min-width: 64.1em) {
  .shadow-left {
    display: block; } }

.shadow-right {
  display: none;
  background-image: url(../img/shadow-right.png);
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
  width: 8%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1; }
@media only screen and (min-width: 64.1em) {
  .shadow-right {
    display: block; } }

.bx-bth {
  height: 17rem; }
@media only screen and (min-width: 45em) {
  .bx-bth {
    height: 0; } }

.bgr-img-mask {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }

.bx-parallx-wrp {
  position: relative;
  width: 100%;
  z-index: 11; }

.bx-parallx-01 {
  position: relative;
  top: 10rem; }

.bx-parallx-01a {
  position: relative;
  top: 5rem; }

.bx-560 {
  max-width: 56rem;
  margin: 0 auto; }

.bx-720 {
  padding: 0 2%;
  max-width: 72rem;
  position: relative;
  margin: 0 auto; }
@media only screen and (min-width: 64.1em) {
  .bx-720 {
    padding: 0; } }

.bx-800 {
  max-width: 80rem;
  margin: 0 auto; }

.bx-840 {
  max-width: 84rem;
  margin: 0 auto; }

.bx-1400 {
  padding: 0 2%;
  max-width: 140rem;
  position: relative; }
@media only screen and (min-width: 64.1em) {
  .bx-1400 {
    margin: 0 auto;
    padding: 0; } }

@media only screen and (min-width: 64.1em) {
  .pdlr-01 {
    padding: 0 13%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; } }

@media only screen and (min-width: 1600px) {
  .pdlr-01 {
    padding: 0; } }

.mt-30 {
  margin: 2rem 0 4rem; }
@media only screen and (min-width: 64.1em) {
  .mt-30 {
    margin: 3rem 0 7rem; } }

.bx-1120 {
  padding: 0 2%;
  max-width: 112rem;
  position: relative; }
@media only screen and (min-width: 64.1em) {
  .bx-1120 {
    margin: 0 auto;
    padding: 0; } }

.bx-700-left {
  max-width: 102.4rem;
  text-align: center; }
@media only screen and (min-width: 64.1em) {
  .bx-700-left {
    max-width: 70rem;
    text-align: left;
    margin-left: 7rem; } }
@media only screen and (min-width: 90em) {
  .bx-700-left {
    margin-left: 0; } }

.bx-parallx-04 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: 2s ease 0s;
  transition: 2s ease 0s; }

.bx-parallx4-wrp {
  position: absolute;
  width: 100%;
  z-index: 6; }
.bx-parallx4-wrp > div {
  position: relative; }

.bx-parallx5-wrp {
  position: absolute;
  width: 100%;
  height: 100%; }

.bx-parallx-05 {
  width: 100%;
  height: 120%;
  position: relative;
  top: -25rem; }

.bx-par-bg-05 {
  height: 100%;
  width: 100%;
  background-size: 160vw auto;
  background-repeat: no-repeat;
  background-position-y: 15rem;
  background-position-x: -30vw; }
@media only screen and (min-width: 64.1em) {
  .bx-par-bg-05 {
    background-size: 100%;
    background-position-y: -50rem;
    background-position-x: 0; } }

.bx-par-bg-05b {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -10rem; }

.bx-parallx7-wrp {
  position: absolute;
  width: 100%;
  height: 100%; }

.bx-parallx-07 {
  width: 100%;
  height: 100%;
  position: relative; }

.bx-par-bg-07 {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-position-x: right; }
@media only screen and (min-width: 64.1em) {
  .bx-par-bg-07 {
    background-position-x: center !important; } }

.p7-act .bx-par-bg-07 {
  background-position-x: left; }

.p7-act2 .bx-par-bg-07 {
  background-position-x: right; }

.bx-h-01 {
  position: relative;
  height: 65rem;
  background: #838a90;
  overflow: hidden; }
@media only screen and (min-width: 64.1em) {
  .bx-h-01 {
    height: 130rem; } }

.bx-parallx6-wrp {
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 10;
  width: 100%; }
@media only screen and (min-width: 64.1em) {
  .bx-parallx6-wrp {
    top: 25rem;
    right: 1%;
    width: auto; } }
@media only screen and (min-width: 90em) {.curtain-mob
  .bx-parallx6-wrp {
    right: 22rem; } }

.bx-parallx-06 {
  position: relative;
  top: 15rem;
  -webkit-transition: 3s ease 0s;
  transition: 3s ease 0s; }
.bx-parallx-06.bx-parallx-06a {
  top: -5rem; }
@media only screen and (min-width: 64.1em) {
  .bx-parallx-06.bx-parallx-06a {
    top: 15px; } }

.bx-parallx6-wrp2 {
  top: 67rem;
  right: -4rem;
  width: 17rem;
  z-index: 11;
  pointer-events: none; }
@media only screen and (min-width: 64.1em) {
  .bx-parallx6-wrp2 {
    top: 100rem;
    right: 0;
    width: auto;
    margin-top: 20rem; } }

.point-ev-none {
  pointer-events: none; }

.bx-parallx6-wrp3 {
  top: auto;
  bottom: 85rem;
  left: 2rem;
  right: auto;
  position: relative;
  z-index: 5; }
@media only screen and (min-width: 64.1em) {
  .bx-parallx6-wrp3 {
    bottom: 160rem;
    left: calc(50% - 80rem); } }
.bx-parallx6-wrp3 .bx-parallx-06 {
  width: 300px;
  left: -120px; }
@media only screen and (min-width: 64.1em) {
  .bx-parallx6-wrp3 .bx-parallx-06 {
    width: auto;
    left: auto; } }

.eiffel-01 {
  position: absolute; }
@media only screen and (min-width: 64.1em) {
  .eiffel-01 > img {
    width: 65rem; } }

.eiffel-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: torch;
  animation-name: torch;
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.beam-01 {
  position: absolute;
  top: -14rem;
  height: 21rem;
  z-index: 11;
  right: 14.5rem;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: beam-move;
  animation-name: beam-move;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 94%;
  -ms-transform-origin: 50% 94%;
  transform-origin: 50% 94%; }
.beam-01 img {
  height: 100%; }
@media only screen and (min-width: 64.1em) {
  .beam-01 {
    top: -28rem;
    height: 43rem;
    right: 32rem; } }

.beam-02 {
  position: absolute;
  top: -14rem;
  height: 21rem;
  z-index: 11;
  right: 12.1rem;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: beam-move;
  animation-name: beam-move;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 94%;
  -ms-transform-origin: 50% 94%;
  transform-origin: 50% 94%; }
.beam-02 img {
  height: 100%; }
@media only screen and (min-width: 64.1em) {
  .beam-02 {
    top: -28rem;
    height: 43rem;
    right: 26.1rem; } }

@-webkit-keyframes beam-move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes beam-move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.moulin-02 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin2;
  animation-name: moulin2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin2 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0.3; }
  2% {
    opacity: 0; }
  3% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin2 {
  0% {
    opacity: 0; }
  1% {
    opacity: 0.3; }
  2% {
    opacity: 0; }
  3% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-03 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin3;
  animation-name: moulin3;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin3 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 0.3; }
  8% {
    opacity: 0; }
  9% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin3 {
  0% {
    opacity: 0; }
  6% {
    opacity: 0; }
  7% {
    opacity: 0.3; }
  8% {
    opacity: 0; }
  9% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-04 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin4;
  animation-name: moulin4;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin4 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  13% {
    opacity: 0.3; }
  14% {
    opacity: 0; }
  15% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin4 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  13% {
    opacity: 0.3; }
  14% {
    opacity: 0; }
  15% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-05 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin5;
  animation-name: moulin5;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin5 {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  19% {
    opacity: 0.3; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin5 {
  0% {
    opacity: 0; }
  18% {
    opacity: 0; }
  19% {
    opacity: 0.3; }
  20% {
    opacity: 0; }
  21% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-06 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin6;
  animation-name: moulin6;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin6 {
  0% {
    opacity: 0; }
  24% {
    opacity: 0; }
  25% {
    opacity: 0.3; }
  26% {
    opacity: 0; }
  27% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin6 {
  0% {
    opacity: 0; }
  24% {
    opacity: 0; }
  25% {
    opacity: 0.3; }
  26% {
    opacity: 0; }
  27% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-07 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin7;
  animation-name: moulin7;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin7 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  31% {
    opacity: 0.3; }
  32% {
    opacity: 0; }
  33% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin7 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  31% {
    opacity: 0.3; }
  32% {
    opacity: 0; }
  33% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-08 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin8;
  animation-name: moulin8;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin8 {
  0% {
    opacity: 0; }
  36% {
    opacity: 0; }
  37% {
    opacity: 0.3; }
  38% {
    opacity: 0; }
  39% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin8 {
  0% {
    opacity: 0; }
  36% {
    opacity: 0; }
  37% {
    opacity: 0.3; }
  38% {
    opacity: 0; }
  39% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-09 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin9;
  animation-name: moulin9;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin9 {
  0% {
    opacity: 0; }
  42% {
    opacity: 0; }
  43% {
    opacity: 0.3; }
  44% {
    opacity: 0; }
  45% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin9 {
  0% {
    opacity: 0; }
  42% {
    opacity: 0; }
  43% {
    opacity: 0.3; }
  44% {
    opacity: 0; }
  45% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-10 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin10;
  animation-name: moulin10;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin10 {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  49% {
    opacity: 0.3; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin10 {
  0% {
    opacity: 0; }
  48% {
    opacity: 0; }
  49% {
    opacity: 0.3; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-11 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin11;
  animation-name: moulin11;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin11 {
  0% {
    opacity: 0; }
  54% {
    opacity: 0; }
  55% {
    opacity: 0.3; }
  56% {
    opacity: 0; }
  57% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin11 {
  0% {
    opacity: 0; }
  54% {
    opacity: 0; }
  55% {
    opacity: 0.3; }
  56% {
    opacity: 0; }
  57% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-12 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin12;
  animation-name: moulin12;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin12 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 0.3; }
  62% {
    opacity: 0; }
  63% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin12 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  61% {
    opacity: 0.3; }
  62% {
    opacity: 0; }
  63% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-13 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin13;
  animation-name: moulin13;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes moulin13 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  67% {
    opacity: 0.3; }
  68% {
    opacity: 0; }
  69% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes moulin13 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  67% {
    opacity: 0.3; }
  68% {
    opacity: 0; }
  69% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0.5; }
  77% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  82% {
    opacity: 1; }
  83% {
    opacity: 0.5; }
  84% {
    opacity: 1; }
  85% {
    opacity: 0; }
  86% {
    opacity: 1; }
  90% {
    opacity: 1; }
  91% {
    opacity: 0.5; }
  92% {
    opacity: 1; }
  93% {
    opacity: 0; }
  94% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.moulin-14 {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin16;
  animation-name: moulin16;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
@media only screen and (min-width: 45em) {
  .moulin-14 {
    width: 65%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: moulin15;
    animation-name: moulin15; } }
@media only screen and (min-width: 1300px) {
  .moulin-14 {
    width: 860px;
    -webkit-animation-name: moulin14;
    animation-name: moulin14; } }
.moulin-14 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%; }
@media only screen and (min-width: 45em) {
  .moulin-14 img {
    max-width: 100vw; } }
@media only screen and (min-width: 1300px) {
  .moulin-14 img {
    max-width: none; } }

@-webkit-keyframes moulin14 {
  0% {
    width: 860px; }
  3% {
    width: 860px;
    opacity: 1; }
  3.5% {
    width: 838px;
    opacity: 0.7; }
  6% {
    width: 838px;
    opacity: 1; }
  6.5% {
    width: 817px;
    opacity: 0.7; }
  9% {
    width: 817px;
    opacity: 1; }
  9.5% {
    width: 798px;
    opacity: 0.7; }
  12% {
    width: 798px;
    opacity: 1; }
  12.5% {
    width: 784px;
    opacity: 0.7; }
  15% {
    width: 784px;
    opacity: 1; }
  15.5% {
    width: 778px;
    opacity: 0.7; }
  18% {
    width: 778px;
    opacity: 1; }
  18.5% {
    width: 754px;
    opacity: 0.7; }
  21% {
    width: 754px;
    opacity: 1; }
  21.5% {
    width: 707px;
    opacity: 0.7; }
  24% {
    width: 707px;
    opacity: 1; }
  24.5% {
    width: 680px;
    opacity: 0.7; }
  27% {
    width: 680px;
    opacity: 1; }
  27.5% {
    width: 655px;
    opacity: 0.7; }
  30% {
    width: 655px;
    opacity: 1; }
  30.5% {
    width: 627px;
    opacity: 0.7; }
  33% {
    width: 627px;
    opacity: 1; }
  33.5% {
    width: 600px;
    opacity: 0.7; }
  34% {
    width: 0; }
  75% {
    width: 100%;
    opacity: 0; }
  76% {
    width: 100%;
    opacity: 0.5; }
  77% {
    width: 100%;
    opacity: 0; }
  78% {
    width: 100%;
    opacity: 1; }
  79% {
    width: 100%;
    opacity: 0; }
  82% {
    width: 100%;
    opacity: 0; }
  83% {
    width: 100%;
    opacity: 0.5; }
  84% {
    width: 100%;
    opacity: 0; }
  85% {
    width: 100%;
    opacity: 1; }
  86% {
    width: 100%;
    opacity: 0; }
  90% {
    width: 100%;
    opacity: 0; }
  91% {
    width: 100%;
    opacity: 0.5; }
  92% {
    width: 100%;
    opacity: 0; }
  93% {
    width: 100%;
    opacity: 1; }
  94% {
    width: 100%;
    opacity: 0; }
  100% {
    width: 0; } }

@keyframes moulin14 {
  0% {
    width: 860px; }
  3% {
    width: 860px;
    opacity: 1; }
  3.5% {
    width: 838px;
    opacity: 0.7; }
  6% {
    width: 838px;
    opacity: 1; }
  6.5% {
    width: 817px;
    opacity: 0.7; }
  9% {
    width: 817px;
    opacity: 1; }
  9.5% {
    width: 798px;
    opacity: 0.7; }
  12% {
    width: 798px;
    opacity: 1; }
  12.5% {
    width: 784px;
    opacity: 0.7; }
  15% {
    width: 784px;
    opacity: 1; }
  15.5% {
    width: 778px;
    opacity: 0.7; }
  18% {
    width: 778px;
    opacity: 1; }
  18.5% {
    width: 754px;
    opacity: 0.7; }
  21% {
    width: 754px;
    opacity: 1; }
  21.5% {
    width: 707px;
    opacity: 0.7; }
  24% {
    width: 707px;
    opacity: 1; }
  24.5% {
    width: 680px;
    opacity: 0.7; }
  27% {
    width: 680px;
    opacity: 1; }
  27.5% {
    width: 655px;
    opacity: 0.7; }
  30% {
    width: 655px;
    opacity: 1; }
  30.5% {
    width: 627px;
    opacity: 0.7; }
  33% {
    width: 627px;
    opacity: 1; }
  33.5% {
    width: 600px;
    opacity: 0.7; }
  34% {
    width: 0; }
  75% {
    width: 100%;
    opacity: 0; }
  76% {
    width: 100%;
    opacity: 0.5; }
  77% {
    width: 100%;
    opacity: 0; }
  78% {
    width: 100%;
    opacity: 1; }
  79% {
    width: 100%;
    opacity: 0; }
  82% {
    width: 100%;
    opacity: 0; }
  83% {
    width: 100%;
    opacity: 0.5; }
  84% {
    width: 100%;
    opacity: 0; }
  85% {
    width: 100%;
    opacity: 1; }
  86% {
    width: 100%;
    opacity: 0; }
  90% {
    width: 100%;
    opacity: 0; }
  91% {
    width: 100%;
    opacity: 0.5; }
  92% {
    width: 100%;
    opacity: 0; }
  93% {
    width: 100%;
    opacity: 1; }
  94% {
    width: 100%;
    opacity: 0; }
  100% {
    width: 0; } }

@-webkit-keyframes moulin15 {
  0% {
    width: 64.4%; }
  3% {
    width: 64.4%;
    opacity: 1; }
  3.5% {
    width: 62.8%;
    opacity: 0.7; }
  6% {
    width: 62.8%;
    opacity: 1; }
  6.5% {
    width: 61.4%;
    opacity: 0.7; }
  9% {
    width: 61.4%;
    opacity: 1; }
  9.5% {
    width: 60.3%;
    opacity: 0.7; }
  12% {
    width: 60.3%;
    opacity: 1; }
  12.5% {
    width: 59.8%;
    opacity: 0.7; }
  15% {
    width: 59.8%;
    opacity: 1; }
  15.5% {
    width: 57.8%;
    opacity: 0.7; }
  18% {
    width: 57.8%;
    opacity: 1; }
  18.5% {
    width: 54.3%;
    opacity: 0.7; }
  21% {
    width: 54.3%;
    opacity: 1; }
  21.5% {
    width: 52.3%;
    opacity: 0.7; }
  24% {
    width: 52.3%;
    opacity: 1; }
  24.5% {
    width: 50.3%;
    opacity: 0.7; }
  27% {
    width: 50.3%;
    opacity: 1; }
  27.5% {
    width: 48.3%;
    opacity: 0.7; }
  30% {
    width: 48.3%;
    opacity: 1; }
  30.5% {
    width: 45.3%;
    opacity: 0.7; }
  33% {
    width: 45.3%;
    opacity: 1; }
  33.5% {
    width: 0;
    opacity: 0.7; }
  34% {
    width: 0; }
  75% {
    width: 100%;
    opacity: 0; }
  76% {
    width: 100%;
    opacity: 0.5; }
  77% {
    width: 100%;
    opacity: 0; }
  78% {
    width: 100%;
    opacity: 1; }
  79% {
    width: 100%;
    opacity: 0; }
  82% {
    width: 100%;
    opacity: 0; }
  83% {
    width: 100%;
    opacity: 0.5; }
  84% {
    width: 100%;
    opacity: 0; }
  85% {
    width: 100%;
    opacity: 1; }
  86% {
    width: 100%;
    opacity: 0; }
  90% {
    width: 100%;
    opacity: 0; }
  91% {
    width: 100%;
    opacity: 0.5; }
  92% {
    width: 100%;
    opacity: 0; }
  93% {
    width: 100%;
    opacity: 1; }
  94% {
    width: 100%;
    opacity: 0; }
  100% {
    width: 0; } }

@keyframes moulin15 {
  0% {
    width: 64.4%; }
  3% {
    width: 64.4%;
    opacity: 1; }
  3.5% {
    width: 62.8%;
    opacity: 0.7; }
  6% {
    width: 62.8%;
    opacity: 1; }
  6.5% {
    width: 61.4%;
    opacity: 0.7; }
  9% {
    width: 61.4%;
    opacity: 1; }
  9.5% {
    width: 60.3%;
    opacity: 0.7; }
  12% {
    width: 60.3%;
    opacity: 1; }
  12.5% {
    width: 59.8%;
    opacity: 0.7; }
  15% {
    width: 59.8%;
    opacity: 1; }
  15.5% {
    width: 57.8%;
    opacity: 0.7; }
  18% {
    width: 57.8%;
    opacity: 1; }
  18.5% {
    width: 54.3%;
    opacity: 0.7; }
  21% {
    width: 54.3%;
    opacity: 1; }
  21.5% {
    width: 52.3%;
    opacity: 0.7; }
  24% {
    width: 52.3%;
    opacity: 1; }
  24.5% {
    width: 50.3%;
    opacity: 0.7; }
  27% {
    width: 50.3%;
    opacity: 1; }
  27.5% {
    width: 48.3%;
    opacity: 0.7; }
  30% {
    width: 48.3%;
    opacity: 1; }
  30.5% {
    width: 45.3%;
    opacity: 0.7; }
  33% {
    width: 45.3%;
    opacity: 1; }
  33.5% {
    width: 0;
    opacity: 0.7; }
  34% {
    width: 0; }
  75% {
    width: 100%;
    opacity: 0; }
  76% {
    width: 100%;
    opacity: 0.5; }
  77% {
    width: 100%;
    opacity: 0; }
  78% {
    width: 100%;
    opacity: 1; }
  79% {
    width: 100%;
    opacity: 0; }
  82% {
    width: 100%;
    opacity: 0; }
  83% {
    width: 100%;
    opacity: 0.5; }
  84% {
    width: 100%;
    opacity: 0; }
  85% {
    width: 100%;
    opacity: 1; }
  86% {
    width: 100%;
    opacity: 0; }
  90% {
    width: 100%;
    opacity: 0; }
  91% {
    width: 100%;
    opacity: 0.5; }
  92% {
    width: 100%;
    opacity: 0; }
  93% {
    width: 100%;
    opacity: 1; }
  94% {
    width: 100%;
    opacity: 0; }
  100% {
    width: 0; } }

@-webkit-keyframes moulin16 {
  0% {
    opacity: 1; }
  20% {
    width: 100%;
    opacity: 0; }
  40% {
    width: 100%;
    opacity: 0.5; }
  60% {
    width: 100%;
    opacity: 0; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes moulin16 {
  0% {
    opacity: 1; }
  20% {
    width: 100%;
    opacity: 0; }
  40% {
    width: 100%;
    opacity: 0.5; }
  60% {
    width: 100%;
    opacity: 0; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

.moulin-wings {
  position: absolute;
  margin-top: 5.5%;
  right: 31.5%;
  z-index: 11;
  width: 31.5%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moulin;
  animation-name: moulin;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: cubic-bezier(0.48, 0.39, 0.51, 0.6);
  animation-timing-function: cubic-bezier(0.48, 0.39, 0.51, 0.6); }
@media only screen and (min-width: 1300px) {
  .moulin-wings {
    margin-top: 7.4rem;
    right: 41.5rem;
    width: 41rem; } }

@-webkit-keyframes moulin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes moulin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.house3 {
  position: relative;
  z-index: 10; }

.house3bg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9; }

.house2a {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: house2a;
  animation-name: house2a;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 11; }

@-webkit-keyframes house2a {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes house2a {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.house2b {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: house2b;
  animation-name: house2b;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 11; }

@-webkit-keyframes house2b {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes house2b {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.house2c {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: house2c;
  animation-name: house2c;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 11; }

@-webkit-keyframes house2c {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes house2c {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.house2d {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: house2d;
  animation-name: house2d;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 11; }

@-webkit-keyframes house2d {
  0% {
    opacity: 0; }
  39% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes house2d {
  0% {
    opacity: 0; }
  39% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.ballon-01 {
  max-width: 14rem;
  position: relative; }
@media only screen and (min-width: 64.1em) {
  .ballon-01 {
    max-width: 26.6rem;
    top: 12rem;
    right: -40rem;
    -webkit-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s; }
  .ballon-01.os-act {
    right: 0; } }

.ballon-anim {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ballon3;
  animation-name: ballon3;
  -webkit-animation-duration: 50s;
  animation-duration: 50s; }
@media only screen and (min-width: 64.1em) {
  .ballon-anim {
    -webkit-animation: none;
    animation: none; } }

@media only screen and (min-width: 64.1em) {
  .torch-01 {
    width: 26rem;
    right: -20rem;
    position: relative;
    -webkit-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s; }
  .torch-01.os-act {
    right: 0; } }

@media only screen and (min-width: 90em) {
  .torch-01 {
    width: 30rem; } }

.torch-anim {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: torch2;
  animation-name: torch2;
  -webkit-animation-duration: 13s;
  animation-duration: 13s; }
@media only screen and (min-width: 64.1em) {
  .torch-anim {
    -webkit-animation: none;
    animation: none; } }

@-webkit-keyframes torch2 {
  0% {
    right: -17rem; }
  8% {
    right: -4rem; }
  32% {
    right: -4rem; }
  40% {
    right: -17rem; }
  100% {
    right: -17rem; } }

@keyframes torch2 {
  0% {
    right: -17rem; }
  8% {
    right: -4rem; }
  32% {
    right: -4rem; }
  40% {
    right: -17rem; }
  100% {
    right: -17rem; } }

@media only screen and (min-width: 64.1em) {
  .p6-act .ballon-01 {
    position: relative; }
  .p6-act2 .ballon-01 {
    position: relative; } }

.coast-logo {
  display: none; }
@media only screen and (min-width: 64.1em) {
  .coast-logo {
    display: inline-block; } }

.valerian {
  margin-bottom:60px;
  display: inline-block; }
@media only screen and (min-width: 64.1em) {
  .valerian {
    max-width: 70%;
    display: inline-block; } }

.p6-act .hat-01 {
  -webkit-animation-name: hat;
  animation-name: hat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  position: relative; }

.p6-act2 .hat-01 {
  -webkit-animation-name: hat2;
  animation-name: hat2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  position: relative; }

.p6-act .hat-02 {
  -webkit-animation-name: hat3;
  animation-name: hat3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  position: relative; }

.p6-act2 .hat-02 {
  -webkit-animation-name: hat4;
  animation-name: hat4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  position: relative; }

@-webkit-keyframes hat {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes hat {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes hat2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes hat2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes hat3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes hat3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes hat4 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes hat4 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes ballon {
  0% {
    right: 0;
    top: 0; }
  50% {
    right: 1.5rem;
    top: -1rem; }
  100% {
    right: 0;
    top: 0; } }

@keyframes ballon {
  0% {
    right: 0;
    top: 0; }
  50% {
    right: 1.5rem;
    top: -1rem; }
  100% {
    right: 0;
    top: 0; } }

@-webkit-keyframes ballon2 {
  0% {
    right: 0;
    top: 0; }
  50% {
    right: 1.5rem;
    top: -1rem; }
  100% {
    right: 0;
    top: 0; } }

@keyframes ballon2 {
  0% {
    right: 0;
    top: 0; }
  50% {
    right: 1.5rem;
    top: -1rem; }
  100% {
    right: 0;
    top: 0; } }

@-webkit-keyframes ballon3 {
  0% {
    right: -100vw;
    top: 0; }
  5% {
    right: -100vw;
    top: 0; }
  50% {
    right: 14rem;
    top: -2rem; }
  90% {
    right: -100vw;
    top: 0; }
  100% {
    right: -100vw;
    top: 0; } }

@keyframes ballon3 {
  0% {
    right: -100vw;
    top: 0; }
  5% {
    right: -100vw;
    top: 0; }
  50% {
    right: 14rem;
    top: -2rem; }
  90% {
    right: -100vw;
    top: 0; }
  100% {
    right: -100vw;
    top: 0; } }

.torch-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: torch;
  animation-name: torch;
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@-webkit-keyframes torch {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes torch {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.divid-01 {
  position: relative;
  width: 100%; }
.divid-01 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 7.2rem;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-01 div {
    height: 14.5rem; } }

.divid-02 {
  position: relative;
  width: 100%; }
.divid-02 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 18rem;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-02 div {
    height: 30rem; } }
.divid2d {
  display: none;
}
@media only screen and (min-width: 64.1em) {
  .divid2m {
    display: none;
  }
  .divid2d {
    display: block;
  }
}


.divid-03 {
  position: absolute;
  width: 100%;
  bottom: 0; }
.divid-03 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 12rem;
  width: 100%;
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-03 div {
    height: 19rem; } }

.divid3d {
  display: none;
}
@media only screen and (min-width: 64.1em) {
  .divid3m {
    display: none;
  }
  .divid3d {
    display: block;
  }
}

.divid-04 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 12; }
.divid-04 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 18rem;
  width: 100%;
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-04 div {
    height: 23rem; } }

.divid-05 {
  position: relative;
  width: 100%; }
.divid-05 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-05 div {
    height: 13rem; } }

a.btn-01, a:visited.btn-01 {
  display: inline-block;
  position: relative;
  margin: 0 auto 3rem;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  max-width: 29.59rem; }
@media only screen and (min-width: 64.1em) {
  a.btn-01, a:visited.btn-01 {
    width: auto;
    max-width: none;
    margin: 3rem auto; } }
a.btn-01 .btn-01-mid, a:visited.btn-01 .btn-01-mid {
  background-image: url(../img/btn-01-mid.png);
  background-size: 100% 100%;
  height: 8rem;
  font-size: 1.9rem;
  color: #cb0105;
  text-decoration: none;
  font-weight: bold;
  float: left;
  padding: 2.4rem 3rem 0 2rem;
  width: 61.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }
@media only screen and (min-width: 64.1em) {
  a.btn-01 .btn-01-mid, a:visited.btn-01 .btn-01-mid {
    width: auto;
    display: block;
    height: 11rem;
    font-size: 2.6rem;
    padding: 5.4rem 3rem 3rem 2rem; } }
a.btn-01 .btn-01-left, a:visited.btn-01 .btn-01-left {
  display: block;
  float: left;
  width: 31%;
  height: 8rem;
  background-image: url(../img/btn-01-left.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }
@media only screen and (min-width: 64.1em) {
  a.btn-01 .btn-01-left, a:visited.btn-01 .btn-01-left {
    display: block;
    width: 12.2rem;
    height: 11rem; } }
a.btn-01 .btn-01-right, a:visited.btn-01 .btn-01-right {
  display: block;
  float: left;
  width: 7.4%;
  height: 8rem;
  background-image: url(../img/btn-01-right.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }
@media only screen and (min-width: 64.1em) {
  a.btn-01 .btn-01-right, a:visited.btn-01 .btn-01-right {
    width: 2.9rem;
    height: 11rem; } }
@media only screen and (min-width: 64.1em) {
  a.btn-01:hover .btn-01-mid, a:visited.btn-01:hover .btn-01-mid {
    height: 12.2rem;
    font-size: 3rem;
    padding: 6.1rem 3rem 3rem 2rem; } }
@media only screen and (min-width: 64.1em) {
  a.btn-01:hover .btn-01-left, a:visited.btn-01:hover .btn-01-left {
    width: 13.5rem;
    height: 12.2rem; } }
@media only screen and (min-width: 64.1em) {
  a.btn-01:hover .btn-01-right, a:visited.btn-01:hover .btn-01-right {
    width: 3.2rem;
    height: 12.2rem; } }

.paper-bg {
  background-image: url(../img/paper-bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  color: #4b0202; }
.paper-bg a {
  color: #4b0202;
  text-decoration: underline; }

.town-bg-01 {
  width: 100%;
  bottom: 10rem;
  position: absolute; }
.town-bg-01 img {
  width: 100%; }
@media only screen and (min-width: 64.1em) {
  .town-bg-01 {
    bottom: 11rem; } }
@media only screen and (min-width: 90em) {
  .town-bg-01 {
    bottom: -28rem; } }

@media only screen and (min-width: 64.1em) {
  .prt-01 {
    position: relative;
    top: 40rem; } }

.houses-bg-01 {
  width: 100%;
  bottom: 0;
  position: absolute; }
.houses-bg-01 img {
  width: 100%;
  margin-bottom: -30%; }

.mfp-wrap {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.mfp-wrap.mfp-ready {
  opacity: 1; }

.btn-close-01 {
  position: absolute;
  top: -5rem;
  right: 2rem;
  width: 4rem; }
@media only screen and (min-width: 64.1em) {
  .btn-close-01 {
    width: auto;
    top: -12rem;
    right: 2rem; } }
@media only screen and (min-width: 1600px) {
  .btn-close-01 {
    top: -10rem;
    right: -15rem; } }

.frame-01 {
  margin-bottom: 5rem;
  float: left;
  width: 100%; }

.frame-01-top-l {
  background-image: url(../img/frame-corner-01.png);
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  float: left; }

.frame-01-top-m {
  background-image: url(../img/frame-top-01.png);
  background-size: 1px 100%;
  height: 1.2rem;
  width: calc(100% - 4.8rem);
  float: left; }

.frame-01-top-r {
  background-image: url(../img/frame-corner-01.png);
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  float: left; }

.frame-01-wrp {
  position: relative;
  float: left;
  width: 100%; }
.frame-01-wrp img {
  padding: 1.5rem 4rem;
  width: 100%; }
.frame-01-wrp .frame-01-l {
  background-image: url(../img/frame-left-01.png);
  background-size: 100% auto;
  background-position-y: center;
  width: 2.1rem;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0; }
.frame-01-wrp .frame-01-r {
  background-image: url(../img/frame-right-01.png);
  background-size: 100% auto;
  background-position-y: center;
  width: 2.1rem;
  display: block;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0; }

.frame-01-bottom-l {
  background-image: url(../img/frame-corner-01.png);
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  float: left; }

.frame-01-bottom-m {
  background-image: url(../img/frame-top-01.png);
  background-size: 1px 100%;
  height: 1.2rem;
  width: calc(100% - 4.8rem);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  margin-top: 1.2rem; }

.frame-01-bottom-r {
  background-image: url(../img/frame-corner-01.png);
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left; }

.pd-01 {
  padding: 6rem 5%; }
@media only screen and (min-width: 64.1em) {
  .pd-01 {
    padding: 16rem 0 8rem; } }

.pd-02 {
  padding: 3rem 0 10rem; }
@media only screen and (min-width: 64.1em) {
  .pd-02 {
    padding: 6rem 0 28rem; } }

.pd-03 {
  padding: 3rem 0 8rem; }
@media only screen and (min-width: 64.1em) {
  .pd-03 {
    padding: 6rem 0 18rem; } }

.pt30 {
  padding-top: 0; }
@media only screen and (min-width: 64.1em) {
  .pt30 {
    padding-top: 3rem; } }

.pt30m {
  margin-top: -3rem;
  padding-top: 0; }
@media only screen and (min-width: 64.1em) {
  .pt30m {
    margin-top: 0;
    padding-top: 3rem; } }

.pt90 {
  padding-top: 9rem; }

.pt200 {
  padding-top: 20rem; }

.pt300 {
  padding-top: 30rem; }

.pt140 {
  padding-top: 20rem; }
@media only screen and (min-width: 64.1em) {
  .pt140 {
    padding-top: 14rem; } }

.pt200-1 {
  padding-top: 20rem; }
@media only screen and (min-width: 64.1em) {
  .pt200-1 {
    padding-top: 20rem; } }

.pt-01 {
  padding-top: 13rem; }
@media only screen and (min-width: 64.1em) {
  .pt-01 {
    padding-top: 10rem; } }

.hat-01 {
  width: 8rem;
  margin-left: -30%; }
@media only screen and (min-width: 64.1em) {
  .hat-01 {
    width: auto;
    margin-left: 0;
    position: relative;
    top: 10rem; } }

.hat-02 {
  width: 10rem; }
@media only screen and (min-width: 64.1em) {
  .hat-02 {
    width: auto;
    position: relative;
    top: 20rem; } }

.slider-01-wrp {
  background-image: url(../img/slider-frame-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99.5%; }

.slider-01 {
  padding: 11.5% 5.13% 4.5%; }
.slider-01 .owl-stage-outer {
  border: solid 2px #c2ae57; }
.slider-01 .owl-prev {
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(../img/arr-left-01.png);
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  text-indent: -10000px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-01 .owl-prev:hover {
  -webkit-transform: translateY(-2rem) scale(1.1);
  -ms-transform: translateY(-2rem) scale(1.1);
  transform: translateY(-2rem) scale(1.1);
  background-image: url(../img/arr-left-01-h.png); }
.slider-01 .owl-next {
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(../img/arr-right-01.png);
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  text-indent: -10000px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-01 .owl-next:hover {
  -webkit-transform: translateY(-2rem) scale(1.1);
  -ms-transform: translateY(-2rem) scale(1.1);
  transform: translateY(-2rem) scale(1.1);
  background-image: url(../img/arr-right-01-h.png); }
.slider-01 .owl-dots {
  position: absolute;
  top: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-left: -5.2%; }
@media only screen and (min-width: 64.1em) {
  .slider-01 .owl-dots {
    top: 9%; } }
.slider-01 .owl-dot {
  width: 1rem;
  height: 1rem;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0.5rem;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-01 .owl-dot.active {
  background: #fff; }
@media only screen and (min-width: 64.1em) {
  .slider-01 .owl-dot {
    width: 1.7rem;
    height: 1.7rem;
    border: solid 2px #ffffff; } }

.slider-02-wrp {
  background-image: url(../img/slider-frame-03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99.5%; }

.slider-02 {
  padding: 10% 7.4% 11%; }
.slider-02 .owl-prev {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 5.9rem;
  height: 6.1rem;
  background-image: url(../img/arr-left-02.png);
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  text-indent: -10000px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-02 .owl-prev:hover {
  -webkit-transform: translateY(-2rem) scale(1.1);
  -ms-transform: translateY(-2rem) scale(1.1);
  transform: translateY(-2rem) scale(1.1); }
.slider-02 .owl-next {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 5.9rem;
  height: 6.1rem;
  background-image: url(../img/arr-right-02.png);
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  text-indent: -10000px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-02 .owl-next:hover {
  -webkit-transform: translateY(-2rem) scale(1.1);
  -ms-transform: translateY(-2rem) scale(1.1);
  transform: translateY(-2rem) scale(1.1); }
.slider-02 .owl-dots {
  position: absolute;
  margin-left: -7.4%;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
@media only screen and (min-width: 64.1em) {
  .slider-02 .owl-dots {
    top: 7.5%; } }
.slider-02 .owl-dot {
  width: 1rem;
  height: 1rem;
  border: solid 1px #0e4096;
  border-radius: 50%;
  margin: 0.5rem;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.slider-02 .owl-dot.active {
  background: #0e4096; }
@media only screen and (min-width: 64.1em) {
  .slider-02 .owl-dot {
    width: 1.7rem;
    height: 1.7rem;
    border: solid 2px #0e4096; } }

.box-bg-01 {
  background-image: url(../img/bg-01m.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  color: #0e4096; }
.box-bg-01 p {
  font-size: 1.8rem;
  line-height: 2.5rem; }
@media only screen and (min-width: 64.1em) {
  .box-bg-01 {
    background-image: url(../img/bg-01.jpg); }
  .box-bg-01 p {
    font-size: 3rem;
    line-height: 3.5rem; } }

.box-bg-02 {
  background-image: url(../img/bg-02.png);
  background-size: 125% auto;
  background-repeat: no-repeat;
  background-position: top center; }
@media only screen and (min-width: 45em) {
  .box-bg-02 {
    background-size: 100% auto; } }

.box-bg-03 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,bbd0d9+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0%, white), to(#bbd0d9));
  background: linear-gradient(to bottom, white 0%, white 0%, #bbd0d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbd0d9',GradientType=0 );
  /* IE6-9 */
  color: #7e8389; }

.lm-load-button {
  font-size: 2.2rem !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  color: #7e8389; }
@media only screen and (min-width: 64.1em) {
  .lm-load-button {
    font-size: 3rem !important; } }

.lm-widget .lm-widget-footer {
  border-top: 1px solid #7e8389 !important; }

.l-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a20406+38,3f0000+100 */
  background: #a20406;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #a20406), to(#3f0000));
  background: linear-gradient(to bottom, #a20406 38%, #3f0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20406', endColorstr='#3f0000',GradientType=0 );
  /* IE6-9 */
  padding: 2rem 0 2rem; }
@media only screen and (min-width: 64.1em) {
  .l-footer {
    padding: 10rem 0; } }

.europapark-logo {
  max-width: 35rem;
  margin: 0 auto 6rem;
  display: block; }
@media only screen and (min-width: 64.1em) {
  .europapark-logo {
    margin: 0 auto 4.5rem; } }

.social-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem; }
@media only screen and (min-width: 64.1em) {
  .social-01 {
    margin-bottom: 5rem; } }
.social-01 a {
  margin: 0; }
@media only screen and (min-width: 64.1em) {
  .social-01 a {
    margin: 1.5rem 2rem; } }
.social-01 i {
  font-size: 4rem; }
@media only screen and (min-width: 64.1em) {
  .social-01 i {
    font-size: 5rem; } }

.ft-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (min-width: 64.1em) {
  .ft-logos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.ft-logo-01 {
  margin: 2rem 2%;
  max-width: 33rem; }
@media only screen and (min-width: 64.1em) {
  .ft-logo-01 {
    margin: 4rem 5%; } }

.ft-logo-02 {
  max-width: 21rem;
  margin: 2rem 2%; }
@media only screen and (min-width: 64.1em) {
  .ft-logo-02 {
    margin: 4rem 5%; } }

.ft-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
@media only screen and (min-width: 64.1em) {
  .ft-menu {
    margin-bottom: 8rem; } }
.ft-menu ul {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.5); }
@media only screen and (min-width: 64.1em) {
  .ft-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: none; } }
.ft-menu li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5); }
@media only screen and (min-width: 64.1em) {
  .ft-menu li {
    width: auto;
    border-bottom: none;
    padding: 1.4rem; } }
.ft-menu a {
  font-size: 1.8rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.ft-menu a:hover {
  border-bottom: solid 1px #fff; }
@media only screen and (min-width: 64.1em) {
  .ft-menu a {
    font-size: 2.6rem; } }

.copyright {
  font-size: 1.2rem;
  line-height: 2rem;
  width: 100%;
  text-align: center; }
@media only screen and (min-width: 64.1em) {
  .copyright {
    font-size: 1.6rem;
    line-height: 2.6rem; } }

.color-red {
  color: #ce0006; }

.bx-mob-w1 {
  width: 102.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }
.bx-mob-w1 img {
  width: 100%; }
@media only screen and (min-width: 64.1em) {
  .bx-mob-w1 {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto; } }

.bx-mob-w2 {
  width: 85rem;
  -webkit-transform: translateX(-73%);
  -ms-transform: translateX(-73%);
  transform: translateX(-73%);
  left: 50%; }
@media only screen and (min-width: 45em) {
  .bx-mob-w2 {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto; } }

.bx-mob-w3 {
  width: 100rem;
  -webkit-transform: translateX(-64%);
  -ms-transform: translateX(-64%);
  transform: translateX(-64%);
  left: 50%; }
@media only screen and (min-width: 45em) {
  .bx-mob-w3 {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto; } }

.trans-dur-00a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.trans-dur-00 {
  -webkit-transition-duration: 2s;
  transition-duration: 2s; }

.trans-dur-01 {
  -webkit-transition-duration: 4s;
  transition-duration: 4s; }

.trans-dur-02 {
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.trans-dur-03 {
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.box-pos-01 {
  bottom: 35rem; }
@media only screen and (min-width: 45em) {
  .box-pos-01 {
    bottom: 2rem; } }
@media only screen and (min-width: 64.1em) {
  .box-pos-01 {
    bottom: -14rem; } }

.box-pos-02 {
  bottom: 20rem; }
@media only screen and (min-width: 45em) {
  .box-pos-02 {
    bottom: -15rem; } }
@media only screen and (min-width: 64.1em) {
  .box-pos-02 {
    bottom: -38rem; } }

.box-pos-03 {
  bottom: 7rem; }
@media only screen and (min-width: 45em) {
  .box-pos-03 {
    bottom: -22rem; } }
@media only screen and (min-width: 64.1em) {
  .box-pos-03 {
    bottom: -37rem; } }

.box-pos-04 {
  bottom: 4rem;
  right: -20rem; }
.box-pos-04 img {
  float: right; }
@media only screen and (min-width: 45em) {
  .box-pos-04 {
    bottom: 0; } }
@media only screen and (min-width: 64.1em) {
  .box-pos-04 {
    bottom: 0; } }

.bg-sky {
  background-image: url(../img/sky-04.jpg); }
@media only screen and (min-width: 64.1em) {
  .bg-sky {
    background-image: url(../img/sky-03.jpg); } }

.trans-del-01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.trans-del-02 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.trans-del-03 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.trans-del-04 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.btn-top {
  background: #fff;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
  display: none;
  z-index: 101;
  border-radius: 50%;
  padding: 0.8rem 0.6rem;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }
.btn-top img {
  width: 2.5rem; }
.btn-top:hover {
  background: #e3e3e3; }
@media only screen and (min-width: 64.1em) {
  .btn-top {
    padding: 1.8rem 1.3rem;
    bottom: 2rem;
    right: 10rem; }
  .btn-top img {
    width: auto; } }

.cn-bottom {
  bottom: 0; }

#cookie-notice {
  height: 0;
  opacity: 0;
  position: fixed;
  min-width: 100%;
  z-index: 100;
  font-size: 1.4rem;
  line-height: 2.2rem;
  left: 0;
  text-align: center;
  background-color: #ce0006;
  -webkit-transition: opacity 1s ease-in 1s;
  transition: opacity 1s ease-in 1s; }
#cookie-notice.is-visible {
  display: block;
  opacity: 1;
  height: auto; }

.cookie-notice-container {
  padding: 1rem;
  text-align: center; }

.white-bg-01 {
  background: #ffffff;
  color: #000000; }
.white-bg-01 a {
  color: #000000;
  text-decoration: underline; }

.mfp-wrap {
  position: fixed;
  overflow: auto; }

.mfp-zoom-out-cur {
  width: 100%;
  position: fixed;
  overflow: auto; }

.mfp-wrap {
  top: 0 !important; }

.btn-wrp-03 {
  position: relative;
  min-height: 12rem; }
@media only screen and (min-width: 64.1em) {
  .btn-wrp-03 {
    min-height: 18rem; } }

.btn-wrp-02 {
  position: absolute;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }

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

input, textarea, select {
  font-family: "Roboto Condensed", sans-serif;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
input:focus, textarea:focus, select:focus {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13); }

@media only screen and (min-width: 45em) {
  .quick-search-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .quick-search-flex > * {
    margin-left: 1em; }
  .quick-search-flex > *:first-child {
    margin-left: 0; }
  .quick-search-flex legend {
    white-space: nowrap; }
  .quick-search-flex button[type="submit"] {
    margin-top: 0; } }

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

.box-02 {
  position: relative;
}
.divid-06 {
  position: relative;
  width: 100%; }
.divid-06 div {
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  height: 18rem;
  position: absolute;
  top: -4rem;
  width: 100%;
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid-06 div {
    height: 30rem; }
}
.divid6d {
  display: none;
}
@media only screen and (min-width: 64.1em) {
  .divid6m {
    display: none;
  }
  .divid6d {
    display: block;
  }
}
.divid6all {
  position: absolute;
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 119rem;
  top: 2rem;
}
@media only screen and (min-width: 64.1em) {
  .divid6all {
    height: 198rem;
    top: 6rem;
  }
}
.bx-02-top {
  position: relative;
  z-index: 11;
  padding: 3rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 64.1em) {
  .bx-02-top {
    position: relative;
    z-index: 11;
    padding: 8rem 0 0;
    text-align: left;
  }
}
.slider-03 {
  z-index: 11;
  padding-top: 2rem;
  /*background: #cd102e;*/
}
.slider-03 .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/slider-line-01.jpg) repeat-x;
}
.sl-line-01 {
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/slider-line-01.jpg) repeat-x;
}
.sl3-txt {
  margin: 1.5rem 2%;
  max-width: 140rem;
  position: relative;
  font-size: 1.8rem;
}
@media only screen and (min-width: 64.1em) {
  .slider-03 {
    padding-top: 0;
  }
  .sl3-txt {
    top: 0;
    position: absolute;
    margin: 5rem auto 3rem;
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .sl3-txt-pc {
    max-width: 70rem;
    margin-left: 7rem;
    text-shadow: 0 1px 30px #000;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1024px)
{
  .slider-03 .owl-dots
  {
    min-width: 220px;
  }
}
@media only screen and (min-width: 90em) {
  .sl3-txt-pc {
    margin-left: 0;
  }
}
.slider-03 .owl-dots {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.slider-03 .owl-dot {
  border: solid 1px #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.5rem;
}
.slider-03 .owl-dot.active {
  background: #fff;
}
.slider-03 .owl-prev {
  background: url(../img/sl3-arr-l.png) no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 10rem;
  text-indent: -10000px;
  margin-top: -5rem;
}
.slider-03 .owl-next {
  background: url(../img/sl3-arr-r.png) no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  right: 10rem;
  text-indent: -10000px;
  margin-top: -5rem;
}
.counter-wrp {
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 64.1em) {
  .counter-wrp {
    background-image: url(../img/bg-count-wrp.png);
    position: absolute;
    z-index: 11;
    transform: translateY(-4rem);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    height: 72rem;
    background-position-x: center;
  }
}
.counter-txt {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  padding: 4rem 2% 0;
  text-align: center;
}
@media only screen and (min-width: 64.1em) {
  .counter-txt {
    max-width: 73rem;
    padding: 8rem 0 0;
    margin: 0 auto;
  }
  .counter-h {
    height: 42rem;
  }
  .coast-logo {
    margin-top: 12rem;
  }
}

.divid-07 {
  position: relative;
  width: 100%; }
.divid-07 div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1150px auto;
  height: 18rem;
  position: absolute;
  top: 2rem;
  width: 100%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 10; }
@media only screen and (min-width: 64.1em) {
  .divid7m {
    display: none;
  }
}

/* -------------- BEGIN COUNTER ---------------------*/

#countbox{
  background-image: url(../img/counter-bg-01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 1rem 3.8rem;
  color: #fff;
  font-family: Myriad Pro,Helvetica,sans-serif;
  font-size: 4.8rem;
  width: 39.8rem;
  height: 15rem;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
div#countbox
{
    opacity: 0;
}

@media only screen and (min-width: 64.1em) {
  #countbox{
    width: 85rem;
    height: 30rem;
    font-size: 10rem;
    padding: 2rem 8rem;
  }
    div#countbox
    {
        opacity: 0;
        width: 0;
        height: 0;
        display: inline-block;
    }
}

#days{
  float: left;
  text-align: center;
  background-image:url('../img/flip.png');
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin: 0 7px 0 7px;
  width: 6.6rem;
  z-index:1;
}

@media only screen and (min-width: 64.1em) {
  #days{
    width: 14rem;
    margin: 0 1.6rem 0 1.6rem;
  }
}

#days_text{
  width: 7rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #030200;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

@media only screen and (min-width: 64.1em) {
  #days_text {
    width: 14rem;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

#hours{
  float: left;
  text-align: center;
  background-image:url('../img/flip.png');
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin: 0 7px 0 7px;
  width: 6.6rem;
  z-index:1;
}

@media only screen and (min-width: 64.1em) {
  #hours{
    width: 14rem;
    margin: 0 1.6rem 0 1.6rem;
  }
}

#hours_text{
  width: 7rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #030200;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
@media only screen and (min-width: 64.1em) {
  #hours_text {
    width: 14rem;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

#mins{
  float: left;
  text-align: center;
  background-image:url('../img/flip.png');
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin: 0 7px 0 7px;
  width: 6.6rem;
  z-index:1;
}

@media only screen and (min-width: 64.1em) {
  #mins{
    width: 14rem;
    margin: 0 1.6rem 0 1.6rem;
  }
}

#mins_text{
  width: 7rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #030200;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
@media only screen and (min-width: 64.1em) {
  #mins_text {
    width: 14rem;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

#secs{
  float: left;
  text-align: center;
  background-image:url('../img/flip.png');
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin: 0 7px 0 7px;
  width: 6.6rem;
  z-index:1;
}

@media only screen and (min-width: 64.1em) {
  #secs{
    width: 14rem;
    margin: 0 1.6rem 0 1.6rem;
  }
}

#secs_text{
  width: 7rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #030200;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

@media only screen and (min-width: 64.1em) {
  #secs_text {
    width: 14rem;
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

#days span, #hours span, #mins span , #secs span {
  background: url(../img/flip_gradient.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  height: 6rem;
  width: 6.6rem;
}
@media only screen and (min-width: 64.1em) {
  #days span, #hours span, #mins span , #secs span {
    height: 10rem;
    width: 14rem;
  }
}

.days-no {
  display: flex;
  width: 6.5rem;
  flex-direction: column;
  justify-content: center;
  height: 5.8rem;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 4rem;
}
@media only screen and (min-width: 64.1em) {
  .days-no {
    font-size: 9rem;
    height: 12rem;
    width: auto;
  }
}

/* -------------- END COUNTER ---------------------*/
@media only screen and (min-width: 64.1em) {
  .mrg-side7 {
    margin: 0 7rem;
  }
}
@media only screen and (min-width: 90em) {
  .mrg-side7 {
    margin: 0 auto;
  }
}



/* -------------- ipad pro ------------------*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
{
  .curtain-mob img
  {
    /*top: -135px;*/
    top: 0;
  }
}
/* -------------- ipad pro end ------------------*/

/* -------------- ipad pro landscape ------------------*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape)
{
  .curtain-mob img
  {
    /*top: -135px;*/
    top: 0;
  }
}
/* -------------- ipad pro landscape end------------------*/

/* -------------- ipad pro portrait ------------------*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)
{

  .curtain-mob
  {
    /*top: -95px;*/
    top: -8rem;
  }

  .curtain-mob img
  {
    /*top: -135px;*/
    /*top: 0;*/
    top: -7rem;
  }

}
/* -------------- ipad pro portrait end------------------*/

/* -------------- ipad landscape ------------------*/
@media only screen
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{

  .curtain-mob
  {
    top: -5rem;
  }

  .curtain-mob img
  {
    /*top: -135px;*/
    /*top: 0;*/
    top: -3rem;
  }

  .ajx-00 .curt-load-r,
  .ajx-00 .curt-load-l
  {
    top: -13rem;
  }

  .mov-01 video
  {
    top: 5rem;
  }

  .logo-mob
  {
    position: absolute;
    top: 60px;

    width: 100%;
    max-width: 20rem;
  }

  img.ger.sub-teaser.mob,
  img.fre.sub-teaser.mob,
  img.engl.sub-teaser.mob
  {
    top: 100px;
    width: 100%;
    max-width: 25rem;
  }
}
/* ------------ ipad landscape end ---------------*/


/* -------------- ipad portrait ------------------*/
@media only screen
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{

  .curtain-mob
  {
    top: -5rem;
  }

  .curtain-mob img
  {
    /*top: -95px;*/
    top: 0;
  }

  .mov-01 video
  {
    top: 5rem;
  }

  .logo-mob
  {
    position: absolute;
    top: 60px;

    width: 100%;
    max-width: 20rem;
  }

  img.ger.sub-teaser.mob,
  img.fre.sub-teaser.mob,
  img.engl.sub-teaser.mob
  {
    top: 100px;
    width: 100%;
    max-width: 25rem;
  }

}
/* ------------- ipad portrait end ---------------*/