@font-face {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/icons.woff) format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HelveticaNeue.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/HelveticaNeue-Light.ttf) format("truetype");
  font-display: swap;
}
* {
  -webkit-padding-start: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.csr-ptr {
  cursor: pointer;
}

.bg-ash {
  background-color: #ececec;
}

.bg-black {
  background-color: black;
}

.fnt-miele {
  color: #770011;
}

.btn-miele {
  background-color: #770011;
}

.miele-font:before {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

.icn {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

a.btn-outline {
  font-weight: 700;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: inherit;
  border: 1px solid transparent;
}
a.btn-outline span.icn {
  font-size: 20px;
  line-height: 15px;
}
a.btn-outline span + span {
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .xs-hide {
    display: block;
  }
}
@media (max-width: 767px) {
  .xs-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .xs-show {
    display: block;
  }
}
@media (min-width: 768px) {
  .xs-show {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue";
  color: #ffffff;
  background-color: #ececec;
}
@media (max-width: 767px) {
  body .row {
    margin: 0;
  }
}

header {
  background-color: #222;
  position: relative;
  z-index: 10;
  padding-top: 115px;
}
header > div:first-child {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  justify-content: space-around;
  width: 100vw;
}
header > div:first-child #logo img {
  width: 158px;
  height: 60px;
}
header .header_container {
  max-width: 1200px;
}
header .header_container.scroll_off {
  display: none;
}
@media (max-width: 767px) {
  header .header_container button {
    position: relative;
    left: 85%;
  }
}
header .header_container ul.navbar-nav {
  position: relative;
}
header .header_container ul.navbar-nav .nav-item {
  position: static;
}
header .header_container ul.navbar-nav .nav-item:hover > .nav-link {
  border-bottom: 2px solid #8c0014;
  margin-bottom: 0px;
}
header .header_container ul.navbar-nav .nav-item:hover .nav-dropdown {
  display: grid;
}
header .header_container ul.navbar-nav .nav-item .nav-link {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  padding: 16px 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown {
  display: none;
  background-color: #222;
  width: 50vw;
  min-height: 480px;
  position: absolute;
  z-index: 1001;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1300px) and (min-width: 768px) {
  header .header_container ul.navbar-nav .nav-item .nav-dropdown {
    width: 70vw;
  }
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown.wide {
  width: 70vw;
  grid-template-columns: 60fr 40fr;
}
@media (max-width: 1300px) and (min-width: 768px) {
  header .header_container ul.navbar-nav .nav-item .nav-dropdown.wide {
    width: 90vw;
  }
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown > div {
  padding: 7vh 5vw;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul {
  position: relative;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  padding-left: 0;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul > li .nav-subcatlinks {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
  width: 20vw;
  min-height: 100%;
  padding-left: 3vw;
  border-left: 1px solid #e1e1e1;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul > li .nav-subcatlinks li {
  padding: 0 0 1rem;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul > li:hover .nav-subcatlinks {
  display: block;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul a {
  cursor: pointer;
  color: #e1e1e1;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul a:hover {
  color: #ffffff;
  padding-left: 1px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-sublinks ul a {
    font-size: 1rem;
  }
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-imglinks a {
  color: #ffffff;
  text-align: center;
  display: block;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-imglinks a img {
  opacity: 0.3;
}
header .header_container ul.navbar-nav .nav-item .nav-dropdown .nav-imglinks a span {
  position: relative;
  top: auto;
  bottom: 5rem;
}
header .header_container ul.navbar-nav:first-child .nav-dropdown {
  left: 0;
}
header .header_container ul.navbar-nav:nth-child(2) .nav-dropdown {
  right: 0;
}
header ~ .bg-cover {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9;
  display: none;
  top: 0;
}
header.header_scrolled:hover .header-box {
  background-color: #222;
}
header.header_scrolled:hover .header_container.scroll_off {
  display: block;
}
header:not(.header_scrolled):hover ~ .bg-cover {
  display: block;
}

a.carousel-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% - 25px);
  background: rgba(0, 0, 0, 0.6);
}
a.carousel-control.carousel-control-prev {
  left: 50px;
}
@media (max-width: 767px) {
  a.carousel-control.carousel-control-prev {
    left: 15px;
  }
}
a.carousel-control.carousel-control-next {
  right: 50px;
}
@media (max-width: 767px) {
  a.carousel-control.carousel-control-next {
    right: 15px;
  }
}

#banner {
  background-color: black;
}
#banner .carousel-item img {
  position: relative;
  top: -1rem;
}
#banner .carousel-item .banner-caption {
  position: absolute;
  bottom: 5%;
}
@media (max-width: 767px) {
  #banner .carousel-item .banner-caption {
    position: static;
    bottom: 0;
  }
  #banner .carousel-item .banner-caption h1 span {
    font-size: 1.4rem !important;
  }
}
#banner .carousel-item .banner-caption a {
  font-variant: all-small-caps;
  padding: 0.3rem 1rem 0.5rem;
  font-weight: 500;
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  #banner .carousel-item .banner-caption a {
    width: 100%;
  }
}
#banner .slider-indicator {
  height: 4px;
  width: 56px;
}
#banner .carousel-indicators {
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  #banner .carousel-indicators {
    position: static;
    margin-top: 5%;
  }
}

