@font-face {
  font-family: "Geomanist";
  src: url("../stylesheets/fonts/Geomanist-Book.woff") format("woff");
}

@font-face {
  font-family: "Geomanist";
  src: url("../stylesheets/fonts/Geomanist-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Geomanist";
  src: url("../stylesheets/fonts/Geomanist-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Geomanist";
  src: url("../stylesheets/fonts/Geomanist-ExtraLight.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "Geomanist";
  src: url("../stylesheets/fonts/Geomanist-Thin.woff") format("woff");
  font-weight: 100;
}

body {
  margin: 0px !important;
  padding: 0px;
  font: 14px "Geomanist", sans-serif;
  height: 100%;
  background-color: #1f2f3e;
  overflow-x: hidden !important;
  color: #fdfdfd !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.plain {
  color: unset;
  text-decoration: none !important;
}

p {
  font-size: 14px;
  color: grey;
}

h1 {
  font-size: 3.5vw;
}

h3 {
  font-size: 28px;
}

h5 {
  font-size: 16px;
  text-align: center;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullscreen-bg__dark-layer {
  background-color: rgba(0, 0, 0, 0.35);
  position: relative;
  width: 100%;
  height: 100%;
}

.vertical-center {
  min-height: 100%;

  min-height: 100vh;

  align-items: center;
  justify-content: space-between;
}

.icon-subtitle {
  text-align: center;
  font-size: 12px;
  height: 80px;
}

.brand {
  font-size: 18px;
  font-weight: bolder;
  color: black;
}

#arrowDown {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 48px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  cursor: pointer;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

h6 {
  font-size: 14px;
  color: black;
}

.html-break {
  position: relative;
  left: 8%;
  bottom: 0;
  margin: 0;
  width: 84%;
  background-color: #1f2f3e;
  z-index: 3;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#div1Content {
  margin-left: 10vw;
}

#div3Content {
  margin-left: 10vw;
}

#div4Content {
}

#div5Content {
  margin-left: 10vw;
}

#div6Content {
  margin-left: 10vw;
}

#div7Content {
  margin-left: 10vw;
  margin-top: 6vh;
}

#div8Content {
  margin-right: 10vw;
}

#divMaps {
  margin-left: 2vw;
}

#shoeContainer {
  /* margin: 6vw auto 15vw; */
  margin-top: auto;
  margin-left: 20vw;
  margin-bottom: auto;
  margin-right: 20vw;
  height: 300px;
  /* padding: auto, 20vw, auto, 20vw; */
  /* background-color: #1F2F3E; */
}

.iframe {
  padding: 0px;
  /* padding-bottom: 200px; */
  /* margin-bottom: 0px; */
  background-color: #fdfdfd;
}

.shoedetailimg {
  margin-top: 2vh;
  width: 6vw;
  display: block;
  cursor: pointer;
}

#goAheadParagraphDesktop {
  display: block;
}

#goAheadParagraphMobile {
  display: none;
}

.circle {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;

  background: black;
}

.responsive-circle {
  margin: auto;
  width: 12vw;
  height: 12vw;
  position: relative;
  display: table;
  text-align: center;
}

.responsive-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 0px;
  padding-bottom: 100%;
  width: 100%;
}

.responsive-circle div {
  line-height: 1em;
  margin-top: -0.5em;
  padding-top: 50%;
  text-align: center;
  width: 100%;
}

#circleTitle1 {
  color: white;
  font-weight: bolder;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

#circleTitle2 {
  color: white;
  font-weight: bolder;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

#circleTitle3 {
  color: white;
  font-weight: bolder;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

#circleSubtitle1 {
  text-align: center;
}

#circleSubtitle2 {
  text-align: center;
}

#circleSubtitle3 {
  text-align: center;
}

.circleSubtitleRow {
  margin-top: 6vh;
}

#imgSneaker {
  height: auto;
  width: 130%;
  position: absolute;
  right: -5vw;
}

#divAbout1 {
  align-items: left;
}

#aboutSneakerImg {
  width: 100%;
}

#divAbout2 {
  text-align: left;
}

#divAbout3 {
  height: 100%;
  width: 100%;
}

#mapsFrame {
  width: 90%;
  height: 40vh;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(243, 243, 243);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.career-button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: black;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: white;
  height: 5vh;
  border: 1px solid black;
  border-radius: 20px 20px 20px 20px;
  width: 150px;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.career-button-wrapper:hover {
  background-color: transparent;
  color: black;
  cursor: pointer;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.panel-left-side {
  background-color: white;
  float: left;
  display: table-cell;
  border: 1px solid;
  height: 100%;
}

.panel-right-side {
  background-color: transparent;
  background-image: url("../images/admin/bg.jpg");
  float: right;
  width: 100%;
  display: table-cell;
  border: 1px solid;
  height: 100%;
  padding: 20px;
}

.dashboard {
  text-align: center;
  font-size: 16px;
  margin-top: 10vh;
}

.dashboard a {
  color: gray;
  text-decoration: none;
}

.dashboard a:hover {
  color: black;
  font-weight: bolder;
  text-decoration: none;
}

.dashboard a:active {
  color: black;
  text-decoration: underline;
}

.dashboard hr {
  width: 20%;
  border: 1px solid gray;
}

.dashboardLogo {
  margin-top: 10vh;
  text-align: center;
}

.dashboard-button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 1.75em;
  padding-right: 1.75em;
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: #111;
  height: 4vh;
  border: 1px solid black;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.dashboard-button-wrapper:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.dashboard-button-wrapper-grey {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 1.75em;
  padding-right: 1.75em;
  background-color: lightgrey;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: #111;
  height: 4vh;
  border: 1px solid black;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.dashboard-button-wrapper-grey:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
}

.dashboard-form-input-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  background-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: black;
  height: 2vh;
  width: 80%;
  border: none;
  border-bottom: 1px solid black;
  -webkit-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -moz-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -ms-transition: background-color 0.1s 0s ease-in-out,
    color 0.1s 0s ease-in-out;
  -o-transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  transition: background-color 0.1s 0s ease-in-out, color 0.1s 0s ease-in-out;
  margin-bottom: 4vh;
}

