body {
    font-family: 'din_alternatebold';
    font-weight: normal !important;
    width: 1024px;
    height: 768px;
    background: #fff;
}

#content-wrapper{
    width: 1024px;
    height: 678px;
    overflow: hidden;
    background: url(../img/background.jpg) no-repeat;
    background-attachment: inherit;
}


table {
    width: 100%;
}
table.no-border tr, table.no-border td{
    border:0px;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}

a.link,
a.link:hover,
a.link:focus,
a.link:visited {
	font-size: 17px;
	color: white;
	text-decoration: underline;
}

::-webkit-scrollbar { 
  height: 10px; 
  width: 10px; 
  background-color: #999999;
}
 
html > ::-webkit-scrollbar {
  width: 0px;
}
 
::-webkit-scrollbar-thumb {
  background: #999999;
}
 
::-webkit-scrollbar-track-piece {
  background-color: #797979;
}

#specials {
	border-radius: 3px;
}

.categoryDetailLink {
	border-radius: 2px;
	color: black;
	padding: 8px 15px;
	background-color: rgba(255,255,255,0.89);
	position: relative;
	top: -30px;
	right: -90px;
}

.categoryDetailLink:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

#orderSummary {
	float:left;
	margin-right: 50px;
	width: 468px;
}

#orderSummary td {
	padding-bottom: 10px;
	padding-right: 10px;
}

#orderSummary .count-items {
	color: #b7c49b;
}

#recommended {
	width: 25%;
	border-radius: 2px;
	padding: 15px;
	border-color: #CCC;
	float:left;
}

.minigame {
	margin-bottom: 15px;
	display: block;
}

img.logo {
	height: 35px;
}

#header {
	height: 96px;
	padding: 28px 28px 0px 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

span.wwwlink {
	padding-right: 20px;
	margin-left: 5px;
}
span.footer-link {
	color: #69a500;
}

p.about {
	line-height: 20px;
	height: 20px;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

.title, .title:hover {
	font-size: 17px;
	display:block;
	color: white;
	letter-spacing: 0.1px;
}

.thumbnail {
	padding:0;
	border: none;
}

.thumbnail a {
	display: inline-block;
}

.image-layer{
    position: absolute;
    width:100%;
    height:100%;
}

ul.thumbnails {
	margin: 0;
}

.footer {
	margin-bottom: 0;
}

.categories {
	overflow-y: scroll;
        overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 55px 45px 60px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 575px;
	position: relative;
}
.categories>ol>li, .categories>p {
color: white;
}

html div .btn-bold {
	font-weight: bold;
}

p.desc {
	font-size: 17px;
	line-height: 22px;
	color: white;
}

.btn {
	padding: 6px 18px;
}

.btn.btn-danger,
.btn.btn-success {
	background-color: black;
}

.btn.btn-warning {
	color: black;
	background: transparent;
	border: none;
}

.span-right .btn.btn-success {
	padding: 4px 12px;
}

.btn.small {
    padding:2px 6px;
    font-size:14px;
    min-width:15px;
}

div.well {
	background-color: transparent;
	border: none;
}

.hero-unit,
.hero-unit h3 {
	background: none;
	color: white;
	font-size: 17px;
	margin-top: 35px;
	margin-bottom: 5px;
}

.hero-unit h3 {
	color: #ecffcd;
}

.hero-unit {
	line-height: 20px;
	padding-top: 10px;
	padding-left: 120px;
}

.hero-unit h1 {
	text-transform: uppercase;
	font-size: 47px;
	margin-bottom: 20px;
}

h1,
h2.category-item-title a {
	color: white;
	font-size: 29px;
	margin-top: 2px;
}

h2.category-item-title,
h2.category-item-title a,
h2.category-item-title a:hover {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}

a.category-title {
    color:white;
    font-size:30px;
    padding-bottom: 20px;
    line-height: normal;
}

#orderSummary h2.category-item-title,
#orderSummary h2.category-item-title a,
#orderSummary h2.category-item-title a:hover {
	font-size: 20px;
	line-height: 20px;
}

#orderSummary h5.price {
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	line-height: 20px;
	margin-bottom: 5px;
}

h3,
h3 a {
	font-size: 16px;
	color: black;
	line-height: 22px;
}

h4 {
	margin-top: 5px;
	color: white;
	font-size: 17px;
}

h5.price {
	font-size: 17px;
	color: white;
	display: inline-block;
	margin-top: 12px;
	margin-right: 20px;
}

#specials h3.price {
	color: #51710d;
	white-space: nowrap;
	font-size: 13px;
	line-height: 11px;
}

#order h3, #specials h3 {
	font-size: 20px;
	margin: 0;
	line-height: 22px;
}

#orderSummary h3 {
	color: white;
	font-size: 18px;
	margin-top: -5px;
}

#orderSummary hr {
	margin: 15px 0 10px;
}

#orderSummary hr.second {
	margin: 5px 0 25px;
}

#orderSummary .btn-order {
	float: right;
	margin-top: 5px;
}

.order-extra {
    font-size: 16px;
    padding-left:10px;
    min-height: 30px;
    padding-bottom: 10px;
    color:#eee;
}

#specials > table {
	margin-top: 20px;
}

#specials > table td {
	padding-bottom: 10px;
}

.recommend h3,
.recommend h3 a {
	color: white;
	font-size: 20px;
}
.recommend td h3,
.recommend td h3 a {
	font-size: 17px;
	margin: 0;
}

