/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

html,body
{
    height: 100%;
}

body {
	background: rgb(230, 230, 230);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.secondary-toggle-online:before,
.secondary-toggle-offline:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: SF-UI-Text, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


/**
 * 4.0 Elements
 */

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="time"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}


input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}



/**
 * 6.1 Links
 */

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus.a:visited {
	color: #000;
	
}
.addorderbut{
		position: relative!important;
    	float:right;
    	top: -10px;
	}

/**
 * 6.2 Menus
 */

.main-navigation a {
	display: inline-block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}
.main-navigation a img
{
	height:22px;
	margin-left: 12px;
}
.main-navigation a:hover, .main-navigation a:visited,.main-navigation a:active
    {
        color: orange;
    }
    .main-navigation a {
        color:orange;
    }

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}


.hidden
{
	display: none;
}

.secondary-toggle,.secondary-toggle-online,.secondary-toggle-offline {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #fff;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle-online:before {
	color: #0f0;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}
.secondary-toggle-offline:before {
	color: #f00;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}
.secondary-toggle:hover,
.secondary-toggle:focus,
.secondary-toggle-online:hover,
.secondary-toggle-online:focus,
.secondary-toggle-offline:hover,
.secondary-toggle-offline:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before,
.secondary-toggle-online.toggled-on:before,
.secondary-toggle-offline.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.site-content:after,
.nav-links:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */


#ballance,#currest,#resttitle,#balancedebt
{	
	color: #fff;
	padding: 0px;
	margin: 0px;
	position: absolute;
	font-size: 14px;
	
}
#balancedebt {
	top:20px;
}
.blink-bg {
  -webkit-animation: blink-bg-anim 1s infinite;  /* Safari 4+ */
  -moz-animation: blink-bg-anim 1s infinite;  /* Fx 5+ */
  -o-animation: blink-bg-anim 1s infinite;  /* Opera 12+ */
  animation: blink-bg-anim 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink-bg-anim {
  0%, 49% {
	background-color: red;
  }
  50%, 100% {
	background-color: white;
  }
}
#resttitle
{
	top:-20px;
}

 .current-orders
{
    color:#fff;
    display: inline-block;
    width: 200px;
    margin: 10px 40px;
    font-size: 14px;
}
.current-orders a
{
	display: none;
}
.current-orders div
{
    padding: 2px 20px;
    border-radius:5px;
    width:170px;
    display: inline-block;
    margin: 0 0 8px 0px;
    font-size: 20px;
}
.current-orders .red
{
    background: #aa0000;
}
.current-orders .green
{
    background: #00aa00;
}
.current-orders .yellow
{
    background: yellow;
	color: #000;
}
.current-orders .purple
{
	background: purple;
	color: #fff;
}
.current-orders .blue
{
	background: #0039e2;
	color: #fff;
}

.showorder
{
	display: inline-block;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
}
 
.site-header {
	background-color: #000;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
    display: inline-block;
    float: left;
}
header.mobileapp
{
	position: relative;
	padding: 0px 3% 0px 0px;
	min-height: 70px;
}
header.mobileapp .site-title
{
	display: none;
}
header.mobileapp #ballance
{
	right:65px;
	top:35px;
}
header.mobileapp #balancedebt
{
	right: 65px;
    top: 50px;
}
header.mobileapp #resttitle
{
	right:65px;
	top:10px;
}

header.mobileapp #resttitle
{
	top:10px;
}


.custom-logo {
	max-height: 60px;
	width: auto;
}

.wp-custom-logo .site-title {
	margin-top: 0.545454545em;
}

.site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}

.auth-form
{
	color: orange;
	float: none;
	clear: both;
	padding-top: 15%;
	max-width: 300px;

}
.auth-form input
{
	padding: 0.3278em;
	margin-bottom: 5px;
}
.auth-form input[type="text"],
.auth-form input[type="password"]
{
	width:100%;
	margin-bottom: 10px;
}
.but.enter-button
{
	float: right;
	margin-top: 0;
}


.soundbut
	{
		width:30px;
		height: 30px;
		background: url(/eda/images/ordersoud.png) no-repeat -30px 0px;
		background-size: 60px 30px;
		position: absolute;
		top:10px;
		right: 10px;
		border-radius: 5px;
		z-index: 100;
		cursor: pointer;
	}
	.soundbut.active
	{
		background: url(/eda/images/ordersoud.png) no-repeat 0px 0px;
		background-size: 60px 30px;
	}


/**
 * 12.0 Content
 */
.greyc
{
	color:#999;
	font-size: 16px!important;
	margin:10px 0px 0px 0px!important;
}
.greenc
{
	color:rgb(36,181,36);
}
.redc
{
	color:#a00;
}

.dessmall
{
	display:inline-block;
}
.desbig
{
	display: none;
}

.secondary {
	background-color: #000;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}

.actions, .actions >div
{
	display: inline-block;
}
.actions >div
{
	width:20px;
	height:20px;
	margin:0 0 0 5px;
	position: relative;
	top:5px;
	cursor: pointer;
}

.actions >div.delete
{
	background: url("/eda/images/delete.png") top center no-repeat;
	background-size: 20px 20px;
	display: none;
}
 .actions >div.eye
{
	background: url("/eda/images/eye.png") top center no-repeat;
	background-size: 20px 20px;
	display: none;
}
 .actions >div.eye-grey
{
	background: url("/eda/images/eye_grey.png") top center no-repeat;
	background-size: 20px 20px;
	display: none;
}
 .actions >div.move
{
	background: url("/eda/images/arrows.png") top center no-repeat;
	background-size: 20px 20px;
	cursor: move;
}
 .actions >div.open
{
	background: url("/eda/images/open.png") center center no-repeat;
	background-size: 12px 12px;
}




/**
 * 12.1 Posts and pages
 */

.timeleft
{
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 5px 5px;
    margin: 10px 10px 0px 0px;
}
table.statistic
{
	border-collapse: collapse;
	width: 100%;
	max-width:500px;
}
table.statistic tr td,table.statistic tr th
{
	border:1px #f7f7f7 solid;
	padding: 0.4em 0em;
	text-align: center;
}
table.statistic tr th
{
	background: #f7f7f7;
	
}
table.statistic tr td.summa
{
	text-align: left;
}

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding: 0 3.6923% 3.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child{
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img{
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}


.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 3.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}




/**
 * 14.1 Captions
 */


.current-orders
{
    margin: 0px 0px 0px 20px;
    width: auto;
    position: static;
    float: left;
}
header.mobileapp .current-orders
{
	 min-height: 70px;
}
.current-orders div
{
    width:auto;
    padding: 2px 12px;
    font-size: 18px;
    margin: 0px 0 10px 10px;
}
.current-orders .order-title
{
    display: none;
}
.entry-title .ordword
{
	display: none;
}

ul.fast-menu select
{
	float:right;
	max-width: 350px;
	width:100%;
	margin-bottom: 10px;
}
.footer_hist
{
	font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0px 10px 0px;
}

.popupmenu
{
	position: fixed;
	top:0px;
	left: 0px;
	width:100%;
	height: 100%;
	
	display: none;
}
.popupmenu .back
{
	top:0px;
	left: 0px;
	position: absolute;
	width:100%;
	height: 100%;
	opacity: 0.5;
	background:#444;
}
.popupmenu ul
{
	list-style-type: none;
	width: 80%;
	opacity: 0.9;
	background:#111;
	margin:0 auto;
	position: relative;
	max-width: 360px;
}
.popupmenu ul li
{
	border:#fff;
	padding: 10px 0px 10px 25%;
	color: #fff;
	font-family: Arial;
}
.popupmenu ul li:hover
{
	color:orange;
}

div.edit-item .half
{
	width: 100%;
    display: block;
    padding: 0px 0px;
}



/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 22.75em) {
    .entry-title .ordword
	{
		display: inline;
	}
	#ballance, #currest, #balancedebt
	{
		max-width: none;
	}
	.soundbut
	{
		display: none;
	}
	
}

@media screen and (min-width: 30em) {
	div.edit-item .half
	{
		width: 50%;
	    display: inline-block;
	}
	div.edit-item .half:first-child
	{
		padding-right: 10px;
	}
	div.edit-item .half:last-child
	{
		padding-left: 10px;
	}
	
}
/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}
	.dessmall
	{
		display:none;
	}
	.desbig
	{
		display: inline-block;
	}

	.actions, .actions >div
{
	display: inline-block;
}
.actions >div
{
	width:30px;
	height:24px;
}

