body {
  padding: 0;
  margin: 0;
}
input {
  margin: 0px;
}

header.main {
  background: #FDFDFD;
  border-bottom: 1px solid #EEEAEA;
}

header.main > .logo {
  text-align: center;
}

.h1,.h2,.h3,.h4,.h5,div,body,p {
  font-family: 'Source Sans Pro', sans-serif;
}

p, .h4 {
  font-size: 0.98em;
}

.navigation {
  position: relative;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0.2em 0;
  padding: 0;
  border-top: 1px solid #EEEAEA;

}

.navigation hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0.2em 0;
  padding: 0;
}

.navigation img.plane {
  position: absolute;
  top: -35px;
  right: 0px;
}

.navigation hr.primary {
  border-top: 4px solid #FFDAB5;
}

.navigation hr.secondary {
  border-top: 2px solid #FDEAD8;
}

.check-in-tickets {
  position: relative;
  height: 400px;
}

.check-in-tickets img {
  position: absolute;
  top: 100px;
  right: 10%;
}

#check-in-name:disabled {
  background: #EEE;
}

#check-in-name:disabled::placeholder {
  color: #CCC;
}

.honeymoon-map {
  position: relative;
}

.honeymoon-map img {
  position: absolute;
  top: 30px;
  right: 10%;
}

.check-in-tickets img.ticket-a {
  -ms-transform: translateY(-25px) translateX(10px) rotate(-10deg); /* IE 9 */
  -webkit-transform: translateY(-25px) translateX(10px) rotate(-10deg); /* Chrome, Safari, Opera */
  transform: translateY(-25px) translateX(10px) rotate(-10deg);
}

.check-in-content .h3, .honeymoon-content .h3, .check-in-instructions.h4 {
  color: #4C4C4C;
  margin-bottom: 0.2em;
}
.check-in-content p, .honeymoon-content p {
  max-width: 480px;
  margin-top: 0em;
  margin-bottom: 1.6em;
  color: #999999;
}

.typcn {
  font-size: 1.3em;
  line-height: 0.8em;
  margin-right: 0.2em;
}

.btn {
  display: inline-block;
  padding: 0.35em 0.7em;
  cursor: pointer;
  border-radius: 3px;
}

.btn-block {
  width: 100%;
}

.btn.btn-secondary:hover {
  background: #EBEBEB;
}

.btn.btn-secondary {
  background: #F5F5F5;
  color: #929292;
}
.btn.btn-primary {
  background: #FFDAB5;
  color: rgba(0,0,0,0.3);
}

.btn.btn-primary:hover {
  background: #F3CFAC;
}

.check-in-content input, .honeymoon-content input {
  padding: 0.6em 0.8em;
}

.check-in-content input, .honeymoon-content input, .select2-container--default .select2-selection--single {
  background: #FDFDFD;
  border: 1px solid #EDEDED;
  padding: 10px 10px;
  width: 280px;
  border-radius: 3px;
  font-size: 0.95em;
  color: #666666;
}

.honeymoon-amount-prefix {
  background: #F0F0F0;
  border: 1px solid #EDEDED;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1.25em;
  color: #666;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


input#honeymoon-amount {
  width: 240px;
  text-align: right;
  border-radius: 0px;
}

input#honeymoon-amount::placeholder {
  text-align: left;
}

.honeymoon-content textarea {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  padding: 10px 10px;
  width: 480px;
  border-radius: 3px;
  font-size: 0.95em;
  min-height: 140px;
  color: #666666;
}

.select2-container--default .select2-selection--single {
  width: 300px;
}


.check-in-content input:focus, .honeymoon-content input:focus {
  border-color: #FFDAB5;
  outline: 0;
}

.autocomplete-suggestions { 
  margin-top: 4px;
  border-radius: 3px;
  border: 1px solid #F0F0F0;
  background: #FEFEFE;
  overflow: auto;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; color: #666; }
.autocomplete-selected { background: #FFDAB5; color: white; }
.autocomplete-suggestion strong { font-weight: normal; color: #111; }
.autocomplete-selected.autocomplete-suggestion strong { color: white; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.check-in-row:not(:last-child) {
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
}

.check-input-step img {
  display: none;
}

.check-input-step.valid img {
  display: block;
}

.check-in-row:hover {
  background: #FCFCFC;
}

.check-in-instructions {
  color: #999999;
}

#check-in-booking {
  text-transform: uppercase;;
}

#check-in-booking::placeholder {
  text-transform: none;
}

#show-honeymoon.disabled {
  pointer-events: none;
  cursor: pointer;
}

#check-in-step {
  display: none;
}
.check-in-row p {
  margin: 0px;
  font-size: 1.05em;
  color: #999999;
  padding: 8px;
}

.check-in-row.check-in-on p {
  color: #777777;
}

#check-in-exists:not(.active) {
  display: none;
}

#check-in-exists, #check-in-step {
  background: #FDFDFD;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}

#check-in-exists .h4, #check-in-step .h4 {
  font-size: 1.05em;
  margin-bottom: 0.2em;
}

#check-in-exists p {
  max-width: none;
}

#check-in-existing-name {
  color: #666;
}

#check-in-loading {
  max-width: 280px;
  background: #FDFDFD;
  color: #999;
  text-align: center;
}

#check-in-loading:not(.active) {
  display: none;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FEDAB7;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}