#download-3d-modal-container {
  width: 100%;
  background-color: rgba(213, 225, 235, 0.8);
  z-index: 90000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

#download-3d-modal-window {
  overflow: hidden;
  margin: 2% 2% 0 2%;
  max-width: 96%;
  background: #fff;
  position: relative;
  height: 92%;
  padding: 0;
  box-sizing: border-box;
}

.show-download-3d-modal {
  overflow: hidden;
}

.cms.show-download-3d-modal {
  overflow: scroll;
}

.cms #download-3d-modal-container {
  position: absolute;
  height: 5000px;
}

#download-3d-modal {
  display: none;
}

html.show-download-3d-modal #download-3d-modal,
body.show-download-3d-modal #download-3d-modal {
  display: block;
}

#download-3d-modal-close-cms {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 10px;
  background: url(/css/icons/icon-close-x.png) no-repeat 0 0;
  background-size: 48px 48px;
  cursor: pointer;
  z-index: 199000;
}

#download-3d-modal-close-cms:hover {
  cursor: pointer;
}

#download-3d-modal-close {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 10px;
  background: url(/css/icons/icon-close-x.png) no-repeat 0 0;
  background-size: 48px 48px;
  cursor: pointer;
  z-index: 99000;
}

#download-3d-modal-close:hover {
  cursor: pointer;
}

#download-3d-modal-window {
  margin: 2% auto 0 auto;
  height: auto;
  max-width: 800px;
}

#download-3d-image {
  width: 341px;
  height: 100%;
  display: block;
  float: left;
}

#download-3d-textbox {
  width: 100%;
  display: block;
  float: left;
}

#download-3d-textbox-thanks {
  display: block;
  float: left;
  padding: 80px 0 40px 40px;
}

#download-3d-modal-content h3 {
  font-size: 19px;
  color: #aa41d6;
  font-weight: 100;
}

#download-3d-textbox .button {
  display: block;
  float: left;
  padding: 10px 50px 10px 50px;
  margin-right: 8px;
  margin-top: 16px;
  border-radius: 4px;
  background: #aa41d6;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  font-family: "NeueHelveticaeText65Medium", Helvetica, sans-serif;
}

#download-3d-textbox .button.no-thanks {
  background-color: #9ab2b8;
}

@media only screen and (max-width: 799px) {
  #download-3d-modal-window {
    margin: 0 auto;
  }
  html.show-download-3d-modal,
  html.show-download-3d-modal body,
  .show-download-3d-modal,
  .show-download-3d-modal body {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  #download-3d-textbox #main {
    padding-left: 4%;
    width: 92%;
  }
  #download-3d-textbox {
    width: 100%;
  }
  #download-3d-image {
    display: none;
  }
  #download-3d-modal-close {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: fixed;
  }
}/*# sourceMappingURL=download-3d.css.map */