/* Print Style Sheet */
@media print {

    @page {
        margin: 15mm 15mm 15mm 15mm;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    header {
        padding-bottom: 20px;
    }

    .newsletter-subheader {
        display: none !important;
    }

    section.content-section > div.container:first-child > p > span > strong,
    section.content-section > div.container:first-child > span > strong {
        display: none !important;
    }

    .print-title {
        page-break-before: always;
    }

    .tour-day,
    .tour-day .row,
    .tour-day-text,
    .tour-day-text .bubble-text span {
        page-break-inside: avoid !important;
    }

    #photo-album-tab,
    #highlight-video-tab,
    #cruise-videos-tab,
    #cruise-video-tab,
    #traveler-video-tab,
    #traveler-videos-tab,
    #reviews-tab,
    #review-tab {
        display: none !important;
    }

    .tour_form_button {
      background: #FF9000 none repeat scroll 0% 0% !important;
      -webkit-print-color-adjust: exact;
    }

    .horizontal-tabs .pane {
      border: 0 !important;
    }

    .tour-day-number h5 {
      background: #FF9000 url("images/itinerary_bg.png") no-repeat scroll -2px -8px !important;
      -webkit-print-color-adjust: exact;
    }
}