
.style-old .search-section-container .icon-header-bag {
    position: relative;
    background-image: url(sprite.png);
    background-position: -333px -415px;
    width: 35px;
    height: 35px;
}

.style-old .search-section-container .active .icon-header-bag {
    background-position: -296px -415px;
}

.style-old .search-section-container .active span {
    position: absolute;
    top: 12px;
    left: 12px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #ffffff;
    background: #007dc6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.columns-of-fun img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.columns-of-fun h6 {
    margin: 20px 0;
}

.columns-of-fun a {
    display: block;
    text-align: left !important;
    margin-top: 20px;
}

.flex-row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.flex-row div {
    margin: 5px;
    flex: 1;
}

.calendar-header div {
    text-align: center;
}

.calendar-day div.column {
    background: #f4f4f4;
    padding: 5px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 150px;
    flex-grow: 1;
}

.calendar-day a {
    text-align: left;
    margin-top: 5px;
    min-width: auto;
}

.calendar-day h6 {
    margin: 10px 0;
    color: #999999;
}

.calendar-day div.links {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
}

.cs-m-heros-admissions-tickets.superpass {
    background: url('header-bg.jpg');
    background-size: cover;
}

.cs-m-heros-admissions-tickets.superpass .container {
    margin-top: 100px;
    margin-bottom: 100px;
    background: rgb(211, 41, 35, 0.85);
    color: white;
    padding: 50px;
    text-align: center;
}

.cs-m-heros-admissions-tickets.superpass .container p {
    margin: 50px 0;
}

.cs-m-heros-admissions-tickets.superpass .container .superpass-column {
    position: relative;
}

.cs-m-heros-admissions-tickets.superpass .container .superpass-column img {
    position: absolute;
    top: -95px;
    left: 50%;
    margin-left: -136px;
}

.space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}