.wrapper {
  display: grid;
  grid-template-columns: 40fr 30fr 40fr;
  grid-gap: 30px;
  grid-auto-rows: minmax(500px, auto);
}
@media (max-width: 767px) {
  .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    grid-auto-rows: minmax(350px, auto);
    padding-bottom: 2rem;
  }
}
.wrapper > div {
  background-color: #222;
  color: #ffffff;
}
.wrapper > div .sl-anim {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.9));
}
.wrapper > div .sl-anim > .p-btn {
  text-transform: uppercase;
  font-size: 0.85rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.wrapper .one {
  grid-column: 1/1;
  grid-row: 1/3;
}
@media (max-width: 767px) {
  .wrapper .one {
    grid-column: 1;
    grid-row: 1;
  }
}
.wrapper .one .p-img {
  height: 402px;
  background: linear-gradient(180deg, #222 0, #6b6b6b);
  padding: 20% 18% 0;
}
@media (max-width: 767px) {
  .wrapper .one .p-img {
    height: 300px;
  }
}
.wrapper .one .p-img img {
  display: block;
  max-height: 50vh;
}
@media (max-width: 767px) {
  .wrapper .one .p-img img {
    max-height: 30vh;
  }
}
.wrapper .one .p-img .icn {
  background-color: #8c0014;
  position: absolute;
  top: 2rem;
  left: 0px;
  height: 4px;
  width: 24px;
}
.wrapper .one .p-info {
  min-height: 500px;
  padding-top: 10rem;
  align-items: center;
  background: transparent url(../img/crs-product_bg.png) 0 -50% no-repeat scroll;
}
@media (max-width: 767px) {
  .wrapper .one .p-info {
    padding-top: 2rem;
    min-height: 350px;
  }
}
.wrapper .one .p-info .p-details {
  max-width: 370px;
}
.wrapper .one .p-info .p-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #8c0014;
}
.wrapper .one .p-info .p-price > p > span {
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
  color: #ffffff;
}
.wrapper .one .p-btn > .btn-details {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  background-attachment: scroll;
  background-color: #770011;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #ffffff;
  height: 46px;
  border: none;
  width: 139.25px;
  margin: 0px;
  padding: 0px 15px;
  overflow: hidden;
  cursor: pointer;
  visibility: visible;
  font-weight: 700;
  line-height: 46px;
}
.wrapper .one ~ div a {
  height: 0;
  opacity: 0;
  -webkit-transition: height 2s linear 0s;
  transition: height 2s linear 0s;
}
.wrapper .one ~ div:hover > div a {
  height: auto;
  opacity: 1;
}
.wrapper .grd2 {
  grid-column: 2/span 2;
  grid-row: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .wrapper .grd2 {
    grid-row: 2;
    grid-column: 1;
  }
}
.wrapper .grd3 {
  grid-column: 2/span 2;
  grid-row: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .wrapper .grd3 {
    grid-row: 3;
    grid-column: 1;
  }
}
.wrapper .grd4 {
  grid-column: 1/span 2;
  grid-row: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .wrapper .grd4 {
    grid-row: 4;
    grid-column: 1;
  }
}
.wrapper .grd5 {
  grid-column: 3/span 1;
  grid-row: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  .wrapper .grd5 {
    grid-row: 5;
    grid-column: 1;
  }
}

#best-seller {
  background: url("../img/product-bg.png");
  background-position: 0% 75%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #best-seller .column p {
    text-align: center;
  }
}
#best-seller .bs-one.col-sm-4 {
  float: left;
}
#best-seller .bs-one img {
  height: 200px;
}
#best-seller .bs-one .bs-shadow {
  content: "";
  margin-top: 3rem;
  z-index: 0;
  position: relative;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 10px;
  border-radius: 33%/5px;
  background: rgba(112, 84, 84, 0.2);
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}

#partners .container {
  background: linear-gradient(to bottom, #ffffff 10%, #ddd 50%);
  display: grid;
  grid-template-rows: 2fr;
  gap: 50px 20px;
}
#partners .container .pt-one a {
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  #partners .container .pt-one img {
    max-width: 100%;
  }
}

footer > div:first-child {
  background-color: black;
}
footer > div:first-child a {
  color: #ffffff;
}
footer > div:first-child a:hover {
  text-decoration: none;
}
footer > div:first-child .title {
  font-size: 0.75rem;
}
footer > div:first-child .lnk-group h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  footer > div:first-child .lnk-group h5 .fa {
    float: right;
  }
}
@media (min-width: 768px) {
  footer > div:first-child .lnk-group h5 .fa {
    display: none;
  }
}
footer > div:first-child .lnk-group .f-list a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 992px) {
  footer > div:first-child .lnk-group .f-list {
    display: none;
  }
}

