.site-branding-logo img{
    max-width:200px !important;
}


.header-default{
	background-color:#000000;
}

.header-default .stuck {
    background: #000000;
}

.header-main{
  max-height:200px;
}

.frontpage .header-title {
  display: none;
}

.menu-bar span {
  background-color:#cccccc;
}

.gva-user-region .icon i{
  color:#cccccc;
}

.header-right {
	visibility: hidden;
	display: none !important;
}

#page-main-content{
	padding-top:20px;
}

.cc-search-link-table ul{
    list-style-type:none;
    padding-left:0px;
}

.brands_banner .header-title {
  display: none;
  visibility:hidden;
}

.brands_banner{
	/*max-height:100px;*/
}

.cc-search-link-table{
    margin-bottom:30px;
}

#cruise-brands{
    max-height:100px;
}

.gbb-row .bb-inner{
	padding-top:30px;
	padding-bottom:30px;
}

.el-carousel-banner-brand .owl-carousel .owl-item img {
    max-height: 40px;
}

.banner-brand__image img{
   filter: grayscale(100%) brightness(90%) contrast(110%);
}

.page-hero {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,    /* Dark top */
    rgba(0, 0, 0, 0) 25%,     /* Fades to transparent */
    rgba(0, 0, 0, 0) 75%,     /* Stays transparent */
    rgba(0, 0, 0, 0.7) 100%   /* Dark bottom */
  );
}


.page-hero__content {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.most-search-block.skin-white .icon-list li a {
    background: rgba(233, 12, 54, 0.5);
}

.text-with-arrow span::after {
    content: "";
    width: 56px;
    height: 29px;
    position: absolute;
    top: 100%;
    right: 10px;
    background: url(../images/line-arrow.png) center center / contain no-repeat transparent;
}

.gsc-call-to-action.text-light-2 .content .title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);	
}

/* ===============================
   Footer
================================ */

.site-footer {
    background: #0f172a;
    color: #d7dce3;
    margin-top: 60px;
    font-size: 15px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 60px;
}

.footer-column h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* Drupal Menus */

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #d7dce3;
    text-decoration: none;
    transition: .2s;
}

.footer-column a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* Business */

.footer-logo img {
    max-width: 220px;
    margin-bottom: 25px;
}

.footer-business-details {
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-associations {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-associations img {
    max-height: 55px;
    width: auto;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: .2s;
}

.footer-social a:hover {
    background: #1b4db8;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #98a5b3;
}

/* Tablet */

@media (max-width: 900px) {

    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

/* Mobile */

@media (max-width: 640px) {

    .footer-column:not(.footer-business) {
        display: none;
    }

    .footer-container {
        padding: 40px 20px;
    }

    .footer-business {
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto 20px;
    }

    .footer-associations,
    .footer-social {
        justify-content: center;
    }

}