/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIABLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.location-callout {
  position: relative;
  max-width: 387px;
  height: 656px;
  margin: 25px auto; }
  .location-callout .call-out-wrapper {
    height: 656px; }
  .location-callout .location-title {
    position: absolute;
    z-index: 1000;
    top: 18px;
    left: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 60px;
    letter-spacing: 2px;
    color: #fbd905;
    width: 79%; }
    .location-callout .location-title span {
      background-color: #fbd905;
      color: #203164;
      padding: 0 10px;
      height: 66px; }
  .location-callout img {
    width: auto;
    height: 100%;
    z-index: 500; }
    @media screen and (min-width: 1600px) {
      .location-callout img {
        width: 105%;
        height: auto; } }
  .location-callout.lg-call-out {
    margin-bottom: 20px;
    padding: 0 15px; }

.book-location-link, .single-location-link {
  width: 250px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #2b2b2b;
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 0; }

.location-callout .single-location-link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000; }

.page-title.location h1 {
  font-weight: 600; }

.rental {
  margin-bottom: 80px; }
  .rental .rental-title {
    color: #203164;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 50px;
    margin-top: 23px; }
  .rental .rental-price {
    color: #c42134;
    font-size: 30px; }
  .rental .rental-gallery {
    height: 450px;
    width: 100%;
    overflow: hidden; }
    .rental .rental-gallery .rental_gallery_image {
      height: 450px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom; }
  .rental .column-title {
    font-weight: 600;
    color: #203164; }

.btn-wrapper-col .btn-style {
  margin: 0; }

@media screen and (min-width: 768px) {
  .callouts .row {
    align-items: center;
    justify-content: center; }

  .location-callout {
    max-width: 387px;
    height: 656px;
    margin: 25px 0; }
    .location-callout .call-out-wrapper {
      height: 656px; }
    .location-callout .location-title {
      font-size: 55px; }
      .location-callout .location-title span {
        height: 62px; } }
@media (min-width: 992px) and (max-width: 1175px) {
  .location-callout.col-lg-3 {
    min-width: 387px;
    flex: 0 0 45%;
    margin: 10px auto; } }
@media screen and (min-width: 1350px) {
  .location-callout .location-title {
    font-size: 70px; }
    .location-callout .location-title span {
      height: 77px; } }
.music-line-up{
  width:60%;
}
.music-line-up .fakeUnderline{
  width:100%;
}
.music-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.music-line-up .btn-style{
  width: 150px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
.music-line-up h2 {
  clear: both;
}
.music-line-up p {
margin-bottom:0;
}
/* SOME SPECIAL STYLEING FOR THE FULL WIDTH IMAGE NOT IN THE SCSS FILE */


/*# sourceMappingURL=trip-styles.css.map */
