/*/* @import must be at top of file, otherwise CSS will not work */
@font-face {font-family: "Optima LT Std";
	src: url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.eot");
	src: url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.eot?#iefix") format("embedded-opentype"),
		url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.woff2") format("woff2"),
		url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.woff") format("woff"),
		url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.ttf") format("truetype"),
		url("//db.onlinewebfonts.com/t/1303f23ac6a9bad6b7d1978d846636d2.svg#Optima LT Std") format("svg"); 
}

.ptitle{
    font-weight: bold;
}
#cat-1 .wrap-all-items{
    columns: 2;
    column-gap: 30px;
}
.menustoday_widget .pz-sc-title{
    text-align: left !important;
}
/* -- BODY -- */

*,:before,:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.comment {
    color: #12B362 !important;
    margin-left: 5px;
	font-size:14px;
	font-weight:600;
	font-style:italic;
}

.group_6 .group-sections .menustoday_widget.comment {
    color: #000000 !important;
    margin-left: 5px;
}

.group_1 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 34%;
    width: 100%;
    padding-right: 0px;
    margin: 0 auto;
}

.group_1 .menustoday_widget .wrap-food-items .appetizers-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: -12px;
  font-family: "Optima LT Std";
  padding-bottom: 12px;
  width: 100%;
}

.group_3 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 34%;
    width: 100%;
    padding-right: 30px;
    margin: 0 auto;
}

/*.group_6 .comment {
    font-size: 16px !important;
    line-height: 21px !important;
    color: #000000 !important;
    margin-bottom: -12px;
    font-family: "Optima LT Std";
    font-weight: 200 !important;
    padding-top: 0px !important;
}*/

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

html, body {
    margin: 0 auto;
    padding: 0;
}

.menustoday_widget {
    font-size: 17px;
    line-height: 24px;
    font-family: "Optima LT Std";
    font-weight: 300;

	
}

.group_1 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 50%;
    padding-right: 30px;
}

.group_3 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 50%;
    padding-right: 30px;
}

.group_2 .pizza-section {
  margin-bottom: 15px;
  width: 105%;
}

.border-group-box {
    border: 12px solid #9ECD63 !important;
    background: none !important;
    padding: 12px 15px 6px !important;
    width: 50% !important;
    margin: 18px auto 24px !important;
}

.menustoday_widget .cat-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    color: #333333;
    font-family: "Optima LT Std";
	font-weight:400 !important;
}

.menustoday_widget .appetizers-note2 {
    font-family: "Optima LT Std";
    font-style: italic;
	font-size: 15px;
	margin-top: 12px;

}

/* -- GRID -- */

