.results-container {
    background: #f7f7f7;
}

.results-container header {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.results-container header ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.results-container header li {
    display: inline-block;
    height: 70px;
    padding: 20px 30px;
    border-right: 1px solid #f1f1f1;
    color: #797979;
    font: 12px/1 Roboto, sans-serif;
    vertical-align: top;
}

.results-container header li.flex-break {
    display: none;
}

.results-container header li em {
    display: block;
    margin-top: 5px;
    color: #006b99;
    font: 18px/0.778 Roboto, sans-serif;
}

.results-container header li:first-child,
.results-container.flights.round-trip header li:nth-child(2) {
    border-right: none;
    border-left: 1px solid #f1f1f1;
    background: url(../../../img/right-arrow-blue.svg) no-repeat right center;
}

.results-container.flights.round-trip header li:first-child {
    border-left: 1px solid #f1f1f1;
    background: none;
    color: #006b99;
    font: 18px/1.667 Roboto, sans-serif;
}

.results-container.flights.multiple-destinations header li {
    background: none;
    border-right: 1px solid #f1f1f1;
}

.results-container.flights.multiple-destinations header li.depart {
    position: relative;
    border-right: none;
}

.results-container.flights.multiple-destinations header li.depart::after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: -3px;
    background: url(../../img/right-arrow-grey.svg) no-repeat;
}

.results-container.flights header li a {
    font: 14px/2.143 Roboto, sans-serif;
}

.results-container.flights header li:last-child {
    border-right: none;
}

.results-container section.padded {
    /*
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
*/
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 0;
}

.results-container .show-filters-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    padding: 20px;
    color: #797979;
    font: 400 16px / 12px Roboto;
    background: #fff;
}

.results-container .show-filters-box p {
    width: 100%;
    margin: 0px;
}

.results-container .show-filters-box a {
    width: auto;
    margin-left: 10px;
    margin-bottom: 0px;
}

.results-container nav {
    display: inline-block;
    width: 280px;
    padding: 20px;
    margin-right: 30px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #5c5c5c;
    font: 12px/1.667 Roboto, sans-serif;
}

.results-container nav header {
    display: none;
}

.flights.results-container nav,
.packages.results-container nav {
    padding: 0;
}

.flights.results-container nav fieldset,
.packages.results-container nav fieldset {
    border-bottom: 1px solid #f1f1f1;
    color: #666;
    font: 14px/1.643 Arial, sans-serif;
}

.flights.results-container nav fieldset {
    padding: 20px;
}

.flights.results-container nav fieldset:last-child,
.packages.results-container nav fieldset:last-child {
    border-bottom: none;
}

.flights.results-container nav fieldset.full-padding,
.packages.results-container nav ul {
    padding: 15px 20px;
}

.packages.results-container nav ul ul {
    padding: 0px;
}

.packages.results-container nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flights.results-container nav legend,
.packages.results-container nav legend {
    display: block;
    width: 100%;
    position: static;
    /*	margin-top: 20px; */
    margin-bottom: -20px;
    padding-top: 20px;
    color: #666;
    font: 500 16px/1.25 Roboto, sans-serif;
}

.flights.results-container nav legend a,
.flights.results-container nav li a,
.flights.results-container nav legend span,
.flights.results-container nav li span {
    display: inline-block;
    margin: 0;
    width: 55px;
    text-align: right;
    float: right;
    color: #666;
    font: 14px/1.286 Arial, sans-serif;
}

.flights.results-container nav .checkbox {
    display: inline-block;
    margin: 0;
    color: #666;
    font: 14px/1.643 Arial, sans-serif;
}

