@font-face {
  font-family: "KlavikaWebBasic";
  src: url("fonts/KlavikaWebBasicRegular.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "KlavikaWebBasic";
  src: url("fonts/KlavikaWebBasicBold.woff");
  font-weight: bold;
  font-style: normal; }
.center {
  text-align: center;
}
button,
.btn-a,
.vacation .price,
input[type="submit"] {
  background: #4bb64f;
  border: 1px solid #081f09;
  color: #041205;
  cursor: pointer;
  display: block;
  font-size: 1.16667em;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 158px; }
  button:hover,
  .btn-a:hover,
  .vacation .price:hover,
  input[type="submit"]:hover {
    background: #6fc572; }

body {
  -webkit-font-smoothing: antialiased;
  background: url("images/bg.jpg") center top;
  color: white;
  font-family: "KlavikaWebBasic";
  font-size: 12px;
  line-height: 1.4;
  width: 960px;
  margin: 0 auto; }

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 1em 0 0.9em 0; }

h1,
h2,
h3 {
  font-weight: bold; }

h1 {
  font-size: 2.33333em; }

h2 {
  font-size: 2em; }
  h2 em {
    display: block;
    font-family: "KlavikaWebBasic";
    font-size: 0.6em;
    margin-top: -0.5em; }

h3 {
  color: #919497;
  font-size: 1.66667em;
  line-height: 1.1;
  margin: 0; }

h4 {
  margin: 0.9em 0 0 0; }

p {
  font-size: 14px; }

a {
  color: #82add8; }
  a:hover {
    color: #a9c6e4; }

em {
  color: #8e9aa5; }

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

fieldset {
  border: 0; }

.inner {
  margin: 0 auto;
  width: 734px; }

.rendered {
  border: 1px solid #94a3ac;
  margin-top: 29px;
  padding: 30px 30px;
  position: relative; }
  .rendered:before {
    content: "";
    display: block;
    border-top: 1px solid #94a3ac;
    left: 0;
    position: absolute;
    top: 0;
    }
  .rendered:after {
    border-top: 1px solid #94a3ac;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    }
  .rendered .title {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -7px;
    width: 14%; }

form {
  background: rgba(0, 0, 0, 0.2);
  padding: 1px 10px;
  width: 400px; }

label {
  display: inline-block;
  min-width: 80px; }

input,
select {
  margin: 0; }

.quantity {
  text-align: center;
  width: 30px; }

.remove-vacation {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  right: 15px; }
  .vacation:hover .remove-vacation {
    opacity: 1; }

.vacation {
  background: rgba(37, 43, 48, 0.5);
  display: inline-block;
  height: 200px;
  padding: 12px 20px 15px 20px;
  position: relative;
  vertical-align: top;
  width: 200px; 
  }
  .vacation.highlighted {
    background: #252b30; }
  .vacation + .vacation {
    margin-left: 36px; }
  .vacation button {
    margin: 12px 0; }
  .vacation .price {
    background: #82add8;
    border: 1px solid #191d20;
    color: #191d20;
    cursor: default;
    display: block;
    font-size: 1.2em;
    margin: 12px 0;
    height: 18px;
    line-height: 18px;
    width: 156px; }
    .vacation .price:hover {
      background: #82add8; }

.chapter4-4 .vacation,
.chapter4-4 .vacation + .vacation {
  margin: 0 36px 36px 0; }

.comments {
  display: none;
}

.comments,
.no-comments {
  height: 48px; }

.no-comments li {
  color: #8e9aa5; }

.featured {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 22px; }
  .rendered .featured {
    text-align: center; }

#vacations {
  overflow: hidden; }

#vacations ul {
  clear: both;
  float: left; }

#vacations #filters {
  background: rgba(37, 43, 48, 0.5);
  float: right;
  margin: 0 60px 20px 0;
  padding: 10px 8px;
  text-align: center; }
  #vacations #filters button,
  #vacations #filters a {
    background: #252b30;
    border: 1px solid #121415;
    color: #8e9aa5;
    font-weight: bold;
    height: auto;
    margin-top: 0;
    text-decoration: none;
    text-transform: none;
    padding: 3px 5px;
    margin: 0 5px;
    width: auto; 
  display: inline-block;}
    #vacations #filters button:hover,
    #vacations #filters a:hover {
      color: #aab3bc; }

#filters li {
  display: inline-block; }
  #filters li + li {
    margin-left: 0.5em; }

#confirmations ul {
  overflow: hidden; }

.confirmation {
  float: left;
  width: 80%; }

.ticket {
  display: none;
  width: 350px; }

.chapter4-4 .comments {
  display: none; }

.ticket li {
  vertical-align: top; }
.ticket strong {
  display: inline-block;
  vertical-align: top; }
.ticket .boarding-pass {
  vertical-align: top;
  width: 50px; }

.demo-5 {
  padding-top: 30px; }

img {
  max-width: 100%; }

.favorite,
.status-list li,
.locations li {
  background: rgba(37, 43, 48, 0.5);
  display: inline-block;
  margin: 15px 15px 0 0;
  padding: 10px 14px 1px 14px;
  width: 160px; }
  .favorite button,
  .status-list li button,
  .locations li button {
    margin-bottom: 12px; }

.locations li {
  padding-bottom: 1em;
  vertical-align: top; }
  .locations li h2 {
    font-size: 1.5em; }
  .locations li img {
    margin-top: 1em; }

.status-list li {
  width: auto; }

.demo-7 form {
  padding: 15px; }
.demo-7 fieldset {
  margin: 0 0 10px 0; }
.demo-7 input[type="text"] {
  min-width: 280px; }
.demo-7 button {
  margin: 10px 0; }
.demo-7 h3 {
  margin-top: 15px; }

.booked-vacations li {
  margin: 10px 0 0 0; 
}

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance:textfield;
  }

  .large-font {
     font-size: 2em;
     font-weight: bold;
  }