.actions >div.delete
{
	background: url("/eda/images/delete.png") top center no-repeat;
	background-size: 24px 24px;
	display: inline-block;
}
 .actions >div.eye
{
	background: url("/eda/images/eye.png") top center no-repeat;
	background-size: 24px 24px;
	display: inline-block;
}

 .actions >div.eye-grey
{
	background: url("/eda/images/eye_grey.png") top center no-repeat;
	background-size: 24px 24px;
	display: inline-block;
}

 .actions >div.move
{
	background: url("/eda/images/arrows.png") top center no-repeat;
	background-size: 24px 24px;
}
 .actions >div.open
{
	background: url("/eda/images/open.png") center center no-repeat;
	background-size: 15px 15px;
}



	.site-branding {
		min-height: 3.2em;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909; 
	}
    .custom-logo {
		max-height: 84px;
		width: auto;
	}
	#ballance, #currest, #balancedebt
	{
		position: static;
	}
	#resttitle
	{
		font-size: 18px;
		width: auto;
	}
	.mobileapp #resttitle
	{
		text-align: right;
	}
    .current-orders
    {
        margin: 0px 0px 0px 50px;
        width:300px;
        font-size: 23px;
    }
    .current-orders div
    {
        width:140px;
        margin:0px 0px 8px 0px;
    }
    .current-orders .order-title
    {
        display: inline;
    }
	.site-description {
		display: block;
	}
	.entry-title .ordword
	{
		display: inline;
	}
	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	

	.main-navigation {
		margin-bottom: 11.1111%;
	}

	.main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}


	.site-main {
		padding: 4.6923% 0 300px 0;
	}

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry,
	.page-header,
	.page-content {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 3.6923%;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 7.6923%;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header {
		padding: 0 9.0909%;
	}

	.entry-content,
	.entry-summary {
		padding: 0 9.0909% 3.0909%;
	}

	.entry-footer {
		padding: 2% 5%;
	}

	.page-header {
		border-bottom: 0;
		border-left: 7px solid #333;
		padding: 3.8461% 7.6923%;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%;
		padding: 3.84615% 7.6923%;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.timeleft
	{
	    padding: 5px 10px;
	    margin: 10px 20px 0px 0px;
	}
	.auth-form
	{
		float: right;
		padding-top: 0;
		clear: none;
		font-size: 95%;
		width: 300px;
	}
	.auth-form div
	{
		display: inline-block;
	}
	.auth-form .text
	{
		width: 80px;
		text-align: right;
	}
	.auth-form input[type="text"],
	.auth-form input[type="password"]
	{
		width:215px;
	}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}
	.soundbut
	{
		display: inline-block;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	input[type="text"],
	input[type="email"],
	input[type="time"],
	input[type="file"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 1em 0;
	}
    .main-navigation a:hover, .main-navigation a:visited,.main-navigation a:active
    {
        color: orange;
    }
    .main-navigation a {
        color:orange
    }

	.main-navigation ul ul {
		margin-left: 1em;
	}

	.main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.secondary-toggle,.secondary-toggle-online,.secondary-toggle-offline {
		height: 56px;
		width: 56px;
	}

	.secondary-toggle:before,
	.secondary-toggle-online:before,
	.secondary-toggle-offline:before
	 {
		line-height: 54px;
		width: 54px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after {
		top: 2px;
	}

	.site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;  
	}
	.footer_hist
	{
		font-size: 20px;
	    line-height: 20px;
	}
    .current-orders
    {
        margin: 0px 50px;
    } 
    a.datesel, a.datesel:visited, a.datesel:hover
	{
		display: none;
	}
	#monthnew
	{
		position:static;
		left:-1000px;
	}            
    .current-orders div
    {
        margin: 8px 0px;
    }
	.custom-logo {
		max-height: 105px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.482758621em;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.post-thumbnail {
		margin-bottom: 3em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.2;
		margin-bottom: 0.6em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}


	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}


}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="time"],
	input[type="file"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.3278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.main-navigation a {
		padding: 0.75em 0;
	}

	.main-navigation .menu-item-description {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.secondary-toggle,.secondary-toggle-online,.secondary-toggle-offline {
		height: 64px;
		width: 64px;
	}

	.secondary-toggle:before,
	.secondary-toggle-online:before,
	.secondary-toggle-offline:before {
		line-height: 62px;
		width: 62px;
	}


	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	.site-branding {
		min-height: 3.7895em;
		padding-right: 74px;
	}

	.site-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
	}
    .current-orders
    {
        margin: 0px 50px;

    }

	.custom-logo {
		max-height: 104px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2308;
		margin-bottom: 0.7em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}
	
	.no-inner-menu{
		padding-top:20px;
	}
	
	#restmenu{
		margin-top: 0px;
	}
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	body:before {
		background-color: #000;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 29.4118%;
		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
	}

	.site {
		margin: 0 auto;
		max-width: 1403px;
	}

	.sidebar {
		float: left;
		margin-right: -100%;
		max-width: 413px;
		position: relative;
		width: 29.4118%;
	}


	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}

	.site-main {
		padding: 4.3333% 0 300px 0;
	}

	.site-content {
		display: block;
		float: left;
		margin-left: 29.4118%;
		width: 70.5882%;
	}

	#ballance, #currest, #resttitle, #balancedebt
	{
		position: static;
	}

	.auth-form
	{
		color: orange;
		float: none;
		clear: both;
		padding-top: 15%;
		width: 100%;
	}
	.auth-form input[type="text"],
	.auth-form input[type="password"]
	{
		max-width:none;
		width: 100%;
	}
	.auth-form div
	{
		display: block;
	}
	.auth-form .text
	{
		text-align: left;
	}
	.auth-form .but
	{
		float: right;
	}
	
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6em;
	}

	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	button,
	input {
		line-height: normal;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.7917em 1.5833em;
	}

	input[type="text"],
	input[type="email"],
	input[type="time"],
	input[type="file"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.375em;
	}

	.main-navigation {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 20% 20%;
	}

	.main-navigation a {
		padding: 0.5em 0;
        font-size: 14px;

	}
    .main-navigation a:hover, .main-navigation a:visited,.main-navigation a:active
    {
        color: orange;
    }
    .main-navigation a {
        color:orange
    }
    

	.main-navigation .menu-item-has-children > a {
		padding-right: 30px;
	}

	.main-navigation .menu-item-description {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.dropdown-toggle {
		height: 24px;
		width: 24px;
	}

	.dropdown-toggle:after {
		font-size: 16px;
		line-height: 24px;
		width: 24px;
	}


	.secondary-toggle,.secondary-toggle-online,.secondary-toggle-offline {
		display: none;
	}

	.post-navigation {
		margin: 8.3333% 8.3333% 0;
	}

	.post-navigation a {
		padding: 5% 10%;
	}

	.pagination {
		margin: 8.333% 8.333% 0;
	}

	.pagination .nav-links {
		min-height: 3.2em;
	}

	.pagination .page-numbers {
		line-height: 3.2em;
		padding: 0 0.8em;
	}

	.pagination .prev,
	.pagination .next {
		height: 48px;
		padding: 0;
		width: 48px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 48px;
		line-height: 48px;
		width: 48px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	.site-header {
		background-color: transparent;
		border-bottom: 0;
		margin: 20% 0 10% 0;
		padding: 0 20%;
	}

	.site-branding {
		min-height: 0;
		padding: 0;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
	}
    .current-orders{
        margin:20px 0px 0px 0px;
        position: static;
        width:200px;
    }
	.custom-logo {
		/*max-height: none;*/
	}

	.wp-custom-logo .site-title {
		margin-top: 0.545454545em;
	}

	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.hentry,
	.page-header,
	.page-content {
		margin: 0 8.3333%;
	}

	.hentry {
		padding-top: 8.3333%;
	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 4.3333%;
	}

	.post-thumbnail {
		margin-bottom: 2.4em;
	}

	.entry-header {
		padding: 0 10%;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.1613;
		margin-bottom: 0.5613em;
	}

	.entry-content,
	.entry-summary {
		padding: 0 10% 3%;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-top: 1.8462em;
		margin-bottom: 0.9231em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
		margin-top: 2.6667em;
		margin-bottom: 1.3333em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 3.2em;
		margin-bottom: 1.6em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 16px;
		top: 5px;
	}

	.author-info {
		margin: 0 10%;
		padding: 10% 0;
	}

	.author-info .avatar {
		height: 36px;
		margin: 0 1.5em 1.5em 0;
		width: 36px;
	}

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.entry-footer {
		padding: 2% 5%;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.page-header {
		padding: 4.1666% 8.3333%;
	}

	.page-content {
		padding: 8.3333%;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3333;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6em;
	}

	.site-footer {
		float: left;
		margin: 0 0 0 35.2941%;
		padding: 0;
		width: 58.8235%;
	}

	.site-info {
		padding: 5% 10%;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}
	.no-inner-menu{
		padding-top:20px;
	}
	
	#restmenu{
		margin-top: 0px;
	}
	.sidebar .filt_cont{
		display: block;
	}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.5714em;
	}

	input[type="text"],
	input[type="email"],
	input[type="time"],
	input[type="file"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main-navigation a {
		padding: 0.4643em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 34px;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.dropdown-toggle {
		height: 28px;
		width: 28px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.583333333em;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.post-thumbnail {
		margin-bottom: 2.4706em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 1.2;
		margin-bottom: 0.6em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	ul.rest-menu, ul.rest-menu ul
	{
		font-size:16px;
	}
	
	.no-inner-menu{
		padding-top:20px;
	}
	
	#restmenu{
		margin-top: 0px;
	}
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6842em;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0.8125em 1.625em;
	}

	input[type="text"],
	input[type="email"],
	input[type="time"],
	input[type="file"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5278em;
	}

	.main-navigation {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.main-navigation a {
		padding: 0.5em 0;
	}

	.main-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.main-navigation .menu-item-description {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		margin-top: 0.3077em;
	}

	.dropdown-toggle {
		height: 32px;
		top: 4px;
		width: 32px;
	}

	.dropdown-toggle:after {
		line-height: 32px;
		width: 32px;
	}

	.pagination .nav-links {
		min-height: 3.3684em;
	}

	.pagination .page-numbers {
		line-height: 3.3684em;
		padding: 0 0.8421em;
	}

	.pagination .prev,
	.pagination .next {
		height: 64px;
		padding: 0;
		width: 64px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 64px;
		line-height: 64px;
		width: 64px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	.site-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.592592593em;
	}

	.site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.post-thumbnail {
		margin-bottom: 2.9474em;
	}

	.entry-title,
	.widecolumn h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2308;
		margin-bottom: 0.7em;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
	}

	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		top: 3px;
	}

	.author-info .avatar {
		height: 56px;
		margin: 0 1.6842em 1.6842em 0;
		width: 56px;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 4px;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6842em;
	}


	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}
	
	.no-inner-menu{
		padding-top:20px;
	}
	
	#restmenu{
		margin-top: 0px;
	}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}