.pg1#products .topImg {
  background-position: center 80%;
}
.pg1 .topImg {
  min-height: 40vh;
  height: auto;
  background-size: cover;
  background-position: center 75%;
  border-bottom: 1rem solid #ececec;
  position: relative;
}
@media (max-width: 767px) {
  .pg1 .topImg {
    min-height: 0;
  }
  .pg1 .topImg.h50 {
    background-color: #333;
  }
  .pg1 .topImg.h50 a {
    height: auto;
  }
  .pg1 .topImg.h50 a .icn {
    display: block !important;
    margin-top: 20px;
  }
}
.pg1 .topImg h1 {
  font-weight: 200;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 40px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
.pg1 .topImg .h5 {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.pg1 .topImg .img-cover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.pg1 .topImg .img-cover.lighter {
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center 20%;
}
.pg1 .topImg .img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 75%;
  object-position: 50% 50%;
  filter: brightness(0.6);
}
@media (max-width: 767px) {
  .pg1 .topImg .img-cover img {
    height: auto;
  }
}
.pg1 .topImg .img-cover + div {
  width: 43%;
  position: relative;
}
@media (max-width: 767px) {
  .pg1 .topImg .img-cover + div {
    width: 95%;
    position: static;
  }
}
@media (max-width: 1200px) {
  .pg1 .topImg .img-cover + div {
    width: 65%;
  }
}
.pg1 .topImg .img-cover + div > a {
  color: #ffffff;
}
.pg1 .topImg .img-cover + div > a:hover {
  color: #e1e1e1;
  background-color: rgba(0, 0, 0, 0.2);
}
.pg1 .topImg.h50 {
  min-height: 50vh;
}
.pg1 .intro {
  padding-top: 60px;
  padding-bottom: 80px;
  color: #222;
}
.pg1 .intro h1 {
  font-size: 44px;
  line-height: 52px;
}
.pg1 .intro div {
  font-size: 1.2rem;
}
.pg1 .q-one {
  color: #222;
  height: 40vh;
  overflow: hidden;
}
.pg1 .q-one > div {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  height: 100%;
}
.pg1 .q-one > div.imgbox > div {
  background-position: center center;
  height: 100%;
}
.pg1 .ct-info {
  background-color: #ececec;
  color: #222;
}
.pg1 .ct-info .ct-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .pg1 .ct-info .ct-box {
    padding-bottom: 0px;
  }
}
.pg1 .ct-info .ct-box > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .pg1 .ct-info .ct-box > div {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .pg1 .ct-info .ct-box > div > div {
    margin-bottom: 10px;
  }
}
.pg1 .ct-info .ct-box.vert > div {
  grid-template-columns: 1fr;
  column-gap: 0;
}
.pg1 .ct-info .ct-box h4 {
  font-family: Helvetica Neue;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 35vh;
}
@media (max-width: 767px) {
  .pg1 .ct-info .ct-box .ct-one .container-fluid {
    min-height: 10vh;
  }
}
.pg1 .ct-info .ct-box .ct-one .container-fluid h2 {
  font-size: 50px;
  margin-top: 5px;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid h4 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 400;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid p {
  font-family: Helvetica Neue;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid a {
  color: inherit;
  font: normal small-caps 500 0.9rem/1 "Helvetica Neue";
}
.pg1 .ct-info .ct-box .ct-one .container-fluid .mfont-phone:before {
  content: "\f184" !important;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid .mfont-message:before {
  content: "\f173" !important;
}
.pg1 .ct-info .ct-box .ct-one .container-fluid .mfont-pin:before {
  content: "\f186" !important;
}
.pg1 #formbox h3 {
  -webkit-font-smoothing: antialiased;
}
.pg1 #formbox form .ffield {
  height: 50px;
  border: 3px double lightgray;
}
@media (max-width: 767px) {
  .pg1 #formbox form .ffield.bootstrap-select ul.dropdown-menu {
    width: calc(100vw - 8rem);
  }
  .pg1 #formbox form .ffield.bootstrap-select ul.dropdown-menu a {
    white-space: normal;
  }
}
.pg1 #formbox form .ffield.bootstrap-select ul.dropdown-menu li {
  background-color: #f1f1f1;
  margin-bottom: 1px;
  padding: 5px 2px;
  font-size: 14px;
}
.pg1 #formbox form .ffield.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #e1e1e1;
}
.pg1 #formbox form .ffield.bootstrap-select ul.dropdown-menu li:hover a {
  background-color: #e1e1e1;
}
.pg1 #formbox form .ffield.bootstrap-select > button {
  height: 100%;
  border-radius: 0;
}
.pg1 #formbox form textarea.ffield {
  height: 120px;
}

