﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'a_dripping_markerregular';
  src: url('adrip1.eot');
  src: url('adrip1.eot?#iefix') format('embedded-opentype'), url('adrip1.woff2') format('woff2'), url('adrip1.woff') format('woff'), url('adrip1.ttf') format('truetype'), url('adrip1.svg#a_dripping_markerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bradley_hand_itc_ttbold';
  src: url('fontscore.com_adley-hand-itc-tt-bold.eot');
  src: url('fontscore.com_adley-hand-itc-tt-bold.eot?#iefix') format('embedded-opentype'), url('fontscore.com_adley-hand-itc-tt-bold.woff2') format('woff2'), url('fontscore.com_adley-hand-itc-tt-bold.woff') format('woff'), url('fontscore.com_adley-hand-itc-tt-bold.ttf') format('truetype'), url('fontscore.com_adley-hand-itc-tt-bold.svg#bradley_hand_itc_ttbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gordonregular';
  src: url('gordon__0.eot');
  src: url('gordon__0.eot?#iefix') format('embedded-opentype'), url('gordon__0.woff2') format('woff2'), url('gordon__0.woff') format('woff'), url('gordon__0.ttf') format('truetype'), url('gordon__0.svg#gordonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  background-color: black;
}
a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:hover {
  background-color: rgba(0, 0, 0, 0);
}
#uxBody {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1280px;
  height: 800px;
  background-color: #000;
}
.bra-page {
  position: relative;
  width: 1280px;
  height: 800px;
}
.bra-page h1 {
  position: absolute;
  top: 70px;
  left: 130px;
  color: #FFFFFF;
  font-size: 26px;
  margin: 0;
}
.back-btn {
  position: absolute;
  top: 90px;
  right: 60px;
  color: #FFFFFF;
  width: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  background: url("../img/close-button.png") no-repeat;
}
.home {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/home-bg.jpg") no-repeat;
}
.home-buttons {
  position: absolute;
  border-radius: 50%;
  background: none;
  width: 173px;
  height: 171px;
}
.index-1 {
  top: 293px;
  left: 863px;
}
.index-2 {
  top: 405px;
  left: 1004px;
}
.index-3 {
  top: 503px;
  left: 805px;
}
.index-4 {
  top: 594px;
  left: 960px;
}
.menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/categories-bg.jpg") no-repeat;
}
.menu {
  position: absolute;
  top: 215px;
  left: 140px;
  width: 1050px;
  height: 580px;
  overflow-y: auto;
  box-sizing: border-box;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu .menu-item {
  float: left;
  width: 300px;
  height: 130px;
  margin: 0 50px 45px 0;
  background: url("../img/fleka1.png") no-repeat;
}
.menu .menu-item a {
  display: inline-block;
  width: 100%;
  font-size: 54px;
  text-transform: lowercase;
  text-align: center;
  line-height: 0.7em;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 42px;
  word-spacing: -15px;
}
.bra-page .menu-title {
  color: #fff100;
  left: 140px;
  font-family: 'a_dripping_markerregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 126px;
  top: 70px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.menu-category-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/categories-bg.jpg") no-repeat;
}
.bra-page .menu-category-title {
  color: #ec1848;
  left: 110px;
  font-family: 'a_dripping_markerregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 126px;
  top: 70px;
}
.menu-category {
  position: absolute;
  top: 225px;
  left: 110px;
  width: 1060px;
  height: 570px;
  overflow-y: auto;
  box-sizing: border-box;
}
.menu-category:before,
.menu-category:after {
  content: " ";
  display: table;
}
.menu-category:after {
  clear: both;
}
.menu-category:before,
.menu-category:after {
  content: " ";
  display: table;
}
.menu-category:after {
  clear: both;
}
.menu-category .menu-category-item {
  float: left;
  width: 214px;
  height: 185px;
  margin: 0 60px 40px 0;
}
.menu-category .menu-category-item:nth-child(4n) {
  margin: 0 0 40px 0;
}
.menu-category .menu-category-item a {
  display: inline-block;
}
.menu-category .menu-category-item img {
  width: 214px;
  height: auto;
  margin: 0;
}
.menu-category .menu-category-item h2 {
  color: #000000;
  margin: 15px 0 0 0;
  font-size: 32px;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.8em;
}
.beverages-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-2.jpg") no-repeat;
}
.bra-page .beverages-title {
  color: #fff100;
  left: 140px;
  font-family: 'a_dripping_markerregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 126px;
  top: 70px;
}
.beverages {
  position: absolute;
  top: 225px;
  left: 140px;
  width: 1060px;
  height: 570px;
  overflow-y: auto;
  box-sizing: border-box;
  color: #FFFFFF;
}
.beverages:before,
.beverages:after {
  content: " ";
  display: table;
}
.beverages:after {
  clear: both;
}
.beverages:before,
.beverages:after {
  content: " ";
  display: table;
}
.beverages:after {
  clear: both;
}
.beverage {
  display: inline-block;
  position: relative;
  width: 48%;
}
.beverage ul,
.beverage ol {
  list-style: none;
  margin: 0;
  font-size: 30px;
}
.beverage p {
  font-size: 30px;
}
.beverage .beverage-title {
  position: relative;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 58px;
  color: #eb1e49;
  margin: 0;
  z-index: 9;
}
.beverage .beverage-info {
  position: relative;
  float: left;
  min-width: 255px;
  min-height: 50px;
  padding: 0 180px 50px 0;
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
}
.beverage .beverage-price {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: inline-block;
  width: 205px;
  height: 180px;
  text-align: center;
  background: url("../img/fleka2.png") no-repeat;
  color: #000000;
  font-weight: normal;
}
.beverage .beverage-price span.price {
  position: absolute;
  top: 65px;
  left: 70px;
  text-align: center;
  font-size: 52px;
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
}
.beverage .beverage-price span.price sup {
  font-size: 50%;
  top: -0.7em;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
}
.news-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-2.jpg") no-repeat;
}
.bra-page .news-title {
  color: #ec1848;
  left: 105px;
  font-family: 'a_dripping_markerregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 126px;
  top: 70px;
}
.news {
  position: absolute;
  top: 245px;
  left: 105px;
  width: 1060px;
  height: 550px;
  overflow-y: auto;
  box-sizing: border-box;
  color: #FFFFFF;
}
.news:before,
.news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news:before,
.news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news-item {
  float: left;
  width: 95%;
  margin: 0 0 40px 0;
}
.news-item .news-item-img {
  float: left;
  margin: 0;
}
.news-item .news-item-text {
  margin: 0 0 0 320px;
}
.news-item .news-item-text p {
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 10px 0;
}
.news-item .news-item-title {
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  color: #fff100;
  font-weight: normal;
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
}
.news-item .news-item-date {
  color: #b1b1b1;
}
.dish-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/detail-view-dish-bg.jpg") no-repeat;
}
.dish .dish-img {
  position: absolute;
  top: 100px;
  left: 120px;
  width: 892px;
  height: 594px;
}
.dish .dish-info {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 620px;
  height: 240px;
  background: url("../img/papirce.png") no-repeat;
}
.dish .dish-info .dish-title {
  position: absolute;
  top: auto;
  bottom: 132px;
  left: 145px;
  width: 400px;
  font-size: 38px;
  margin: 0;
  transform: translate(0) rotate(-1.6deg);
  color: #000000;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.7em;
  word-spacing: -10px;
}
.dish .dish-info .dish-description {
  width: 400px;
  position: absolute;
  top: 94px;
  left: 148px;
  transform: translate(0) rotate(-1.6deg);
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.dish .dish-info .dish-price {
  position: absolute;
  bottom: 7px;
  right: 60px;
  font-size: 52px;
  transform: translate(0) rotate(-1.6deg);
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.dish .dish-info .dish-price .unit {
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
  font-size: 42px;
  margin: 0 0 0 15px;
}
.dish-tags {
  list-style: none;
  color: white;
  position: absolute;
  bottom: 85px;
  left: 150px;
  margin: 0;
  padding: 0;
}
.dish-tags li {
  width: 196px;
  height: 46px;
  background-color: green;
  margin: -12px 0;
  padding: 0;
}
.dish-tags li.vegan {
  background: url("../img/tag-vegan.png");
}
.dish-tags li.spicy {
  background: url("../img/tag-spicy.png");
}
.dish-tags li.dairy {
  background: url("../img/tag-dairy.png");
}
.dish-tags li.fish-and-seafood {
  background: url("../img/tag-fish-and-seafood.png");
}
.dish-tags li.nuts {
  background: url("../img/tag-nuts.png");
}
.button-previous {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  width: 125px;
  height: 60px;
  background: url("../img/button-previous.png") no-repeat;
}
.button-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -30px;
  width: 125px;
  height: 60px;
  background: url("../img/button-next.png") no-repeat;
}
.article-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-2.jpg") no-repeat;
}
.article-wrap .back-btn {
  top: 40px;
}
.article-wrap .logo {
  position: absolute;
  width: 100%;
  height: 210px;
  text-align: center;
  top: 20px;
  left: 0;
  background: url("../img/burger-rebel-logo-manifesto-page.png") no-repeat center top;
}
.bra-page .article-title {
  color: #ec1848;
  left: 105px;
  font-family: 'gordonregular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 86px;
  top: 200px;
  text-transform: uppercase;
}
.article {
  position: absolute;
  top: 265px;
  left: 105px;
  width: 1060px;
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: 'bradley_hand_itc_ttbold', Helvetica, Arial, sans-serif;
  font-size: 29px;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.article:before,
.article:after {
  content: " ";
  display: table;
}
.article:after {
  clear: both;
}
.all-made-here {
  position: absolute;
  right: 95px;
  bottom: 35px;
  width: 468px;
  height: 50px;
  background: url("../img/its-all-made-here.png") no-repeat;
}
.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #FFF;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
/*# sourceMappingURL=app.css.map */