body.offcanvas-active {
overflow:hidden;
}
.offcanvas-header {
  display:none;
}

.screen-overlay {
  height: 200%;
  width:200%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}

@media all and (max-width:992px) {
  .offcanvas-header{
    display:block;
  }
  li.nav-item.active {
    padding-top: 25px;
  }

  .mobile-offcanvas{
    visibility: hidden;
    border-radius:0;
    display:block;
    position: fixed!important;
    top: 0;
    right:0;
    height: 100%;
    z-index: 1200;
    width:80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
  .navbar-nav {
    display: -ms-block !important;
    display: block !important;
    padding-top:25px;
  }
}

.navbar-dark .navbar-nav .nav-link {
  text-align: left;
  font-weight: 300;
  font-size:16px;
  letter-spacing: 0px;
  color: #3C3C3C;
}

.mobile-offcanvas.show {
  position: fixed;
  width: 50%;
}

.navbar {
  align-items: initial!important;
}


@media (max-width: 992px) {
  .mobile-offcanvas {
    position: fixed !important;
  }
}

.nav-item li:first-of-type {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

hr.header-hr {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-top: 0;
  max-width: inherit!important;
  height:2px;
  transition:0.5s all;
}



#navbar_main ul li {
  display: inline-block;
  font-size:24px;
}

#navbar_main ul li a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-right: 75px;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}


#navbar_main ul li a:hover {
  color:#0076bd !important;
  font-weight:400;
}

.lang-switcher-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.lang-switcher {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px #eee;
  bottom: 22px;
  display:inline-block;
  width:50%;
  text-align:center;
}
.lang-switcher a, .lang-switcher a:focus, .lang-switcher a:active, .lang-switcher a:visited {
  color:#222 !important;
}
.lang-switcher a.active {
  font-weight:700;
}
.lang-switcher a:hover {
  color:#0076bd !important;
}

@media (min-width: 1731px) {
  .lang-switch {
    position: absolute;
    right: -25%;
    top: 15px;
  }
}
#page-header.page-header {
  padding-top:50px;
}
#page-header.page-header-scroll {
  padding-top:10px;
}
.blog-abo {
  margin-top:10px;
}
.lang-switch a, .lang-switch a:visited, .lang-switch a:hover, .lang-switch a:focus, .lang-switch a:active {
  color:#222 !important;
  font-size:12px;
}
.lang-switch a.active {
  font-weight:700;
}
@media (min-width: 1500px) and (max-width: 1730px) {
  .lang-switch {
    top:43px;
    position: absolute;
    right: -15%;
    top: 15px;
  }
}

@media (max-width: 1500px) {
  .lang-switch {
    position: absolute;
    right: 150px;
    top: 15px;
  }
}
#navbar_main {
  padding-left:20px;
}
#page-header {
  position: fixed !important;
  transition: 0.5s all;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
  -moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
  box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
}
.header-logo {
  margin-bottom: 30px;
  transition: 0.5s all;
}
#page-header.page-header-scroll .header-logo {
  margin-bottom: 5px;
}
#page-header.page-header-scroll hr.header-hr {
  margin-bottom:5px;
}

.header-container.container-fluid {
  padding-left:0px;
  padding-right:0px;}

.body-container-wrapper {
  transition:0.75s padding-top;}
@media (max-width: 998px) {
  #navbar_main.navbar-expand-lg.mobile-offcanvas {
    padding-left:0px;
    padding-right:0px;
  }
  #navbar_main.navbar-expand-lg.mobile-offcanvas span.hs-cta-wrapper, #navbar_main.navbar-expand-lg.mobile-offcanvas li {
    padding-left:15px;
    padding-right:15px;
  }
  .navbar-expand-lg .navbar-nav {
    width:100%;
  }
  #navbar_main.navbar-expand-lg.mobile-offcanvas ul li {
    display:block;
    border-top:1px solid #eee;
    padding-top:0.5rem;
    line-height:120%;
  }
  #navbar_main.navbar-expand-lg.mobile-offcanvas ul li:first-of-type {
    margin-top:30px;
  }
  #navbar_main.navbar-expand-lg.mobile-offcanvas ul li:last-of-type {
    border-bottom:1px solid #eee
  }


  #navbar_main.navbar-expand-lg::-webkit-scrollbar {
    display: none;
  }
  #navbar_main.navbar-expand-lg.mobile-offcanvas {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    /* max-width:50% !important; */
    transition:0.5s all;
  }
  #navbar_main .hs-cta-wrapper {
    display:none;
  }
  #navbar_main.show .hs-cta-wrapper {
    float:left; 
    display:inline-block;
  }
}
.modal-backdrop.fade.show {
  display:none !important;
}
.modal-content input[type="email"] {
  border-style: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid #222 !important;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  padding: 10px;
}
.modal-header {
  border-bottom:0px;
}
.modal-title {
  color: #222 !important;
  text-align: left;
  font-weight: 300;
  font-size: 20px !important;
  letter-spacing: 0px;
  padding-top:0px;
}
.modal-body {
  font-size: 13px;
  line-height: 1.5em;
  color:#222;
}
.modal-content {
}
.modal-content input[type="submit"] {
  background:none;
  background-image:none;
  color:#222;
  text-shadow:none;
  border: 1px solid #222 !important;

}
.modal-content input[type="submit"]:hover {
  color:#222 !important;
  opacity:0.8;
}

.carousel-item {
	transition:-webkit-transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out !important;
}
.carousel-fade .carousel-item {
    transition-property: opacity !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 0.6s opacity !important;
}

.carousel-control-prev,.carousel-control-next {
	transition:opacity 0.15s ease !important;
}/*
.carousel-indicators li {
	transition:opacity 0.6s ease !important;
}*/