@media (max-width: 767px) {
  #aboutreasons .q-one {
    overflow: visible;
    height: auto;
  }
  #aboutreasons .q-one .imgbox-sm {
    height: 25vh;
  }
  #aboutreasons .q-one .imgbox-sm div {
    height: 100%;
    background-position: center center;
  }
}

.aboutcontact #aboutcontact .ct-box {
  padding-top: 10px;
  padding-bottom: 20px;
}
.aboutcontact #aboutcontact .ct-box > div {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.aboutcontact #ctForms {
  background-color: #ffffff;
  color: #222;
}
.aboutcontact #ctForms li.nav-item a.nav-link {
  color: #555;
}
.aboutcontact #ctForms li.nav-item a.nav-link.active {
  background-color: #770011;
  color: #ececec;
}

#evnts {
  background-color: #ffffff;
}
#evnts .topImg.h_74 img {
  height: 74vh;
}
@media (max-width: 767px) {
  #evnts .topImg.h_74 img {
    height: auto;
  }
}
#evnts > div {
  padding-top: 60px;
  padding-bottom: 30px;
}
#evnts > div:not(#ev_note) > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2rem;
  position: relative;
}
@media (max-width: 1200px) {
  #evnts > div:not(#ev_note) > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #evnts > div:not(#ev_note) > div {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#evnts > div .input {
  background: inherit;
  border: none;
  border-bottom: 1px solid #1f1f1f;
  width: 100%;
  margin-bottom: 50px;
}
#evnts > div .evnt-one {
  position: relative;
  width: 100%;
  height: 100%;
}
#evnts > div .evnt-one img {
  width: 100%;
}
#evnts > div .evnt-one.pst img {
  height: 67%;
}
#evnts > div .evnt-one h4 {
  margin-top: -40px;
  margin-left: 20px;
  font-size: 1.2rem;
}
#evnts > div .evnt-one span.price {
  position: absolute;
  right: 15px;
  top: 2rem;
  padding: 2px;
  background-color: #770011;
  color: #ececec;
}
#evnts > div + div {
  background-color: #555;
}
#evnts > div + div .icn {
  padding-right: 6px;
}
#evnts #ev_note {
  margin-top: -5%;
}
@media (max-width: 1200px) {
  #evnts #ev_note #trns img {
    max-width: 100% !important;
  }
}

.evntpg .topImg {
  min-height: 60vh;
  background-position: center center;
  display: grid;
  justify-items: end;
}
.evntpg .topImg .evntinfo {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
  align-self: stretch;
}

@media (max-width: 767px) {
  #products .topImg {
    background-color: #333;
  }
  #products .img-cover {
    display: none;
  }
  #products .bg-cover {
    display: none !important;
  }
}

.product-cat .row > div h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 200;
  margin-bottom: 10px;
}
.product-cat .row > div p {
  font-size: 16px;
  line-height: 24px;
}
.product-cat .row > div > div {
  z-index: 2;
}
.product-cat .row > div:after {
  position: absolute;
  height: 150px;
  bottom: 0;
  top: auto;
  left: 0;
  content: "";
  width: 100%;
}
.product-cat .k0 {
  background-color: #6b6b6b;
  color: white;
  padding: 1rem;
}
.product-cat .k0 a {
  border-color: white;
  color: white;
}
.product-cat .k0:after {
  background-color: transparent;
}
.product-cat .k1 {
  background-color: #c5c5c5;
  color: #222;
  padding: 1rem;
}
.product-cat .k1 a {
  border-color: #222;
  color: #222;
}
.product-cat .k1:after {
  background-color: transparent;
}
.product-cat .categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .product-cat .categories {
    grid-template-columns: 1fr;
  }
}
.product-cat .categories > div:first-child {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-grid > div {
  display: grid;
  grid-template-columns: 2.5fr 8fr;
  grid-gap: 20px 20px;
  max-width: 1140px;
  width: 95%;
}
@media (max-width: 1200px) {
  .product-grid > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .product-grid > div {
    padding: 0;
  }
}
.product-grid #sidebar h3 {
  font-size: 24px;
}
.product-grid #sidebar ul {
  list-style: none;
}
.product-grid #sidebar ul li {
  margin-bottom: 1px;
}
.product-grid #sidebar ul li:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.product-grid #sidebar ul a {
  font-variant: small-caps;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.product-grid .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .product-grid .grid-box {
    grid-template-columns: 1fr;
  }
}
.product-grid .grid-box .grid-one {
  position: relative;
}
.product-grid .grid-box .grid-one .product-imgbox {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), color-stop(65%, #f2f2f2), to(#f6f6f6));
  background: linear-gradient(180deg, #fff 0, #fff 60%, #f2f2f2 65%, #f6f6f6);
  border-top: 2px solid #770011;
  min-height: 25vh;
  max-height: 30vh;
}
.product-grid .grid-box .grid-one .product-imgbox > div {
  display: grid;
  place-content: center;
  height: 30vh;
}
.product-grid .grid-box .grid-one .product-imgbox > div img {
  max-height: 25vh;
}
.product-grid .grid-box .grid-one .product-info {
  -webkit-font-smoothing: antialiased;
  color: #222;
}
.product-grid .grid-box .grid-one .product-info h3.ptitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.product-grid .grid-box .grid-one .product-info h4 {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
}
.product-grid .grid-box .grid-one .product-info .pprice {
  color: #770011;
  font-size: 24px;
}
.product-grid .grid-box .grid-one .product-info .pprice sup {
  font-size: 9px;
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .product-grid .grid-box .grid-one .buynow {
    height: auto;
    opacity: 1;
    margin: 0 auto 20px;
    width: calc(100% - 30px);
    background-color: #770011;
    color: #ffffff;
    padding: 10px 0;
  }
}
@media (min-width: 767px) {
  .product-grid .grid-box .grid-one .buynow {
    height: 0;
    opacity: 0;
    width: calc(100% - 30px);
    background-color: #770011;
    color: #ffffff;
    padding: 0;
  }
  .product-grid .grid-box .grid-one:hover .buynow {
    opacity: 1;
    -webkit-transition: height 2s linear 2s;
    transition: height 2s linear 2s;
    height: auto;
    position: absolute;
    bottom: 5%;
    padding: 0.5rem 0.75rem;
    left: 15px;
  }
}
.product-grid .product-ads {
  background-color: #ffffff;
  color: #222;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .product-grid .product-ads {
    grid-template-columns: 1fr;
  }
  .product-grid .product-ads .col:first-child {
    min-height: 200px;
  }
}
.product-grid .product-ads > div:first-child {
  background-size: cover;
}