.dashboard-form-input-wrapper::placeholder {
  color: black;
  opacity: 1;
}

.dashboard-form-input-wrapper:-ms-input-placeholder {
  color: black;
}

.dashboard-form-input-wrapper::-ms-input-placeholder {
  color: black;
}

.view.ng-enter {
  transition: 0.5s linear all;

  opacity: 0;
}

.view.ng-enter-active {
  opacity: 1;
}

.vcenter {
  position: relative;
  transform: translateY(10%);
}

.editIcon {
  margin-left: 1vw;
  width: 20px;
  height: 20px;
}

#canvas {
  width: 100%;
}

.gaugeTitle {
  transform: translateY(100%);
  text-align: right;
}

.showroomDiv {
  height: 40vh;
  border: 1px solid black;
  margin: 2vw;
  padding: 0px;
}

.showroomImg {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
}

#baetesAdminInfo a {
  color: gray;
}

.mobileLanguage {
  display: none;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
  outline-offset: 0;
}

.showroomPublicDiv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 2px solid black;
  cursor: pointer;
}

.showroomPublicDiv:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}

#pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  overflow: hidden;
}

#loadingBar {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  overflow: hidden;
}

h5,
.h5 {
  text-align: left;
  margin-bottom: 1rem;

  line-height: 1.5;
  color: inherit;
  font-size: 1.3rem;
}

h7,
.h7 {
  margin-bottom: 1rem;

  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}

.row {
  display: flex;
  justify-content: center;
  /* margin-top: 10;
  margin-bottom: 10; */
}

.row-fluid {
  margin-top: 27vh;
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) and (max-width: 991px) {
  .pad-sides-midsize {
    padding: 0 15vw;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    margin-top: 10vh;
  }
  .col-md-12.text-pad {
    padding-top: 5vh;
  }
  #howItWorksTarget > .col-12 > .row {
    margin-top: 5vh;
  }
}
@media (min-width: 992px) {
  .col-md-12.text-pad {
    padding-top: 25vh;
    max-width: 40%;
  }
  #howItWorksTarget {
    margin-top: 10vh;
  }
}
#howItWorksTarget {
  padding-top: 120px;
}
@media (max-width: 991px) {
  #baetesFrame {
    /* height: 100% !important; */
  }
  #arrowTarget {
    min-height: unset !important;
    display: flex;
    justify-content: center;
  }
}

.row.content {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#scrollDown {
  cursor: pointer;
  min-width: 185px;
}

@media (max-width: 991px) {
  .col-lg-11.pad-sides {
    padding: 0 10vw;
  }
}

@media (min-width: 768px) {
  .baetes-web-devices-icon.white,
  .baetes-web-recreation-icon.white,
  .baetes-web-ondisplay-icon.white {
    transform: scale(4);
  }
}
@media (max-width: 767px) {
  .baetes-web-devices-icon.white,
  .baetes-web-recreation-icon.white,
  .baetes-web-ondisplay-icon.white {
    transform: scale(2.8);
  }
}

.baetes-web-border2 {
  width: 8vw;
  position: absolute;
  top: 50%;
  left: 29vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contactTarget {
  }
}
@media (max-width: 575px) {
  #contactTarget {
  }
}

.content {
  background: #fdfdfd;
  color: #1f2f3e;
}

#title_wrapper {
  margin-top: 56px;
  display: flex;
}

.titleText_container {
  margin-top: 6.5vw;
  padding-left: 8.5vw;
  width: 65%;
  z-index: 2;
}

.headerText {
  font-size: 2.9vw;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3vw;
  letter-spacing: 1px;
}

.subText {
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.8;
}

.subheaderText {
  font-size: 1.4em;
  font-weight: 400;
  margin: 15px 0;
}

#titleImage_container {
  width: 65vw;
  height: 65vw;
  overflow: hidden;
  position: absolute;
  right: 0;
}
#titleImage {
  position: relative;
  width: 160%;
  height: 100%;
  left: -10%;
  top: -2%;
  filter: brightness(85%);
}

.bttn {
  z-index: 2;
  text-align: center;
  border: 2px solid #dfcaaf;
  border-radius: 6vw;
  padding: 7px 0 5px;
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.5s ease;
  transition: color 0.5s ease;
}

.bttn:hover,
.bttn.filled {
  background-color: #dfcaaf;
  color: #1f2f3e;
  font-weight: 400;
}

.bttn.padded {
  margin: 11vw auto 0;
}

.btn-responsive:hover {
  transform: scale(1.1);
}
.btn-responsive:active {
  transform: scale(1);
}