/**
 * 17.0 Print
 */

.site-header a
{
    font-family: SF-UI-Text, Lucida Grande, Arial, Helvetica, sans-serif;
    color:#fff;
}/*
.site-header a.phone
{
    font-size: 14px;
    text-decoration: underline;
}*/
ul.rest-menu .warning
{
	color: #bb0000;
}

ul.rest-menu,ul.rest-menu ul
{
     list-style-type: none;
     margin: 0px;
}
ul.rest-menu ul
{
     margin: 0px 0px 0px 10px;
}
ul.rest-menu ul li
{
    border-bottom: 1px dotted black;
    margin: 0px 10px 15px 0px;
    position: relative;
}
ul.rest-menu h2
{
    margin: 0px;
    font-size:18px;
    background: #444;
    color: #fff;
    padding: 8px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}
ul.rest-menu li ul li a
{
    text-decoration: none;
    border-bottom: 0px;
 	max-width: 65%;
    display: inline-block;
}

ul.rest-menu li ul li.pause,ul.rest-menu li ul li.pause a
{
	color:#bbb;
}

ul.rest-menu li ul li a span,ul.rest-menu li ul li span
{
	background: #fff;
    position: relative;
    top: 6px;
}
ul.rest-menu .price, .shop-center .rest-menu > ul > li > a
{
    bottom: -6px;
    display: inline-block;
    background: #fff;
    position: absolute;
}
ul.rest-menu .price
{
    right: 0px;
}
.shop-center .rest-menu > ul > li > a
{
    left: 0px;
}
.shop-center .rest-menu > ul > li{
	margin-top: 30px;
}
ul.rest-menu li ul li span.dc
{
	position: relative;
    top: 0px;
    color: blue;
    font-size: 18px;
    font-weight: 900;
}
ul.rest-menu li.chwp
{
	
	color: #bb0000;
	
}
ul.rest-menu li.chwp .price:before
{
	content: '';
	background: url(/eda/images/pencil.png) no-repeat;
	background-size:14px 14px; 
	display: inline-block;
	width: 14px;
	height: 14px;

}
.but
{
    display:inline-block;
    padding:5px 20px;
    margin-top:10px;
    border-radius:6px;
    cursor:pointer;
    font-family: 'SF UI Text','Arial';
    font-size: 18px;
    position: relative;
}
.but.active
{
    background:#ff9b00;
    background:linear-gradient(to top, #ff9b00, #ffbc00);
    color:#000;
    border-width:2px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.45);
    font-weight: 600;
}
.but.red
{
    color:#fff;
    background: rgb(201,40,40); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(201,40,40,1) 0%, rgba(114,68,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(201,40,40,1) 0%,rgba(114,68,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(201,40,40,1) 0%,rgba(114,68,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92828', endColorstr='#72443d',GradientType=0 ); /* IE6-9 */
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.45);
}

.but.green
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24b524+0,317242+100 */
 color:#fff;
background: rgb(36,181,36); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(36,181,36,1) 0%, rgba(49,114,66,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(36,181,36,1) 0%,rgba(49,114,66,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(36,181,36,1) 0%,rgba(49,114,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b524', endColorstr='#317242',GradientType=0 ); /* IE6-9 */


    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.45);
}
.but.active.whitebg,.but.red.whitebg,.but.green.whitebg
{
   -webkit-box-shadow: 0px 3px 6px 0px rgba(130, 130, 130, 0.45);
   -moz-box-shadow:    0px 3px 6px 0px rgba(130, 130, 130, 0.45);
   box-shadow:         0px 3px 6px 0px rgba(130, 130, 130, 0.45); 
}
.flright
{
    float:right;
}
.flleft
{
    float:left;
}
.horder
{
    color:#000;
}
.horder h2
{
    border-bottom: 1px black dashed;
    display: inline-block;
    background: url(/eda/images/close.png) no-repeat 100% 50%;
    background-size: 12px;
    padding-right: 20px;
}
article.order,article.edit
{
    padding-top:5%;
}


article.order ul.rest-menu h2
{
	background: none;
	color: #444;
	font-weight: bold;
}

div.time ul
{
    list-style-type: none;
    margin: 10px auto 15px auto;
    display: inline-block;
    float:left;
}
div.time ul li,  div.packprice div
{
    display: inline-block;
    width:80px;
    padding: 10px 0px;
    font-size: 16px;
    margin: 5px;
    border-radius: 6px;
    border:1px #444 solid;
    cursor: pointer;
    text-align: center;
}
div.time ul li.recommended
{
	font-weight:bold;
	background: #fbb;
}

div.time ul li a:hover,div.time ul li a
{
    text-decoration: none;
    border-bottom: 0px;
}

header.inner-menu
{
    margin: 0px 0px 20px 0px;
    background: rgb(230, 230, 230);
}
ul.inner-menu
{
    list-style-type: none;
    margin:0px;
    padding: 0px;
}

ul.inner-menu li
{
    display: inline-block;
    padding: 5px 10px;
    background: #ccc;
    margin: 0px 4px 0px 0px;
    font-size:90%;
}
ul.inner-menu li.active
{
  background: #fff;
}
article.noheader
{
    padding-top: 0px;
    box-shadow:0px 0px;
    margin-top: 10px;
}
a.noborder,a.noborder:hover
{
    border:0px;
}
div.edit-item
{
    margin-bottom: 20px;
    clear:both;
}
div.edit-item .delimeter
{
	font-size: 18px;
    background: #444;
    color: #fff;
    padding: 8px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

div.edit-item.red
{
    border: 1px #f00 solid;
    padding: 5px 10px 5px 20px;
    background: #fdd;
}
div.edit-item.green
{
    padding: 5px 10px 5px 20px;
    background: #dfd;
    border: 1px #060 solid;
}
div.edit-item .but
{
	margin: 0;
}
div.edit-item h4
{
    margin:0 0 0 0;
    text-align: left;
    display: inline-block;
    padding: 10px 0 0 10px;
}
div.table 
{
	display: table;
}
div.table > div
{
	display: table-row;
	margin: 10px 0px;
}
div.table > div > div
{
	display: table-cell;
	vertical-align: middle;
	padding-bottom:20px;
}
div.descr
{
	font-weight: 900;
	padding-left:10px;
}

/*�����*/

.rest
	{
		padding: 10px 0px 15px 0px;
    	border-bottom: 1px #aaa solid;
		cursor:pointer;
	}
	#restmenu
	{
		padding-top: 0px;
	}
	#restmenu .rest
	{
		padding: 10px 0px 0px 0px;
	}

	.rest > div
	{
		text-align: left;
	}

	.rest:last-child
	{
		border-bottom: 0px #aaa solid;
	}
	.rest > div:after
	{
		clear: both;
    	content: "";
    	display: block;
	}
	.rest img
	{
		width:80px;
		float:left;
		margin-right:10px;
    	padding: 3px;
    	
	}
	#restmenu .rest > div > h3
	{
		padding-top: 20px;
	}
	.rest > div > h3
	{
		clear:none;
		text-align:left;
		margin:0px 0px 5px 0px;
		font-size:1.6rem;
		font-weight:normal;
	}
	.rest .cuisines
	{
		font-size:1.3rem;
		color:#666;
		text-align:left;
	}
	.rest .info
	{
		text-align:left;
		overflow: hidden;
	}
	.rest .info .cuisines
	{
		font-style: italic;
	}
	.rest .info span
	{
		font-weight:900;
	}
	
	ul.rest-menu li ul li a.clphone
	{
		max-width: none;
		border-bottom: 1px dashed #0fb70f;
    	color: #0fb70f;
	}

	#clcomment,.clcomment
	{
		background: #fcc;
		font-size:1.2em;
		padding: 0px 10px;
		border-bottom: unset;
	}
	#addakc:not(:checked),
#addakc:checked {
    position: absolute;
    left: -9999px;
}
#addakc:not(:checked) + label,
#addakc:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
}
/* checkbox aspect */
#addakc:not(:checked) + label:before,
#addakc:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 26px; height: 26px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */

#addakc:not(:checked) + label:after,
#addakc:checked + label:after {
    content: "?";
    position: absolute;
    top: 0px; left: 3px;
    font-size: 32px;
    line-height: 0.7;
    color: #ffa500;
    transition: all .2s;
}
/* checked mark aspect changes */
#addakc:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
#addakc:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
#addakc:disabled:not(:checked) + label:before,
#addakc:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
#addakc:disabled:checked + label:after {
    color: #999999;
}
#addakc:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
#addakc:checked:focus + label:before,
#addakc:not(:checked):focus + label:before {
    border: 2px dotted none;
}
/* hover style just for information */
label:hover:before {
    border: 2px solid none!important;
	background: #ffffff
}

