@-webkit-keyframes pulse {
    0%, 100% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .2)
    }
}

.container--content  {
    display: flex
}

@media (min-width: 576px) {
    .container--content  {
        width: 100%;
        max-width: unset
    }
}

@media (min-width: 768px) {
    .container--content  {
        max-width: 720px
    }
}

@media (max-width: 991.98px) {
    .container--content  {
        flex-direction: column
    }
}

.container--content  .content__subpage  {
    flex-basis: 100%;
    padding: 50px 0
}

@media (min-width: 992px) {
    .container--content  {
        max-width: 960px
    }

    .container--content  .content__subpage  {
        flex-basis: 700px;
        padding-right: 20px
    }

    .container--content  .content__subpage--left  {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .container--content  {
        max-width: 1170px
    }

    .container--content  .content__subpage  {
        flex-basis: 860px;
        padding-right: 30px
    }

    .container--content  .content__subpage--left  {
        padding-left: 30px;
        padding-right: 0
    }
}

.container--content  .content__subpage  .subpage__header  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0
}

.container--content  .content__subpage  .subpage__header--secondary  {
    margin: 20px 0 0
}

.container--content  .content__subpage  .subpage__header--sub  {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: 200;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .container--content  .content__subpage  .subpage__header--sub  {
        font-size: 40px;
        line-height: 40px
    }
}

.container--content  .content__list  {
    flex-basis: 100%
}

@media (min-width: 992px) {
    .container--content  .content__list  {
        flex-basis: 230px
    }
}

@media (min-width: 1200px) {
    .container--content  .content__list  {
        flex-basis: 280px
    }

    .container  {
        max-width: 1170px
    }
}

.container__nav  {
    display: flex;
    height: 52px;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    top: 110px
}

.container__nav  .nav  {
    z-index: 100;
    justify-content: center;
    padding-left: 15px;
    align-items: center
}

.container__nav  .nav__button-container  {
    display: none
}

@media (min-width: 992px) {
    .container__nav  {
        top: 123px
    }

    .container__nav  .nav__button-container  {
        display: flex;
        margin-left: auto;
        margin-right: -7px;
        justify-content: center
    }
}

.container__nav  .nav__button-container  .button-container__button  {
    text-decoration: none;
    color: #999;
    position: relative;
    font-size: 14px
}

.container__nav  .nav__button-container  .button-container__button :hover {
    color: #000;
    cursor: pointer
}

.container__nav  .nav__item  {
    text-decoration: none;
    color: #777;
    position: relative;
    padding: 12px 10px;
    height: 51px
}

.container__nav  .nav__item :last-child {
    padding-right: 0
}

.container__nav  .nav__item  span  {
    display: none
}

.container__nav  .nav__item  i  {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    position: relative
}

@media (min-width: 685px) {
    .container__nav  .nav__item  i  {
        display: none
    }

    .container__nav  .nav__item  span  {
        display: inline
    }
}

.container__nav  .nav__item :hover {
    color: #000;
    cursor: pointer
}

.container__nav  .nav__item--focused , .container__nav  .nav__item--focused :hover {
    color: #039be5
}

.container__nav  .nav__item--focused :after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #039be5;
    bottom: 0 !important
}

.cruise-list  {
    display: flex;
    flex-direction: column
}

.cruise-list-btn  {
    height: 40px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 20px;
    color: #212441;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border: 1px solid #212441;
    font-size: 12px;
    padding: 0 23px;
    white-space: nowrap;
    transition: all .3s;
    text-transform: uppercase;
    cursor: pointer
}

.cruise-list-btn :hover {
    background-color: #212441;
    color: #fff
}

.section__header  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    letter-spacing: -3px
}

.section__header  .header__main  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .section__header  {
        text-align: center;
        letter-spacing: -2px
    }

    .section__header  .header__main  {
        font-size: 32px
    }
}

