@font-face {
  font-family: 'allergens-icons';
  src: url('../fonts/allergens-icons.eot?z0u4l7');
  src: url('../fonts/allergens-icons.eot?z0u4l7#iefix') format('embedded-opentype'), url('../fonts/allergens-icons.ttf?z0u4l7') format('truetype'), url('../fonts/allergens-icons.woff?z0u4l7') format('woff'), url('../fonts/allergens-icons.svg?z0u4l7#allergens-icons') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'allergens-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-traces:before {
  content: "\e900"; }

.icon-info:before {
  content: "\e907"; }

.icon-allowed:before {
  content: "\e901"; }

.icon-notallowed:before {
  content: "\e902"; }

.icon-chevron-down:before {
  content: "\e903"; }

.icon-chevron-left:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e905"; }

.icon-chevron-up:before {
  content: "\e906"; }

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 12px; }

body {
  font-size: 1.4rem;
  cursor: default;
  background: #fff; }
  body.loading {
    overflow-y: hidden; }

.navbar {
  position: relative;
  margin-bottom: 0; }
  .navbar .container {
    position: relative; }

.navbar-default {
  border: none; }

.navbar-header {
  display: inline-block;
  float: none;
  padding: 1.5rem 0; }

.header-country {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  .header-country p {
    margin: 0;
    color: white;
    font-size: 2rem;
    font-weight: bold; }

#lang-selector {
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  #lang-selector button {
    display: inline-block;
    margin: 0 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border: none;
    border-radius: 3.5rem;
    font-size: 1.1rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s all ease-out 0;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: 0.2s all ease-out 0;
    transition: 0.2s all ease-out 0;
    outline: 0; }
    #lang-selector button.active {
      background-color: #fff;
      color: #000; }

.container-fluid > .row > .col-xs-12 {
  padding: 0; }

#selector li.active {
  background-color: #efefef; }
  #selector li.active a {
    color: #000; }
  #selector li a {
    color: #fff;
    cursor: pointer; }
  #selector li a:focus, #selector li a:hover {
    background-color: transparent; }

#suballergens-info {
  padding: 15px 0; }
  #suballergens-info p {
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: white; }

.pdf-wrapper {
  text-align: right; }
  .pdf-wrapper a {
    border-radius: 0;
    padding: 1rem 2rem;
    font-weight: bold;
    border: none; }

#ingredients {
  background-image: url(../imgs/selector-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 3rem 0; }
  #ingredients h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    font-family: inherit; }
  #ingredients li {
    font-size: 1rem;
    display: inline-block;
    width: 9em;
    height: 9em;
    border: 0.5em solid #fff;
    padding: 0 0.5em;
    margin: 1em 1.5em;
    line-height: 1.4em;
    cursor: pointer;
    -webkit-border-radius: 9em;
    border-radius: 9em;
    -webkit-transition: 0.25s all ease-out 0;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: 0.25s all ease-out 0;
    transition: 0.25s all ease-out 0; }
  #ingredients li:active {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }
  #ingredients li span {
    width: 8em;
    height: 8em;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-transform: uppercase; }

.nav-justified li a {
  font-size: 2rem;
  font-weight: bold; }

.hero {
  text-align: center;
  font-size: 2.3rem;
  line-height: 3.3rem;
  padding: 4rem 0; }
  .hero img {
    margin-bottom: 10px; }
  .hero.hero-error:before {
    font-family: 'allergens-icons';
    content: "\e902";
    font-size: 6rem;
    border: solid 4px red;
    color: red;
    border-radius: 50%;
    vertical-align: middle; }
  .hero.hero-error > .container {
    margin-top: 30px; }

.categories li {
  background: #efefef;
  border-top: 1px solid #efefef;
  font-size: 1.3rem;
  line-height: 2rem; }
  .categories li span {
    padding: 1rem 7rem 1rem 2rem;
    display: block;
    max-width: 90rem;
    margin: auto;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3rem; }
  .categories li span > div {
    display: inline-block;
    position: relative;
    margin-left: 5px; }

#all_courses .categories > li {
  border-bottom: 1px solid #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #all_courses .categories > li > ul {
    display: none; }
  #all_courses .categories > li > span {
    cursor: pointer; }
  #all_courses .categories > li > span:after {
    content: "\e903";
    font-family: 'allergens-icons';
    font-size: 2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: inherit;
    position: absolute;
    right: 2rem;
    top: 0;
    margin-top: 1rem;
    text-align: center;
    color: #000;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #all_courses .categories > li > span.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #all_courses .categories > li:hover {
    background: #c9c9c9;
    border-top: 1px solid #c9c9c9; }