.doubleBtn__wrapper {
  width: 85%;
  display: flex;
  margin-top: 3vw;
  margin-left: 3vw;
}
.doubleBtn__wrapper > .bttn {
  width: 50%;
}
.doubleBtn__wrapper > .spacer {
  width: 5vw;
}
@media (max-width: 499px) {
  .hide_small {
    display: none;
  }

  #aboutTop {
    margin-bottom: 20vw !important;
  }
  .headerText {
    font-weight: 500;
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  .subheaderText {
    font-weight: 700;
  }
  .subText {
    font-size: 4vw;
    font-weight: 200;
  }
  .content .subText {
    font-weight: 300;
  }
  .subText.left {
    width: 93%;
    display: block;
  }
  .titleText_container {
    margin-top: 9vw;
    width: 100%;
  }
  #title_container {
    height: 120vw;
    margin-top: 90px;
  }
  .doubleBtn__wrapper.top {
    margin-top: 58vw;
  }
  #titleImage_container {
    width: 115vw;
    height: 100vw;
  }
  #titleImage {
    width: 97%;
    height: 97%;
    left: 40px;
    top: -8%;
  }
  #overview_wrapper {
    padding: 3vw;
  }
  #overview_wrapper .icon {
    width: 40vw;
    height: 40vw;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  .hide_small {
    display: none;
  }
  .headerText {
    font-weight: 500;
    font-size: 5.5vw;
  }
  .subheaderText {
    font-weight: 700;
  }
  .subText {
    font-weight: 300;
    font-size: 3.6vw;
  }
  .subText.left {
    width: 90%;
  }
  .content .subText {
  }
  .titleText_container {
    margin-top: 11vw;
    width: 100%;
  }
  #title_container {
    height: 92vw;
    margin-top: 85px;
  }
  .doubleBtn__wrapper.top {
    margin-top: 48vw;
  }
  #titleImage_container {
    width: 115vw;
    height: 100vw;
  }
  #titleImage {
    width: 80%;
    height: 80%;
    left: 100px;
    top: -5%;
  }
  #overview_wrapper {
    padding: 15vw 0;
  }
  #overview_wrapper .icon {
    width: 38vw;
    height: 38vw;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .headerText {
    font-size: 4.2vw;
  }
  .subText {
    font-size: 2.3vw;
    letter-spacing: 0.2px;
  }
  .content .subText {
    font-weight: 300;
  }
  .subText.left {
    width: 85%;
  }
  .titleText_container {
    margin-top: 2vw;
    width: 70%;
  }
  #title_container {
    height: 50vw;
    margin-top: 50px;
  }

  #titleImage {
    height: 80%;
    width: 80%;
    left: 117px;
    top: 5%;
  }
  #overview_wrapper {
    padding: 10vw 0;
  }
  #overview_wrapper .icon {
    width: 36vw;
    height: 36vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headerText {
    font-size: 3.1vw;
    margin-bottom: 1vw;
  }
  .subText {
    font-size: 1.8vw;
  }
  .content .subText {
    font-weight: 300;
  }
  .subText.left {
    width: 80%;
  }

  #title_container {
    height: 50vw;
    margin-top: 100px;
  }
  .titleText_container {
    margin-top: 4vw;
    width: 65%;
  }
  #titleImage {
    height: 90%;
    width: 90%;
    left: 100px;
    top: -6%;
  }
  #overview_wrapper {
    padding: 5vw 0;
  }
  #overview_wrapper .icon {
    width: 32vw;
    height: 32vw;
  }
}

@media (min-width: 992px) {
  #title_container {
    height: 46vw;
    margin-top: 100px;
  }
  .titleText_container {
    margin-top: 5vw;
    width: 50%;
  }
  #titleImage {
    height: 85%;
    width: 85%;
    left: 100px;
    top: -6%;
  }
  .content .subText {
    font-weight: 300;
  }
  #overview_wrapper {
    padding: 5vw 0;
  }
  #overview_wrapper .icon {
    width: 30vw;
    height: 30vw;
    margin-top: 95px;
  }

  .three_d_icon {
    padding-bottom: 55px;
  }
}

.container-fluid {
  padding: 0 !important;
  justify-content: center;
}

#aboutTop {
  font-weight: 100;
  text-align: center;
  line-height: 1.7;
}

.bigger_extrathin {
  width: 75%;
  min-width: 328px;
  margin: 0 auto;
}

.extrathin {
  width: 60%;
  min-width: 300px;
  margin-top: 21px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  text-align: center;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.thin {
  width: 90%;
  margin: 50px auto;
}

.thin_part {
  max-width: 190px;
  margin: 0 auto;
}

#btnScan {
  width: 100%;
  min-width: 90px;
}
#btnDisplay_cont {
}
#btnIntegrate {
  position: absolute;
  margin-right: 4.5vw;
  width: 67%;
}

@media (max-width: 375px) {
  #aboutTop {
    padding-top: 167px;
  }
  .custom-togglerCustom .navbar-togglerCustom {
    border-color: transparent;
    box-shadow: transparent;
  }
  .custom-togglerCustom {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    padding: 0 !important;
    /* margin-right: -2px; */
    position: absolute;
    /* right: 8.5%; */
    outline: none !important;
  }
  .custom-togglerCustom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .thin_part {
    max-width: 250px;
  }
}

.flexIcon__wrapper {
  margin: 0 auto;
}
.full-row {
  width: 82vw;
  margin: 0 auto;
  display: table;
}

