/* Extra small devices (phones, less than 768px) */
.luxury .panel-luxury {
  border: solid black 1px;
  border-radius: 3px;
}
.luxury .panel-luxury label {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 10px;
}
.luxury .panel-luxury input[type="submit"] {
  margin-top: 15px;
  padding: 7px 30px;
}
.luxury .panel-luxury .panel-heading {
  background-color: black;
}
.luxury .panel-luxury .panel-heading h3 {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.luxury #newsletter {
  border: solid #D4D4D4 1px;
  padding: 15px;
  border-radius: 3px;
}
.luxury #newsletter h4 {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 100;
  color: #0D3B5D;
}
.luxury #newsletter .form-group {
  margin: 0;
}
.luxury .btn-luxury {
  background-color: #000;
  color: #FFF;
  padding: 7px 10px 7px 10px;
  border-radius: 3px;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.luxury .btn-luxury span {
  margin-left: 20px;
}
.luxury p {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.6;
  color: #757575;
}
.luxury .heading-style {
  font-weight: 700;
  font-family: 'Open sans';
  color: #363636;
  font-size: 20px;
}
.luxury h6 {
  font-weight: 700;
  font-family: 'Open sans';
  color: #363636;
}
.luxury .info-row .heading-style {
  margin-top: 40px;
  margin-bottom: 30px;
}
.luxury .info-row p {
  padding: 0 10px;
}
.luxury #banner {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -10px;
  height: 220px;
  background-position: 60% 20%;
  background-image: url('/images/luxury-bg.jpg');
  background-size: cover;
}
.luxury #banner h1 {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 100;
  color: white;
  margin-top: 150px;
  font-size: 34px;
}
.luxury #banner p {
  color: white;
  font-size: 13px;
}
.luxury .cruiseline {
  padding: 20px 0;
  border-bottom: solid #DCDCDC 3px;
  height: 80px;
  cursor: pointer;
}
.luxury .cruiseline:hover {
  border-bottom: solid black 3px;
}
.luxury .cruiseline img {
  width: 50%;
}
.luxury .selected {
  border-bottom: solid black 3px !important;
}
.luxury #ships .ship {
  margin-top: 10px;
  margin-bottom: 10px;
}
.luxury #ships .ship ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.luxury #ships .ship ul li {
  width: 33%;
  display: inline-block;
  float: left;
}
.luxury #ships .ship ul li a {
  font-weight: bold;
  font-size: 11px;
  line-height: 2;
  color: black;
  font-family: 'Open Sans';
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .luxury .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .luxury #banner {
    height: 400px;
    background-position: center center;
  }
}
