@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),url('../fonts/quicksand-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Light';
  src: url('../fonts/quicksand-light-webfont.woff2') format('woff2'),url('../fonts/quicksand-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Bold';
  src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'),url('../fonts/quicksand-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
b {
  font-family: 'Quicksand Bold', Arial, sans-serif !important;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
body{background:#242F40;font-family: "Quicksand", Arial, sans-serif;-moz-appearance: none !important; -webkit-appearance: none;}
.light {
  color:white;
}
.dark {
  color:black;
}

.footer-last {
  color: #ccc;
  font-size: 12px;
  text-align: center;
  margin-top:30px;
  padding-bottom:30px;
}

.key-text {
  font-family: "Quicksand Bold", Arial, sans-serif;
    cursor:pointer;font-size:18px;font-weight:bold;
    /* margin-top:5px; */
}
.fu_popover_content_default {
    padding: 0;
}
.date-input {
  font-weight: bold;
  background: none;
  /* font-size:28px; */
  width:100%;
  display: inline-block;
  cursor: pointer;
  border:solid 1px #a6a6a6;
  border-radius:5px;
  padding:5px 10px;
  width:100%
}
select + img {
  float: right;
  margin-top: -34px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: grey;
  padding-right: 5px;
}
a:hover {
  text-decoration: none !important;
}
.butang {
  text-align:center;
  cursor:pointer;background:#0A429B;color:white;padding:15px 60px;
}
.butang:hover {
  background: #0B6DBF;
  text-decoration: none;
}
#main-text, .sub-text {
  font-family:'Quicksand', Arial, sans-serif;
}

body {
  background: #242F40 url('../img/pt-5.jpg');
}

@media only screen and (min-width: 600px) {
  /* body{background:#242F40 url('https://statiks.sgp1.digitaloceanspaces.com/imgs/right-bg.webp');background-size:cover;background-position:50% 90%} */
}
@media only screen and (max-width: 600px) {
  #truly-asia {
    display: none;
  }
  /* body {
    background-image: none !important;
  } */
  #navb {
    padding:10px 20px;
    background: white;
    border-radius: 10px;
    z-index: 99999;
    -webkit-box-shadow: 0px 13px 27px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 27px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 27px -8px rgba(0,0,0,0.75);
  }
  .navbar-nav > .nav-item > .nav-link {
    color: black;
    font-size: 22px;
  }
  .active {
      color: black !important;
  }
  #logo-top {
    margin-left: -10px
  }
  #ticket-box {
    /* padding:0 !important; */
    padding-top:0 !important;
    padding:30px
  }
  #bottom-div {
      margin-top: -50px
  }
  #main-div {
      height: auto !important;
  }
  #main-text {
    font-size: 24px !important;
    margin-bottom:10px !important;
    margin-top:10px !important;
  }
  .sub-text {
    font-size: 16px !important;
  }
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     /* border-radius: 0; */
}
.group-book:hover {
    text-decoration: underline !important;
    color: #ccc !important;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jetties {
  padding-left:8px;
}
.jetties > div {
  /* border: solid 1px grey; */
  padding: 5px 0;
  cursor: pointer;
  border-radius: 5px;
}
.jetties > div:hover {
  /* border: solid 1px #0a429b !important; */
  color: #0a429b;
  opacity: 0.8;
}
.jetty-active {
  font-weight: bold;
  font-family: 'Quicksand Bold';
}
#origin:hover, .date-input:hover {
  border: solid 1px #0a429b !important;
  -webkit-box-shadow: 0px 3px 16px -7px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 16px -7px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 16px -7px rgba(0,0,0,0.4);
}