@media (max-width: 767px) {
  .extrathin {
    width: 60% !important;
  }
  .full-row > div {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10vw;
  }
  #overview_wrapper > .full-row > .extrathin {
    margin-bottom: 14vw;
  }
  .baetes-web-display-icon {
    position: relative;
    right: -1.5%;
  }
  .full-row.cut-top {
    margin-top: 0vw;
  }
  #btnScan {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .thin_part {
    max-width: 250px;
  }
  .smallpad {
    padding: 0 5px;
  }
  .full-row {
    height: 90vh;
  }
  .full-row > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  #overview_wrapper .subText,
  #overview_wrapper .headerText {
    width: 90%;
  }
  #btnScan {
  }
  #btnDisplay_cont {
    position: absolute;
    width: 90%;
  }
  #btnIntegrate {
    position: absolute;
    margin-right: 4.5vw;
    width: 67%;
  }
  .full-row.cut-top {
    margin-top: -3vw;
    padding-bottom: 5vw;
  }
}

#contact {
  background-color: #fdfdfd;
  margin-top: 20px;
  padding: 120px 0;
}
#contact a {
  text-decoration: none;
  color: #1f2f3e;
  font-weight: bolder;
}
#contact a:hover {
  opacity: 0.6;
}
.full-row:nth-child(odd) {
  direction: rtl;
}

/* Beige */
.baetes-web-returns-icon.beige {
  background-image: url("../images/home/B_icon_04.svg");
}

.baetes-web-conversion-icon.beige {
  background-image: url("../images/home/B_icon_05.svg");
}

.baetes-web-engagement-icon.beige {
  background-image: url("../images/home/B_icon_06.svg");
}
.baetes-web-scan-icon.beige {
  background-image: url("../images/home/B_icon_03.svg");
}

.baetes-web-display-icon.beige {
  background-image: url("../images/home/B_icon_01.svg");
}

.baetes-web-integrate-icon.beige {
  background-image: url("../images/home/B_icon_02.svg");
}

/* white */
.baetes-web-returns-icon.white {
  background-image: url("../images/home/W_icon_04.svg");
}

.baetes-web-conversion-icon.white {
  background-image: url("../images/home/W_icon_05.svg");
}

.baetes-web-engagement-icon.white {
  background-image: url("../images/home/W_icon_06.svg");
}
.baetes-web-scan-icon.white {
  background-image: url("../images/home/W_icon_03.svg");
}

.baetes-web-display-icon.white {
  background-image: url("../images/home/W_icon_01.svg");
}

.baetes-web-integrate-icon.white {
  background-image: url("../images/home/W_icon_02.svg");
}

/* Blue */
.baetes-web-returns-icon.blue {
  background-image: url("../images/home/D_icon_04.svg");
}

.baetes-web-conversion-icon.blue {
  background-image: url("../images/home/D_icon_05.svg");
}

.baetes-web-engagement-icon.blue {
  background-image: url("../images/home/D_icon_06.svg");
}
.baetes-web-scan-icon.blue {
  background-image: url("../images/home/D_icon_03.svg");
}

.baetes-web-display-icon.blue {
  background-image: url("../images/home/D_icon_01.svg");
}

.baetes-web-integrate-icon.blue {
  background-image: url("../images/home/D_icon_02.svg");
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 120px;
  min-width: 120px;
}

#aboutTop .icon {
  width: 13vw;
  height: 13vw;
}

@media (max-width: 767px) {
  #aboutTop .subText.smallpad {
    margin-bottom: 15vw;
  }
  #overview_wrapper .spacer {
    padding: 0 !important;
  }
  #overview_wrapper .icon {
  }
  .bullet-line {
    text-align: left;
  }
  .bullet-line::before {
    margin-left: 0 !important;
  }
  .bullet-line:last-of-type {
    padding-bottom: 7vw;
  }
  #try_wrapper {
    width: 45%;
  }
  .about-img {
    width: 40%;
    position: relative;
    margin-top: 16vw;
  }

}

@media (min-width: 768px) {
  .baetes-web-engagement-icon,
  .baetes-web-conversion-icon,
  .baetes-web-returns-icon {
    margin: 0 auto 4vw;
  }
  .pad-top-large {
    padding-top: 6vw;
  }

  #try_wrapper {
    width: 35%;
  }
  .about-img {
    margin-top: 8vw;
    width: 80%;
    left: 20%;
    position: relative;
  }
}

::placeholder {
  color: #777;
  font-weight: 300;
}

#book_call__form input {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 10px 8px;
  border-radius: 3px;
}

#book_email,
#book_phone,
#book_company {
  width: 100%;
}

#book_first,
#book_last {
  width: 50%;
}
#book_first {
  margin-right: 5px;
}
#book_last {
  margin-left: 5px;
}

.scrollFade {
  opacity: 0;
  transition: opacity 1s ease;
}
.fadeIn {
  opacity: 1;
}
.bullet-line,
.bullet-line::before {
  display: flex;
  margin: 4vw 0;
}

.bullet-line::before {
  content: "";
  border-left: 2px solid #fdfdfd;
  margin: 0 3vw 0 10vw;
  position: relative;
}
.content .bullet-line::before {
  border-left: 2px solid #1f2f3e;
}
.gray-bg {
  padding: 7vw 0;
  background: #f3f3f3;
  color: #1f2f3e;
  width: 104%;
}

