/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: #000;
}

html {
  height: 100%;
}

#navbar-top, .navbar.navbar-expand-lg {
  display: none;
}

/* new css 06/01/2022 */
header {
  padding-top: 20px;
}

.logos {
  float: left;
}

.social-icon {
  float: right;
}

body.path-frontpage h1.title {
  display: none;
}

body, .site-footer {
  background: #ffffff;
}

.carousel-fade .carousel-item {
  opacity: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.path-ip-policy .min-height,
.path-cookie-policy .min-height,
.path-privacy .min-height {
  min-height: 560px;
}

.site-footer {
  padding-top: 0;
}

.footer .footer-bg {
  margin-top: 0;
}

/**/
.navbar-dark {
  background: #fff;
}

a.contact-btn {
  background: #333333;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 2px;
  margin-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

a.contact-btn:hover {
  background: #666;
}

.empty-space {
  /*margin-top: 75px;*/
  margin-top: 20px;
}

.gradient-bg {
  background: linear-gradient(to bottom, #A9A8A9 0%, #9c9c9c 100%);
  height: 40px;
}

.home-slider-twig-template {
  margin-top: 25px;
  margin-bottom: 25px;
}

.field--type-text-with-summary h3 {
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

/* Slider */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

h1.title-h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
}

h2.title-h2 {
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
}

h4.title-h4 {
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

h5.title-h5 {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
}

h6.title-h6 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.content h1.title {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

/* Contact */
.float-none {
  margin: 0 auto;
  float: none;
}

.block-system-breadcrumb-block {
  display: none;
}

body.path-contact-us .block-page-title-block .content {
  max-width: 64%;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 15px;
}

body.path-contact-us .block-system-main-block {
  max-width: 40%;
  margin: 0 auto;
  position: relative;
}

body.path-contact-us label {
  margin-bottom: 0;
}

body.path-contact-us input.form-control,
body.path-contact-us textarea.form-control {
  background: #d3d3d3;
  box-sizing: border-box;
  border: 0;
  color: #000;
  line-height: 20px;
  padding: 5px 7px;
  height: 27px;
  outline: none;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
}

body.path-contact-us textarea.form-control {
  height: 150px !important;
}

body.path-contact-us #edit-actions {
  margin-top: 10px;
}

body.path-contact-us fieldset#edit-address--wrapper {
  margin-bottom: 0 !important;
}

body.path-contact-us .block-system-main-block label, .block-system-main-block .webform-type-webform-select-other legend span {
  position: absolute;
  left: -150px;
  width: 30%;
}

.block-system-main-block .webform-type-webform-select-other legend span {
  font-size: 15px;
}

body.path-contact-us span.select2-selection {
  background: #d3d3d3 !important;
  height: 27px;
  display: inline-block;
  border-radius: 0 !important;
  border: 0 !important;
  width: 100%;
}

body.path-contact-us span.error {
  color: #ff0000;
}

body.path-contact-us textarea {
  height: 100px;
  resize: none;
}

body.path-contact-us button.form-submit {
  background: #d3d3d3;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 20px;
  border: 0;
  outline: 0;
  border-radius: 0;
}

body.path-contact-us button.form-submit:hover {
  background: #000;
  color: #fff;
}

body.path-contact-us .form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

/* Select Dropdown */
.styled-select {
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000;
  cursor: pointer;
  width: 100%;
}

.styled-select select {
  width: 100%;
}

select:focus {
  outline: 0;
}

.styled-select select {
  background: #d3d3d3;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  color: #000;
  padding-left: 7px;
  padding-right: 7px;
  height: 27px;
}

.fa.fa-chevron-down {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 12px;
  color: #000;
}

/* Login page */
body.page-user-login section.section, body.page-user-register section.section, body.page-user-password section.section, .checkout-pane-completion-register .commerce-checkout-completion-register {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Login page */
/* compliance section footer */
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #A9A8A9 !important;
  padding-top: 13px !important;
}

button.decline-button.eu-cookie-compliance-default-button11,
button.agree-button.eu-cookie-compliance-secondary-button {
  background: #333333 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
}

button.decline-button.eu-cookie-compliance-default-button {
  border: 0px !important;
  border-radius: 0;
}

/* Login page */
/* Footer */
footer .footer-bg {
  color: #fff;
  font-size: 14px;
  min-height: 50px;
  margin-top: 25px;
  background: #383737;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjIxMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #383737 0%, #022120 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#383737", endColorstr="#022120", GradientType=0);
  /* IE6-8 */
  padding: 1em;
}

footer a {
  color: #fff !important;
  line-height: 24px;
  text-decoration: none;
}

footer .useful-link a {
  text-align: right;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}

footer .txt-right {
  text-align: right;
}

.site-footer__bottom ul li a.nav-link {
  display: inline;
}

.site-footer__bottom ul.navbar-nav {
  padding-right: 10px;
}

.site-footer__bottom .region {
  margin-top: 0;
}

.site-footer__bottom .block {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  body.path-contact-us .block-system-main-block {
    max-width: 55%;
    margin: 0 auto;
    position: relative;
  }
}
.mb-cnt {
  display: none;
}

@media (max-width: 767px) {
  .mb-cnt {
    display: block;
  }

  .content h1.title {
    padding-top: 0;
  }

  a.contact-btn {
    margin-left: 0;
    width: 100%;
  }

  .navbar-toggler {
    padding: 0.25rem 0;
  }

  .navbar-brand {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }

  .empty-space {
    margin-top: 115px;
  }

  .black-bg {
    background: #333333;
    text-align: center;
    width: 100%;
    padding: 1px 0;
  }

  .home-slider-twig-template {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  header {
    padding-top: 0;
  }

  .social-icon, .empty-space {
    display: none !important;
  }

  nav.navbar.navbar-expand-md.navbar-dark.fixed-top {
    padding: 0;
  }

  .gradient-bg {
    display: none;
  }

  h1.title-h1 {
    line-height: 40px;
    padding-bottom: 15px;
  }

  h5.title-h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6.title-h6 {
    font-size: 20px;
  }

  .useful-link br {
    display: none;
  }

  footer .footer-bg {
    text-align: center;
  }

  footer .txt-right {
    text-align: center;
  }

  footer .useful-link {
    padding-top: 10px;
  }

  footer .useful-link a {
    padding: 0 7px;
    text-align: center;
  }

  .site-footer__bottom {
    margin-top: 0;
  }

  body.path-contact-us .block-system-main-block label {
    position: relative;
    left: 0;
    width: auto;
  }

  body.path-contact-us .block-system-main-block {
    max-width: 100%;
  }

  body.path-contact-us .block-system-main-block fieldset .mb-3 {
    margin-bottom: 10px !important;
  }

  body.path-contact-us .block-page-title-block .content {
    max-width: 100%;
  }
}
/*
 @media (max-width: 576px){
  .d-sm-none {
      display: inline-block;
  }
 }*/