html {
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  position: relative;
  min-height: 100%;
  background-size: cover; }

header {
  height: 12%;
  overflow: hidden;
  border-bottom: 1px solid #CCC !important;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99; }
  header + div.header-helper {
    height: 12%;
    position: relative; }

#regular-content {
  height: 82%;
  padding: 5% 0; }

.search-info {
  text-align: center;
  color: #fff;
  background: #00aeef; }

.maps-style header .row > div:first-child * {
  display: none; }
.maps-style .menu {
  display: none; }

#logo {
  height: 100%;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  display: block;
  text-align: center;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  display: table; }
  #logo div {
    display: table-cell;
    vertical-align: middle; }
  #logo img {
    max-height: 45px;
    margin: 0 auto; }
  #logo strong {
    color: #333333; }
  #logo span {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: 100%; }

.back-button {
  background: url(../images/icons/circle-back-arrow-outline-stroke.svg) no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }

#map {
  height: 44%;
  border-bottom: 1px solid #CCC !important; }

#list {
  height: 38%;
  overflow: auto; }

#question {
  height: 82%; }

#spinner-box {
  height: 82%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding-bottom: 10%; }
  #spinner-box .row {
    width: 100%;
    display: table;
    height: 100%; }
    #spinner-box .row > div {
      display: table-cell;
      vertical-align: middle;
      float: none; }
  #spinner-box #spiner {
    margin-top: 20px; }

footer {
  width: 100%;
  height: 6%;
  color: #333333;
  text-align: center;
  border-top: 1px solid #CCC !important;
  z-index: 99;
  position: relative; }
  footer .container {
    display: table;
    height: 100%; }
  footer .row {
    display: table-cell;
    vertical-align: middle;
    opacity: 0.3; }
  footer a {
    color: inherit; }
  footer .logo-codesite,
  footer .logo-blulog {
    display: inline-block; }
    footer .logo-codesite img,
    footer .logo-blulog img {
      height: 15px;
      margin: 0 3px; }
  footer .logo-blulog {
    height: 12px;
    top: 1px;
    position: relative; }

.inFridge {
  text-align: center;
  font-size: 11px; }
  .inFridge span {
    color: #555555;
    font-size: 20px;
    font-weight: 700; }

address.row {
  border-bottom: 1px solid #CCC;
  background: #fff;
  color: #333333;
  padding: 10px; }
  address.row:last-child {
    border-bottom: none; }