.thirds {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.strip-icon {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.row.gray-bg .thirds > .row:first-child {
  width: 100%;
  height: 13vw;
  min-height: 70px;
  margin: 0 !important;
}

.row.gray-bg .thirds > .row:last-child .subText {
  margin: 20px 18% 0;
  font-weight: 400;
}

#try_wrapper {
  margin: 0 auto;
  padding: 20vw 0;
}

.top-add {
  margin-top: 4px;
}

.improper {
  box-shadow: 0px 0px 6px red;
}

@media screen and (max-width: 400px) {
  .no-min {
    min-width: unset;
    width: 100% !important;
  }
}

#submit-error {
  margin-bottom: 2vw;
  display: none;
  color: red;
}
#submit-success {
  display: none;
  padding: 60px 0;
  font-size: 2em;
}
#submit-valid-error {
  display: none;
  padding: 60px 0;
  font-size: 2em;
}

#try-again {
  cursor: pointer;
  opacity: 0.7;
}
#try-again:hover {
  opacity: 0.5;
}

@media (max-width: 360px) {
  body {
    height: 100%;
    overflow-x: hidden;
  }
  p {
    color: grey;
  }
  h1 {
    font-weight: bolder;
  }
  h3 {
  }
  h5 {
    font-weight: bolder;
    text-align: center;
  }
  #div1Content {
    text-align: center;
    margin: 0px;
    margin-top: 15vh;
  }
  #div2Content {
    text-align: center;
    margin: 0px;
    margin-top: 10vh;
    margin-bottom: 6vh;
  }
  #div3Content {
    text-align: left;
    margin: 0px;
  }
  #div4Content {
    text-align: center;
    margin: 0px;
  }
  #div5Content {
    text-align: left;
    margin: 0px;
  }
  #div5Image {
    margin-top: 6vh;
    margin-bottom: 20vh;
  }
  #div6Content {
    text-align: left;
    margin: 0px;
  }
  #div7Content {
    margin-top: 6vh;
    margin-bottom: 6vh;
    margin-left: 0px;
  }
  #div8Content {
    text-align: left;
    margin: 0px;
    margin-top: 6vh;
    margin-bottom: 6vh;
    margin-left: 0px;
  }
  #divMaps {
    margin: 0px;
  }

  .circle {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 0;
    background: black;
  }
  .responsive-circle {
    width: 35vw;
    height: 35vw;
  }
  .circleContainer {
    margin-bottom: 6vh;
    width: 100%;
    margin: auto;
    height: 35vh;
  }
  #circleTitle1 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  #circleTitle2 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  #circleTitle3 {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .circleSubtitleRow {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #circleSubtitle1 {
    text-align: left;
  }
  #circleSubtitle2 {
    text-align: left;
  }
  #circleSubtitle3 {
    text-align: left;
  }
  .circleResponsiveCol {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #imgSneaker {
    width: 100%;
    position: absolute;
    margin-left: 8vw;
    padding-top: 12vh;
    padding-bottom: 12vh;
    top: -75vh;
    right: -15vw;
    height: auto;
    z-index: -1;
  }
  #iconsRow {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3%;
    margin: auto;
  }
  #divAbout1 {
    align-items: center;
    margin-bottom: 6vh;
    text-align: left;
  }
  #aboutSneakerImg {
    width: 70%;
    margin: auto;
    margin-bottom: 12vh;
    display: none;
  }
  #divAbout2 {
    text-align: left;
  }
  #divAbout3 {
    margin-top: 6vh;
    text-align: center;
  }
  .line {
    display: none;
  }
  .emptyInsertColumn {
    display: none;
  }
  #goAheadParagraphDesktop {
    display: none;
  }
  #goAheadParagraphMobile {
    display: block;

    margin-bottom: 12vh;
  }
  .form-input-wrapper {
    width: 60%;
  }
  #mapsFrame {
    width: 90%;
    height: 30vh;
  }
  .shoedetailimg {
    margin-top: 15vh;
    width: 12vw;
    margin-right: 3vw;
    margin-left: 4vw;
    display: inline-block;
    cursor: pointer;
  }
  .loader {
    left: 35%;
    top: 20%;
  }
  .mobileLanguage {
    display: block;
  }

  #productThumbnail {
    display: inline-block;
  }
}

