* { box-sizing: border-box; }

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
  background-image: url("/Users/adrian/Desktop/Httest/cl.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
}

.pano-shell{ cursor: zoom-in; }

.pano-shell.zoomed{
  position: fixed;
  inset: 0;
  z-index: 9999;
  cursor: zoom-out;

  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

  background: #000;
}

.pano-shell.zoomed img{
  height: 100vh !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
}

#pano_es_shell,
#pano_0_shell,
#pano_0_shell_pdf{
  position: relative;
  z-index: 50;
}

#pano_es_shell img,
#pano_0_shell img,
#pano_0_shell_pdf img{
  pointer-events: none;
}

.firstbar{
  float: left;
  overflow: visible;
  border: 0;
  background: transparent;
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  align-items: center;
  gap: 10px;
}

.firstbar button{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  -webkit-appearance: none;
  appearance: none;
}

.firstbar button:hover { background-color: #ddd; }
.firstbar button.active { background-color: #ccc; }

.tablink {
  padding: 14px 16px;
  background-color: rgb(118, 117, 117);
  color: #ccc;
  cursor: pointer;
  border-style: none;
  font-size: medium;
  font-family: 'Courier New', Courier, monospace;
}

@media (min-width: 901px){
  #videoeo video{
    width: 72%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 14px auto;
  }
}

#bt2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: rgb(118, 117, 117);
  z-index: 200;
}

.tablink:hover {
  background-color: #ccc;
  color: rgb(118, 117, 117);
}

#ctb:hover{
  background-color: rgb(114, 185, 117);
  color: black;
}

#Research {
  background-image: url("/Users/adrian/Desktop/Httest/l.tiff");
  height: 70%;
  padding: 20px;
}

.res{ background-color: white; margin: 4px 4px; }

#CONT{
  color: rgb(0, 0, 0);
  background-color: white;
  display: none;
  border-style: double;
}

.column { float: left; width: 50%; }

.writ{ display: block; }
.w_list{ display: none; }

#pdf1{ display: block; }
#pdf2{ display: none; }

#spc{ display: block; }
#mail{ cursor: pointer; }

#checkbox{
  border: 3px solid #73AD21;
  padding: 10px;
}

#btwt{ top: 200px; }

#btwt button{
  float: left;
  position: absolute;
  left: -170px;
  transition: 1s;
  border-radius: 0px 10px 50px 0px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-family: 'Courier New', Courier, monospace;
}

.contact-text { font-size: 20px; }

.email-wrap{ position: relative; display: inline-block; }
#emailText{ cursor: pointer; text-decoration: underline; }

.email-actions{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;

  background: #fff;
  color: #000;
  border: 1px solid #333;
  font-size: 14px;
  padding: 6px 8px;
  z-index: 999;

  display: none;
  white-space: normal;
}

.email-actions::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
}

.email-wrap:hover .email-actions,
.email-actions:hover{
  display: block;
}

.email-actions a,
.email-actions span{
  display: block;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: none;
  color: #000;
}

.email-actions a:hover,
.email-actions span:hover{
  text-decoration: underline;
}

.phone-wrap{ position: relative; display: inline-block; }
#phoneText{ cursor: pointer; text-decoration: underline; }

.phone-actions{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;

  background: #fff;
  color: #000;
  border: 1px solid #333;
  font-size: 14px;
  padding: 6px 8px;
  z-index: 999;

  display: none;
  white-space: normal;
}

.phone-actions::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
}

.phone-wrap:hover .phone-actions,
.phone-actions:hover{
  display: block;
}

.phone-actions a,
.phone-actions span{
  display: block;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: none;
  color: #000;
}

.phone-actions a:hover,
.phone-actions span:hover{
  text-decoration: underline;
}

@media (max-width: 599px){
  .email-actions,
  .phone-actions{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;

    width: 100%;
    margin-bottom: 0;

    display: none;
    padding: 0;

    border: 0;
    background: transparent;

    z-index: 2147483646;
  }

  .email-actions::after,
  .phone-actions::after{ display: none; }

  .email-wrap:hover .email-actions,
  .phone-wrap:hover .phone-actions{
    display: flex;
  }

  .email-actions a,
  .email-actions span,
  .phone-actions a,
  .phone-actions span{
    flex: 1;
    display: block;
    text-align: center;
    padding: 16px 0;

    background: #fff;
    color: #000;

    border: 1px solid #333;
    border-left: 0;
  }

  .email-actions a:first-child,
  .email-actions span:first-child,
  .phone-actions a:first-child,
  .phone-actions span:first-child{
    border-left: 1px solid #333;
  }
}

#readmore{
  position: fixed;
  top: 200px;
  left: 0px;
  display: none;
  transition: 5s;
}

#btwt button:hover{ left: 0px; }
#btwt:hover ~ #readmore{ left: -100px; }

