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

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

@font-face {
  font-family: "Geomanist";
  src: url("./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: 0 !important;
  font: 14px "Geomanist", sans-serif;
  height: 100%;
  background-color: #fdfdfd;
  overflow-x: hidden !important;
  color: #fdfdfd !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mainTitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.mainSubtitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px "Geomanist", sans-serif;
  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: 42px;
  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;
}
.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;
}

.productThumbnail {
  margin-bottom: 70px;
  margin-top: 0px;
}
.mainTitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.mainSubtitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
p {
  font-family: "Geomanist", sans-serif;
}
h4 {
  font-family: "Geomanist", sans-serif;
}
h5 {
  font-family: "Geomanist", sans-serif;
}
.button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px "Geomanist", sans-serif;
  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: 42px;
  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;
}
.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;
}
#productThumbnail {
  border: none;
  margin-top: 2vh;
}
#productThumbnail:active {
  border: 1px solid orange;
}
#productThumbnail:hover {
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader {
  position: absolute;
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sphereWrapper {
  margin: 1vw;
  width: 60px;
  display: inline-block;
}
#sphere {
  border-radius: 50%;
  background-size: 100%;
  width: 40px;
  height: 40px;
  box-shadow: inset -1px -2px 8px 1px rgb(0, 0, 0),
    inset -1px 0 2px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#sphere:hover {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  width: 50px;
  height: 50px;
  margin-bottom: 10px !important;
}
.activeSphere {
  border: 4px double white;
  width: 44px !important;
  height: 44px !important;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.activeSphere:hover {
  border: 4px double white;
  width: 54px !important;
  height: 54px !important;
  margin-bottom: 10px !important;
}
#fullScreenSphere {
  border-radius: 50%;
  background-size: 100%;
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  box-shadow: inset -1px -2px 8px 1px rgb(0, 0, 0),
    inset -1px 0 2px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#fullScreenSphere:hover {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  width: 100px;
  height: 100px;
  margin-bottom: 10px !important;
}
.activeFullScreenSphere {
  border: 4px double white;
  width: 84px !important;
  height: 84px !important;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.activeFullScreenSphere:hover {
  border: 4px double white;
  width: 104px !important;
  height: 104px !important;
  margin-bottom: 10px !important;
}
@keyframes rotate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 610px 0;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 610px 0;
  }
}
.carousel-indicators li {
  border: 1px solid black;
}
.carousel-indicators .active {
  background-color: black;
}
@-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;
}
#baetesFrame,
.container3d {
  width: 90% !important;
  height: 50vh !important;
  max-height: 50vh !important;
}
#mainInterfaceContainer {
  width: 100% !important;
  height: 55vh !important;
  max-height: 55vh !important;
}
@media only screen and (min-width: 576px) {
  #baetesFrame,
  .container3d {
    width: 90% !important;
    height: 70vh !important;
    max-height: 70vh !important;
  }
}
@media only screen and (min-width: 992px) {
  #baetesFrame,
  #mainInterfaceContainer,
  .container3d {
    width: 67.5% !important;
    height: 80vh !important;
    max-height: 80vh !important;
  }
  .productThumbnail {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    height: 21.5vw;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .productDetails {
    opacity: 0;
    margin-top: -8vw;
    text-align: center;
    text-align: center;
    color: #fdfdfd;
    pointer-events: none;
    position: relative;
  }
  .productThumbnail:hover .productDetails {
    transition: 0.4s margin-top cubic-bezier(0.17, 0.52, 0.43, 1),
      0.4s opacity cubic-bezier(0.85, 0.03, 0.54, 1);
    opacity: 1;
    margin-top: -13vw;
  }
  .productThumbnail:hover .dimPane {
    transition: filter 0.5s cubic-bezier(0, 0, 0.5, 1);
    filter: brightness(40%);
  }
  #icons_container {
    width: 70vw;
    margin: 0 auto;
    margin-top: 20vw;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .productThumbnail {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    height: 33vw;
  }
  #icons_container {
    width: 75vw;
    margin: 0 auto;
  }
  .productThumbnail:first-of-type,
  .productThumbnail:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .productThumbnail {
    height: 43vw;
  }
  #icons_container {
    width: 50vw;
    margin: 0 auto;
  }
  .productThumbnail:first-of-type {
    margin-top: 10px;
  }
}