@media (min-width: 319px) and (max-width: 575px) {
  body {
    height: 100%;
    overflow-x: hidden;
  }
  p {
    color: grey;
  }
  h1 {
    font-weight: bolder;
  }
  h3 {
  }
  h5 {
    font-weight: bolder;
    text-align: center;
  }
  #div1Content {
    text-align: center;
    margin: 0px;
    margin-top: 15vh;
  }
  #div2Content {
    text-align: center;
    margin: 0px;
    margin-top: 10vh;
    margin-bottom: 6vh;
  }
  #div3Content {
    text-align: left;
    margin: 0px;
  }
  #div4Content {
    text-align: center;
    margin: 0px;
  }
  #div5Content {
    text-align: left;
    margin: 0px;
  }
  #div5Image {
    margin-top: 6vh;
    margin-bottom: 20vh;
  }
  #div6Content {
    text-align: left;
    margin: 0px;
  }
  #div7Content {
    margin: 6vh auto;
  }
  #div8Content {
    text-align: left;
    margin: 0px;
    margin-top: 6vh;
    margin-bottom: 6vh;
    margin-left: 0px;
  }
  #divMaps {
    margin: 0px;
  }
  .circle {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 0;
    background: black;
  }
  .circleContainer {
    margin-bottom: 6vh;
    width: 100%;
    margin: auto;
    height: 35vh;
  }

  .responsive-circle {
    width: 30vw;
    height: 30vw;
  }

  #circleTitle1 {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
  #circleTitle2 {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
  #circleTitle3 {
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
  .circleSubtitleRow {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #circleSubtitle1 {
    text-align: left;
  }
  #circleSubtitle2 {
    text-align: left;
  }
  #circleSubtitle3 {
    text-align: left;
  }
  .circleResponsiveCol {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #imgSneaker {
    width: 100%;
    position: absolute;
    margin-left: 8vw;
    padding-top: 12vh;
    padding-bottom: 12vh;
    top: -75vh;
    right: -10vw;
    height: auto;
    z-index: -1;
  }
  #iconsRow {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3%;
    margin: auto;
  }
  #divAbout1 {
    align-items: center;
    margin-bottom: 6vh;
    text-align: left;
  }
  #aboutSneakerImg {
    width: 70%;
    margin: auto;
    margin-bottom: 12vh;
    display: none;
  }
  #divAbout2 {
    text-align: left;
  }
  #divAbout3 {
    margin-top: 6vh;
    text-align: center;
  }
  .line {
    display: none;
  }
  .emptyInsertColumn {
    display: none;
  }
  #goAheadParagraphDesktop {
    display: none;
  }
  #goAheadParagraphMobile {
    display: block;

    margin-bottom: 12vh;
  }
  .form-input-wrapper {
    width: 60%;
  }
  #mapsFrame {
    width: 90%;
    height: 30vh;
  }
  .shoedetailimg {
    margin-top: 15vh;
    width: 12vw;
    margin-right: 3vw;
    margin-left: 4vw;
    display: inline-block;
    cursor: pointer;
  }
  .loader {
    left: 35%;
    top: 20%;
  }

  .mobileLanguage {
    display: block;
  }

  #productThumbnail {
    display: inline-block;
  }

  .iframe {
    padding: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #div1Content {
    text-align: center;
    margin: 0px;
    margin-top: 15vh;
  }
  #div2Content {
    text-align: center;
    margin: 0px;
    margin-top: 6vh;
  }
  #div3Content {
    text-align: left;
    margin: 0px;
  }
  #div4Content {
    text-align: center;
    margin: 0px;
  }
  #div5Content {
    text-align: left;
    margin: 0px;
  }
  #div5Image {
    margin-top: 6vh;
    margin-bottom: 20vh;
  }
  #div6Content {
    text-align: center;
    margin: 0px;
  }
  #div7Content {
    margin: 6vh auto;
  }
  #div8Content {
    text-align: center;
    margin: 0px;
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #divMaps {
    margin: 0px;
  }

  .circle {
    position: relative;
    border-radius: 50%;
    height: auto;
    background: black;
  }

  .responsive-circle {
    width: 25vw;
    height: 25vw;
  }

  .circleContainer {
    margin-bottom: 6vh;
    width: 60%;
    margin: auto;
    height: 35vh;
  }
  #circleTitle1 {
    width: 100%;
    height: 100%;
  }
  #circleTitle2 {
    width: 100%;
    height: 100%;
  }
  #circleTitle3 {
    width: 100%;
    height: 100%;
  }
  .circleSubtitleRow {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #circleSubtitle1 {
    text-align: left;
  }
  #circleSubtitle2 {
    text-align: left;
  }
  #circleSubtitle3 {
    text-align: left;
  }
  .circleResponsiveCol {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #imgSneaker {
    width: 100%;
    position: relative;
    margin-left: 8vw;
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
  #divAbout1 {
    align-items: center;
    margin-bottom: 6vh;
    text-align: left;
  }
  #aboutSneakerImg {
    width: 70%;
    margin: auto;
    margin-bottom: 12vh;
    display: none;
  }
  #divAbout2 {
    text-align: left;
  }
  #divAbout3 {
    margin-top: 6vh;
    text-align: center;
  }
  .line {
    display: none;
  }
  .emptyInsertColumn {
    display: none;
  }
  .shoedetailimg {
    margin-top: 15vh;
    width: 12vw;
    margin-right: 4vw;
    margin-left: 4vw;
    display: inline-block;
    cursor: pointer;
  }
  .loader {
    left: 35%;
    top: 20%;
  }

  .mobileLanguage {
    display: block;
  }

  #reorderTablet {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  #productThumbnail {
    display: inline-block;
  }

  .iframe {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #div1Content {
    text-align: center;
    margin: 0px;
    margin-top: 15vh;
  }
  #div2Content {
    text-align: center;
    margin: 0px;
  }
  #div3Content {
    text-align: left;
    margin: 1vw;
  }
  #div4Content {
    text-align: center;
    margin: 0px;
  }
  #div5Content {
    text-align: left;
    margin: 0px;
  }
  #div5Image {
    margin-top: 6vh;
    margin-bottom: 20vh;
  }
  #div6Content {
    text-align: center;
    margin: auto;
  }
  #div7Content {
    margin: auto;
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #div8Content {
    text-align: center;
    margin: 0px;
    margin-top: 6vh;
    margin-bottom: 6vh;
    margin-left: 5vw;
  }
  #divMaps {
    margin: 0px;
  }

  .circle {
    position: relative;
    border-radius: 50%;
    height: auto;
    background: black;
  }
  .circleContainer {
    margin-bottom: 6vh;
    width: 60%;
    margin: auto;
    height: 40vh;
  }
  #circleTitle1 {
    left: 0;
    top: 35%;
    width: 100%;
    height: 100%;
  }
  #circleTitle2 {
    left: 0;
    top: 35%;
    width: 100%;
    height: 100%;
  }
  #circleTitle3 {
    left: 0;
    top: 35%;
    width: 100%;
    height: 100%;
  }
  .circleSubtitleRow {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  #circleSubtitle1 {
    text-align: left;
  }
  #circleSubtitle2 {
    text-align: left;
  }
  #circleSubtitle3 {
    text-align: left;
  }
  .circleResponsiveCol {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 6vh;
  }
  #imgSneaker {
    width: 100%;
    position: relative;
    margin-left: 8vw;
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
  #divAbout1 {
    align-items: center;
    margin-bottom: 6vh;
    text-align: left;
  }
  #aboutSneakerImg {
    width: 70%;
    margin: auto;
    margin-bottom: 12vh;
    display: none;
  }
  #divAbout2 {
    text-align: left;
  }
  #divAbout3 {
    margin-top: 6vh;
    text-align: center;
  }
  .line {
    display: none;
  }
  #iconsRow {
    margin-left: 10vw;
  }
  #div5Column {
    align-items: center !important;
  }
  .emptyInsertColumn {
    display: none;
  }
  #goAheadParagraphDesktop {
    display: none;
  }
  #goAheadParagraphMobile {
    display: block;

    margin-bottom: 12vh;
  }
  #reorderTablet {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .circleResponsiveCol {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .responsive-circle {
    width: 25vw;
    height: 25vw;
  }

  #circleTitle1 {
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
  #circleTitle2 {
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
  #circleTitle3 {
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
  .emptyInsertColumn {
    display: none;
  }
  .shoedetailimg {
    margin-top: 15vh;
    width: 12vw;
    margin-right: 4vw;
    margin-left: 4vw;
    display: inline-block;
    cursor: pointer;
  }
  .loader {
    left: 45%;
    top: 20%;
  }

  .mobileLanguage {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  #imgSneaker {
    position: absolute;
    width: 130%;
    height: auto;
    top: 17vh;
  }

  .responsive-circle {
    width: 15vw;
    height: 15vw;
  }

  #circleTitle1 {
    width: 100%;
    height: 100%;
  }
  #circleTitle2 {
    width: 100%;
    height: 100%;
  }
  #circleTitle3 {
    width: 100%;
    height: 100%;
  }
}