.items li {
  background: #fff; }
  .items li > span {
    font-weight: normal; }
  .items li > span:after {
    content: "\e901";
    background-color: #2ecc71;
    font-family: 'allergens-icons';
    font-size: 2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: inherit;
    border-radius: 3rem;
    position: absolute;
    right: 2rem;
    top: 0;
    margin-top: 1rem;
    text-align: center;
    color: #fff; }
  .items li.notallowed > span {
    color: #e74c3c; }
  .items li.notallowed > span:after {
    content: "\e902";
    background-color: #e74c3c; }
  .items li.traces > span:after {
    content: "\e900";
    background-color: #f1c40f; }

ul.suballergens:not(:first-child) {
  margin-top: 5px; }
  ul.suballergens > li {
    border-top: none;
    font-size: 1rem;
    line-height: 1.2rem;
    white-space: nowrap;
    text-align: left;
    color: black; }
  ul.suballergens > li ul {
    padding-left: 10px; }
  ul.suballergens > li ul li {
    border-top: none;
    font-size: 0.9rem;
    line-height: 1.2rem;
    white-space: nowrap;
    text-align: left;
    color: black; }
    ul.suballergens > li ul li:before {
      content: '●';
      font-size: 1.3rem;
      color: #e74c3c;
      margin-right: 5px; }
    ul.suballergens > li ul li.suballergen_traces:before {
      color: #f1c40f; }

#legend {
  background-color: #efefef; }
  #legend .col-xs-4 p {
    position: relative;
    line-height: 3rem;
    padding-left: 4rem;
    display: inline-block;
    margin: 15px 0; }
  #legend .col-xs-4 p:before {
    content: "\e901";
    background-color: #2ecc71;
    font-family: 'allergens-icons';
    font-size: 2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: inherit;
    border-radius: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff; }
  #legend .col-xs-4:nth-child(2) p:before {
    content: "\e900";
    background-color: #f1c40f; }
  #legend .col-xs-4:last-child p:before {
    content: "\e902";
    background-color: #e74c3c; }

#footer {
  color: #fff;
  padding: 2rem 0;
  position: relative;
  font-size: 1.1rem; }
  #footer .footer-notes {
    margin-bottom: 1em; }
  #footer .footer-notes p {
    margin: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold; }
  #footer .goup {
    font-size: 1.6rem;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
    line-height: 3.4rem;
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 3.4rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s all ease-out 0;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: 0.2s all ease-out 0;
    transition: 0.2s all ease-out 0; }
  #footer .goup:hover {
    opacity: 0.9; }
  #footer .goup i {
    font-weight: bold; }
  #footer .copyright span {
    cursor: pointer;
    text-decoration: underline; }
  #footer .disclaimer {
    margin-top: 15px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

preloader div {
  transition: 0.25s linear all; }

preloader div.ng-hide {
  opacity: 0; }

.loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 2s infinite ease-in-out;
  animation: tp-rotateplane 2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    background-color: #4285f4; }

  25% {
    background-color: #de3e35; }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    background-color: #f7c223; }

  75% {
    background-color: #1b9a59; }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    background-color: #4285f4; } }

@keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    background-color: #4285f4; }

  25% {
    background-color: #de3e35; }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    background-color: #f7c223; }

  75% {
    background-color: #1b9a59; }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    background-color: #4285f4; } }

@media only screen and (max-width: 480px) {
  html {
    font-size: 9px; }

  .header-country {
    position: relative;
    -webkit-transform: none;
    transform: none; }
    .header-country p {
      font-size: 1.8rem; }

  #lang-selector {
    position: relative;
    margin-top: 25px; }

  #selector .container {
    padding: 0; }
    #selector .container .nav-justified li {
      display: table-cell;
      width: 1%;
      vertical-align: middle; }
      #selector .container .nav-justified li a {
        font-size: 1.5rem;
        margin-bottom: 0; }

  .pdf-wrapper {
    text-align: center; }

  #legend .col-xs-4 p {
    padding-left: 0;
    padding-top: 4rem;
    line-height: unset; }
    #legend .col-xs-4 p:before {
      margin: 0 auto;
      right: 0; } }

@media only screen and (max-width: 991px) {
  #footer .container > .row > div {
    text-align: center; }
    #footer .container > .row > div:first-child {
      margin-bottom: 0.5rem; } }
