﻿@media print {
    .visible-print {
        display: block !important;
    }

    .hidden-print, .noprint, .site-search, nav, .quick-links, footer, #logos, #social-media, .steps_control {
        display: none !important;
    }

    section {
        background: none;
        padding-top: 20px;
    }

    .content-holder.grey, header .top {
        background-color: #fff;
    }

    #printLogo {
        display: block !important;
        float: right;
        height: 69px;
        width: 71px;
        position: absolute;
        top: -8px;
        right: 30px;
    }

    header .logo img {
        position: relative !important;
        display: none !important;
        width: 10%;
        float: left !important;
    }

    .bookingContainer .bookingConformation {
        background: url('/images/logo.png') no-repeat #EFEFED;
        height: 96px;
        padding: 50px 0px 0px 190px !important;
    }

    .content p {
        font-size: 13px;
    }

    .content li {
        font-size: 13px;
    }

    #aside-nav {
        display: none;
    }

    .st_facebook_hcount {
        display: none;
    }

    .st_twitter_hcount {
        display: none;
    }

    .st_linkedin_hcount {
        display: none;
    }

    .st_pinterest_hcount {
        display: none;
    }

    .st_googleplus_hcount {
        display: none;
    }

    .st_email_hcount {
        display: none;
    }

    #printCss {
        display: none;
    }

    .nav-wrapper {
        display: none;
    }

    .col-sm-6.h-r {
        display: none;
    }

    #breadcrumb {
        display: none;
    }
}
