*:active, *:focus {
  outline: none !important;
}

/* Webfont: DBHeaventRounded */
@font-face {
  font-family: "DB-HeaventRounded";
  src: url("../fonts/DB-HeaventRounded.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-HeaventRounded.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DBHeaventRounded-Bold */
@font-face {
  font-family: "DB-HeaventRounded-Bold";
  src: url("../fonts/DB-HeaventRounded-Bold.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-HeaventRounded-Bold.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DBHeavent-Black */
@font-face {
  font-family: "DB-Heavent-Black";
  src: url("../fonts/DB-Heavent-Black.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-Heavent-Black.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* body {
  font-family: "Prompt-Regular";
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 130%;
  font-weight: normal;
} */

a.menu-mobile {
  border-bottom: solid 1px #ebebeb;
  color: #45ADA8;
}

.btn {
  border: none;
  background: transparent;
  font-family: "DB-HeaventRounded";
  font-size: var(--font16);
  line-height: 1;
  cursor: pointer;
}

main {
  width: 50%;
}

main .btn {
  display: inline-block;
  padding: 12px 16px;
  background: #D40101;
  border-radius: 4px;
  color: #fff;
  display: none;
}

main .btn:hover {
  background: #D40101;
}

/* main p, main .btn-list {
  margin-bottom: 2em;
  } */

  @media (max-width: 768px) {
    main {
      padding: 0;
    }
    main .btn {
     padding: 12px 16px;
     display: block;
     margin: 8px 0;
   }
   .carousel-indicators{
    display: none;
  }
}

.slide-menu {
  background: #fff;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.175); -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.slide-menu .slider {
  top: 60px !important;
}

.slide-menu .controls {
  overflow: hidden;
}

.slide-menu a {
  color: #fff;
}

.slide-menu a:hover {
  background: #c1c5c5;
}

.slide-menu .btn {
  float: right;
  color: #fff;
  background: #D40101;
  padding: 8px;
}

.slide-menu .btn:hover {
  background: #D40101;
}

.slide-menu .btn + .btn {
  margin-right: 1px;
}

#test-menu-left {
  padding: 16px;
}

#head-menu-left{
  padding: 16px;
}

