@media print {
    .page-break	{ display: block; page-break-before: always; }   
    
    .container {
        max-width: 600px;
    }

    body * {
        visibility: visible;
    }
    section {
        padding: 10px 0!important;
        width: 99%;
        page-break-inside: avoid;        
    }
    #about, #fooddrink, #entertainment, #tickets, #location, #sponsors {
        page-break-after: always!important;
        border-bottom: 1px solid #999;
        padding-bottom: 30px;
    }
    #about {
        padding-top: 0;
    }
    section i.fa.fa-2x.fa-angle-down,
    #tickets > div.container > div:nth-child(2) > div.col-sm-1.col-md-5.col-md-offset-1 > div > div > div.service-desc > a,
    #tickets > div.container > div:nth-child(2) > div:nth-child(3) > div > div > div.service-desc > a {
        display: none!important;
    }
    section#about > div.container > div:nth-child(2) > div.col-xs-12.col-sm-12.col-md-3 > div > div > div > p > img {
        width: 50%;
    }    
    section#intro,
    #preloader,
    nav {
        display:none!important;
    }
    section#about > div.heading-about,
    section#about > div.container > div:nth-child(1) {
        display: none;
    }
    section#fooddrink .col-sm-1.col-md-4 {
        width: 600px!important;
        float: left!important;
        margin: 0!important;
        page-break-after: always!important;        
    }
    section#fooddrink .wow {
        display:table;
        width: 100%;
        margin-top: 10px;
    }
    section#fooddrink .wow.full-width {
        display:block;
    }
    section#fooddrink .col-xs-6.col-sm-4.col-md-4 {
        display: block;
        width: 99%;
        page-break-before: always;   
        page-break-inside: avoid;
        
    }
    section#fooddrink .service-icon {
        display: table-cell;
        width: 30%;
    }
    section#fooddrink .service-icon img {
        width: 99%;
    }
    section#fooddrink .service-desc {
        display: table-cell;
        width: 70%;
        padding-top: 10px;
        text-align: left;
    }    
    section#fooddrink img.pint-of-beer {
        display: none;
    }   
    section#tickets .wow img {
        width: 280px!important;
    }
    #tickets > div.container div.service-icon.row {
        width: 20%;
        float: left;
    }
    #tickets > div.container div.service-desc {
        width: 80%;
        float: left;
        padding-left: 10px;
    }
    #tickets > div.container > div:nth-child(2) > div:nth-child(3) {
        clear: left;
        border-top: 1px dotted #999;
        margin-top: 10px;
        padding-top: 20px;
    }    
    #sponsors > div.container > div:nth-child(3) > div {
        width: 100%;
        margin: auto;
        float: left;
    }    
    .newsletter {
        display: none!important;
    }
    section#contact, footer {
        display: none!important;
    }
    a[href]:after {
    content: none !important;
    }
}