.main-content {
    margin: 20px auto;
    width: fit-content;
}

.best-author-programs {
    background-image: url(../images/main/main-slider-background.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 30px;
}

.best-author-programs-slider {
    display: flex;
    justify-content: center;
}

.author-program-main {
    position: relative;
    max-width: 500px;
    width: 40%;
    margin-right: 20px;
    border-radius: 8px;
}

.author-program {
    height: 100%;
    width: 100%;
    /*background-image: url(../images/main/main-slider-photo.jpg);*/
    background-position: center center;
    background-size: cover;
    position: absolute;
    border-radius: 10px;
    transition: 1.2s all;
}

.author-program-content {
    background-color: #59c9eb;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    padding: 20px 15px 10px 15px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-program-content .author-program-title {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin-bottom: 5px;
    transition: .5s all;
}

.author-program:hover .author-program-title {
    color: #ef5945;
}

.author-program-content > p {
    font-size: 0.9em;
    color: white;
    margin-top: 5px;
    margin-bottom: 0;
}

.best-author-programs-list p {
    background-color: #3193b1;
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    transition: 1.2s all;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.best-author-programs-page {
    min-height: 400px;
    width: 330px;
    display: none;
}

.best-author-programs-page.active {
    display: block;
}

.best-author-programs-list p:hover,
.best-author-programs-list p.active {
    background-color: #5cc7e6;
}

.best-author-programs-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.best-author-programs-arrows .circle {
    margin-left: 10px;
    margin-right: 10px;
}

.best-author-programs > p {
    margin-top: 20px;
    text-align: center;
}

.best-author-programs > p  a {
    color: #37a4c5;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid;
    transition: .5s all;
}

.best-author-programs > p  a:hover {
    color: #ef5945;
    border-bottom-color: #ef5945;
}

.custom-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-content a {
    text-decoration: none;
}

.custom-content a:hover,
.custom-content a:hover > span {
    color: #ef5945 !important;
}

.special-offers {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-bottom: 40px;
}

.special-offers-boarding-passes {
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.special-offers-luggage {
    width: 22%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.special-offers-categories-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 65%;
    margin: auto;

    /** Remove code below if "Special offers" title will return **/
    margin-bottom: 20px;
    margin-top: 45px;
}

.special-offers-categories-list > div:nth-child(even) {
    margin-top: 70px;
}

.special-offers-category {
    width: calc(20% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    max-width: 200px;
    min-width: 150px;
}

/**
.special-offers-category.category-custom-image .custom-image-wrapper {
    width: calc(20% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    max-width: 200px;
    min-width: 150px;
}
**/

.special-offers-category > a {
    text-decoration: none;
}

.special-offers-category > a > div,
.special-offers-category > div {
    width: 100%;
    position: relative;
}

.special-offers-category > a > p,
.special-offers-category > p {
    text-align: center;
    margin-top: 10px;
    color: #5e5e5e;
    font-weight: bold;
    font-size: 0.8em;
}

.special-offers-category > a:hover > p {
    color: #37a4c5;
    text-decoration: underline;
}

.main-tours-section {
    background-color: #59c9eb;
    padding-bottom: 30px;
}

.main-tours-section h2 {
    color: white;
}

.main-tours-section.main-seasons h2 {
    font-size: 2.2em;
}

.main-tours-section.exotic-countries {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.countries,
.seasons {
    display: flex;
    justify-content: center;
}

.seasons .season .season-image-wrapper {
    height: 150px;
    width: 200px;

    margin-top: 10px;

    background-size: cover;
}

.countries-column,
.seasons-column {
    margin-right: 5%;
}

.countries-column:last-child,
.seasons-column:last-child {
    margin-right: 0;
}

.country,
.season {
    margin-bottom: 15px;
}

.country > a,
.season > a {
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
}

.seasons .season > a {
    flex-direction: column;
}

.country > a > span,
.season > a> span {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    transition: .3s all;
}

.season > a> span {
    font-size: 16pt;
}

.country > a:hover > span,
.season > a:hover > span {
    color: #ef5945;
}


@media(max-width: 600px) {
    .best-author-programs-slider {
        flex-wrap: wrap;
    }

    .author-program-main {
        max-width: initial;
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 15px;
        height: 400px;
    }

    .best-author-programs-page {
        width: 310px;
    }

    .countries,
    .seasons {
        flex-wrap: wrap;
    }

    .countries-column,
    .seasons-column {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .countries-column:last-child,
    .seasons-column:last-child {
        margin-right: auto;
    }
}

@media(max-width: 1000px) {

    .special-offers-categories-list {
        width: 100%;
        overflow-x: auto;
        justify-content: initial;
    }

    .special-offers-category:first-child {
        margin-left: 5px;
    }

    .special-offers-boarding-passes,
    .special-offers-luggage {
        display: none;
    }
}