#meta{
  position: fixed;
  float: right;
  right: 50px;
  color: black;
  border-style: double;
}

#HK{ background-color: rgb(89, 78, 135); }
#ANN{ background-color: rgb(157, 192, 151); }

#HK_menu{
  position: fixed;
  float: left;
  display: none;
  transition: 10s;
  left: -100px;
}

.sidenav{ position: fixed; }

#content{
  width: 560px;
  text-align: justify;
  margin: 50px;
}

#right_col{
  display: block;
  background-color: antiquewhite;
  transition: 0.7s;
  height: 3000px;
  width: 140px;
  text-align: center;
}

@media only screen and (max-width: 820px) { #right_col { width: 50px; } }
@media only screen and (max-width: 720px) { #right_col { display: none; } }

#midcolumn{
  display: block;
  background-image: url("/Users/adrian/Desktop/Httest/w.png");
  margin-left: 10px;
  float: left;
  height: 100%;
  width: 15%;
  background-color: rgb(0, 0, 0);
  text-align: center;
  overflow: scroll;
  transition: 0.7s;
}

@media only screen and (max-width: 1450px) { #midcolumn { width: 0px; } }
@media only screen and (max-width: 1400px) { #midcolumn { display: none; } }

#spot_col{
  margin: 10px;
  float: right;
  margin-right: 5%;
  margin-left: 2%;
  width: 250px;
  background-color: rgb(196, 6, 6);
  text-align: center;
  overflow: scroll;
}

@media only screen and (max-width: 1200px) {
  #spot_col {
    width: 60%;
    height: auto;
    float: left;
    background-color: rgb(0, 0, 0);
  }
}

.MDs{
  float: right;
  right: 50px;
  border-style: double;
  padding: 20px;
}

.responsive-pp{
  width: 50%;
  transition: width 300ms ease;
}

@media (max-width: 599px){
  .responsive-pp{ width: 100%; }
}

#bts_photos{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.photos_bt{ height: 70px; }

#photoB{ display: block; }
#photoA{ display: none; }

.photoflo{
  display: block;
  position: relative;
  padding: 0;
  border: none;
  background: none;
  transition: 1s;
}

#first_neg_scl{ display: block; }
#first_neg_scl2{ display: block; }

#ptview{
  float: left;
  width: 80%;
  overflow: hidden;
  border: 10px solid black;
}

#ptviewInner{
  height: 0;
  transition: height 350ms ease;
}

#ptview:hover ~ .pts{ display: none; }
.pts{ display: none; }

#bcg_pt_sl{
  position: fixed;
  top: 0px;
  padding: 0;
  width: 50%;
  border: 0;
}

#ptselect{
  height: auto;
  overflow-y: auto;
}

.butt_photo{
  padding: 0;
  width: 50%;
  border: 0;
}

#footer{
  position: fixed;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 45px;
  background-color: rgb(118, 117, 117);
  color: white;
  text-align: center;
  line-height: 45px;
  z-index: 300;
  opacity: 0;
  transition: bottom 450ms ease, opacity 450ms ease;
}
#footer.show{
  bottom: 0;
  opacity: 1;
}

#floatingBtns{
  transition: opacity 250ms ease;
}
#floatingBtns.hide{
  opacity: 0;
  pointer-events: none;
}

.logo-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}

.logo{
  max-width: 50%;
  width: auto;
  max-height: 300px;
  height: auto;
  display: block;
}

.btn-img{
  height: 100%;
  max-height: 20px;
  width: auto;
  display: block;
  pointer-events: none;
}

.floating{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 2147483647;
  display: none;
  gap: 10px;
  isolation: isolate;
  pointer-events: auto;
}
.floating.show{ display: flex; }

.floating .fab{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;

  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}

.floating .fab img{
  display: block;
  width: 50px;
  height: 50px;
}

.floating .fab:focus,
.floating .fab:focus-visible{ outline: none; }

.topbt{
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  box-shadow: none !important;
}

.topbt img{ display: block; }

#videoFold{
  width: 100vw;
  overflow: hidden;
  height: 0;
  transition: height 650ms ease;
  background: transparent;
}
#heroVideoFold{
  width: 100vw;
  height: auto;
  display: block;
}

#bt3{
  position: sticky !important;
  top: 0 !important;

  transform: translateY(-200%);
  opacity: 0;
  pointer-events: none;

  transition: transform 600ms ease, opacity 600ms ease;

  z-index: 40;
  display: flex;
  justify-content: center;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 0 0 14px 14px;
}

#bt3.show{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

#cncBlock{
  background-color: #000;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  padding: 20px 0;
}
#cncBlock p{
  margin: 0 20px 14px;
  color: #fff;
}

#reContact{
  border: 5px solid rgb(0, 0, 0) !important;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
}
