.padded {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    padding: 20px -moz-calc((100% - 1300px) / 2);
    padding: 20px calc((100% - 1300px) / 2);
}

@media(max-width: 1400px) {
    .padded {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1200px) {
    .padded {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 650px) {
    .padded {
        padding: 10px;
    }
}

.desktop-only,
.tablet-only,
.tablet-portrait-only,
.mobile-only {
    display: none;
}

@media(max-width: 1100px) and (min-width: 951px) {
    .tablet-only {
        display: initial;
    }
}

@media(max-width: 950px) and (min-width: 651px) {
    .tablet-portrait-only {
        display: initial;
    }
}

@media(max-width: 650px) {
    .mobile-only {
        display: initial;
    }
}

input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.product-details-heading {
    background-color: #F1F1F2;
    border-color: #AAA;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-details-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}

.product-details-heading h1 {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.product-details-heading .supplier-logo {
    margin-right: 20px;
    border: 1px solid #B7BBC0;
    background-color: #FFFFFF;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-details {
    display: none;
    font-size: 0;
}

@media(max-width: 1200px) {
    .product-details-heading {
        border-bottom: none;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }
}

@media(max-width: 767px) {
    .product-details-heading {
        display: none;
    }
    .product-details.mobile-product-details {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 10px 10px;
        max-width: 375px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        background: transparent;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .product-details.tablet-product-details {
        display: block;
    }
}

@media(min-width: 1200px) {
    .product-details.desktop-product-details {
        display: block;
    }
}

@media(max-width: 1200px) {
    .product-details {
        background: rgb(232, 235, 238);
    }
    .product-details-heading .supplier-logo {
        display: none;
    }
    .product-details-heading h1 {
        font-size: 18px;
        line-height: 22px;
        vertical-align: middle;
    }
}

.awbt-heading,
.awbt-footer {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #D0021B;
    background-image: url(/style/product-details/V1/img/icons/awbt-phone.svg);
    background-repeat: no-repeat;
    -moz-background-size: 46px 50px;
    background-size: 46px 50px;
    background-position: 20px center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-family: Arial;
    color: #FFFFFF;
    text-align: right;
}

.awbt-footer-tablet {
    display: none;
}

@media(max-width: 1200px) {
    .awbt-footer-desktop {
        display: none;
    }
    .awbt-footer-tablet {
        display: block;
    }
}

.awbt-heading {
    height: 100px;
    padding: 15px 15px 15px 300px;
    width: 530px;
    margin-left:auto;
}

.awbt-footer {
    height: 80px;
    padding: 25px 15px 15px 300px;
}

.awbt-footer-tablet {
    height: 99px;
    padding-top: 32px;
}

.awbt-heading .callout,
.awbt-footer .callout {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding-top: 30px;
    padding-left: 90px;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
}

.awbt-footer-tablet .callout {
    font-size: 22px;
    line-height: 28px;
    padding-top: 23px;
}

.awbt-heading .callout strong {
    display: block;
}

.awbt-heading .phone-number {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.awbt-footer .phone-number {
    display: block;
    font-weight: bold;
}
.awbt-footer-desktop .phone-number {
    display: block;
    font-size: 36px;
    line-height: 30px;
}

.awbt-heading .call-to-action,
.awbt-footer .call-to-action {
    height: 35px;
    padding: 0px 25px;
    border: none;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF;
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    white-space: nowrap;
    color: #D0021B;
}

@media(max-width: 1200px) {
    .awbt-heading {
        width: 350px;
        height: 60px;
        padding: 20px 15px 15px 160px;
        white-space: nowrap;
        background-image: none;
        vertical-align: middle;
    }
    .awbt-heading .callout {
        padding-top: 15px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1;
    }
    .awbt-heading .call-to-action {
        display: none;
    }
    .awbt-heading .phone-number {
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
    }
}

.awbt-sidebar {
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #008286;
    background: #E7F3F3;
}

.awbt-sidebar header {
    height: 90px;
    background: #008286;
    background-image: url(/style/product-details/V1/img/icons/awbt-phone.svg);
    background-repeat: no-repeat;
    -moz-background-size: 46px 50px;
    background-size: 46px 50px;
    background-position: 20px;
    color: #FFF;
    font-family: Arial;
    position: relative;
    font-size: 19px;
    line-height: 90px;
    padding-left: 245px;
}

.awbt-sidebar header .callout {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding-top: 27px;
    padding-left: 90px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

.awbt-sidebar header .callout strong {
    display: block;
}

.awbt-sidebar header .callout .phone-number {
    white-space: nowrap;
    font-weight: bold;
}

.product-details .awbt h3 {
    padding: 15px 20px;
    color: #008286;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.product-details .awbt-staff {
    padding: 0px 20px 15px;
}

.product-details .awbt-staff li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.awbt-sidebar .awbt-staff li+li {
    margin-top: 5px;
}

.awbt-sidebar .call-to-action {
    display: block;
    margin: 0px 20px 20px;
    height: 50px;
    border: 1px solid #961B20;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #BC2525 0%, #A41515 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#BC2525), to(#A41515));
    background: linear-gradient(180deg, #BC2525 0%, #A41515 100%);
    -moz-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    -webkit-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.product-details .awbt-staff img {
    height: 40px;
    width: 40px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.product-details .awbt-staff .name-and-extension strong {
    display: block;
    margin-bottom: 3px;
    color: #008286;
}

.product-details .awbt-staff .office-status {
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: right;
}

.product-details .awbt-staff .office-status.in-office {
    color: #5FB600;
}

.product-details .awbt-large {
    margin-bottom: 20px;
    background-color: #E7F3F3;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #008286;
    overflow: hidden;
}

.product-details .awbt-large header {
    height: 60px;
    padding: 0px 20px;
    background: #008286;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 20px;
    line-height: 60px;
}

.product-details .awbt-large header .phone-number {
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}

.product-details .awbt-large .awbt-staff {
    font-size: 0;
    margin-top: -5px;
}

.product-details .awbt-large li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    margin: 2.5px 5px;
}

@media(max-width: 1200px) {
    .product-details .awbt-large .awbt-staff {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media(max-width: 767px) {
    .product-details .awbt-large {
        text-align: left;
    }
    .product-details .awbt-large header {
        height: auto;
        padding: 15px;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        padding: 15px;
    }
    .product-details .awbt-large header .phone-number {
        font: inherit;
        display: inline;
        font-weight: bold;
        white-space: nowrap;
    }
    .product-details .awbt h3 {
        padding: 15px;
    }
    .product-details .awbt-large .awbt-staff {
        padding: 0px 15px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-details .awbt-large li {
        width: 100%;
        margin: 0px;
    }
    .product-details .awbt-large li+li {
        margin-top: 5px;
    }
}

.product-details aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-right: 20px;
}

.product-details .product-image {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #717171;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.product-details .product-image img {
    display: block;
    background: #666;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details .product-image a {
    display: block;
    position: relative;
}

.product-details .product-image a span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
}

.product-details .overview {
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

#overview-overlay-desktop .overview {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
}

.product-details .overview h2 {
    color: #666;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.product-details .overview .read-more {
    cursor: pointer;
    color: #666;
    text-decoration: underline;
}

.product-details .product-summary {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #B7BBC0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    table-layout: fixed;
}

.product-details .product-summary td,
.product-details .product-summary th {
    border: 0px solid #B7BBC0;
    padding: 10px 20px;
}

.product-details .product-summary td {
    border-left-width: 1px;
}

.product-details .product-summary tr+tr th,
.product-details .product-summary tr+tr td {
    border-top-width: 1px;
}

.product-details .product-summary th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    background-color: #F1F1F2;
}

.product-details .newsletter-signup {
    padding: 27px 27px 27px 90px;
    border: 1px solid #008286;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    background-image: url(/style/product-details/V1/img/icons/newsletter.svg);
    background-repeat: no-repeat;
    -moz-background-size: 55px auto;
    background-size: 55px auto;
    background-position: 20px center;
    color: #008286;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
}

.product-details .newsletter-signup .callout {
    display: inline-block;
    vertical-align: middle;
}

.product-details .newsletter-signup .callout strong {
    display: block;
}

.product-details .newsletter-signup .call-to-action {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #008286;
    height: 35px;
    padding: 0px 25px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: none;
    color: #008286;
    font-family: Arial;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    float: right;
}

@media(max-width: 1200px) {
    .product-details aside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        border: 1px solid #B7BBC0;
        background: #FFF;
        padding: 15px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .product-details .product-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 275px;
        height: 200px;
        margin: 0px 15px 0px 0px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .product-details .product-summary {
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        margin-bottom: 0px;
    }
    .product-details .product-summary td,
    .product-details .product-summary tr+tr th,
    .product-details .product-summary tr+tr td {
        border: none;
    }
    .product-details .product-summary tbody {
        /*display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;*/
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .product-details .product-summary tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        /*width: 50%;*/
    }
    .product-details aside .awbt-sidebar,
    .product-details .newsletter-signup {
        display: none;
    }
}

@media(max-width: 767px) {
    .product-details .product-image {
        display: block;
        border: none;
        width: 100%;
        max-width: 100%;
    }
    .product-details .product-image img {
        margin: 0px auto 10px;
        max-width: 320px;
    }
    .product-details .product-image strong {
        display: block;
        color: #569E30;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
    }
}

.product-details .main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px);
    vertical-align: top;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
}

@media(max-width: 1200px) {
    .product-details .main {
        width: 100%;
        margin-top: 20px;
    }
}

.product-details-links {
    display: block;
    margin: 15px 0px;
    border: 1px solid #ADC5A1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.product-details-links a {
    display: block;
    padding: 15px;
    text-align: left;
}

.mobile-product-details .overlays {
    text-align: left;
}

.product-details-links a:first-child {
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.product-details-links .highlight {
    padding: 20px 15px;
    background-color: #E4F5DB;
}

.product-details-links a em {
    color: #569E30;
}

.product-details-links .highlight em {
    color: #D0061E;
    font-size: 125%;
}

.product-details-links a+a {
    border-top: 1px solid #ADC5A1;
}

.overlays .overlay .overlay-content {
    padding: 55px 10px 10px;
}

.pricing-overlay li + li {
    margin-top: 10px;
}

.pricing-overlay .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #D4D4D4;
    color: #666666;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 19px;
}
    

.pricing-overlay .date .controls {
    width: 100%;
}

.pricing-overlay .date .bonus {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    bottom: -10px;
    left: -10px;
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    padding: 5px 10px;
    background-color: #F1F1F1;
    border-top: 1px solid #D4D4D4;
    color: #569E30;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
}

.pricing-overlay .view-more {
    text-align: center;
    color: #569E30;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.pricing-overlay .view-more a {
    display: block;
    color: inherit;
}

.overview-overlay .overview table {
    margin-top: 10px;
}

.overview-overlay .overview table tbody {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.overview-overlay .overview .product-summary th {
    background-color: inherit;
    color: inherit;
}

.overview-overlay .overview .product-summary tr:nth-child(2n) {
    background-color: #E1F3D8;
}

#overview-overlay-desktop header {
    font-size: 18px;
    font-weight: bold;
}

.itinerary-overlay .overlay-content {
    padding: 45px 0px 0px !important;
}

.itinerary-overlay .itinerary {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}

.itinerary-overlay .itinerary li {
    margin: 0px;
    padding: 15px 10px;
}

.itinerary-overlay .itinerary li+li {
    margin-top: 0px;
}

.itinerary-overlay .itinerary li:nth-child(2n) {
    background-color: #F1F1F1;
}

.itinerary-overlay .itinerary strong {
    font: inherit;
    margin: 0px 0px 5px;
    padding: 0px;
    border: none;
    background: none;
    font-weight: bold;
}

.itinerary-overlay .itinerary strong em {
    position: static;
    background: none;
    color: #569E30;
}

.itinerary-overlay .itinerary strong em:after {
    content: none;
}

.inclusions-overlay .inclusions,
.other-overlay .other {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}

.overview-overlay p+p {
    margin-top: 10px;
}
.inclusions-overlay .inclusions p+p,
.other-overlay .other p+p {
    margin-top: 30px;
}

.product-details .main table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BBBDBF;
    color: #666666;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 14px;
    background: #FFF;
}

.product-details .main table th {
    padding: 15px 15px;
    background-color: #F1F1F2;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.product-details .main table .price {
    text-align: right;
}

.product-details .main table td {
    height: 60px;
    border-top: 1px solid #BBBDBF;
    padding: 0px 15px;
    -white-space: nowrap;
    vertical-align: middle;
}

.product-details .main table .returning,
.product-details .main table .departing {
    white-space: nowrap;
}
    

.pricing .bonus-available {
    display: inline-block;
    position: relative;
}

.pricing .bonus-available img {
    height: 55px;
}

.pricing .bonus-available .bonus-details {
    position: absolute;
    top: 0px;
    left: -moz-calc(100% + 30px);
    left: calc(100% + 30px);
    width: 300px;
    padding: 15px;
    border: 1px solid #BBBDBF;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 250ms, z-index 0ms 250ms;
    -moz-transition: opacity 250ms, z-index 0ms 250ms;
    transition: opacity 250ms, z-index 0ms 250ms;
}

.pricing .bonus-available .bonus-details strong {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
}

.pricing .bonus-available .bonus-details li {
    margin-bottom: 5px;
}

.pricing .bonus-available .bonus-details li:before {
    content: '- ';
}

.pricing .bonus-available:hover .bonus-details {
    opacity: 1;
    z-index: 1;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.tabs {
    margin-bottom: 20px;
}

.product-detail-tabs {
    border: 1px solid #B5B5B5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.product-detail-tabs .tab-navigation {
    background-color: #F1F1F2;
    padding: 10px 20px 0px;
    border-bottom: 1px solid #B7BBC0;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.tabs .tab-navigation li {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 15px 20px;
    vertical-align: bottom;
    border: 1px solid #B7BBC0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #FFFFFF;
    opacity: 0.5;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    transition: opacity 150ms;
    cursor: pointer;
}

.tabs .tab-navigation li.selected,
.tabs .tab-navigation li:hover {
    opacity: 1;
}

.tabs .tab-navigation li.selected {
    border-bottom-color: #FFF;
}

.tabs .tab-panel {
    display: none;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #B7BBC0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.tabs .tab-panel.selected {
    display: block;
}

.product-detail-tabs .tab-panel {
    border: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media(max-width: 1200px) {
    .product-detail-tabs .tab-navigation {
        position: relative;
        top: -1px;
        left: -1px;
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        height: 70px;
        padding: 0px;
        border: none;
        background-color: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .product-detail-tabs .tab-navigation li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        opacity: 1;
    }
    .product-detail-tabs .tab-navigation li.selected {
        height: 100%;
    }
}




/* tour detail pages also require /style/product-details/V1/main.css */

.tour-details-heading {
    color: #569E30;
    background-color: #CDEABE;
    border-bottom-color: #87C466;
}

@media(max-width: 1200px) {
    .tour-details-heading {
        background: #FFF;
    }
}

.tour-details .overview h2 {
    color: #569E30;
}

.tour-details .overview .read-more {
    color: #569E30;
}

.tour-details .product-summary,
.tour-details .product-summary td,
.tour-details .product-summary th {
    border-color: #87C466;
}

.tour-details .product-summary th {
    background-color: #CDEABE;
    background-color: #E1F3D8;
}

@media(max-width: 1200px) {
    .tour-details .product-summary th,
    .tour-details .product-summary td {
        display: inline-block;
        padding: 10px;
    }
    .tour-details .product-summary th {
        width: 115px;
        white-space: nowrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        color: #666666;
    }
}

.tour-details .pricing tbody .price {
    color: #D0021B;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    text-decoration: line-through;
}

.tour-details .pricing .controls {
    text-align: right;
    white-space: nowrap;
}

.tour-details .pricing .button,
.tour-details .find-air .prices .get-call-in-code {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 25px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    background: none;
    border: 1px solid #4C92C7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    -moz-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #4C92C7;
}

.tour-details .pricing .get-lower-quote,
.tour-details .find-air .prices .get-call-in-code {
    background: -webkit-linear-gradient(top, #BC2525 0%, #A41515 100%);
    background: -moz-linear-gradient(top, #BC2525 0%, #A41515 100%);
    background: linear-gradient(180deg, #BC2525 0%, #A41515 100%);
    -moz-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    border: 1px solid #961B20;
    color: #FFFFFF;
    font-size: 16px;
}

.tour-details .pricing .bonus-available .bonus-details strong {
    color: #569E30
}

.tour-details .pricing .view-more-prices {
    color: #569E30;
    text-decoration: underline;
}

.tour-details .pricing-overlay .pricing .date .price {
    color: #D0021B;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    text-align: right;
}

.tour-details .find-air {
    position: relative;
    border: 1px solid #B5B5B5;
    padding: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
}

.tour-details .find-air .summary {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.tour-details .find-air .summary li {
    display: inline-block;
    width: 35%;
}

.tour-details .find-air .tabs {
    margin-bottom: 0px;
}

.tour-details .find-air .journey+.journey {
    margin-top: 15px;
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
}

.tour-details .find-air .airlines li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tour-details .find-air .airlines li+li {
    margin-left: 10px;
}

.tour-details .find-air .airlines img {
    vertical-align: middle;
}

.tour-details .find-air .flight-timeline {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    color: #AAA;
}

.tour-details .find-air .flight-timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 0px;
    border-top: 1px dashed #D2D2D2;
}

.tour-details .find-air .flight-timeline li {
    position: relative;
    text-align: center;
}

.tour-details .find-air .flight-timeline .departure,
.tour-details .find-air .flight-timeline .arrival {
    text-align: left;
}

.tour-details .find-air .flight-timeline .time {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    background: #FFF;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #666666;
}

.tour-details .find-air .flight-timeline .departure .time:after,
.tour-details .find-air .flight-timeline .arrival .time:before,
.tour-details .find-air .flight-timeline .stop:before {
    content: '';
    position: absolute;
    top: 8px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.tour-details .find-air .flight-timeline .departure .time {
    padding-right: 20px;
    position: relative;
}

.tour-details .find-air .flight-timeline .departure .time:after {
    right: 0;
}

.tour-details .find-air .flight-timeline .arrival {
    padding-left: 20px;
    background: #FFF;
}

.tour-details .find-air .flight-timeline .arrival .time:before {
    left: 0;
}

.tour-details .find-air .flight-timeline .stop {
    padding-top: 20px;
    color: #D0021B;
}

.tour-details .find-air .flight-timeline .airport {
    display: block;
    color: #666666;
}

.tour-details .find-air .prices {
    position: relative;
    margin: 15px -20px -20px;
    padding: 20px 250px 20px 20px;
    border-top: 1px solid #B5B5B5;
    background-color: #F8F8F8;
    color: #D0021B;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.tour-details .find-air .prices li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.tour-details .find-air .prices li+li {
    margin-left: 20px;
}

.tour-details .find-air .prices em {
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.tour-details .find-air .prices .button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tour-detail-tabs .tab-navigation {
    background-color: #CDEABE;
}

@media(max-width: 1200px) {
    .tour-detail-tabs .tab-navigation {
        background-color: rgb(232, 235, 238);
    }
}

.tour-details .itinerary {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tour-details .itinerary li {
    padding: 0px 15px 15px;
}

.tour-details .itinerary li+li {
    /*padding-top: 15px;*/
}

.tour-details .itinerary strong {
    position: relative;
    display: block;
    margin: 0px -15px 15px;
    padding: 15px 15px 15px 100px;
    border: 1px solid #569E30;
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.tour-details .itinerary strong em {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 80px;
    padding: 15px 0px;
    background-color: #569E30;
    color: #FFFFFF;
    text-align: center;
}

.tour-details .itinerary strong em:after {
    content: '';
    position: absolute;
    right: -6px;
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    border-left: 7px solid #569E30;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
} 

@media(max-width: 767px) {
    .tour-details .itinerary li {
        padding: 15px;
    }
    .tour-details .itinerary strong {
        margin: 0px;
        padding: 0px;
        border: none;
        background: none;        
        font: inherit;
        font-weight: bold;
    }
    .tour-details .itinerary strong em {
        position: static;
        background: none;
        color: #569E30;
        text-align: center;
    }
    .tour-details .itinerary strong em:after {
        content: none;
    }
}



/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/style/fonts/icon-material.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



	
	.tour-map-overlay {
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.tour-map-overlay.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media(max-width: 650px) {
    .tour-map-overlay {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tour-map-overlay span {
    display: none;
    position: relative;
    height: auto;
    padding: 15px 10px;
    background: #127478;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    font-weight: normal;
}

.tour-map-overlay .primary-close {
    position: absolute;
    z-index: 1001;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

@media(max-width: 650px) {
    .tour-map-overlay header {
        display: block;
    }
    .tour-map-overlay .primary-close {
        top: 15px;
        right: 10px;
		background-color:#008286;
		   border: 2px solid #008286;
		   -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

@media(min-width: 651px) {
    .tour-map-overlay .primary-close {
        background: #666;
        border: 2px solid #FFF;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

.tour-map-overlay .tour-map-container {
    position: relative;
    width: 100%;
    max-width: 650px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.tour-map-container .itinerary li {
    display: none;
    padding: 10px 100px;
}

.tour-map-container .itinerary li.show {
    display: block;
}

.tour-map-container .itinerary img {
    display: block;
    width: -moz-calc(100% + 200px);
    width: calc(100% + 200px);
    height: auto;
    border-bottom: 1px solid #BBBDBF;
    margin: -10px -100px 20px;
}

@media(max-width: 650px) {
    .tour-map-container .itinerary li {
        padding: 10px;
    }
    .tour-map-container .itinerary img {
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin: -10px -10px 20px;
    }
}

.tour-map-container .itinerary strong {
    display: block;
    /* margin-bottom: 5px; */
    color: #569E30;
    font-size: 16px;
    line-height: 26px;
	padding:10px;
}

.tour-map-container .controls {
    padding: 10px 20px 20px;
    font-size: 0px;
}

.tour-map-container .controls .button {
    min-width: 0px;
    height: 40px;
    font: inherit;
    padding: 10px 15px;
    background: #F1F1F2;
    border: 1px solid #BBBDBF;
    color: #666666;
    font-size: 14px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tour-map-container .controls .button+.button {
    margin-left: 10px;
}

.tour-map-container .controls .close {
    min-width: 125px;
    text-align: center;
}

.tour-map-container .controls .material-icons {
    font-family: 'Material Icons';
    font-size: 25px;
}

.tour-map-container .controls .next,
.tour-map-container .controls .previous {
    padding: 10px;
    background-color: #CDEABE;
    border: 1px solid #ADC5A1;
    color: rgba(86, 158, 48, 1);
}

@media(min-width: 651px) {
    .tour-map-container .controls .close {
        display: none;
    }
    .tour-map-container .controls .next,
    .tour-map-container .controls .previous {
        position: absolute;
        bottom: 25%;
        left: 0px;
        margin: 0px !important;
    }
    .tour-map-container .controls .next {
        left: auto;
        right: 0px;
    }
}




.overlay-container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    max-width: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 250ms 150ms, max-width 0ms 400ms;
    z-index: 1000;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.overlay-container.initialized {
    display: block;
}

.overlay-container.show {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 250ms, max-width 0ms;
}

.overlay-container .overlay {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    max-width: 768px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 150ms;
}

.overlay-container.show .overlay {
    transform: translateX(0%);
}

.overlay header {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 45px;
    padding: 13px 10px;
    background: #127478;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    z-index: 1010;
}

.overlay header .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 0px;
    background: url(img/icons/close.svg) no-repeat center / 100% auto;
    cursor: pointer;
}

.overlay .overlay-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
/*     overflow-y: scroll;
    overflow-x: hidden; */
    padding-top: 45px;
    z-index: 1000;
}