.btn {
    display: inline-block;
    color: black;
    padding: 7px 14px;
    border-radius: 50px;
	margin-top: 10px;
	cursor:pointer;
}
.reg_ {
    border: 1px solid #ccc;
}
.reg_.active {
    background: #ccc;
}
.red_ {
    border: 1px solid #ff7e7e;
}
.red_.active {
	background: #ff7e7e;
	color:#fff;
}
.grn_ {
    border: 1px solid #66c06b;
}
.grn_.active {
	background: #66c06b;
	color:#fff;
}
.ylw_ {
	border: 1px solid #ffab29;
}
.ylw_.active {
	background: #ffab29;
	color:#fff;
}
.del::after{
	content:"\2716";
	margin-left: 4px;
    font-weight: bold;
    color: red;
}
.tov-info
{
 	display: flex;
   flex-direction: column;
}
li.shop-bill ul li a, li.shop-bill .price
{
	font-weight: bold;
	font-size: 1.2em;
	border:none;
}

span.crumbls
{
	font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
	color: #929292;
	margin: 5px 5px 0px 10px;
	display: inline-block;
}

li.shop-bill .price
{
	bottom:unset;
	right: 10px;
}

li.shop-bill
{
		
		margin: 10px 0px 0px;
		border-radius: 10px;
		padding-bottom: 0px;
		box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);

}
li.shop-bill .tov-info
{
			
	padding: 0px 0px 10px 0px;
    font-size: 0.8em;
    color: #840000;

}
.tov-info p
{
			
   	margin: 0;
	font-style: italic;

}