.product-detail {
  color: #222;
}
.product-detail #p_imgbox::before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/crs-product_bg.png) #ececec bottom no-repeat;
  margin-left: calc((100vw - 100%) / -2);
}
.product-detail #p_imgbox .carousel-item {
  min-height: 540px;
  justify-content: center;
  align-items: center;
  display: grid !important;
  visibility: hidden;
}
@media (max-width: 767px) {
  .product-detail #p_imgbox .carousel-item {
    min-height: 400px;
  }
}
.product-detail #p_imgbox .carousel-item.active {
  visibility: visible;
}
.product-detail #p_imgbox .carousel-item img {
  max-height: 50vh;
}
@media (max-width: 767px) {
  .product-detail #p_imgbox .carousel-item img.img-fluid2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-detail #p_imgbox .carousel-indicators {
  position: static;
}
.product-detail #p_imgbox .carousel-indicators li {
  width: 50px;
  text-indent: 0;
  height: auto;
  max-height: 50px;
  margin-left: 5px;
  outline: 1px solid #a6a6a6;
}
.product-detail #p_imgbox .carousel-indicators li.active {
  outline-color: #222;
  opacity: 0.5;
}
.product-detail #p_imgbox .carousel-indicators li img {
  max-height: 50px;
  margin: 0 auto;
  display: block;
}
.product-detail #p_top > h1 {
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
.product-detail #p_top > h3 {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
}
.product-detail #p_top div#productHighlights ul {
  padding-left: 5px;
  list-style: none;
}
.product-detail #p_top div#productHighlights li {
  padding-left: 2rem;
  margin-bottom: 7px;
  list-style: none;
}
.product-detail #p_top div#productHighlights li:before {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  content: "\f12e" !important;
  color: #3aaa35;
  width: 1.6em;
  margin-top: -0.2em;
  margin-left: -1.6em;
  font-size: 0.92em;
}
.product-detail #p_top .pprice sup {
  top: -1.5rem;
  font-size: small;
}
@media (max-width: 767px) {
  .product-detail #pg-anchor {
    border-top: 1px solid #333;
    margin: 0 30px 30px;
  }
}
.product-detail #pg-anchor ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #6b6b6b;
  list-style: none;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-detail #pg-anchor ul {
    display: none;
  }
}
.product-detail #pg-anchor ul li a {
  color: #6b6b6b;
  font-size: 14px;
}
.product-detail #pg-anchor ul li:hover {
  border-bottom: 2px solid #770011;
  margin-top: -2px;
}
.product-detail #pg-anchor ul li:hover a {
  color: #a6a6a6;
}
.product-detail #pg-anchor.ul1 ul {
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .product-detail #features h2 {
    font-size: 36px;
  }
}
.product-detail #features #d_highlights .slick-slide > div {
  -webkit-font-smoothing: antialiased;
}
.product-detail #features #d_highlights .slick-slide > div > div {
  -webkit-box-shadow: 0 12px 49px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 49px 0 rgba(0, 0, 0, 0.25);
  word-break: break-word;
}
.product-detail #features #d_highlights .slick-slide > div > div > img {
  max-height: 23vh;
}
.product-detail #features #d_highlights .slick-slide > div > div > div {
  display: grid;
  row-gap: 0px;
  min-height: 40vh;
  grid-template-rows: 12fr 18fr 25fr 0 5fr;
  place-content: center space-around;
}
.product-detail #features #d_highlights .slick-slide > div a {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  outline: none;
  font-size: 1.5rem;
}
.product-detail #features #d_highlights .slick-slide > div a:before {
  content: "\f18a" !important;
}
.product-detail #features #d_highlights .slick-slide.slick-current > div > div > div {
  border-bottom: 1px solid #770011;
}
.product-detail #features #d_highlights .slick-arrow {
  color: #fff;
  display: none;
  background-color: rgba(31, 31, 31, 0.6);
  border-radius: 50%;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 56px;
  z-index: 10;
  position: absolute;
  outline: none;
  opacity: 0;
}
.product-detail #features #d_highlights .slick-arrow.slick-prev {
  left: 40px;
}
.product-detail #features #d_highlights .slick-arrow.slick-prev::before {
  content: "\f10b" !important;
}
.product-detail #features #d_highlights .slick-arrow.slick-next {
  right: 40px;
}
.product-detail #features #d_highlights .slick-arrow.slick-next::before {
  content: "\f10c" !important;
}
.product-detail #features #d_highlights .slick-arrow:before {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
}
.product-detail #features #d_highlights .slick-arrow:hover {
  background-color: #1f1f1f;
}
.product-detail #features #d_highlights:hover .slick-arrow {
  display: block;
  opacity: 1;
}
.product-detail #details {
  background-color: #555;
}
.product-detail #details h2 {
  font-weight: 200;
  font-size: 44px;
  line-height: 52px;
}
.product-detail #details h2:before, .product-detail #details h2:after {
  content: " ";
  display: block;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .product-detail #details h2 {
    font-size: 36px;
  }
}
.product-detail #details .accordion__item a.accordion__item-toggle {
  font-weight: 200;
  font-size: 24px;
  line-height: 32px;
  border-top: 1px solid transparent;
  color: #fff;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #c5c5c5;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.product-detail #details .accordion__item a.accordion__item-toggle:after {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  content: "\f17d" !important;
  position: absolute;
  top: 50%;
  right: 0;
  color: #e60000;
  font-size: 16px;
}
.product-detail #details .accordion__item a.accordion__item-toggle.collapsed:after {
  content: "\f18b" !important;
}
.product-detail #details .accordion__item table.tbl {
  width: 100%;
  margin-bottom: 8px;
  color: #212529;
}
.product-detail #details .accordion__item table.tbl tr {
  background-color: #555;
}
.product-detail #details .accordion__item table.tbl tr td {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  border-top: 0px;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: middle;
  padding: 24px 16px;
}
.product-detail #details .accordion__item table.tbl tr td:first-child {
  width: 60%;
  padding-left: 0;
}
.product-detail #details .accordion__item table.tbl tr td.w-25 {
  width: 25% !important;
}
.product-detail #details .accordion__item table.tbl tr td:before {
  content: " ";
  display: block;
  margin-top: -6px;
}
.product-detail #details .accordion__item table.tbl tr:nth-of-type(odd) td:last-child {
  background-color: #6b6b6b;
}
.product-detail #details table.technicalData {
  font-size: 12px;
  width: 100%;
  margin: 0 0 28px 0;
}
.product-detail #details table.technicalData tbody tr th:first-child {
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  height: 27px;
  white-space: nowrap;
  background-color: #3b3b3b;
}
.product-detail #details table.technicalData tbody tr th:first-child > span {
  padding: 20px 0 20px 10px;
  padding-right: 20px;
  float: left;
  font-weight: bold;
}
.product-detail #details table.technicalData tbody tr th:first-child .arrow {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  content: "C";
}
.product-detail #details table.technicalData tbody tr td {
  color: #ffffff;
  padding: 3px 0 1px 10px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  height: 25px;
}
.product-detail #details table.technicalData tbody tr td:first-child {
  text-align: left;
}
.product-detail #details table.technicalData tbody tr td a.mouseover {
  color: white;
}
.product-detail #details table.technicalData tbody tr td a.mouseover + div {
  display: none;
}
.product-detail #details table.technicalData tbody.close td {
  display: none;
}
.product-detail .modal-block .modal-dialog {
  width: 50vw;
  max-width: 50vw;
}
@media screen {
  .product-detail .modal-block .modal-dialog {
    width: 95vw;
  }
}
.product-detail .modal-block#hgh-modal .modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 50px;
}
@media (max-width: 767px) {
  .product-detail .modal-block#hgh-modal .modal-body {
    grid-template-columns: 1fr;
  }
}
.product-detail .modal-block#hgh-modal .modal-body button {
  background-color: #770011;
  color: #fff;
  outline: none;
}
.product-detail #included h2 {
  font-weight: 200;
}
.product-detail #included .wib__left {
  text-align: right;
}
@media (max-width: 767px) {
  .product-detail #included .wib__left {
    text-align: center;
    margin-bottom: 30px;
  }
}
.product-detail #included ul {
  padding-left: 5px;
  list-style: none;
}
.product-detail #included ul li:before {
  font-family: "Miele Icon Font";
  font-style: normal;
  font-weight: 700;
  display: inline-block !important;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  color: #3aaa35;
  padding-right: 10px;
}