.menus_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.menus_col-lg-12,
.menus_col-lg-11,
.menus_col-lg-10,
.menus_col-lg-9,
.menus_col-lg-8,
.menus_col-lg-7, 
.menus_col-lg-6,
.menus_col-lg-5,  
.menus_col-lg-4, 
.menus_col-lg-3,
.menus_col-lg-2,
.menus_col-lg-1,
.menus_col-md-12,
.menus_col-md-11,
.menus_col-md-10,
.menus_col-md-9,
.menus_col-md-8,
.menus_col-md-7, 
.menus_col-md-6,
.menus_col-md-5,  
.menus_col-md-4, 
.menus_col-md-3,
.menus_col-md-2,
.menus_col-md-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 992px){
    .menus_col-md-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .menus_col-md-2{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .menus_col-md-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .menus_col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .menus_col-md-5{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .menus_col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
		padding-right:30px;
    }
    .menus_col-md-7{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .menus_col-md-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .menus_col-md-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .menus_col-md-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .menus_col-md-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .menus_col-md-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px){
    .menus_col-lg-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .menus_col-lg-2{
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .menus_col-lg-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .menus_col-lg-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .menus_col-lg-5{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .menus_col-lg-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menus_col-lg-7{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .menus_col-lg-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .menus_col-lg-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .menus_col-lg-10{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .menus_col-lg-11{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .menus_col-lg-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* -- GLOBAL -- */

.menustoday_widget div:empty,
.menustoday_widget p:empty {
    display: none;
}

.menuspecial-note {
	display:none;
}


.topnav-sub {
    background-color: #f1f1f1 !important;
    padding: 15px !important;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 360px !important;
    margin-left: -180px;
    border: 1px solid #ddd !important;
	
}

.meal-price {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    color: #000 !important;
    font-weight: 700;
    text-align: right;
    margin-top: 8px !important;
}

.meal-list > li {
    margin: 0;
    padding: 3px 0 !important;
    list-style: none;
    border-bottom: 1px dotted #666;
}

.meal-title, .meal-price {
    padding: 0 10px !important;
    font-family: "Optima LT Std";
    font-weight: 600 !important;
    color: #000 !important;
}

.menustoday_widget p{
    margin: 0 0 15px;
}

.menustoday_widget img {
    max-width: 510px !important;
    border: none;
    margin-bottom: 22px;
}

.menustoday_widget a {
  color: #000000;
}

.menustoday_widget .text-center {
    text-align: center;
}

.menustoday_widget .text-red {
    color: #c22f3f;
}
.favedsvg .st0 {
    fill: red !important;
}

.wrap-popup-content {
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-family: "Optima LT Std";
    font-weight: 300 !important;
}

/* -- WRAP -- */

.menustoday_widget .pizza-wrap {
  width: 100%;
  padding: 0 22%;
  margin: 0 auto;
  background-color: transparent;
}

/* -- HEADER -- */

.menustoday_widget .pizza-logo {
    text-align: center;
    margin: 12px 0px 0px;
}

.menustoday_widget .pizza-logo2 {
    display: block;
    max-width: 200px !important;
    padding: 0;
    margin: 0 auto;
    border: none !important;
}

.menustoday_widget .pizza-title {
    text-transform: none;
    margin: 25px 0;
    font-size: 42px;
    line-height: 48px;
    font-family: "Optima LT Std";
    color: #12B362;
    position: relative;
}

.menustoday_widget .pizza-title span{
    display: inline-block;
    position: relative;
    display: none;
}

.menustoday_widget .pizza-title span:before,
.menustoday_widget .pizza-title span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #12B362;
    top: 21px;
    width: 200px;
}
.menustoday_widget .pizza-title span:before {
    right: 100%;
    margin-right: 15px;
}
.menustoday_widget .pizza-title span:after {
    left: 100%;
    margin-left: 15px;
}

/* -- TOP NAV -- */

.menustoday_widget #topnavbar { 
    background-color: #ffffff;
    margin: 0 0 12px;
    padding: 3px 10px;
    text-align: center;
    font-family: "Optima LT Std";
}

.menustoday_widget #topnavbar.topsticky-nav {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 999;
    top: 0px;
    margin: 0px;
}

.menustoday_widget #topnavbar a {
    display: inline-block;
    color: #000000;
    text-align: center;
    padding: 2px 6px 2px;
    text-transform: none;
    border: 1px solid #12B362;
    background-color: #ffffff;
    margin: 2px 2px 2px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Optima LT Std";
}

.menustoday_widget #topnavbar a.topnav_active {
    color: #ffffff;
    background-color: #12B362;
    border: 1px solid #12B362;
    text-transform: none;
    font-family: "Optima LT Std";
}

/* -- BOTTOM NAV -- */

#menus-navbar {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menus-navbar a {
    display: inline-block;
    color: #12a8e0;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #12a8e0;
    background-color: #ffffff;
    margin: 0 2px 4px;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-family: "Optima LT Std";
    font-weight: 400;
}

.sticky-nav {
    padding-bottom: 200px;
    background-color: #ffffff;
}
    
.sticky-nav #menus-navbar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin-top: 12px;

}
#menus-navbar{
    display: none;
}
@media (max-width: 767px){
    #menus-navbar {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        transform: translate(-50%, 0);
        left: 50%;
        display: block;
    }
}

/* -- FOOTER -- */

.menustoday_widget .copyright {
    text-align: center;
    padding: 25px 12px;
    font-family: "Optima LT Std";
    font-size: 16px;
}

/* -- ADA -- */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #000000 !important;
    margin-top: 10px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 160% !important;
    line-height: 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    color: #ffffff !important;
}

/* -- FANCYBOX -- */

.st0 {
    fill: #aaa !important;
}

.st1 {
    fill: red !important;
}

.fancybox-container .fancybox-content.menus-fancybox-content {
    background-color: #ffffff;
    padding: 15px;
    max-width: 96%;
    max-height: 96%;
	border: 10px solid #e8e8e8;
    margin: 0 auto;
    width: 400px;
}