.section__header  .header__subheader  {
    font-family: Poppins, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
    color: #444;
    line-height: 32px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .section__header  .header__subheader  {
        text-align: center;
        font-size: 32px
    }
}

.banner  {
    height: 300px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 992px) {
    .banner  {
        height: 350px;
        padding-top: 90px
    }
}

.banner__header  {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    text-align: center
}

@media (min-width: 768px) {
    .banner__header  {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -3px
    }
}

.banner__rating  {
    padding-bottom: 8px
}

.banner__subheader  {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
    text-align: center
}

@media (min-width: 360px) {
    .banner__subheader  {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .banner__subheader  {
        font-size: 26px
    }
}

.banner  span  {
    font-family: Poppins, sans-serif;
    font-weight: 200
}

@keyframes pulse {
    0%, 100% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .2)
    }
}

mb-0  {
    margin-bottom: 0
}

mt-0  {
    margin-top: 0
}

position-relative  {
    position: relative
}

.section-mb  {
    margin-bottom: 40px
}

.no-results  {
    text-align: center;
    margin-top: 20px
}

.no-results  i  {
    font-size: 80px
}

.no-results  strong  {
    font-size: 18px
}

.no-results  a  {
    color: #24a6df
}

.no-results  a :hover {
    color: #e91e63
}

.no-results  .sad  {
    font-size: 50px;
    display: block
}

.no-results-in-storage  {
    text-align: center;
    margin-top: 20px
}

.no-results-in-storage  i  {
    font-size: 80px
}

.no-results-in-storage  strong  {
    font-size: 18px
}

.no-results-in-storage  a  {
    color: #24a6df
}

.no-results-in-storage  a :hover {
    color: #e91e63
}

.no-results-in-storage  .links  {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.no-results-in-storage  .links  .error__link  {
    height: 40px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 20px;
    color: #03a9f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #03a9f4;
    font-size: 12px;
    padding: 0 23px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
    text-transform: uppercase;
    width: auto;
    margin: 10px
}

.no-results-in-storage  .links  .error__link :hover {
    background-color: #03a9f4;
    color: #fff;
    cursor: pointer
}

.section--posts  .container--posts  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .section--posts  {
        padding: 0 0 40px
    }

    .section--posts  .container--posts  {
        flex-direction: row;
        max-width: initial
    }
}

.section--posts  .container--posts  single-post  {
    flex-basis: 32%
}

@media (max-width: 991.98px) {
    .section--posts  .container--posts  single-post  {
        flex-basis: 48%
    }
}

@media (max-width: 767.98px) {
    .container , .container-sm  {
        max-width: 100%
    }

    .section--posts  .container--posts  single-post  {
        flex-basis: 100%;
        margin-bottom: 30px
    }
}

.post  {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    font-family: Poppins, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #5f5f5f;
    flex-basis: 100%
}

.post :hover .post__image  {
    transform: scale(1.1)
}

.post :hover .post__more , .post :hover .post__title  {
    color: #24a6df
}

.post  .wrapper  {
    width: 100%;
    height: 202px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px 0 40px
}

@media (max-width: 768px) {
    .post  .wrapper  {
        height: 300px
    }
}

.post  .post__image  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all .3s
}

.post  .post__title  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3125rem;
    color: #444;
    text-transform: uppercase;
    margin: 10px 0
}

.post  .post__calendar  {
    font-size: 12px;
    line-height: 0;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    align-content: center
}

.post  .post__calendar  i  {
    margin-right: 5px;
    font-size: 12px
}

.post  .post__content  {
    margin-bottom: 5px
}

.post  .post__more  i  {
    margin-left: 5px
}

.section--posts  {
    padding: 0
}

.container--post  {
    display: flex
}

.container--post  recent-news-list  {
    display: none
}

@media (min-width: 992px) {
    .container--post  recent-news-list  {
        flex-basis: 230px;
        display: block
    }
}

@media (min-width: 1200px) {
    .container--post  recent-news-list  {
        flex-basis: 280px;
        display: block
    }
}