.circleContainer {
  min-height: 230px;
}

#cookies-dialogue {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #fdfdfd;
  color: #1f2f3e;
  width: 63vw;
  padding: 30px 40px 25px;
  z-index: 2147483001 !important;
  border: 1px solid #1f2f3e;
  font-size: 4vw;
  text-align: left;
  font-weight: 300;
}
@media screen and (min-width: 501px) and (max-width: 766px) {
  #cookies-dialogue {
    font-size: 3vw;
    width: 55vw;
    padding: 40px 45px 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  #cookies-dialogue {
    font-size: 2.2vw;
    width: 45vw;
    padding: 40px 45px 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  #cookies-dialogue {
    font-size: 2vw;
    width: 35vw;
    padding: 40px 45px 30px;
  }
}
@media screen and (min-width: 1101px) {
  #cookies-dialogue {
    font-size: 1.5vw;
    width: 28vw;
    padding: 45px 50px 35px;
  }
}

#cookies-close {
  padding: 10px;
  margin-top: 40px;
  background-color: #1f2f3e;
  color: #fdfdfd;
  cursor: pointer;
  text-align: center;
}
#cookies-close:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .about-img {
    width: 40%;
    position: relative;
    margin-top: 16vw;
  }
  .map_container {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  .map_container > div {
    height: 40vw;
    margin-bottom: 10vw;
  }
  .map {
    height: 80%;
  }
  .map_text {
    margin: 0 0 2.5vw 25%;
  }
}

@media (max-width: 500px) {
  .map_container > div {
    height: 60vw;
  }
  .map_text {
    margin-left: 13%;
  }
}

@media (min-width: 768px) {
  .about-img {
    margin-top: 8vw;
    width: 80%;
    left: 20%;
    position: relative;
  }
  .map_container {
    display: flex;
    padding-bottom: 20vw;
  }
  .map_container > div {
    height: 20vw;
    flex: 0 0 50%;
  }
  .map {
    height: 130%;
  }
  .map_text {
    margin: 0 0 2vw 9.5%;
  }
}

#maps_header {
  text-align: center;
  margin-bottom: 10vw;
}

.map_container {
  width: 80%;
  margin: 0 auto;
}

.map {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#map_stockholm {
  background-image: url("../images/about/stockholm.jpg");
}

#map_tokyo {
  background-image: url("../images/about/tokyo.jpg");
}
a:hover {
  text-decoration: none !important;
}