.recommend > p {
	color: white;
	font-size: 17px;
	line-height: 20px;
}

#specials.recommend h3.price {
	color: rgba(255,255,255,0.5);
}

.category-image {
	height: 107px;
	width: 202px;
}

.container-fluid {
	padding: 0;
}

ul.thumbnails .span4 {
	width: 208px;
	margin: 0;
	margin-bottom: 15px;
}

#content > div {
	height: 575px;
}

#content > .span-right {
	margin-left: 0;
	width: 25.5%;
	background: rgba(255,255,255,0.49);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 22px;
	padding-top: 64px;
}

#content > .span4.span-right {
	width: 33.9%;
	background: none;
	padding-right: 82px;
}

.well {
	margin-bottom: 0;
}

#footer {
	display: inline-block;
	margin-left: 55px;
}

.footer-info {
	margin: 0 5px;
	display: inline-block;
        font-size: 12px;
}

.footer-left {
    float:left;
    width:600px;
}

.footer-right {
    float:left;
    width:330px;
    text-align: right;
}

.info-container,
.info-container a {
	color: #4c4c4c !important;
	font-size: 10px;
}

.table-number{
    font-size: 30px;
    color:#ccc;
    margin:10px;
}

.main-container {
	height: 575px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.btn-group>.btn-large {
	font-size: 23px;
	padding: 14px 26px 9px;
	border: none;
	margin-left: 1px !important;
	background: white;
	color: black;
}
.btn-group>.btn-large.btn-primary {
	color: #69a500;
}

.order-table {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
        max-height: 100px;
        overflow: auto;
}

.order-table-total {
    margin-top:0px;
    margin-bottom: 5px;
}

.basket-popup {
    height: 150px;
    width:300px;
    background-position: center center;
    background-repeat: no-repeat;
}

.remove-item,
.remove-item:hover {
	display: inline-block;
	background-color: rgba(255,255,255,0.99);
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	margin-top: -3px;
	line-height: 12px;
	padding-left: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #b5b5b5;
	font-size: 13.61px;
	text-decoration: none;
	margin-left: 15px;
}

.order-item-title,
.order-item-title:hover {
	color: black;
	text-decoration: none;
}

.order-total-price {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.order-spacer {
	height: 12px;
}

.order-total-price td {
	padding: 7px 0;
}

.order {
    max-height: 382px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-order {
	width: 217px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
}

.category-back {
	position: absolute;
	left: 15px;
	top: 40px;
}

.category-back a,
.category-back a:hover {
	text-indent: -5000px;
	background: url(../img/back.png) no-repeat center center;
	width: 54px;
	height: 54px;
	border: none;
}

.category-list {
	padding-left: 26px;
	color: white;
	font-size: 17px;
}

.category-list > table {
	margin-top: 30px;
}

.category-list > table td {
	padding: 0;
	vertical-align: top;
	padding-bottom: 20px;
	padding-right: 20px;
}

.category-list .btn-order {
	width: 160px;
        float:right;
}

h1.subcategory {
    padding-left:25px;
}

.count-items {
	width: 10px;
	color: #619016;
}

a.remove-this-item,
a.remove-this-item:hover,
a.remove-this-item:visited {
	font-size: 15px;
	color: #b7c49b;
}

.price-view,
.price-view h3,
.price-view h1 {
	display: inline-block;
}

#pageloader {
    width:1024px;
    height: 768px;
    top:0;
    left:0;
    position:absolute;
    z-index: 10000;
    display:none;
    background-color:#ccc;
    opacity:0.5;
}

#fallback {
    z-index: 10100;
    position:absolute;
    top:300px;
    left:300px;
    display:none;
    background-color:#eee;
    border-color: 1px solid #ccc;
    width:300px;
    height:80px;
    text-align: center;
    padding-top:20px;
}

#screensaver {
    width: 1024px;
    height: 768px;
    top:0;
    left:0;
    position:absolute;
    z-index: 1000;
    display:none;
    background-color:#000;
    opacity:0.9;
    padding-top:300px;
    padding-left:300px;
}

#screensaver p {
    font-size:100px;
    color:#fff;
}

a {
    -webkit-touch-callout: none;
}

.flash-info {
     position:absolute;
     top:100px;
     left:300px;
     z-index: 2000;
}

.alert-info {
    background-color:#fff;
    border: 1px solid #ccc;
    color:#000;
    font-size:20px;
    width:300px;
    height:27px;
    padding-top: 15px;
    text-align: center;
}

#table-selector {
    position:absolute;
    bottom:0px;
    left:0px;
    width:60px;
    height:60px;
}

#thief-protector {
    position:absolute;
    right:5px;
    bottom:5px;
    font-size: 15px;
}

#lang-selector {
    position:absolute;
    right:5px;
    bottom:40px;
}
.modal-title {
    font-size:20px;
    color:#000000;
}

div.price {
    font-size: 18px;
    float:left;
    margin-top:8px;
}

input[type=radio].css-checkbox {
    display:none;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:50px;
    height:37px; 
    line-height:37px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -37px;
}

label.css-label {
    background-image:url(/img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#option-error {
    font-size:20px;
    color: red;
    
}

button.close {
    font-size:30px;
    margin-top:-3px;
}

.grey {
    color:grey;
}

.page {
    color:white;
}

.onepaper {
    margin-top:-19px;
    margin-left:-19px;
    height:582px;
    width:1024px;
    overflow-y: scroll;
}