/* Container */
.df-results-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-flow: column;
}

.df-result {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    /* height: 100%; */
    margin-bottom: 20px;
    position: relative;
    transition: border-color .15s ease-in-out;
    display: flex;
    flex-wrap: wrap;
}

.df-result:nth-child(2n+1) {
    margin-right: 0;
}

.df-result:nth-child(2n) {
    margin-left: 0;
}

.df-result .df-result-info {
    padding-bottom: 20px;
}

.df-result-info {
    width: 252px;
    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: end;
    -ms-flex-align: end;
    align-items: end;
}

@media only screen and (min-width: 600px) {
    .df-result .df-result-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .df-result-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 972px) {
    .df-results-container {
        flex-flow: row wrap;
    }

    .df-result {
        width: 49%;
    }

    .df-result:nth-child(2n+1) {
        margin-right: 8px;
    }

    .df-result:nth-child(2n) {
        margin-left: 8px;
    }

}
_:-ms-fullscreen,
:root .df-result-images {
    display: block;
}

/* END Container */

/* main */
.df-result-images {
    display: flex;
    flex-flow: column;
    width: 148px;
}

.df-result-img {
    width: 148px;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 6px 0 0 0;
}

.df-result-logo {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.df-result-info {
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.df-was-price {
    margin-right: 8px;
    color: #ee3124;
    font-size: 14px;
    text-decoration: line-through;
}

.df-info-location,
.df-info-title,
.df-info-discounts,
.df-info-rating,
.df-info-board-basis,
.df-info-duration,
.df-info-departure-location,
.df-info-dates {
    padding-left: 18px;
}

.df-info-duration p,
.df-info-departure-location p,
.df-info-dates p {
    margin: 3px 0;
}

.df-info-location {
    order: -1;
    font-size: 12px;
    color: #00308f;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

.df-info-location p {
    margin: 20px 0 10px 0;
}

.df-info-title {
    margin: 0 0 10px;
}

.df-promotion {
    background-color: #ee3124;
    position: absolute;
    color: #FFF;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    right: 0;
    border-radius: 0 6px 0 0;
}


.df-info-title {
    font-size: 16px;
    color: #020c27;
}

.df-result-pricing {
    width: 100%;
}

.df-info-rating p {
    margin: 0 auto 5px 0;
}

.df-info-rating p span.df-info-rating-star,
.df-info-rating p span.eysys-half-star {
    color: #ffc624;
}

.df-info-board-basis {
    padding-left: 18px;
}

.df-info-board-basis p {
    margin: 5px 0;
}

@media only screen and (min-width: 600px) {
.df-result-info {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
}
_:-ms-fullscreen,
:root .df-info-rating,
:root .df-info-title,
:root .df-info-board-basis,
:root .df-info-discounts,
:root .df-info-location,
:root .df-info-duration,
:root .df-info-departure-location,
:root .df-info-dates {
    width: 100%;
}
/* Price */
.df-result-pricing {
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    display: grid;
    display: -ms-grid;
    align-items: center;
    /* flex-flow: row wrap;
    align-content: space-between; */
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.df-price {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.df-price p,
.df-pax p {
    margin: 0 0 15px 0;
}

.df-pax {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}

.df-pax p:before {
    content: "/ ";
    padding-left: 6px;
}

.df-price-desc {
    display: none;
}

.df-button {
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    font-family: Helvetica Neue;
    transition: background-color .15s ease-in-out;

    background-color: transparent;
    color: #1d60c9;
    border: 2px solid #1d60c9;
    line-height: 46px;
    height: 50px;
    min-width: 100px;
    font-weight: 700;
    margin-right: auto;
}

.df-button:hover {
    color: #fff;
    background-color: #1d60c9;
    border-color: #1d60c9;
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
    .df-was-price{
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 2;
    }
    .df-was-price p{
        margin: 0;
    }
    .df-price {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }

    .df-pax {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }

    .df-button {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3 / 5;
    }
    .df-result-pricing-container {
        display: grid;
        display: -ms-grid;
        align-items: center;
    }
}

@media only screen and (min-width: 600px) {
    .df-button {
        margin-right: 0;
    }
}

@media only screen and (min-width: 600px) {
    .df-result-pricing {
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: auto;
    }

    .df-price p,
    .df-pax p {
        margin: 0;
    }
    .df-result-pricing-container {
        display: flex;
        width: 100%;
        align-items: center;
    }
}

/* END Price */

/* Dropdown */
.df-location-list {
    margin: 0 auto 45px auto;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
    padding: 4px 18px;
    margin: 0 auto 45px auto;
    font-size: 14px;
    color: #4d5056;
    height: 40px;
    position: relative;
    outline: none;
    z-index: 1;
    font-family: Helvetica Neue;
    font-weight: 400;
    max-width: 200px;
    background-image: url(/assets/drop-down-arrow-2.svg);
    background-repeat: no-repeat,
        repeat;
    background-position: right .7em top 50%,
        0 0;
    background-size: 1.2em auto,
        100%;
}

/* Pagination */
.df-page {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: none;
    height: 25px;
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-right: 4px;
}

input.df-page {
    font-weight: 500;
    font-size: 13px;
    color: #4d5056;
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

button.df-next.eysys-arrow-right,
button.df-prev.eysys-arrow-left {
    border: 0;
    color: #4d5056;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0);

}

button.df-next.eysys-arrow-right {
    margin-left: 13px;
}

button.df-prev.eysys-arrow-left {
    margin-right: 13px;
}

.df-navigation {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