.prod_name {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0px;
}
.prod_design {
  margin-top: 0px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .prod_name {
    font-weight: 300;
  }
  .prod_design {
    font-weight: 400;
  }
}

h6 {
  margin: 10px 0;
  font-size: 1.5vw;
  font-family: "Geomanist";
}

@media screen and (max-width: 1100px) {
  h6 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .col-xs-12 {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  h6 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 900px) {
  h6 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 800px) {
  h6 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  h6 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 550px) {
  h6 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  h6 {
    font-size: 3.6vw;
  }
}

.navbar-navCustom .spacer {
  top: 2px !important;
}

#bottom_img {
  height: 40vw;
  background-image: url(../images/home/B_icon_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20vw;
  margin-top: 20vw;
}
#bottom_img > div {
  width: 60%;
  font-size: 3vw;
  font-weight: 700;
  top: 40%;
  position: relative;
  min-width: 245px;
  margin: 0 auto;
  line-height: 1.2;
  margin-top: 20vw;
  color: black;
}
.icon3d {
  background-size: contain;
  background-repeat: no-repeat;
  width: 6vw;
  height: 6vw;
  position: absolute;
  right: 30px;
  bottom: 15px;
  pointer-events: none;
  background-image: url("../images/webshop/3dicon.png");
}
@media screen and (max-width: 500px) {
  .icon3d {
    width: 9vw;
    height: 9vw;
  }
  #phone {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  #bottom {
    height: 30vw;
    margin-bottom: 10vw;
  }
  #bottom > div {
    width: 39%;
    font-size: 2vw;
  }
  .icon3d {
    width: 4vw;
    height: 4vw;
  }
}

#home {
  width: 200px;
  height: 18.92px;
}
#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 (min-width: 951px) {
  #navbarNavAltMarkup .nav-item:not(.mobileLanguage) > .nav-link {
  }
  #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;
  }
}

.navbar-navCustom .spacer {
  top: 6px;
  position: relative;
}
.navbar {
  padding: 15px 0;
  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;
  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: 0px 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 (min-width: 905px) {
  #navbarNavAltMarkup .nav-item:not(.mobileLanguage) > .nav-link {
  }
  #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;
  }
}

.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 > 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: 250px) {
  nav .nav-item {
    margin: 2.8vh 0;
  }
  nav .nav-link {
    font-size: 9vh;
  }
}
@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;
  }
  #home > img.img-responsive {
    width: 100%;
  }
}
@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;
  }

  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;
  }
  #phone {
    top: calc(2.5vw + 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: 83% !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;
}

@media (min-width: 1300px) {
  #phone {
    top: calc(2.2vw + 27px);
  }
}

