@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");
#nav-icon {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0; }

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 3px 0 0 3px; }

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 6px; }

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 13px; }

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px; }

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 9px; }

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 9px; }

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 18px; }

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 18px; }

html, body {
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%; }

body {
  background-color: #fff;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -1px;
  color: #000;
  position: relative;
  overflow: hidden; }
  body.is-the-boat header .main-header {
    background-color: #d7f7ff !important; }

.body-wrapper {
  width: 100vw;
  height: 100vh;
  max-width: 768px;
  max-height: 1024px;
  overflow: auto;
  margin: auto;
  position: relative; }
  .body-wrapper.loading:after {
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 100vw;
    height: 100vh;
    max-width: 768px;
    max-height: 1024px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }

header {
  position: relative;
  z-index: 5;
  background-color: #fff; }
  header .main-header {
    font-size: 0;
    padding: 22px 30px;
    position: relative;
    z-index: 5;
    background-color: #fff; }
    header .main-header h1 {
      font-size: 24px;
      letter-spacing: -2px;
      font-weight: 400;
      margin: 0;
      padding: 0;
      display: inline-block;
      width: 70%;
      vertical-align: middle; }
    header .main-header .menu-button {
      display: inline-block;
      width: 30%;
      text-align: right;
      vertical-align: middle;
      padding: 2px 0; }
  header .menu {
    width: 100vw;
    height: 100vh;
    max-width: 768px;
    max-height: 1024px;
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 4;
    padding-top: 72px;
    transition: 0.50s;
    opacity: 1;
    top: -1024px; }
    header .menu.open {
      opacity: 1;
      top: 0; }
    header .menu ul {
      background-image: url(../images/sea.png);
      background-repeat: no-repeat;
      margin-top: 30px;
      background-position: 30px 0;
      padding: 30px 30px 0;
      list-style: none; }
      header .menu ul a {
        font-size: 22px;
        text-decoration: none;
        color: #000;
        display: inline-block;
        padding-right: 32px;
        margin-bottom: 20px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: 100% 60%; }
      header .menu ul .hidden {
        display: none; }
    header .menu .info {
      display: none; }

body:not(.web-map) header .menu .new-trip,
body:not(.web-map) header .menu .stop-trip {
  display: none; }

.section-title {
  background-image: url(../images/sea.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  background-position: 30px 0;
  padding: 30px 30px 0;
  font-size: 22px; }

.text {
  padding: 30px 30px 0;
  font-size: 18px;
  color: #1875AD;
  line-height: 24px;
  letter-spacing: -1px;
  max-width: 253px; }
  .text.passenger-password {
    padding: 90px 0 0;
    max-width: 100%;
    text-align: center;
    font-size: 90px; }

#user_switching_switch_on {
  text-align: center;
  display: block;
  padding: 130px 30px 0; }
  #user_switching_switch_on a {
    font-size: 13px;
    color: #999; }

body.home .body-wrapper {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; }

body.home header {
  background-color: transparent; }
  body.home header .main-header {
    background-color: transparent; }
    body.home header .main-header h1 {
      color: #fff; }
    body.home header .main-header .menu-button {
      display: none; }

body.home .content {
  text-decoration: none;
  width: calc(100vw - 60px);
  height: calc(100vh - 62px);
  max-width: 768px;
  max-height: 1024px;
  display: block;
  padding: 52px 30px 0;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0; }
  body.home .content:after {
    content: '';
    display: block;
    background-image: url(../images/arrow-white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    margin-top: 60px; }

body.home .logo-erdf {
  position: absolute;
  bottom: 0;
  width: 100%; }

body.home.is-the-boat header .main-header {
  background-color: transparent !important; }

body.web-choose-language header .main-header .menu-button {
  display: none; }

body.web-choose-language .languages {
  padding: 180px 30px 0;
  display: flex; }
  body.web-choose-language .languages .language {
    display: block;
    font-size: 18px;
    width: 50%;
    border: 2px solid #000;
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 15px 0; }
    body.web-choose-language .languages .language:nth-child(2n) {
      margin-left: 30px; }

body.web-access .password-block {
  margin: 60px 30px 0;
  display: flex;
  border: 2px solid #000;
  padding: 15px; }
  body.web-access .password-block input, body.web-access .password-block button {
    border: 0;
    padding: 0;
    outline: none;
    font-size: 24px;
    font-weight: bold;
    background: none; }
  body.web-access .password-block input {
    width: calc(100% - 30px); }
  body.web-access .password-block button {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    width: 30px; }

body.web-access .message.error {
  background-image: url(../images/exclamation-mark.png);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  padding: 60px 30px 15px;
  font-size: 15px;
  letter-spacing: 0;
  color: #F80606;
  text-align: center; }

body.web-map .menu .info {
  display: block;
  position: relative;
  padding: 10px 0;
  background-color: #f3f3f3;
  margin-top: 25px;
  width: 100%; }
  body.web-map .menu .info .item {
    display: flex;
    font-size: 14px;
    padding: 5px 15px;
    border-top: 1px solid #ddd; }
    body.web-map .menu .info .item:first-child {
      border: 0; }
    body.web-map .menu .info .item .value {
      text-align: right;
      color: #1875AD;
      flex: 1; }

body.web-map:after {
  display: block;
  content: '';
  background: rgba(255, 255, 255, 0);
  width: 100vw;
  height: calc(100vh - 74px);
  max-width: 768px;
  max-height: 1024px;
  position: absolute;
  left: 0;
  top: 74px;
  z-index: 2; }

body.web-map .section-title {
  padding-top: 60px;
  margin-top: 0;
  background-position: 30px 30px; }

body.web-map .content {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 0;
  height: calc(100vh - 74px); }
  body.web-map .content.hidden {
    display: none; }

body.web-map .map {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 74px);
  max-width: 768px;
  max-height: 1024px;
  position: absolute;
  left: 0;
  top: 74px;
  background-color: #fff;
  z-index: 1;
  overflow: hidden; }
  body.web-map .map .leaflet-control,
  body.web-map .map .leaflet-control-scale,
  body.web-map .map .leaflet-control-attribution {
    opacity: 0; }

body.web-map .track {
  padding: 15px 30px;
  width: calc(100% - 60px);
  font-size: 0;
  position: relative;
  text-align: right; }
  body.web-map .track .control-button {
    width: 48px;
    height: 48px;
    margin: 0 auto 0 calc(100% - 48px);
    text-align: center;
    background-image: url(../images/player-play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  body.web-map .track .control {
    text-align: left;
    font-size: 0px;
    width: 100%;
    height: 5px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 15px; }
    body.web-map .track .control .indicator {
      background-color: #1875AD;
      height: 5px;
      width: 0;
      transition: 0.20s; }
  body.web-map .track.play .control-button {
    background-image: url(../images/player-pause.png); }
  body.web-map .track.pause .control-button {
    background-image: url(../images/player-play.png); }
  body.web-map .track.loading .control-button:before {
    content: "● ● ●";
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    margin: 4px auto 0 4px;
    width: 40px;
    height: 30px;
    background: #1875AD;
    display: block;
    border-radius: 60px;
    float: left; }

body.web-map .start-modal {
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-width: 768px;
  max-height: 1024px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 4;
  overflow: hidden;
  transition: 0.50s;
  opacity: 1; }
  body.web-map .start-modal button {
    border: 0;
    outline: none;
    width: 240px;
    height: 240px;
    border-radius: 1000px;
    color: #fff;
    background-color: #1875AD;
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3); }
  body.web-map .start-modal.close {
    opacity: 0;
    top: -1024px; }

body.web-map .place {
  width: 100%;
  height: 160px;
  font-size: 0;
  padding: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  transition: 0.30s; }
  body.web-map .place.hidden {
    opacity: 0; }
  body.web-map .place .name {
    width: calc(32% - 20px);
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    padding: 10px;
    position: relative;
    bottom: 16px; }
  body.web-map .place .image {
    display: inline-block;
    vertical-align: baseline;
    width: 68%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }

body.web-audios header {
  position: fixed;
  top: 0;
  width: 100%; }

body.web-audios .body-wrapper {
  height: calc(100vh - 74px);
  max-height: calc($max_height - 74px);
  overflow: auto;
  padding-top: 74px; }

body.web-audios .tracks {
  padding: 30px 0 90px; }

body.web-audios .track {
  padding: 15px 30px;
  width: calc(100% - 60px);
  font-size: 0;
  position: relative;
  text-align: right; }
  body.web-audios .track .song-data .info {
    width: calc(100% - 38px);
    padding-right: 10px;
    vertical-align: bottom;
    text-align: left;
    display: inline-block; }
    body.web-audios .track .song-data .info .title {
      font-size: 18px; }
    body.web-audios .track .song-data .info .places {
      padding: 15px 0 0;
      font-size: 13px;
      line-height: 16px; }
  body.web-audios .track .control-button {
    vertical-align: bottom;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/player-play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto; }
  body.web-audios .track .control {
    text-align: left;
    font-size: 0px;
    width: 100%;
    height: 5px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 15px; }
    body.web-audios .track .control .indicator {
      background-color: #1875AD;
      height: 5px;
      width: 0;
      transition: 0.20s; }
  body.web-audios .track.play .control-button {
    background-image: url(../images/player-pause.png); }
  body.web-audios .track.pause .control-button {
    background-image: url(../images/player-play.png); }
  body.web-audios .track.loading .control-button:before {
    content: "● ● ●";
    font-size: 10px;
    color: #fff;
    padding-top: 5px;
    margin: 2px auto 0 4px;
    width: 20px;
    height: 15px;
    background: #1875AD;
    display: block;
    border-radius: 60px;
    float: left; }

body.web-photos .email {
  padding: 30px;
  text-align: center; }
  body.web-photos .email a {
    font-size: 20px;
    color: #1875AD; }
