a:hover {
  color: #e50012;
}

.chaser ul.menu > li > a:hover {
  color: #e50012;
}

#header .logo {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

#header #main-menu .menu {
  margin-top: 16px !important;
}

#main-menu ul.menu > li > a {
  font-size: 16px;
  text-transform: none;
}
#main-menu ul.menu > li > a:hover {
  color: #e50012;
}

.custom-section {
  text-align: center;
}
.custom-section h2 {
  color: #2d3e52;
  font-size: 26px;
}
.custom-section .description {
  padding: 20px 0 40px 0;
  color: #878786;
  font-size: 18px;
}

.box {
  position: relative;
  margin-bottom: 0 !important;
}
.box-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.14);
}
.box-details__title {
  padding: 30px 0 10px 0;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .box-details__title {
    padding: 15px 0 5px 0;
  }
}
.box-details__city {
  padding-bottom: 16px;
  font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
  text-transform: uppercase;
}
.box-details__price {
  padding-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.box-details__button {
  background-color: #ffffff;
  color: #e50012;
  opacity: 0.9;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, opacity 200ms ease-in-out
}
.box-details__button:hover {
  background-color: #e50012;
  color: #ffffff;
  opacity: 1.0;
}

.destination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.destination-item {
  height: 60px;
  padding-left: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #f5f5f5;
}
.destination-item__icon {
  padding-right: 24px;
  color: #e50012;
}
.destination-item__icon i {
  font-size: 18px;
}
.destination-item__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #878786;
  font-size: 15px;
  letter-spacing: 0.6px;
  text-align: left;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.destination-item:hover .destination-item__name,
.destination-item:hover .destination-item__schedule {
  color: #e50012;
}
.destination-item__schedule {
  color: #878786;
  font-size: 13px;
  letter-spacing: 0.6px;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

#footer .bottom {
  background-color: #e50012;
  color: #ffffff;
}

.place-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  background-color: #ffffff;
}
.place-list__title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #2d3e52;
}
.place-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 30px
}
.place-list__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.place-list__image {
  padding-bottom: 10px;
}
.place-list__descriptions {
  padding-left: 20px;
  text-align: left;
}
.place-list__description {
  padding-bottom: 15px;
	font-size: 16px;
	letter-spacing: 0.6px;
	color: #878786;
  text-align: left;
}
.place-list__button {
  padding: 3px 7px !important;
  border-radius: 0 !important;
  background-color: #d9d9d9;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.place-list__button:hover {
  background-color: #e50012;
  color: #ffffff;
}

.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.option:hover .option__icon {
  background-color: #e50012;
}
.option:hover .option__icon i {
  color: #ffffff;
}
.option__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  width: 96px;
  height: 96px;
  -webkit-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.option__icon i {
  color: #e50012;
  font-size: 68px;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out
}
.bca-icon {
  font-size: 50px !important;
}
.option__name {
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #2e343f;
}
.tooltip-inner {
  border-radius: 0 !important;
}

.economy-class-section {
  height: 358px;
  background: url(/images/economy-class.jpg) center center / cover no-repeat;
}
.business-class-section {
  height: 358px;
  background: url(/images/business-class.jpg) center center / cover no-repeat;
}
.economy-class {
	height: 358px;
  padding: 90px 35px;
	opacity: 0.9;
	background-color: #ffffff;
}
.economy-class__title {
  padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2d3e52;
  text-transform: uppercase;
}
.economy-class__description {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.7px;
  color: #2d3e52;
}
.economy-class__item {
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 0.8px;
  color: #2d3e52;
}

.note {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.8px;
  text-align: center;
  color: #2d3e52;
}

.section-class-images {
  padding-bottom: 40px;
}

.section-class-images img {
  width: 100%;
  margin-bottom: 30px;
}

.image-box.style5 figure figcaption {
  top: 20px !important;
  padding: 12px 18px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.price {
  color: #e50012 !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.box-title {
	font-size: 16px !important;
	letter-spacing: 0.6px !important;
	color: #878786 !important;
}

.arrow {
  float: right;
  text-align: right;
  line-height: 1;
  display: block;
  font-size: 32px;
}

a.detail {
  display: block;
}
a.detail:hover arrow, a.detail:hover .box-title {
  color: #e50012 !important;
}

.panel-title a {
  font-size: 16px !important;
  letter-spacing: 0.6px !important;
  text-align: left !important;
  color: #e50012 !important;
}

.panel-title a.collapsed {
  color: #2d3e52 !important;
}

.panel-content p {
  font-size: 14px !important;
  line-height: 1.43 !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
  color: #6c7078 !important;
}

.toggle-container .panel.style1 .panel-title > a.collapsed:before {
  background: #e50012 !important;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0px;
}
.location__icon {
  padding-right: 20px;
  color: #e50012;
}
.location__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #e50012;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.location__icon i {
  font-size: 24px;
}
.location__details {
  text-align: left;
}
.location__name {
  padding-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.6px;
	color: #2d3e52;
}
.location__meta {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #878786;
}

.contact-us-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 258px;
  background: url(/images/contact-us.jpg) center center / cover no-repeat;
}
.contact-us-section__title {
  padding-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.6px;
	color: #ffffff;
}
.contact-us-section__description {
  padding-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}
.contact-us-section__button a {
	font-size: 20px !important;
	font-weight: bold !important;
	letter-spacing: 0.3px !important;
	color: #2e343f !important;
}

.help {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.help__title {
  padding-bottom: 14px;
	font-size: 16px;
	letter-spacing: 0.6px;
	text-align: left;
	color: #878786;
}
.help__button a:hover {
  color: #ffffff !important;
}

.chaser .logo a {
  background-size: auto 34px !important;
}

#header .mobile-menu-toggle {
  background-color: #ffffff !important;
}

#header .mobile-menu {
  background-color: #ffffff !important;
}
#header .mobile-menu > ul.menu > li > a {
  color: #e50012;
  border-top: none;
}

.footer {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  padding-bottom: 20px;
}
.footer__copyright {
  padding-left: 100px;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__copyright {
    padding-left: 0;
  }
}

.locations {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .locations {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.faq {
  margin-bottom: 20px;
}
.faq__name {
  color: #e50012;
}
.faq__description {
  color: #2d3e52;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .hero {
    margin-left: 50px;
  }
}
@media (max-width: 320px) {
  .hero {
    margin-left: 10px;
  }
}
.hero__title {
  display: inline-table;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 20px;
  }
}
.hero__buttons {
  margin-top: 10px;
}
.hero__book-button {
  padding: 5px 20px !important;
  border-radius: 0 !important;
  background-color: #e50012;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  -webkit-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.hero__book-button:hover {
  background-color: #C70413;
  color: #ffffff;
}
.hero__offers-button {
  padding: 5px 20px !important;
  border-radius: 0 !important;
  background-color: #ffffff;
  color: #e50012;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  -webkit-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.hero__offers-button:hover {
  background-color: #e50012;
  color: #ffffff;
}

.promotion {
  padding: 30px 20px;
}
.promotion__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2d3e52;
  margin-bottom: 10px;
}
.promotion__category {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.promotion__text {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 1.4;
  color: #878786;
}