.show-icon {
  display: block;
  min-height: 60px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 4px solid #fff; }

.show-details {
  background: #F37521 url(../images/icons/common-tag-2-general-price-glyph.svg) no-repeat center center;
  border-right: 2px solid #fff; }

.show-road {
  background: #00aeef url(../images/icons/map-location-service-glyph.svg) no-repeat center center;
  border-left: 2px solid #fff; }

.box-organization {
  font-size: 15px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .box-organization > div:last-child {
    margin-top: 20px; }
  .box-organization img {
    max-height: 100px; }

.box-blue {
  background: #00aeef url(../../images/bg-device.jpg) no-repeat top right;
  min-height: 195px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .box-blue .title, .box-blue p {
    text-align: center; }
  .box-blue .title {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 7px; }
  .box-blue .description {
    margin-top: 7px; }
  .box-blue .light-color div:first-child {
    color: rgba(255, 255, 255, 0.8); }
  .box-blue .light-color div.a {
    color: #BB3300; }
  .box-blue .light-color div.b {
    color: #4a1d92; }
  .box-blue .temps {
    font-size: 22px;
    font-weight: 600;
    line-height: 68px; }
    .box-blue .temps > .row:nth-child(2) {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .box-blue .temps > .row > div:last-child {
      font-size: 48px;
      font-weight: 700;
      text-align: right; }

.box-temp {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  margin: 12px 0px;
  padding: 12px 0; }
  .box-temp #linechart_material {
    height: 300px; }
  .box-temp .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #333333;
    margin-bottom: 13px; }

.box-promo > .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  background: #F37521;
  padding: 10px 0px; }
.box-promo .products {
  border-top: 1px solid #f6f6f6;
  padding-top: 12px;
  color: #333333; }
  .box-promo .products .title {
    font-size: 26px;
    font-weight: 700;
    line-height: normal; }
  .box-promo .products .price {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px; }
    .box-promo .products .price span {
      color: #c8c8c8; }
  .box-promo .products .dates {
    text-transform: uppercase;
    font-weight: 400;
    color: #c8c8c8;
    font-size: 15px; }
.box-promo .img-responsive {
  margin: 0 auto; }
.box-promo .sep {
  padding: 12px 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6; }
  .box-promo .sep span {
    height: 9px;
    background: #F37521;
    display: block; }

.maps-style .header-helper {
  display: none; }
.maps-style header {
  position: relative; }
.maps-style .row {
  margin: 0px; }
.maps-style .col-lg-1, .maps-style .col-lg-10, .maps-style .col-lg-11, .maps-style .col-lg-12, .maps-style .col-lg-2, .maps-style .col-lg-3, .maps-style .col-lg-4, .maps-style .col-lg-5, .maps-style .col-lg-6, .maps-style .col-lg-7, .maps-style .col-lg-8, .maps-style .col-lg-9, .maps-style .col-md-1, .maps-style .col-md-10, .maps-style .col-md-11, .maps-style .col-md-12, .maps-style .col-md-2, .maps-style .col-md-3, .maps-style .col-md-4, .maps-style .col-md-5, .maps-style .col-md-6, .maps-style .col-md-7, .maps-style .col-md-8, .maps-style .col-md-9, .maps-style .col-sm-1, .maps-style .col-sm-10, .maps-style .col-sm-11, .maps-style .col-sm-12, .maps-style .col-sm-2, .maps-style .col-sm-3, .maps-style .col-sm-4, .maps-style .col-sm-5, .maps-style .col-sm-6, .maps-style .col-sm-7, .maps-style .col-sm-8, .maps-style .col-sm-9, .maps-style .col-xs-1, .maps-style .col-xs-10, .maps-style .col-xs-11, .maps-style .col-xs-12, .maps-style .col-xs-2, .maps-style .col-xs-3, .maps-style .col-xs-4, .maps-style .col-xs-5, .maps-style .col-xs-6, .maps-style .col-xs-7, .maps-style .col-xs-8, .maps-style .col-xs-9 {
  padding: 0px; }
.maps-style .container {
  padding: 0px; }

.points-button,
.download-button {
  font-size: 18px;
  text-align: center;
  background-color: #00aeef;
  padding: 23px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 5px; }

#electricity {
  opacity: 0.3; }

.navbar-toggle .icon-bar {
  background: #333333;
  width: 21px;
  height: 2px; }

.navbar-nav {
  margin-left: 0;
  margin-right: 0; }

.menu {
  z-index: 9999;
  position: fixed;
  height: 12%;
  display: table; }

.navbar {
  position: relative;
  z-index: 999999;
  border: none;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle; }

.navbar-toggle[aria-expanded="true"] {
  margin-top: 20px;
  margin-bottom: 25px; }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    display: none; }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(2px, 1px);
    -webkit-transform: rotate(45deg) translate(2px, 1px);
    -o-transform: rotate(45deg) translate(2px, 1px);
    background: #fff; }
  .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translate(0px, 0px);
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    -o-transform: rotate(-45deg) translate(0px, 0px);
    margin-top: 0;
    background: #fff; }

.navbar-collapse {
  position: absolute;
  text-align: right;
  left: -30px;
  right: -15px;
  border-top: none;
  box-shadow: none;
  margin-left: -16.66666667%; }

.navbar-nav > li > a {
  color: #fff; }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    color: #333333; }

.nav > li {
  border-bottom: 1px solid #333333; }

.navbar a {
  height: auto; }

#your-points {
  text-align: center; }
  #your-points .points {
    font-size: 72px;
    font-weight: 800;
    background: #00aeef;
    color: #fff;
    display: inline-block;
    width: 150px;
    height: 120px;
    line-height: 120px; }
  #your-points .coupons {
    font-size: 72px;
    font-weight: 800;
    background: #F37521;
    color: #fff;
    display: inline-block;
    width: 150px;
    height: 120px;
    line-height: 120px; }

.coupons-list {
  list-style: none; }

body.hover > div.hover {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(28, 28, 28, 0.9);
  z-index: 999;
  position: fixed;
  height: 100%; }

.box-blue .temps > .row:nth-child(2) {
  border: none; }

.row.light-color {
  display: none; }

.main-page {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  height: 82%; }

.row.box-promo {
  margin-bottom: 20px; }

.price + div img.img-responsive {
  max-height: 250px;
  margin-top: 5px;
  margin-bottom: 5px; }

@media screen and (max-height: 767px) {
  .box-blue {
    font-size: 14px; }

  .row.box-blue > div {
    padding: 0px 15px; }

  .row.box-blue .temps {
    font-size: 18px; }
    .row.box-blue .temps > .row > div:last-child {
      font-size: 30px;
      font-weight: 700;
      text-align: right; }

  .box-organization {
    text-align: center; }
    .box-organization img {
      margin: 0 auto; }

  .box-promo .products .title {
    font-size: 23px; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 12px; }

  #logo {
    font-size: 20px; }

  .box-promo .products .title {
    font-size: 18px; }

  .box-promo .products .dates {
    font-size: 12px; }

  .box-promo > .title {
    font-size: 19px; }

  .points-button, .download-button {
    font-size: 14px; }

  .box-promo .products .price {
    font-size: 16px; }

  .box-organization {
    font-size: 14px; }

  footer {
    font-size: 10px; }

  .inFridge span {
    font-size: 16px; }

  .show-details {
    font-size: 60%; }

  .back-button {
    background-size: contain; } }
@media screen and (max-height: 420px) {
  footer,
  header {
    display: none; }

  #question,
  #map,
  #list {
    height: 50%; }

  #logo img {
    max-height: 45px; } }
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; } }

/*# sourceMappingURL=frontend.css.map */