li.shop-bill > ul > li {
    border-bottom: 1px solid silver;
	border-radius: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px;    
}
li.shop-bill ul li a{
    line-height: 1.3em;
}

li.shop-bill a span{
    top: unset !important;
}
li.shop-bill > ul > li:last-child {
    border: none;
}

li.shop-bill ul {
	margin: 0px;
}

.hidden_
{
	display: none !important;
}
.searchcont
{
	padding: 10px !important;
}

li.searchcont .btn:first-child
{
	margin: auto;
    display: block;
    text-align: center;
}

.search-container
{
	display: none;
	margin-top: 20px;
	text-align: center;
}

#circleG{
	width:34px;
	margin:auto;
	position: absolute;
    right: 2em;
	margin-top: 0.9em;
	display: none;
}

.circleG{
	background-color:rgb(247,247,247);
	float:left;
	height:7px;
	margin-left:4px;
	width:7px;
	animation-name:bounce_circleG;
		-o-animation-name:bounce_circleG;
		-ms-animation-name:bounce_circleG;
		-webkit-animation-name:bounce_circleG;
		-moz-animation-name:bounce_circleG;
	animation-duration:1.5575s;
		-o-animation-duration:1.5575s;
		-ms-animation-duration:1.5575s;
		-webkit-animation-duration:1.5575s;
		-moz-animation-duration:1.5575s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
}