/* body {
  height: 100%;
  overflow-x: hidden;
} */
.mainTitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.mainSubtitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px "Geomanist", sans-serif;
  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: 42px;
  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;
}
.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;
}
.productThumbnail {
  margin-bottom: 70px;
  margin-top: 0px;
}
.mainTitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
.mainSubtitle {
  text-align: center;
  font-family: "Geomanist", sans-serif;
}
p {
  font-family: "Geomanist", sans-serif;
}
h4 {
  font-family: "Geomanist", sans-serif;
}
h5 {
  font-family: "Geomanist", sans-serif;
}
.button-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px "Geomanist", sans-serif;
  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: 42px;
  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;
}
.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;
}
#productThumbnail {
  border: none;
  margin-top: 2vh;
}
#productThumbnail:active {
  border: 1px solid orange;
}
#productThumbnail:hover {
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader {
  position: absolute;
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sphereWrapper {
  margin: 1vw;
  width: 60px;
  display: inline-block;
}
#sphere {
  border-radius: 50%;
  background-size: 100%;
  width: 40px;
  height: 40px;
  box-shadow: inset -1px -2px 8px 1px rgb(0, 0, 0),
    inset -1px 0 2px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#sphere:hover {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  width: 50px;
  height: 50px;
  margin-bottom: 10px !important;
}
.activeSphere {
  border: 4px double white;
  width: 44px !important;
  height: 44px !important;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.activeSphere:hover {
  border: 4px double white;
  width: 54px !important;
  height: 54px !important;
  margin-bottom: 10px !important;
}
#fullScreenSphere {
  border-radius: 50%;
  background-size: 100%;
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  box-shadow: inset -1px -2px 8px 1px rgb(0, 0, 0),
    inset -1px 0 2px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
#fullScreenSphere:hover {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  width: 100px;
  height: 100px;
  margin-bottom: 10px !important;
}
.activeFullScreenSphere {
  border: 4px double white;
  width: 84px !important;
  height: 84px !important;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.activeFullScreenSphere:hover {
  border: 4px double white;
  width: 104px !important;
  height: 104px !important;
  margin-bottom: 10px !important;
}
@keyframes rotate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 610px 0;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 610px 0;
  }
}
.carousel-indicators li {
  border: 1px solid black;
}
.carousel-indicators .active {
  background-color: black;
}
@-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;
}
#baetesFrame,
.container3d {
  width: 90% !important;
  height: 50vh !important;
  max-height: 50vh !important;
}
#mainInterfaceContainer {
  width: 100% !important;
  height: 55vh !important;
  max-height: 55vh !important;
}
@media only screen and (min-width: 576px) {
  #baetesFrame,
  .container3d {
    width: 90% !important;
    height: 70vh !important;
    max-height: 70vh !important;
  }
}
@media only screen and (min-width: 992px) {
  #baetesFrame,
  #mainInterfaceContainer,
  .container3d {
    width: 67.5% !important;
    height: 80vh !important;
    max-height: 80vh !important;
  }
  .productThumbnail {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    height: 21.5vw;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .productDetails {
    opacity: 0;
    margin-top: -8vw;
    text-align: center;
    text-align: center;
    color: #fdfdfd;
    pointer-events: none;
    position: relative;
  }
  .productThumbnail:hover .productDetails {
    transition: 0.4s margin-top cubic-bezier(0.17, 0.52, 0.43, 1),
      0.4s opacity cubic-bezier(0.85, 0.03, 0.54, 1);
    opacity: 1;
    margin-top: -13vw;
  }
  .productThumbnail:hover .dimPane {
    transition: filter 0.5s cubic-bezier(0, 0, 0.5, 1);
    filter: brightness(40%);
  }
  #icons_container {
    width: 70vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 501px) and (max-width: 991px) {
  .productThumbnail {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    height: 33vw;
  }
  #icons_container {
    width: 75vw;
    margin: 0 auto;
  }
  .productThumbnail:first-of-type,
  .productThumbnail:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .productThumbnail {
    height: 43vw;
  }
  #icons_container {
    width: 50vw;
    margin: 0 auto;
  }
  .productThumbnail:first-of-type {
    margin-top: 10px;
  }
}

.prod_name {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 0px;
}
.prod_design {
  margin-top: 0px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .prod_name {
    font-weight: 300;
  }
  .prod_design {
    font-weight: 400;
  }
}

h6 {
  margin: 10px 0;
  font-size: 1.5vw;
  font-family: "Geomanist";
}

@media screen and (max-width: 1100px) {
  h6 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .col-xs-12 {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  h6 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 900px) {
  h6 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 800px) {
  h6 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  h6 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 550px) {
  h6 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  h6 {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 904px) {
  #phone {
    display: none;
  }
}

.navbar-navCustom .spacer {
  top: 2px !important;
}

#bottom {
  height: 40vw;
  background-image: url(images/home/B_icon_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20vw;
}
#bottom > div {
  width: 60%;
  font-size: 3vw;
  font-weight: 700;
  top: 40%;
  position: relative;
  min-width: 245px;
  margin: 0 auto;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .icon3d {
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (min-width: 992px) {
  #bottom {
    height: 30vw;
    margin-bottom: 10vw;
  }
  #bottom > div {
    width: 39%;
    font-size: 2vw;
  }
  .icon3d {
    width: 4vw;
    height: 4vw;
  }
}