.product-article header {
  background-color: transparent;
  padding-top: 0;
  text-align: center;
}
.product-article header > div {
  background-color: transparent;
  max-width: 100%;
}
.product-article .hero {
  height: 100vh;
}
.product-article .hero .cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.product-article .hero .cover-image .cover-image-content {
  position: relative;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-article .hero .cover-image .cover-image-content h1 {
  font-family: Cabin;
  font-size: 6vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.product-article .article p {
  font-family: Merriweather;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.01rem;
  color: #555;
}
.product-article .article p#socialbtns {
  display: flex;
  justify-content: center;
}
.product-article .article p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product-article .article p strong {
  margin-top: 30px;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-article .article strong {
  margin-top: 30px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #770011;
}

.legalpg {
  color: #222;
}
.legalpg .nav-pills {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(37%, #fff), color-stop(76%, #f6f6f6), color-stop(100%, #ebe9e7));
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(37%, #fff), color-stop(76%, #f6f6f6), to(#ebe9e7));
  background: linear-gradient(180deg, #fff 0, #fff 37%, #f6f6f6 76%, #ebe9e7);
}
.legalpg .nav-pills a.active {
  color: #222;
  border-bottom: 2px solid #770011;
}
@media (max-width: 767px) {
  .legalpg .nav-pills {
    display: block;
  }
  .legalpg .nav-pills .nav-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .legalpg {
    word-break: break-word;
  }
}

#mke .topImg {
  position: relative;
  background-color: black;
}
#mke .topImg img {
  height: 74vh;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #mke .topImg img {
    height: auto;
    padding: 2rem;
  }
}
#mke .topImg #caption {
  position: absolute;
  bottom: 10%;
}
#mke #mkelist > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 50px 30px;
}
#mke #mkelist > div > div {
  grid-column: span 3;
}
@media (max-width: 767px) {
  #mke #mkelist > div > div {
    grid-column: span 6;
  }
}
#mke #mkelist > div > div .at-banner {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mke #mkelist > div #mke1 ~ div {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  #mke #mkelist > div #mke1 ~ div {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  #mke #mkelist > div #mke1 ~ div {
    grid-column: span 6;
  }
}
#mke #mkelist > div #mke1 ~ div .at-banner {
  height: 200px;
}
#mke #mkeone {
  margin-top: -5%;
  background-color: #ffffff;
}