.menus-fancybox-content .wrap-popup-title {
    margin: 0 0 6px;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: "Optima LT Std";
    color: #12B362;
}

.menus-fancybox-content .fancybox-button{
    width: 30px;
    height: 30px;
}

.appetizers-title a.fancybox {
    margin-left: 0px !important;
    margin-right: 5px;
}


/* MENU STYLE */

.menustoday_widget #menus-navbar a {
    color: #12B362;
    border: 1px solid #12B362;
    font-family: "Optima LT Std";
}

.menustoday_widget #topnavbar a.topnav_active {
    color: #ffffff !important;
    background: #12B362 !important;
    border: 1px solid #12B362;
}

.menustoday_widget .pizza-section{
    margin-bottom: 15px;
}
.menustoday_widget .pz-sc-title {
  text-transform: lowercase;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-family: "Optima LT Std";
  font-weight: 900;
  margin: 34px 0 18px;
}

.menustoday_widget .bottom-note {
    margin: 18px 5px 0px;

}

.menustoday_widget .is_sub_category .pz-sc-title {
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    font-family: "Optima LT Std";
    margin: 48px 5px 0px;
    padding: 0px 0px 12px;
}

.menustoday_widget .special_section .pz-sc-title {
    text-transform: uppercase;
    color: #12B362;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    font-family: "Optima LT Std";
    margin: 0px 0px 0px;
    padding: 0px 15px;
	background:#ffffff;
}

.menustoday_widget .special_section {
    border: 12px solid #9ECD63;
    margin: 0 auto 36px;
    padding: 15px 15px 1px;
    width: 510px;
}

.menustoday_widget .special_section .menus_col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
.menustoday_widget .cat-image{
    margin: 0 0 15px;
}

.menustoday_widget .cat-image img{
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
    display: block;
}

.menustoday_widget .wrap-food-items {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.menustoday_widget .wrap-food-items .appetizers-title {
    text-transform: none;
    color: #000;
    margin: 0px 0 0;
    padding-right: 60px;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    font-family: "Optima LT Std";
    background-color: #ffffff;
    padding-top: 0px;
}

.menustoday_widget .wrap-food-items .appetizers-title a{
    color: #000;
    vertical-align: middle;
}

.menustoday_widget .wrap-food-items .appetizers-price {
    position: absolute;
    top: .6em;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    font-family: "Optima LT Std";
    font-weight: 400;
}

.menustoday_widget .wrap-food-noprice .appetizers-price{
    display: none;
}

.menustoday_widget .wrap-food-items .appetizers-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: -12px;
  font-family: "Optima LT Std";
  padding-bottom: 0px;
  width: 100%;
}

.group_3 .group-sections .pizza-section {
	width:75% !important;
}

.group_4 .group-sections .pizza-section {
	width:50% !important;
}

.group_1.menustoday_widget .wrap-food-items .appetizers-desc {
	padding-bottom: 12px;

}

.group_3 .wrap-food-items .appetizers-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: -12px;
  font-family: "Optima LT Std";
  font-weight: 200;
  padding-bottom: 12px;
  width: 75%;
}

.menustoday_widget .wrap-food-noprice{
    padding-bottom: 0;
}

/* Hourse */

.menustoday_widget .pz-sc-hours .pz-sc-hours-title{
    text-transform: none;
    color: #12B362;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
	font-family: "Optima LT Std";
}

.menustoday_widget .pz-hours {
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
    list-style: none;
    font-family: "Optima LT Std";
    color: #000000;
	font-weight:200;
}

/* end Hourse */

@media (min-width: 1025px){
    .menustoday_widget #topnavbar > a.top-my-meal{
        display: inline-block !important;
    }
}

@media (max-width: 479px){
    .menustoday_widget #topnavbar a{
        font-size: 13px;
    }
	
.meal-list {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 16px !important;
}
	
.menustoday_widget .wrap-food-items .appetizers-desc {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: -12px;
    font-family: "Optima LT Std";
    font-weight: 200;
    padding-top: 0px;
}

	
.group_1 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 30px;
    margin: 0 auto;
}
	
.group_3 .menus_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 30px;
    margin: 0 auto;
}
	