.container--post  .post  {
    flex-basis: 100%;
    padding: 50px 0
}

@media (min-width: 992px) {
    .container--post  .post  {
        flex-basis: 700px;
        padding-right: 20px
    }

    .container--post  .post--left  {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .container--post  .post  {
        flex-basis: 860px;
        padding-right: 30px
    }

    .container--post  .post--left  {
        padding-left: 30px;
        padding-right: 0
    }
}

.container--post  .post :hover .post__image  {
    transform: none
}

.container--post  .post :hover .post__more , .container--post  .post :hover .post__title  {
    color: initial
}

.container--post  .post  .post__calendar  {
    margin-top: 0;
    color: #777
}

.container--post  .post  .wrapper  {
    width: 100%;
    height: 480px
}

.container--content  {
    display: flex
}

@media (min-width: 576px) {
    .container--content  {
        width: 100%;
        max-width: unset
    }
}

@media (min-width: 768px) {
    .container--content  {
        max-width: 720px
    }
}

@media (max-width: 991.98px) {
    .container--content  {
        flex-direction: column
    }
}

.container--content  .content__subpage  {
    flex-basis: 100%;
    padding: 50px 0
}

@media (min-width: 992px) {
    .container--content  {
        max-width: 960px
    }

    .container--content  .content__subpage  {
        flex-basis: 700px;
        padding-right: 20px
    }

    .container--content  .content__subpage--left  {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .container--content  {
        max-width: 1170px
    }

    .container--content  .content__subpage  {
        flex-basis: 860px;
        padding-right: 30px
    }

    .container--content  .content__subpage--left  {
        padding-left: 30px;
        padding-right: 0
    }
}

.container--content  .content__subpage  .subpage__header  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0
}

.container--content  .content__subpage  .subpage__header--secondary  {
    margin: 20px 0 0
}

.container--content  .content__subpage  .subpage__header--sub  {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: 200;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .container--content  .content__subpage  .subpage__header--sub  {
        font-size: 40px;
        line-height: 40px
    }
}

.container--content  .content__list  {
    flex-basis: 100%
}

@media (min-width: 992px) {
    .container--content  .content__list  {
        flex-basis: 230px
    }
}

@media (min-width: 1200px) {
    .container--content  .content__list  {
        flex-basis: 280px
    }

    .container  {
        max-width: 1170px
    }
}

.container__nav  {
    display: flex;
    height: 52px;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    top: 110px
}

.container__nav  .nav  {
    z-index: 100;
    justify-content: center;
    padding-left: 15px;
    align-items: center
}

.container__nav  .nav__button-container  {
    display: none
}

@media (min-width: 992px) {
    .container__nav  {
        top: 123px
    }

    .container__nav  .nav__button-container  {
        display: flex;
        margin-left: auto;
        margin-right: -7px;
        justify-content: center
    }
}

.container__nav  .nav__button-container  .button-container__button  {
    text-decoration: none;
    color: #999;
    position: relative;
    font-size: 14px
}

.container__nav  .nav__button-container  .button-container__button :hover {
    color: #000;
    cursor: pointer
}

.container__nav  .nav__item  {
    text-decoration: none;
    color: #777;
    position: relative;
    padding: 12px 10px;
    height: 51px
}

.container__nav  .nav__item :last-child {
    padding-right: 0
}

.container__nav  .nav__item  span  {
    display: none
}

.container__nav  .nav__item  i  {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    position: relative
}

@media (min-width: 685px) {
    .container__nav  .nav__item  i  {
        display: none
    }

    .container__nav  .nav__item  span  {
        display: inline
    }
}

.container__nav  .nav__item :hover {
    color: #000;
    cursor: pointer
}

.container__nav  .nav__item--focused , .container__nav  .nav__item--focused :hover {
    color: #039be5
}

.container__nav  .nav__item--focused :after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #039be5;
    bottom: 0 !important
}

.cruise-list  {
    display: flex;
    flex-direction: column
}