#press {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #press {
    margin-top: 20px;
  }
}
#press .press-one {
  display: grid;
  grid-template-columns: 3fr 9fr;
  column-gap: 25px;
  border-bottom: 1px solid #222;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  #press .press-one {
    grid-template-columns: 1fr;
  }
  #press .press-one h2 {
    font-size: 1.5rem;
  }
  #press .press-one .h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #press .press-one .h5 p {
    margin-bottom: 0;
  }
  #press .press-one a {
    font-size: 0.7rem;
  }
}
#press .press-one:last-child {
  border-bottom: 0;
  padding-bottom: 2rem;
}
#press .press-one > div > small {
  color: #770011;
  font-style: italic;
}
#press .press-one > div > a > .fas {
  color: #770011 !important;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  #press .press-one > div {
    padding: 16px;
  }
  #press .press-one > div + div {
    margin-top: 1rem;
  }
}
#press .pdetails hr {
  border-color: #8c0014;
}
@media (max-width: 767px) {
  #press .pdetails {
    margin-bottom: 0 !important;
  }
}

#careers .topImg + div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
@media (max-width: 768px) {
  #careers .topImg + div {
    grid-template-columns: 1fr;
  }
}
#careers .topImg + div h3 {
  -webkit-font-smoothing: antialiased;
}
#careers .btn-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
#careers .btn-box a {
  display: block;
}
@media (min-width: 768px) {
  #careers .vc-record {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 30px;
  }
}
#careers .vc-record > p {
  color: #770011;
}
@media (min-width: 768px) {
  #careers .vgrid {
    display: grid;
    grid-template-columns: 2fr 6fr 3fr;
    column-gap: 30px;
  }
}
#careers .vgrid > p {
  color: #770011;
}

#about .mt-10 {
  margin-top: 5rem;
}
#about .px-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}
#about .topImg {
  position: relative;
  background-color: black;
}
#about .topImg img {
  height: 74vh;
  margin-bottom: 2.5rem;
}
#about .topImg #caption {
  position: absolute;
  bottom: 10%;
}
#about #brandpromise,
#about #sust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
}
@media (max-width: 767px) {
  #about #brandpromise,
#about #sust {
    grid-template-columns: 1fr;
  }
  #about #brandpromise div + div,
