@media print {
	
	  .everything {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
	
/*! CSS Reset !*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	
}

 p { font-size: 10pt; } 


/*! Main Content !*/
.main-content {
    margin: 30px 0;
}
.main-content .items {
    margin: 10px 0;
}
.main-content .items img {
    background: #ccc;
    padding: 10px 20px;
    border: 1px solid #000;
}
.main-content .items img:hover {
    background: #181818;
    opacity: 0.5;
}


/*! Menu Items !*/
.menu-head {
    margin: 15px 0;
    color: #fff !important;
    background-color: #cfcfcf !important;
    position: relative;
    z-index: -2;
}
.menu-head h2 {
    background-color: #000 !important;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: 3px 0;
    -moz-transform: skewX(2deg) skewY(-2deg);
    -webkit-transform: skewX(2deg) skewY(-2deg);
    -o-transform: skewX(2deg) skewY(-2deg);
    -ms-transform: skewX(2deg) skewY(-2deg);
    transform: skewX(2deg) skewY(-2deg);
}
.menu-head h3 {
    background-color: #b22222 !important;
    padding: 4px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.menu-head .small {
    color: #000;
    font-style: italic;
}
.menu-item {
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
}
.menu-item-group {
    border-bottom: 1px dotted #000;
}
.menu-item .menu-name {
    float: left;
    text-align: left;
}
.menu-item .menu-price {
    text-align: right;
}
.menu-item .up {
    font-size: 15px;
    font-weight: bolder;
    background-color: #bdb76b;
    color: #181818;
    padding: 2px 3px;
    font-family: 'Bebas Neue Regular';
}
/* menu center !*/
.menu-center {
	display:none;
    margin: 20px 0;
    background-color: #181818 !important;
    position: relative;
}
.menu-center .strip {
    background-color: #b22222 !important;
    color: #fcfcfc !important;
    text-shadow: 0 1px 1px #181818 !important;
    font-family: 'SUPERHERO', serif;
    font-size: 50px;
    box-shadow: 0 1px 2px #000 !important;
    position: absolute;
    top: 30px;
    width: 100%;
    left: -10px;
    padding: 5px 20px;
}
.menu-logo img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.menu-time {
    margin: 150px 0 30px;
    font-family: 'SUPERHERO';
    border-top: 1px solid rgba(72, 72, 72, 0.5);
    border-bottom: 1px solid rgba(72, 72, 72, 0.5);
}
.menu-time .time:hover {
    padding-left: 5px
}
.menu-time .time {
    color: #b22222 !important;
    text-shadow: 0 1px 1px #656565;
    font-size: 35px;
}
.menu-time .time .small {
    color: #b22222 !important;
}
.menu-time .to {
    font-family: 'Dancing Script OT';
    font-size: 15px;
    color: #ccc !important;
}
.menu-time .day {
    font-size: 15px;
    color: #b22222 !important;
}
    
.menu-details {
    padding: 10px 30px;
    font-family: 'Dancing Script OT';
    line-height: 1.2em;
    font-size: 35px;
}
.menu-details p {
    margin: 30px 0;
    color: #fff !important;
}
.text-warning, .text-warning i {
    color: #bdb76b !important;
}
}