#backtotop {
  bottom: 70px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

body:not(.admin-context-content) #body-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow-x: hidden;
}
body:not(.admin-context-content) #body-container #body-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  height: auto;
}

#body-container-inner,
nav.menu-mobile {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

body.nav-mobile-open #body-container-inner {
  transform: translate3d(265px, 0px, 0px);
}
body.nav-mobile-open nav.menu-mobile {
  transform: translate3d(0, 0px, 0px) !important;
}

#body-container .mobile-menu-folder {
  display: none;
}
#body-container .mobile-menu-folder.open {
  display: block;
  z-index: 12;
  position: fixed;
  inset: 0;
}
#body-container .mobile-menu-folder .mobile-menu-folder-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
#body-container .mobile-menu-folder .mobile-menu-folder-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
#body-container .mobile-menu-folder .mobile-menu-folder-container .mobile-menu-folder-wrapper {
  position: relative;
  max-height: 90vh;
  width: calc(100% - 30px);
  max-width: 100%;
}
#body-container .mobile-menu-folder .mobile-menu-folder-container .mobile-menu-folder-wrapper .mobile-menu-folder-content {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 90vh;
}
#body-container .mobile-menu-folder .mobile-menu-folder-container .mobile-menu-folder-wrapper .menu-folder-close-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -15px;
  z-index: 10;
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #000;
}

.mobile-menu-button-open {
  position: fixed;
  z-index: 11;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  border: none;
  text-align: center;
  font-size: 0;
}
.mobile-menu-button-open svg {
  height: 20px;
  vertical-align: middle;
}
.mobile-menu-button-open > .text-close {
  display: none;
}

nav.menu-mobile {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  max-width: 265px;
  transform: translate3d(-265px, 0px, 0px);
  text-align: left;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
nav.menu-mobile .menu-mobile-logo {
  padding: 15px;
  margin-bottom: 20px;
  line-height: 0;
}
nav.menu-mobile .menu-mobile-logo img {
  max-width: 90% !important;
  max-height: 70px !important;
}
nav.menu-mobile .nav-mobile li.menu-mobile-element.selected {
  position: relative;
}
nav.menu-mobile .nav-mobile li.menu-mobile-element.selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(150, 150, 150, 0.1);
}
nav.menu-mobile .nav-mobile li.menu-mobile-element.menu-mobile-element-with-subfolder > .mobile-menu-tabs {
  display: none;
  background: rgba(150, 150, 150, 0.1);
}
nav.menu-mobile .nav-mobile li.menu-mobile-element .menu-tab-element {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.6em;
}
nav.menu-mobile .nav-mobile li.menu-mobile-element .menu-tab-element > span.with-content {
  margin-left: 5px;
}
nav.menu-mobile .nav-mobile li.menu-mobile-element .menu-tab-element .folder-label-opener {
  float: right;
  background: none;
  border: none;
}
nav.menu-mobile .nav-mobile li.menu-mobile-element .menu-tab-element .folder-label-opener span svg {
  height: 15px;
  vertical-align: middle;
}
nav.menu-mobile .call-to-actions {
  border-top: 1px solid rgba(155, 155, 155, 0.5);
}
nav.menu-mobile .call-to-actions ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
nav.menu-mobile .call-to-actions ul li {
  display: table-cell;
  width: 1%;
  border-left: 1px solid rgba(155, 155, 155, 0.5);
  border-right: 1px solid rgba(155, 155, 155, 0.5);
}
nav.menu-mobile .call-to-actions ul li:first-child {
  border-left: none;
}
nav.menu-mobile .call-to-actions ul li:last-child {
  border-right: none;
}
nav.menu-mobile .call-to-actions ul li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
}
nav.menu-mobile .call-to-actions ul li a span:not(.svg-container) {
  display: block;
  font-size: 11px;
}
nav.menu-mobile .call-to-actions ul li a .svg-container {
  font-size: 20px;
}
nav.menu-mobile .call-to-actions ul.cta-n-1 li {
  width: 100%;
}
nav.menu-mobile .call-to-actions ul.cta-n-1 li {
  width: 100%;
}
nav.menu-mobile .call-to-actions ul.cta-n-2 li {
  width: 50%;
}
nav.menu-mobile .call-to-actions ul.cta-n-3 li {
  width: 33.3333333333%;
}
nav.menu-mobile .call-to-actions ul.cta-n-4 li {
  width: 25%;
}
nav.menu-mobile .call-to-actions ul.cta-n-5 li {
  width: 20%;
}
nav.menu-mobile .call-to-actions ul.cta-n-6 li {
  width: 16.6666666667%;
}

.mobile-subdata .mobile-multilingual-menu a {
  text-decoration: none;
}
.mobile-subdata .mobile-multilingual-menu a:not(:last-child) {
  margin-right: 10px;
}
.mobile-subdata .mobile-socials .element-social-links-group {
  text-align: left !important;
}
.mobile-subdata .mobile-multilingual-menu,
.mobile-subdata .mobile-socials,
.mobile-subdata .mobile-hours {
  padding: 10px 15px;
}

header.header-mobile {
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
header.header-mobile .sb-bloc, header.header-mobile .sb-bloc-inner {
  padding: 0 !important;
}
header.header-mobile .header-mobile-logo {
  line-height: 0;
}
header.header-mobile .header-mobile-logo .element-business-logo {
  text-align: left;
}
header.header-mobile .header-mobile-logo img {
  max-height: 50px !important;
  max-width: 150px !important;
}
header.header-mobile .header-mobile-titles {
  float: right;
  text-align: right;
}

body.has_no_header2 header.header-mobile {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

body.has_header2:not(.no-header-mobile) header.header-mobile {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  height: 80px;
  right: 0;
}
@media screen and (max-width: 992px) {
  body.has_header2:not(.no-header-mobile) #header2 .element-absolute-container {
    padding-top: 80px;
  }
}

.floating-menu {
  bottom: 70px !important;
}