#about #sust div + div {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
#about #sust,
#about #reasons {
  background-color: #a6a6a6;
}
#about #reasons,
#about #history {
  display: grid;
  grid-template-columns: 8fr 5fr;
  column-gap: 0;
}
@media (max-width: 1140px) {
  #about #reasons,
#about #history {
    grid-template-columns: 1fr;
    padding: 0;
  }
  #about #reasons .col + .col,
#about #history .col + .col {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#about #mgroup > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  grid-auto-rows: minmax(40vh, auto);
}
@media (max-width: 767px) {
  #about #mgroup > div {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#about #mgroup > div .mg1 {
  position: relative;
}
#about #mgroup > div .mg1 > div {
  padding: 0 10%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  #about #mgroup > div .mg1 > div p + p span {
    font-size: 22px !important;
  }
}

#services .q-one {
  min-height: 40vh;
  height: auto;
}
@media (max-width: 767px) {
  #services .q-one {
    min-height: 1px;
    margin-top: 0 !important;
  }
  #services .q-one .imgbox {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  #services .q-one .imgbox + div {
    padding: 20px;
  }
}

#chefs .topImg {
  position: relative;
  background-color: black;
  overflow: hidden;
  max-height: 60vh;
}
#chefs .topImg.gradient {
  background: linear-gradient(to bottom left, #ffffff 50%, #b5b5b5 50%);
  height: 80vh;
  max-height: initial;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  #chefs .topImg.gradient {
    grid-template-columns: 1fr;
  }
}
#chefs .topImg.gradient .img-box {
  max-height: 80%;
  outline: 5px solid white;
  border-radius: 20px;
  overflow: hidden;
  margin: 10% 15%;
}
@media (max-width: 767px) {
  #chefs .topImg.gradient .img-box {
    max-height: 90%;
    margin: 5%;
  }
}
#chefs .topImg > img {
  max-height: initial;
}
@media (max-width: 767px) {
  #chefs .topImg > img {
    height: auto;
    padding: 2rem;
  }
}
#chefs .topImg #caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
#chefs .namebox {
  color: #47515d;
  font-family: tahoma;
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  #chefs .namebox {
    position: relative;
    top: auto;
    bottom: -50%;
  }
}
#chefs .namebox .title {
  font-size: 3.5em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #chefs #cheflist {
    margin: 0 10%;
  }
}
#chefs #cheflist > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 15%;
}
#chefs #cheflist > div .chef-info-box {
  grid-column: span 3;
}
@media (max-width: 767px) {
  #chefs #cheflist > div .chef-info-box {
    grid-column: span 6;
  }
}
#chefs #cheflist > div .chef-info-box > div {
  background-color: #770011;
  border-radius: 10px;
  color: #fff;
}
#chefs #cheflist > div .chef-info-box > div .at-banner {
  height: 35em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#chefs #cheflist > div .chef-info-box > div .at-banner img {
  display: block;
  position: relative;
  width: 94%;
  margin: 3%;
  border-radius: 10%;
}
@media (max-width: 767px) {
  #chefs #cheflist > div .chef-info-box > div .at-banner {
    height: 30em;
  }
}
#chefs #cheflist > div .chef-info-box > div #chef-info-grid {
  display: grid;
  grid-template-rows: 25% 60% 15%;
  gap: 0 10px;
  min-height: 25em;
}
#chefs #cheflist > div .chef-info-box > div #chef-info-grid p {
  overflow: hidden;
}
#chefs #cheflist > div .chef-info-box > div #chef-info-grid a {
  color: #fff;
}
#chefs #cheflist > div #mke1 ~ div {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  #chefs #cheflist > div #mke1 ~ div {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  #chefs #cheflist > div #mke1 ~ div {
    grid-column: span 6;
  }
}
#chefs #cheflist > div #mke1 ~ div .at-banner {
  height: 200px;
}
@media (max-width: 767px) {
  #chefs #chefdata {
    margin-top: 0.5rem !important;
  }
}
#chefs #chefdata #chefinfo {
  font-size: 1.4em;
}
#chefs #chefdata #chefinfo p {
  margin-bottom: 5%;
  width: 100%;
  float: left;
}
@media (min-width: 767px) {
  #chefs #chefdata #chefinfo > div {
    width: 30%;
    float: left;
    padding-right: 1em;
  }
  #chefs #chefdata #chefinfo > div:nth-child(6n+2) + p {
    width: 70%;
  }
  #chefs #chefdata #chefinfo > p:nth-child(5) {
    width: 70%;
  }
  #chefs #chefdata #chefinfo > p:nth-child(5) + div {
    float: right;
    padding-left: 1em;
  }
}
#chefs #chefdata #chefinfo > div img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  width: 250px !important;
  height: 250px !important;
}
#chefs #chefdata #chefvideo iframe {
  margin-left: calc((100% - 480px) / 2);
}

/*# sourceMappingURL=front.css.map */