#home {
  width: 200px;
  height: 18.92px;
  padding-left: 40px;
  display: inline-block;
}
#home > img.img-responsive {
  width: 150%;
  padding-left: 35px;
  padding-bottom: 5px;
}
.less-pad {
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-weight: 600 !important;
}
.top-add {
  position: relative;
  top: 2px;
}
.nav-link {
  text-decoration: none;
  font: 14px "Geomanist", sans-serif;
}
.justify-content-center {
  margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 904px) {
  #phone {
    display: none !important;
  }
}
@media (min-width: 905px) {
  #navbarNavAltMarkup .nav-link {
    border-radius: 16px;
    padding: 7px 10px 5px;
  }
  #navbarNavAltMarkup .nav-item:not(.nolink) .nav-link:hover {
    background-color: #dfcaaf;
    color: #1f2f3e !important;
    font-weight: 500;
    cursor: pointer;
  }
  nav li {
    display: inline-block;
    vertical-align: middle;
  }

  nav a {
    display: inline-block;
  }
  nav ul {
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navbar-navCustom .spacer {
  top: 6px;
  position: relative;
}
.navbar {
  background-color: #1f2f3e;
  font-size: 14px;
  align-items: baseline;
  color: #fdfdfd;
  z-index: 3;
}
.navbar a {
  font-size: 12px;
  color: #fdfdfd !important;
  text-transform: capitalize;
  font-weight: 400;
}
.navbar-brand {
  font-size: 16px !important;
  font-weight: bolder !important;
  color: white;
  width: 16vw;
  min-width: 153px;
  height: unset !important;
}
.navbar-brand:hover {
  color: white;
}
.navbar-navCustom .nav-link a {
  color: rgba(1, 1, 1, 1);
}
.navbar-navCustom .nav-link a:hover {
  color: rgba(1, 1, 1, 0.5);
  -webkit-transition: color 0.1s 0s ease-in-out;
  -moz-transition: color 0.1s 0s ease-in-out;
  -ms-transition: color 0.1s 0s ease-in-out;
  -o-transition: color 0.1s 0s ease-in-out;
  transition: color 0.1s 0s ease-in-out;
}
.navbar-black {
  color: black !important;
}
.navbar-black a {
  color: black !important;
}
.navbar-black a:hover {
  color: gray !important;
  -webkit-transition: color 0.1s 0s ease-in-out;
  -moz-transition: color 0.1s 0s ease-in-out;
  -ms-transition: color 0.1s 0s ease-in-out;
  -o-transition: color 0.1s 0s ease-in-out;
  transition: color 0.1s 0s ease-in-out;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
.custom-togglerCustom .navbar-togglerCustom {
  border-color: transparent;
  box-shadow: transparent;
}
.custom-togglerCustom {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  padding: 0 !important;
  margin-right: -2px;
  position: absolute;
  right: 8.5%;
  outline: none !important;
}
.custom-togglerCustom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link {
  letter-spacing: 1px;
}
.nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
#home,
.navbar-toggler {
  z-index: 3;
}
.navbar {
  font-family: "Geomanist";
  padding: 0.8vw 0 !important;
}
#phone {
  display: flex;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 45px;
  background-color: rgba(31, 47, 62, 0.75);
  border: 2px solid rgb(223, 202, 175);
  border-top: none;
  border-right: none;
  padding: 0px 25px 0px 80px;
  margin: 10px 0px 20px 80px;
}
#phone > a {
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  top: 6px;
  position: relative;
  padding: 10px 0px 20px 0px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
}
#phone:hover {
  border-color: rgba(223, 202, 175, 0.4);
  background-color: rgb(31, 47, 62);
}
#phone > a:hover span {
  opacity: 0.5;
}
#phone-close {
  position: absolute;
  left: -2px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.5s ease;
  padding: 12px 30px 18px;
  border-bottom-left-radius: 45px;
}
#phone-close:hover {
  opacity: 0.25;
}
.flipped {
  transform: scale(-1, 1);
}

@media (max-width: 879px) and (min-height: 351px) {
  nav .nav-item {
    margin: 2.8vh 0;
  }
  nav .nav-link {
    font-size: 9vh;
  }
  #home > img.img-responsive {
    width: 100%;
  }
}
@media (max-width: 319px) {
  .navbar {
    display: none;
  }
}
@media (max-width: 879px) and (min-height: 400px) {
  nav .nav-link {
    font-size: 4vh;
  }
  nav .nav-item {
    margin: 5.5vh 0;
  }
  nav .nav-link {
    font-size: 5vh;
  }
}
@media (min-width: 905px) {
  nav .navbar-navCustom {
    display: flex !important;
  }
  .mobileLanguage {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-navCustom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-togglerCustom {
    display: none;
  }
  #phone {
    top: calc(1.6vw + 27px);
  }
}
.navbar-brand,
.navbar-toggler {
  padding: 0 !important;
}
.navbar-break {
  position: absolute;
  left: 8%;
  bottom: 0;
  margin: 0;
  width: 84%;
  background-color: white;
  opacity: 0.1;
  z-index: 3;
}
.navbar__wrapper {
  margin: 0 auto;
  margin-top: 10px;
  width: 75% !important;
  padding: 0 !important;
  max-width: unset !important;
  flex-wrap: wrap;
  display: flex;
}
.collapse.in {
  display: inline-block;
}
.navbar-toggler {
  outline: none !important;
}
.nolink {
  cursor: default;
  opacity: 0.4;
}

/* VIEW */

#viewBody {
  background-color: #fdfdfd;
  color: #1f2f3e;
  height: 100%;
  overflow-x: hidden;
}

#baetesFrame,
.container3d {
  width: 100% !important;
  /* height: 55vh !important; */
  max-height: 55vh !important;
  min-height: 260px;
}

#mainInterfaceContainer {
  width: 100% !important;
  height: 55vh !important;
  max-height: 55vh !important;
  min-height: 280px;
  box-shadow: 0px 5px 20px 5px lightgrey;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  #baetesFrame,
  #mainInterfaceContainer .container3d {
    /* width: 85% !important; */
    /* height: 500px; */
    max-height: 70vh !important;
  }
}
@media only screen and (min-width: 992px) {
  #baetesFrame,
  #mainInterfaceContainer,
  .container3d {
    width: 100% !important;
    /* height: 60vh !important; */
    max-height: 70vh !important;
  }
}

.rowView {
  margin: 0 auto;
  display: block;
}
