/*loading*/
.loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 24px;
  height: 24px;
  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: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #ccc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #fff;
  width: 88%;
  height: 88%;
  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); } }
/*loading*/
.shopmenu .toggle {
  transition-duration: 0.7s;
  background: #666; }

.shopmenu .toggle:hover,
.shopmenu .toggle:active {
  background: #888; }

.navigation .nav-concepts a {
  background-image: url("../images/menu-item00.png"); }

.navigation .nav-products a {
  background-image: url("../images/menu-item01.png"); }

.navigation .nav-shops a {
  background-image: url("../images/menu-item02.png"); }

.navigation .nav-company a {
  background-image: url("../images/menu-item03.png"); }

.navigation .nav-usage a {
  background-image: url("../images/menu-item04.png"); }

/*
.navigation li a:hover span,
.navigation .nav-current-page span,
.navigation li.nav-company a:hover span,
.navigation li.nav-company.nav-current-page span {
  border-bottom-color: #333; }
*/

.sticky-nav .nav-logo {
  margin-right: 4.4%; }

/* Breadcrumbs
======================= */
.breadcrumbs {
  background-color: #fff;
  text-align: left;
  color: #b2b2b2;
  font-size: 12px;
  padding: 0 10px;
  border-top: 1px solid #dedede; }

.breadcrumbs a {
  text-decoration: none; }

.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #808080; }

.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline; }

.breadcrumbs ul {
  list-style: none;
  line-height: 1.4;
  max-width: 950px;
  margin: 0 auto;
  padding: 14px 0; }

.breadcrumbs li {
  display: inline-block; }