#circleG_1{
	animation-delay:0.3095s;
		-o-animation-delay:0.3095s;
		-ms-animation-delay:0.3095s;
		-webkit-animation-delay:0.3095s;
		-moz-animation-delay:0.3095s;
}

#circleG_2{
	animation-delay:0.7255s;
		-o-animation-delay:0.7255s;
		-ms-animation-delay:0.7255s;
		-webkit-animation-delay:0.7255s;
		-moz-animation-delay:0.7255s;
}

#circleG_3{
	animation-delay:0.9385s;
		-o-animation-delay:0.9385s;
		-ms-animation-delay:0.9385s;
		-webkit-animation-delay:0.9385s;
		-moz-animation-delay:0.9385s;
}



@keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(161,161,161);
	}

	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(161,161,161);
	}

	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(161,161,161);
	}

	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(161,161,161);
	}

	100%{}
}

@-moz-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(161,161,161);
	}

	100%{}
}

.result-container > ul > li
{
	display: flex;
    justify-content: space-between;
}

.result-container > ul > li span.tovprice
{
	font-weight: bold;
}

.tov-info .btn > img
{
	width: 3em;
}

p.tex-warning {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: orange;
    margin: 0;
}
.shop-center .rest-menu > ul > li > a
{
	border:none !important;
}