.cruise-list-btn  {
    height: 40px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 20px;
    color: #212441;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border: 1px solid #212441;
    font-size: 12px;
    padding: 0 23px;
    white-space: nowrap;
    transition: all .3s;
    text-transform: uppercase;
    cursor: pointer
}

.cruise-list-btn :hover {
    background-color: #212441;
    color: #fff
}

.section__header  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    letter-spacing: -3px
}

.section__header  .header__main  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #121212;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .section__header  {
        text-align: center;
        letter-spacing: -2px
    }

    .section__header  .header__main  {
        font-size: 32px
    }
}

.section__header  .header__subheader  {
    font-family: Poppins, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
    color: #444;
    line-height: 32px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .section__header  .header__subheader  {
        text-align: center;
        font-size: 32px
    }
}

.banner  {
    height: 300px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 992px) {
    .banner  {
        height: 350px;
        padding-top: 90px
    }
}

.banner__header  {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    font-family: Montserrat, sans-serif;
    letter-spacing: -1px;
    text-align: center
}

@media (min-width: 768px) {
    .banner__header  {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -3px
    }
}

.banner__rating  {
    padding-bottom: 8px
}

.banner__subheader  {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
    text-align: center
}

@media (min-width: 360px) {
    .banner__subheader  {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .banner__subheader  {
        font-size: 26px
    }
}

.banner  span  {
    font-family: Poppins, sans-serif;
    font-weight: 200
}

@-webkit-keyframes pulse {
    0%, 100% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .2)
    }
}

@keyframes pulse {
    0%, 100% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .2)
    }
}

mb-0  {
    margin-bottom: 0
}

mt-0  {
    margin-top: 0
}

position-relative  {
    position: relative
}

.section-mb  {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .container , .container-sm  {
        max-width: 100%
    }
}

.no-results  {
    text-align: center;
    margin-top: 20px
}

.no-results  i  {
    font-size: 80px
}

.no-results  strong  {
    font-size: 18px
}

.no-results  a  {
    color: #24a6df
}

.no-results  a :hover {
    color: #e91e63
}

.no-results  .sad  {
    font-size: 50px;
    display: block
}

.no-results-in-storage  {
    text-align: center;
    margin-top: 20px
}

.no-results-in-storage  i  {
    font-size: 80px
}

.no-results-in-storage  strong  {
    font-size: 18px
}

.no-results-in-storage  a  {
    color: #24a6df
}

.no-results-in-storage  a :hover {
    color: #e91e63
}

.no-results-in-storage  .links  {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.no-results-in-storage  .links  .error__link  {
    height: 40px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 20px;
    color: #03a9f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #03a9f4;
    font-size: 12px;
    padding: 0 23px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
    text-transform: uppercase;
    width: auto;
    margin: 10px
}

.no-results-in-storage  .links  .error__link :hover {
    background-color: #03a9f4;
    color: #fff;
    cursor: pointer
}

  {
    background-color: #fff;
    border-color: #fff;
    color: #5f5f5f
}

  .news__box  {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #5f5f5f;
    padding: 20px 0 0;
    margin-top: 50px;
    border-radius: 5px;
    margin-bottom: 40px
}

  .news__header  {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35rem;
    color: #121212;
    text-align: center;
    margin: 10px 0
}

  .news__link  {
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    justify-content: left;
    display: flex
}

  .news__link  i  {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400px;
    color: #5f5f5f;
    padding-top: 2px
}

  .news__link :hover {
    background-color: #f6f6f6;
    color: #5f5f5f
}

  .news__link :hover i  {
    color: #5f5f5f
}

  .news__link--all  {
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    text-align: center;
    margin: 20px auto 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    justify-content: center
}

  .active  {
    background-color: #24a6df;
    color: #fff
}

  .active  i  {
    color: #fff
}

  .active :hover {
    background-color: #24a6df;
    color: #fff
}

  .active :hover i  {
    color: #fff
}