.menustoday_widget .is_sub_category .pz-sc-title {
    text-transform: none;
    color: #000000;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    font-family: "Optima LT Std";
    margin: 0px 5px 0px;
    padding: 0px 0px 0px;
}
	
.menustoday_widget img {
    max-width: 100% !important;
    border: none;
    margin-bottom: 22px;
}
	
.menustoday_widget .wrap-food-items .is_sub_category .appetizers-title {
    width: 90% !important;
}
	
.menustoday_widget .bottom-note {
    margin: 0px 5px 0px;
    font-size: 14px;
    line-height: 18px;
}
	
.border-group-box {
    border: 12px solid #9ECD63 !important;
    background: none !important;
    padding: 12px 15px 6px !important;
    width: 100% !important;
    margin: 36px auto 24px !important;
}
.sticky-nav #menus-navbar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin-top: 12px;

}
	
.menustoday_widget .pz-hours {
    margin: 0 0 16px;
	
}
	
.menustoday_widget .pizza-logo {
    text-align: center;
    margin: 12px 0px -18px;
}
	
.topnav-sub {
    background-color: #f1f1f1 !important;
    padding: 15px !important;
    position: absolute;
    top: 100%;
    left: 52%;
    top: 60px;
    border: 1px solid #ddd !important;
    width: 300px !important;
    margin-left: -160px !important;
}
    
.menustoday_widget .wrap-food-items .appetizers-title {
    font-size: 16px;
    line-height: 19px;
}
    
.menustoday_widget .appetizers-title a.fancybox{
        width: 16px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    
    .menustoday_widget .appetizers-title a.fancybox svg{
        width: 16px;
    }
    
    .menustoday_widget .btntripbuilder .btnfav {
        width: 14px;
    }
    	
    .menustoday_widget .top-note {
        color: #000000;
        font-family: "Optima LT Std";
        font-weight: 400;
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 18px;
        font-style: normal;
        font-weight: 300;
		margin-top:-14px !important;
    }
        
    .menustoday_widget .special_section .top-note {
        color: #fff;
        font-family: "Optima LT Std";
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
	
.menustoday_widget .pz-sc-title {
  text-transform: lowercase;
  text-align: center !important;
}
     
    .menustoday_widget .special_section .top-note i {
        color: #ffffff;
        font-family: "Optima LT Std";
        font-weight: 400;
        font-size: 15px;
        margin-bottom: -14px;
    }
.menustoday_widget .pizza-wrap {
  padding: 0 15px;
  margin: 0 auto;
  text-align: center !important;
}
    
    .menustoday_widget .disclaimer {
        padding-bottom: 0px;
        text-align: center;
		width:100%
    }
    
.menustoday_widget .special_section {
    border: 12px solid #9ECD63;
    margin: 0 auto 16px;
    padding: 15px 15px 0px;
    width: 100%;
}
	
.menustoday_widget .special_section .pz-sc-title{
    margin:0px;
}	
.menustoday_widget .wrap-food-items .appetizers-title {
    background-color: #ffffff;
	width: 90%;

}
	
.menustoday_widget .pizza-logo2 {
    max-width: 260px;

}
	
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 6px !important;

}
	
.menustoday_widget .wrap-food-items .appetizers-price {
    position: absolute;
    top: .6em;
    right: 0;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    font-family: "Optima LT Std";
    font-weight: 400;
}
	
.menustoday_widget p .text-center .top-note {
	margin-top:-12px !important;
		
}
    
.menustoday_widget .ads-img {
    margin: 18px 0px 0px !important;
    margin: 0 auto;
    padding: 15px 0px;
    }
}


@media print{
    #pojo-a11y-toolbar,
    #topnavbar,
.menuspecial-note,
    #menus-navbar,
    .appetizers-title a.fancybox,
    .appetizers-title a.btntripbuilder,
.copyright{
     display: none !important;
}
	
body {-webkit-print-color-adjust: exact;}
.menustoday_widget .cat-image img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: none;
}
.show_just_print img{
    width:75px !important;
    margin-bottom:-18px;
}
	
.menustoday_widget .top-note {
	display:none;}
	
.menustoday_widget .pizza-wrap {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background-color: transparent;

}
    
}

@media print{
    .menus_row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .menus_col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      padding-right: 30px;
    }
}