/*GLOVO*/
article.order {
	border-radius: 25px;
}
div.glovo-notice
{
	background: yellow;
    color: #000000;
    border: 1px #000000 solid;
    padding: 0px 5px;
    display: inline-block;
    float: right;
    margin-top: 21px;
    margin-right: 10px;
    font-weight: bold;
}
div.bolt-notice
{
	background: #24f0a0;
    color: #25765d;
    border: 1px #000000 solid;
    padding: 0px 5px;
    display: inline-block;
    float: right;
    margin-top: 21px;
    margin-right: 10px;
    font-weight: bold;
}

/*
article.order.bolt
{
	-webkit-box-shadow: inset 0px 37px 24px 10px rgba(36,240,160,0.78); 
    -moz-box-shadow: inset 0px 37px 24px 10px rgba(36,240,160,0.78);
    box-shadow: inset 0px 46px 16px 10px rgba(36,240,160,0.78);
}
article.order.glovo
{
	-webkit-box-shadow: inset 0px 37px 24px 10px rgba(255,204,0,0.78);
    -moz-box-shadow: inset 0px 37px 24px 10px rgba(255,204,0,0.78);
    box-shadow: inset 0px 46px 16px 10px rgba(255,204,0,0.78);
}

article.order.glovo h2.entry-title span
{
	background: url(/eda/images/logoglovo.svg) no-repeat 0px 4px;
    background-size: 20px 28px;
    padding-left: 27px;
    padding-top: 10px;
    color: #00a082;
    display: inline!important;
}*/

li.crorder {
	padding: 5px!important;
	text-align: center;
	margin-bottom: 10px;
}
.crorder .but {
	width: 120px;
	height: 120px;
	margin: 5px;
	text-align: center;
	padding: 0px;
	padding-top: 30px;
}

.popupmenu li.faq-li {
	padding-top: 25px;
}
.faq-li a{
	color: #fff;
	display: flex;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 15px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}