.flights.results-container nav .checkbox label {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.flights.results-container nav .checkbox label img {
    max-width: 15px;
    max-height: 15px;
    vertical-align: text-top;
}

.flights.results-container nav li {
    margin: 0;
}

.results-container .all-only-link {
    cursor: pointer;
    text-decoration: underline;
}

.results-container nav h2,
.important-notice {
    color: #005787;
    font: bold 16px/1.25 Roboto, sans-serif;
}

.important-notice h2 {
    font-weight: bold;
}

.results-container nav h2 + a {
    color: #005787;
    font: 14px/1.429 Roboto, sans-serif;
}

.results-container nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.results-container nav li {
    width: 100%;
    margin-bottom: 5px;
}

.results-container nav li.half {
    width: 45%;
    width: calc(50% - 10px);
}

.results-container nav label {
    margin-bottom: 5px;
    color: #5c5c5c;
    font: 12px/1.667 Roboto, sans-serif;
}

.results-container nav .date {
    width: 100%;
}

.results-container nav .price {
    width: 45%;
    width: calc(50% - 5px);
}

.results-container nav .price + .price {
    float: right;
}

.results-container nav .checkboxes {
    margin: 20px 0;
}

.results-container nav .checkbox {
    width: 120px;
    margin-bottom: 10px;
    font: 12px/1 Roboto, sans-serif;
}

.results-container nav .checkbox.full {
    width: 100%;
    font: 14px/0.857 Roboto, sans-serif;
}

.results-container nav .checkbox label {
    margin-bottom: 0;
    padding: 0 0 0 20px;
    font-size: inherit;
}

.results-container nav .button {
    width: 100%;
    text-align: center;
}

.results-container nav .chidlrens-ages {
    margin: 0px;
}

.results-container nav .chidlrens-ages.disabled,
.results-container nav .chidlrens-ages li.disabled {
    display: none;
}

.results__no-availability {
    min-height: 194px;
    margin: 0 0 15px;
}

.results__no-availability .media__img {
    position: absolute;
    bottom: 0;
}

.results__no-availability .media__body {
    margin-left: 263px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 600px) {
    .results__no-availability .media__img {
        display: none;
    }
    .results__no-availability .media__body {
        margin-left: 0px;
        text-align: center;
    }
}

.results__no-availability__heading {
    margin: 0 0 15px;
    color: #ca3930;
    font: 30px/1.2 Roboto, sans-serif;
}

.results__no-results__heading {
    margin: 0 0 10px;
    color: #005787;
    font: 30px/1.2 Roboto, sans-serif;
}

.results__no-results p {
    margin: 0 0 10px;
}

.results__no-results a {
    color: #005787;
    text-decoration: underline;
}

.results-container table.results,
.results-container div.results,
.results-container .results table {
    display: inline-block;
    width: calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding: 0;
    margin: 0;
    border-collapse: separate;
    color: #797979;
    font: 14px/1.286 Roboto, sans-serif;
    list-style: none;
    vertical-align: top;
}

.results-container .results table {
    display: table;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.results-container .results table.paging,
.results-container table.results.package-results {
    box-shadow: none;
}

.results-container.flights .results {
    display: inline-table;
}

.results-container.packages table.results {
    display: table;
    width: 100%;
    max-width: 100%;
}

.results-container .paging th {
    padding: 15px 0;
    color: #797979;
    font: 14px/1.786 Roboto, sans-serif;
    text-align: center;
    position: relative;
}

.paging__links {
    margin: 0;
    position: absolute;
    top: 15px;
    right: 0px;
}

.paging__links__prev,
.paging__links__next {
    float: left;
    margin: 0 5px;
}

.paging__links__prev {
    margin-left: 0;
}

.paging__links__next {
    margin-right: 0;
}

.paging__links__prev .button,
.paging__links__next .button {
    min-width: 70px;
    padding: 6px 10px;
    font: 12px/1.5 Roboto, sans-serif;
}

.results-container .result {
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.results-container .result th {
    border-bottom: 5px solid #f5f5f5;
}

.results-container .result img {
	max-height: 120px;
    max-width: 203px;
    width: 100%;
    height: auto;
}
@media (min-width: 769px){
	.galleryTrigger{
		margin-right: 10px;
	}
}

.results-container .result th {
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: none;
}

.results-container .result th:first-child {
    width: 220px;
	   width: 213px;
    height: 140px;
	  height: 120px;
    padding: 0px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 768px){
	.results-container .result th:first-child {
		margin-top:10px;
		margin-bottom:10px;
	}
}

.results-container .result th:not(:first-child) + th {
    border-left: 1px solid #f1f1f1;
}

.results-container .result .price {
    width: 150px;
    font-weight: 300;
	text-align:center;
}

.results-container .result .price strong {
    display: block;
    color: #006b99;
    font: 500 32px/1 Roboto, sans-serif;
}

.results-container .result .destination {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-weight: 300;
}

.results-container .result .destination strong {
    display: block;
    color: #006b99;
    font: 500 16px/1.125 Roboto, sans-serif;
}

.results-container .result .star-rating {
    width: 75px;
    padding: 0 20px;
    text-align: left;
}

.results-container .result .rating {
    height: auto;
    padding: 0;
}

.results-container .air-miles {
    color: #0090ce !important;
    font: bold 16px/1.125 Roboto, sans-serif !important;
    vertical-align: middle;
    white-space: nowrap;
}

.results-container .air-miles::after {
    content: url(../../img/placeholders/airmiles-logo.png);
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.results-container .result .air-miles {
    padding-left: 20px;
    padding-right: 20px;
}

.results-container .result .controls {
    padding-left: 20px;
    padding-right: 20px;
}

.results-container .result a.button {
    padding: 9px 30px;
}

.results-container .options {
    display: none;
    width: 100%;
    margin: 10px 0 10px 30px;
    text-align: left;
}

.results-container .options.show {
    display: table-row-group;
}

.results-container .options tbody {
    display: none;
}

.results-container .options tbody.show {
    display: table-row-group;
    border-collapse: separate;
    border-spacing: 0px 0px 5px 0px;
}

.results-container .options .button {
    border-radius: 0;
    width: 120px;
    padding: 9px 0px;
}

.results-container .options .option-cell {
    border-bottom: 10px solid transparent;
    border-left: 30px solid transparent;
}

.results-container .options table {
    width: calc(100% - 30px);
    margin: 5px 0 5px 30px;
    background: #fff;
    border-collapse: separate;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.results-container .options .option-cell table {
    margin: 5px 0 0 0 !important;
    width: 100%;
    border-color: #fff;
    border-style: solid;
    border-width: 20px 30px;
    border-spacing: 0px 5px;
    table-layout: fixed;
}

.results-container .options table:first-child {
    margin-top: 0;
}

.results-container .options table:last-child {
    margin-bottom: 10px;
}

.results-container .options strong {
    color: #006b99;
    font: 500 16px/1.125 Roboto, sans-serif;
}

.results-container .options .right {
    text-align: right;
}

.results-container .options thead th {
    width: auto;
    padding: 0px 0px 10px;
    color: #797979;
    font: 14px/1.143 Roboto, sans-serif;
    text-align: left;
}

.results-container .options thead th:first-child {
    white-space: nowrap;
    width: 120px;
}

.results-container .options thead th:first-child span {
    margin-left: 5px;
	float: left;
}

.results-container .options thead th:nth-child(4) {
    /* 'View Prices' link */
    white-space: nowrap;
}

.results-container .options thead th:last-child {
    padding-right: 30px;
    -border-right: 155px solid transparent;
    min-width: 280px;
    width: 280px;
}

.results-container.packages .options a:not(.button) {
    color: #005173;
    text-decoration: underline;
}

.results-container .options tbody td {
    -border-bottom: 5px solid #fff;
    border-top: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    padding: 10px;
    color: #797979;
    font: 14px/1.3 Roboto, sans-serif;
    background-color: #f7f7f7;
}

.results-container .options tbody td:first-child {
    white-space: nowrap;
    border-left: 1px solid #dcdee0;
}

.results-container .options tbody td:last-child {
    border-right: 1px solid #dcdee0;
}

.results-container .options tbody td:first-child span {
    margin-left: 5px;
	float: left;
}

.results-container .options tbody td img {
    display: inline-block;
    max-width: 25px;
    max-height: 25px;
    vertical-align: text-bottom;
    -margin-right: 5px;
}

.results-container .options tbody td:first-child {
    padding-left: 20px;
    white-space: nowrap;
}

.results-container .options tbody td:first-child strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.results-container .options tbody tr:last-child td {
    -border-bottom-width: 30px;
}

.results-container .options tbody td:first-child {
    -border-left: 30px solid #fff;
}

.results-container .options tbody td:nth-child(2) {
    -width: auto;
    padding: 0;
}

.results-container .options tbody td:nth-child(3),
.results-container .options tbody td:nth-child(4) {
    white-space: nowrap;
}

.results-container .options tbody td.bottom-padding {
    height: 0px;
    padding: 0px;
}

.results-container .options .airline-mealtype-roomplan {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: 60px;
    padding: 10px 0px;
}

.results-container .options .airline-mealtype-roomplan img {
    height: 100%;
    margin-right: 10px;
    max-width: 30px;
    max-height: 30px;
}

.results-container .options .airline-mealtype-roomplan a,
.results-container .options .airline-mealtype-roomplan .meal-plan {
    white-space: nowrap;
    width: 100%;
}

.results-container .options .airline-mealtype-roomplan .meal-plan {
    font-size: 13px;
    line-height: 15px;
}

.results-container .options .controls {
    padding: 0;
    border-right: 30px solid #fff;
    text-align: right;
}

.results-container.packages .options .controls {
    padding: 10px 10px 10px 0px;
    font-size: 0px;
    width: 250px;
    max-width: 250px;
    white-space: nowrap;
}

.results-container.packages .options .controls .flight-details-button-tdc {
    color: #005787;
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    background: #fff;
    border: 1px solid #dcdee0;
}

.results-container.packages .options .controls .flight-details-button-tdc:after {
    content: "";
    background: url(../../img/icons/expand.svg) no-repeat center / 100% auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    vertical-align: middle;
    transition: transform 100ms;
}

.results-container.packages .options .controls .flight-details-button-tdc.expanded:after {
    transform: rotate(90deg);
}

.results-container.packages .options .controls .flight-details-button-tdc,
.results-container.packages .options .controls .flight-details-button-tdc + .book-form-button {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

@media (max-width: 820px) {
    .results-container .options thead th:last-child {
        max-width: 150px;
        width: 150px;
    }
    .results-container.packages .options .controls .flight-details-button,
    .results-container.packages .options .controls .flight-details-button-tdc,
    .results-container.packages .options .flight-details-table,
    .results-container.packages .options .flight-details-table.show {
        display: none !important;
    }
}

.results-container.packages .flight-details-table {
    display: none !important;
}

.results-container.packages .flight-details-table.show {
    display: table-row !important;
}

.results-container.packages .flight-details-table .flight-details-container-cell {
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
}

.results-container.packages .flight-details-table table {
    width: 100%;
    margin: -6px 0px 5px !important;
    padding: 0px;
    border: 1px solid #dcdee0;
    color: #666666;
    box-shadow: none;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.results-container.packages .flight-details-table tbody {
    display: table-row-group;
}

.results-container.packages .flight-details-table table th,
.results-container.packages .flight-details-table table td {
    background: none;
    text-align: left;
    padding: 0px;
    border: none;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    vertical-align: bottom;
}

.results-container.packages .flight-details-table table td + td {
    padding-left: 15px;
}

.results-container.packages .flight-details-table table td:nth-child(2) {
    width: auto;
}

.results-container.packages .flight-details-table table th:first-child,
.results-container.packages .flight-details-table table td:first-child {
    padding-left: 20px;
}

.results-container.packages .flight-details-table table th:last-child,
.results-container.packages .flight-details-table table td:last-child {
    padding-right: 20px;
    border-right: 1px solid #dcdee0;
}

.results-container.packages .flight-details-table table tr + tr th,
.results-container.packages .flight-details-table table tr + tr td {
    padding-top: 10px;
}

.results-container.packages .flight-details-table table tr:first-child th,
.results-container.packages .flight-details-table table tr:first-child td {
    padding-top: 15px;
}

.results-container.packages .flight-details-table table tr:last-child th,
.results-container.packages .flight-details-table table tr:last-child td,
.results-container.packages .flight-details-table table tr.last-row th,
.results-container.packages .flight-details-table table tr.last-row td {
    padding-bottom: 15px;
}

.results-container.packages .flight-details-table table td img {
    max-width: 16px;
    max-height: 16px;
}

.results-container.packages .flight-details-table .inbound-header th,
.results-container.packages .flight-details-table .inbound-header td {
    padding-top: 15px;
    border-top: 1px solid #dcdee0;
}

.results-container .flight-class-options th,
.results-container .flight-class-options td {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    color: #005787;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.results-container .flight-class-options .fares-available-container {
    width: 195px;
}

.results-container .flight-class-options th .fares-available {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 195px;
    padding: 5px 20px;
    height: 35px;
}

.results-container .flight-class-options th .fares-available.alternate-fares {
    position: relative;
    background-color: #005787;
    color: #ffffff;
}

.results-container .flight-class-options th .fares-available.alternate-fares:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%) rotate(45deg);
    background-color: #005787;
}

.results-container .flight-class-options th .fares-available img {
    margin-right: 10px;
}

.results-container .flight-class-options th .fares-available .fares-label {
    display: none;
}

@media (min-width: 768px) {
    .results-container .flight-class-options th .fares-available .fares-label-desktop {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .results-container .flight-class-options th .fares-available .fares-label-mobile {
        display: inline-block;
    }
}

.results-container .flight-class-options th .material-icons {
    font-size: 18px;
}

.results-container .flight-class-options .available-classes {
    border-left: 1px solid #f1f1f1;
}

.results-container .flight-class-options .available-classes ul.mobile-fare {
	display: none;
}
.results-container .flight-class-options .available-classes ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}

.results-container .flight-class-options .available-classes li {
    position: relative;
    border-right: 1px solid #f1f1f1;
}

.results-container .flight-class-options .available-classes input {
    position: absolute;
}

.results-container .flight-class-options .available-classes label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin: 0;
    padding: 0px 20px 0px 35px;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.results-container .flight-class-options .available-classes input[type="radio"]:checked + label {
    background-color: #eef9ff;
}

.results-container .flight-class-options .available-classes label:after {
    width: 10px;
    height: 10px;
    left: 20px;
    border: 1px solid #e6e9eb;
}

.results-container .flight-class-options .available-classes input[type="radio"]:checked + label::after {
    border: 3px solid #0cbff2;
}

@media (max-width: 767px) {
    .results-container .flight-class-options .available-classes {
        display: none;
    }
    .results-container .flight-class-options,
    .results-container .flight-class-options tr,
    .results-container .flight-class-options th,
    .results-container .flight-class-options td,
    .results-container .flight-class-options .fares-available-container,
    .results-container .flight-class-options th .fares-available,
    .results-container .flight-class-options .available-classes.show {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .results-container .flight-class-options th .material-icons {
        transform: rotate(90deg);
    }
    .results-container .flight-class-options th .fares-available.alternate-fares:after {
        top: 100%;
        left: 20px;
        right: auto;
        transform: translateY(-50%) rotate(45deg);
    }
    .results-container .flight-class-options th .fares-available {
        height: 40px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .results-container .flight-class-options th .material-icons {
        margin-left: auto;
    }
    .results-container .flight-class-options .available-classes ul.desktop-fare {
		display: none;
	}
    .results-container .flight-class-options .available-classes ul.mobile-fare {
        position: absolute;
        display: block;
        width: 100%;
        background: #fff;
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
		z-index: 9999;
    }
    .results-container .flight-class-options .available-classes li {
        display: block;
        width: 100%;
    }
    .results-container .flight-class-options .available-classes label {
        width: 100%;
        padding: 0px 20px;
        color: #4a4a4a;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }
    .results-container .flight-class-options .available-classes label::after {
        display: none;
    }
}

.results-container .flight {
    background-color: #fff;
    /*box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.1);*/
}

.results-container .flight tr:last-child td {
    /*border-bottom: 5px solid #f5f5f5;*/
}

.results-container .flight td.details a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
}

.results-container .flight td.details a:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(../../img/icons/flight-details-arrow.svg) no-repeat center / 100%;
    transition: transform 125ms;
}

.results-container .flight td.details a.expanded:after {
    transform: rotate(90deg);
}

.results-container .flight.options tr:last-child td {
    /*border-bottom: 10px solid #f5f5f5;*/
}

.flight.options .mobile {
    display: none;
}

.flight td {
    vertical-align: middle;
}

.flight .price-and-book {
    width: 195px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.flight em {
    color: #005787;
    font: 500 36px/0.611 Roboto, sans-serif;
}

.flight .price-and-book em {
    display: block;
    margin-bottom: 10px;
}

.flight .price-and-book .button {
    display: block;
    margin-top: 10px;
}

.flight .price-and-book .details-button {
    display: none;
}

.flight .leg {
    display: block;
    max-width: 660px;
    padding: 20px;
    font-size: 0;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;
}

.flight .leg + .leg {
    border-top-width: 1px;
}

.flight .leg span {
    box-sizing: border-box;
    display: inline-block;
    width: 25%;
    color: #797979;
    font: 12px/1.167 Roboto, sans-serif;
    vertical-align: middle;
}

.flight .leg .fare-type-label {
    width: auto;
    color: #005787;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}

.flight .leg span + span {
    padding-left: 10px;
}

.flight .leg strong,
.flight .leg em {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.flight .stops {
    max-width: 115px;
    padding-bottom: 10px;
    text-align: center;
    background: url(../../img/interfaces/flights-stops-bg.png) no-repeat bottom right;
}

.flight .details {
    padding: 20px 40px;
    text-align: center;
}

.flight.options th {
    padding: 15px 20px 0px;
    font-size: 90%;
}

.flight.options tr:first-child th {
    border-top: 1px solid #f1f1f1;
}

.flight.options td {
    /*
    position: relative;
    top: -10px;
    */
    padding: 0px 20px;
    color: #666;
    font: 14px/1.429 Roboto, sans-serif;
}

.operated-by {
    height: 18px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: -5px 0 0 29px;
}

.flight.options th:first-child,
.flight.options td:first-child {
    /*padding-left: 40px;*/
}

.flight.options th:last-child,
.flight.options td:last-child {
    /*padding-right: 40px;*/
}

.flight.options tr:not(.connection) td {
    /*box-shadow: 0 9px 0 #fff inset, 0 -9px 0 #fff inset, 0 10px 0 #ddd inset, 0 -10px 0 #ddd inset;*/
}

.flight.options tr:not(.connection) td:first-child {
    /*box-shadow: 19px 9px 0 #fff inset, 0 -9px 0 #fff inset, 20px 10px 0 #ddd inset, 0 -10px 0 #ddd inset;*/
}

.flight.options tr:not(.connection) td:last-child {
    /*box-shadow: -19px 9px 0 #fff inset, 0 -9px 0 #fff inset, -20px 10px 0 #ddd inset, 0 -10px 0 #ddd inset;*/
}

.flight.options tr.connection td {
    -height: 20px;
    padding: 10px 20px;
    color: #005787;
    text-align: center;
}

.flight.options tr.connection strong {
    /*
    position: absolute;
    z-index: 2;
    top: -9px;
    left: 19px;
    bottom: -9px;
    right: 19px;
    */
    box-sizing: border-box;
    display: block;
    height: 30px;
    padding: 7px;
    background-color: #e2f4fb;
    /*
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    */
    font-family: Roboto;
    font-size: 13px;
    line-height: 16px;
}

.flight.options tr.spacer td {
    padding: 0;
    box-shadow: none !important;
    height: 0;
}

.flight.options tr:not(:first-child) th {
    border-top: none;
    padding-top: 0;
}

.flight.options tr.last-row-before-inbound-header td {
    padding-bottom: 15px;
}

.flight.options tr.inbound-header th {
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}

.flight.options tr:last-child td {
    padding-bottom: 10px;
}

.flight.options .supplier-logo {
    max-width: 14px;
    max-height: 14px;
}

.flight.options .flight-class-option-select {
    display: block;
    margin-top: 5px;
    height: 30px;
    max-width: 125px;
    background: #ffffff;
}

.flight.options .flight-class-option-select-short {
    height: 21px;
}

.flight.options .flight-class-option-select:after {
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    background-image: url(../../img/interfaces/bg-select-flight-class-options.svg);
    background-size: 100%;
}

.flight.options .flight-class-option-select-short:after {
    top: 3px;
}

.flight.options .flight-class-option-select select {
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid #005787;
    line-height: 30px;
    color: #005787;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.flight.options .flight-class-inclusions {
    padding-top: 10px;
    color: #005787;
    font-family: Roboto;
    font-size: 13px;
    line-height: 16px;
}

.flight.options .flight-class-inclusions strong {
    font-size: inherit;
}

@media (max-width: 1400px) {
    .padded {
        box-sizing: border-box;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .flights.results-container nav,
    .packages.results-container nav {
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 1000;
        width: 320px;
        padding: 75px 0px 40px;
        margin: 0px;
        background-color: #f5f5f5;
        overflow: scroll;
    }
    .packages.results-container nav {
        padding: 75px 10px 40px;
    }
    .flights.results-container .mobile-nav-blackout,
    .packages.results-container .mobile-nav-blackout {
        content: "";
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .results-container nav header {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 320px;
        z-index: 1001;
        padding: 20px;
        margin-bottom: 10px;
        color: #ffffff;
        font: 400 18px / 18px Roboto;
        background-color: #005787;
    }
    .results-container nav header .close {
        float: right;
        cursor: pointer;
    }
    .flights.results-container nav fieldset {
        position: relative;
        padding: 40px 20px 20px;
        margin: 0px 10px;
        background: #fff;
    }
    .packages.results-container nav ul {
        background: #fff;
    }
    .flights.results-container nav legend,
    .packages.results-container nav legend {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px 20px 0px;
        margin: 0px;
    }
    .flights.results-container.show-filters .mobile-nav-blackout,
    .packages.results-container.show-filters .mobile-nav-blackout,
    .flights.results-container.show-filters nav,
    .packages.results-container.show-filters nav {
        display: block;
    }
    .results-container .show-filters-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .results-container table.results,
    .results-container div.results,
    .results-container .results table {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .padded {
        padding: 10px 20px !important;
    }
    header.padded {
        padding: 0px !important;
    }
    .results-container header .itinerary em {
        font-size: 0px;
        line-height: 1;
    }
    .results-container header .itinerary span {
        font-size: 18px;
    }
    .results-container header .itinerary span + span {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .flights.results-container.show-result-details .mobile-nav-blackout {
        display: block;
    }
    .results-container .show-filters-box {
        margin-bottom: 10px;
        font: 14px/1.786 Roboto, sans-serif;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .results-container .show-filters-box a {
        margin: 10px 0px 0px;
    }
    .results-container .options {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        max-width: 390px;
        z-index: 2000;
        margin: 0px;
        overflow: scroll;
        background-color: #f5f5f5;
    }
    .results-container .options tr {
        display: block;
    }
    .flight.options .desktop {
        display: none;
    }
    .flight.options .mobile {
        display: block;
    }
    .results-container .options td {
        display: inline-block;
        border: none;
        box-shadow: none !important;
    }
    .results-container .options th {
        box-sizing: border-box;
        display: block;
        width: 100%;
        border: none;
    }
    .results-container .options .heading th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px !important;
        color: #ffffff;
        font: 400 18px / 24px Roboto;
        background-color: #005787;
    }
    .results-container .options .heading .close {
        cursor: pointer;
    }
    .results-container .options .price th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        padding: 15px 30px !important;
        color: #666666;
        background-color: #ffffff;
        font: 400 12px / 49px Arial;
    }
    .results-container .options .price em {
        color: #005787;
        font: 700 24px / 49px Arial;
        margin-right: 10px;
    }
    .results-container .options .price .button {
        margin: 0px 0px 0px auto;
    }
    .results-container .options.show {
        display: block;
    }
    .flight .price-and-book {
        padding: 10px;
    }
    .flight .leg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .flight .leg span {
        width: auto;
        width: calc(50% - 25px);
    }
    .flight .leg span:first-child {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0px 0px 5px 0px;
        font-size: 0px;
    }
    .flight .leg span:first-child strong {
        font-size: 16px;
        width: auto;
        margin-right: 10px;
    }
    .flight .leg span:first-child .fare-type-label {
        margin-left: auto;
    }
    .flight .leg span:first-child img {
        max-width: 16px;
        max-height: 16px;
    }
    .flight .leg span:nth-child(2) {
        padding-left: 0px;
    }
    .flight .leg span:nth-child(3) {
        padding: 0px 0px 15px 0px;
        min-width: 50px;
        max-width: 50px;
        width: 50px;
        height: auto;
        align-self: center;
    }
    .flight.options tr.connection {
        padding: 0px 20px;
    }
    .flight.options tr.connection td {
        height: auto;
        padding: 0px;
        width: 100%;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }
    .flight.options tr.connection strong {
        position: static;
        display: block;
        height: auto;
        color: #666666;
        font: 400 12px / 14px Arial;
        border: none;
        padding: 10px 15px;
    }
    .flight.options .summary {
        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;
        margin: 20px 20px 0px;
        background-color: #005787;
        color: #c9e5f6;
        font: 400 14px / 14px Arial;
    }
    .flight.options td {
        position: static;
    }
    .flight.options .summary td {
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        padding: 15px;
        color: inherit;
    }
    .flight.options .summary em {
        color: #ffffff;
        font: 400 32px / 32px Arial;
    }
    .flight.options .summary strong {
        color: #ffffff;
        font-weight: 400;
    }
    .flight.options .leg {
        background: #fff;
        margin: 0px 20px;
        padding: 0px;
    }
    .flight.options .leg td {
        box-sizing: border-box;
        width: 50%;
        padding: 15px 50px 15px 15px;
    }
    .flight.options .leg td:first-child {
        width: 100%;
    }
    .flight.options .leg td strong {
        color: #666666;
        font: 700 16px / 14px Arial;
    }
    .results-container.packages .results {
        display: block;
    }
}

@media (max-width: 767px) {
    .results-container.packages .options {
        position: static;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .results-container.packages .options tr {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .results-container.packages .options td[colspan] {
        box-sizing: border-box;
        width: 100%;
        padding: 0px 20px;
        border-top: 10px solid #f7f7f7;
        border: none;
        background: #fff;
    }
    .results-container.packages .options table {
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0px;
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }
    .results-container .options .button {
        margin-bottom: 0px;
    }
    .results-container.packages .options table th,
    .results-container.packages .options table td {
        width: 25%;
        padding: 10px;
        border: none;
        vertical-align: middle;
        line-height: 1;
    }
    .results-container.packages .options table th:first-child {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .results-container .results .result tr {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #fff;
        border-bottom: 5px solid #f5f5f5;
    }
    .results-container .result th {
        border-bottom: none;
        vertical-align: middle;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .results-container .result .image {
        width: 140px;
    }
    .results-container .result .price {
        width: 130px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .results-container .result .destination {
        width: calc(100% - 600px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .results-container .result .star-rating {
        -position: absolute;
        top: 15px;
        right: 160px;
        width: 170px;
        border-left: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .results-container .result .air-miles {
        width: 170px;
        padding-top: 20px;
        text-align: left;
    }
    .results-container .result .controls {
        width: 160px;
    }
    .results-container .options thead th:last-child {
        border-right-width: 20px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .results-container .result .destination {
        width: calc(100% - 550px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .results-container .result .star-rating {
        width: 120px;
    }
    .results-container .result .air-miles {
        width: 125px;
        padding-top: 20px;
        text-align: left;
    }
    .results-container .result .air-miles:after {
        width: 25px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .padded {
        padding: 10px 0px !important;
    }
    .results-container header {
        padding: 15px !important;
    }
    .results-container header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .results-container header li {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0px;
        border-width: 0px;
        font-size: 0px;
    }
    .results-container header li:first-child {
        background: none;
    }
    .results-container header li em {
        margin: 0px;
        color: #006b99;
        font: 500 14px / 18px Roboto;
    }
    .results-container.packages header li.flex-break,
    .results-container.flights header li:first-child {
        display: block;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .results-container.packages header li:first-child + li em:before {
        content: ", ";
    }
    .results-container.packages header li.flex-break + li em:after {
        content: "-";
        margin: 0px 5px;
    }
    .results-container.packages header li.flex-break ~ li em {
        color: #797979;
        font: 400 14px / 18px Roboto;
    }
    .results-container.flights header li.depart {
        padding-right: 20px;
    }
    .results-container.flights.multiple-destinations header li.depart::after {
        right: 5px;
        top: 5px;
    }
    .results-container.flights header li:last-child {
        display: block;
        width: 100%;
    }
    .results-container .show-filters-box p {
        color: #797979;
        font: 400 14px / 18px Roboto;
    }
    .results-container .paging,
    .results-container .paging th {
        display: block;
        width: 100%;
    }
    .paging__links {
        display: block;
        width: 100%;
        margin-top: 10px;
        position: static;
        text-align: center;
    }
    .paging__links__prev,
    .paging__links__next {
        display: inline-block;
        width: auto;
        float: none;
    }
    .flight:not(.options) tr {
        display: block;
    }
    .flight:not(.options) .price-and-book {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #f1f1f1 !important;
    }
    .flight .price-and-book .button {
        width: auto;
        margin: 0px 0px 0px auto;
    }
    .flight .price-and-book .details-button {
        display: inline-block;
    }
    .flight .price-and-book .book-button {
        display: none;
    }
    .flight .price-and-book em {
        color: #005787;
        font: 500 36px / 1 Roboto;
        margin: 0px 10px 0px 0px;
    }
    .flight:not(.options) .legs {
        display: block;
        width: 100%;
    }
    .flight:not(.options) .leg {
        padding: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flight:not(.options) .details {
        display: none;
    }
    .flight .leg em {
        white-space: normal;
    }
    .results-container .result {
        display: block;
        width: 100%;
        height: auto;
        background: #fff;
    }
    .results-container .options + .result {
        margin-top: 10px;
    }
    .results-container.packages .result tr {
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
    .results-container.packages .result th {
        max-height: 200px;
		max-width: 335px;
		width: 100%;
		height: auto;
		border-radius: 0;
		text-align: center;
    }
    .results-container.packages .result th:empty {
        display: none;
    }
    .results-container .result img {
        max-height: 200px;
		max-width: 335px;
		border-radius: 5px;
    }
    .results-container.packages .result .price {
        vertical-align: middle;
        line-height: 24px;
    }
    .results-container.packages .result .price strong {
        vertical-align: middle;
    }
    .results-container.packages .result .star-rating,
    .results-container.packages .result .air-miles {
        display: inline-block;
        width: auto;
        line-height: 20px;
        height: 30px;
    }
    .results-container.packages .options thead tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .results-container.packages .options thead th {
        display: inline-block;
        box-sizing: border-box;
        padding: 5px 0px;
        text-align: left;
    }
    .results-container.packages .options thead th:empty {
        display: none;
    }
    .results-container.packages .options thead th:nth-child(1) {
        width: 100%;
    }
    .results-container.packages .options thead th:nth-child(2) {
        width: auto;
        padding-right: 0px;
    }
    .results-container.packages .options thead th:nth-child(3) {
        width: auto;
        padding-left: 0px;
    }
    .results-container.packages .options thead th:nth-child(3):before {
        content: ", ";
    }
    .results-container.packages .options thead th:nth-child(4) {
        width: 100%;
    }
    .results-container .options tbody.show {
        width: 100%;
        display: block;
    }
    .results-container.packages .options table tbody tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px !important;
        margin-top: 10px;
        background: #f7f7f7;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .results-container.packages .options table tbody td {
        display: block;
        background: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0px;
    }
    .results-container.packages .options table tbody td:nth-child(1) {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .results-container.packages .options table tbody td:nth-child(2) {
        -order: 2;
        width: 100% !important;
        -height: 30px !important;
        margin-right: 10px !important;
    }
    .results-container .options .airline-mealtype-roomplan {
        padding: 0px;
        height: 30px;
    }
    .results-container.packages .options table tbody td:nth-child(2) img {
        width: auto !important;
        height: auto !important;
        margin-right: 10px;
    }
    .results-container.packages .options table tbody td:nth-child(3),
    .results-container.packages .options table tbody td:nth-child(4) {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
    /*
    .results-container.packages .options table tbody td:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: calc(100% - 100px);
        padding: 0px;
        margin-top: -15px;
    }
    .results-container.packages .options table tbody td:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: calc(100% - 50px);
        padding: 0px;
        margin-left: auto;
        margin-top: -35px;
        line-height: 0px;
    }
    .results-container.packages .options table tbody td:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding-bottom: 0px;
    }
    .results-container.packages .options table tbody td:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        padding: 10px 0px 0px;
    }
    */
    .results-container.packages .options table tbody td.controls {
        width: 100%;
    }
    .results-container.packages .options table tbody .button {
        display: block;
        width: 100%;
        margin: 0px;
    }
}

.search-results-legal-notice {
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    max-width: -moz-calc(100% - 310px);
    max-width: calc(100% - 310px);
    margin: 20px 0px;
    font-size: 12px;
    margin-left: auto;
}

.search-results-legal-notice h2 {
    font-size: 1.5em;
}

@media (max-width: 1200px) {
    .search-results-legal-notice {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .search-results-legal-notice {
        padding: 20px;
    }
}

.grey-call-button {
    background-color: #a1a6ac !important;
}