
/* Special Links
  LVHA-order: :link — :visited — :hover — :active
*/

.services_div {
  position: absolute;
  border-style : double;
  border-width : thick;
  border-color: black;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background-color: white;
}

.locals_div {
  position: absolute;
  border-style : single;
  border-width : thin;
  border-color: black;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background-color: white;
}

.myframe_base {
  position: absolute;
  border-style : double;
  border-width : thick;
  border-color: black;
  width: 850px;
  height: 430px;
  left: 50%;
  margin-left: -425px;
  top: 50%;
  margin-top: -215px;
  background-color: white;
}

.myframe1_base {
  position: absolute;
  border-style : double;
  border-width : thick;
  border-color: black;
  width: 850px;
  height: 430px;
  left: 50%;
  margin-left: -425px;
  top: 50%;
  margin-top: -215px;
  background-color: white;
}

.myframe2_base {
  position: absolute;
  border-style : double;
  border-width : thick;
  border-color: black;
  width: 450px;
  height: 250px;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -125px;
  background-color: white;
}

.close_frame {
  position: absolute;
  left: 50%;
  margin-left: 400px;
  top: 50%;
  margin-top: -200px;
  width: 20px;
  cursor: pointer;
  background-color: red;
}

.pmarg20 {
  margin-left : 20px;   
}
 
.pfont {
 font-size: 24px;
 font-weight: bold;
}
 
.myframe_off {
  display: none;
}

.hideiframe {
  display: none;
}

.border_table {
  width: 435px;
  font-size: 10pt;
  border: 1px solid #000000;
  padding: 2px 2px 2px 2px;
}

.noborder_table {
  width: 435px;
  font-size: 10pt;
  padding: 2px 2px 2px 2px;
}

.hotspot_link_off {
cursor: default;
}

.hotspot_links {
font-size: 12pt;
color: #0000ff;
padding: 2px;
cursor: pointer;
}

.hotspot_links:link {
color: #0000ff;
text-decoration: none;
}

.hotspot_links:visited {
color: #0000ff;
text-decoration: none;
}

.hotspot_links:hover {
color: #0000ff;
text-decoration: underline;
}

.hotspot_preview {
  height:200px;
  width:200px;
}

.showimagesframe {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 200px;
  cursor: move;
}

.showimagetitle {
  width: 300px;
  text-align: center;
}

.showtitle {
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
}

.title_align {
  align-items: center;
  display: flex;
  cursor: default;
}

.showimages {
  width: 300px;
  border: solid;
  border-style: ridge;
  cursor: grab;
  border-color: black;
}

.showimagesframenb {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 200px;
  cursor: move;
}

.showimagetitlenb {
  width: 300px;
  text-align: center;
}

.showtitlenb {
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
}

.showimagesnb {
  width: 300px;
  border: solid;
  border-style: none;
  /* cursor: grab; */
}

.eye_mover {
  width: 30px;  
  cursor: grab;
}

.eye_movernb {
  width: 30px;  
  cursor: grab;
}

.showimagelogoframe {
  left: 50%;
  display: none;  
  position: absolute;
}

.logo_fade_ctrl {
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
}

.logo_fade_ctrl_2 {
  animation: fadeIn2 ease 6s;
  -webkit-animation: fadeIn2 ease 6s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  100% {
    opacity:.2;
  }
}


@-webkit-keyframes fadeIn2 {
  0% {
    opacity:0;
  }
  100% {
    opacity:.2;
  }
}


.showimagelogo {
  height: 50px;
}

.diag_showimagesframe {
  display: none;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: move;
}

.diag_showimages {
  display: none;
  width: 60px;
  border: solid;
  border-style: ridge;
  cursor: grab;
  border-color: black;
}

.diag_showimagetitle {
  text-align: center;
}

.diag_text {
  display: block;
  width: 190px;
  border: solid;
  border-style: ridge;
  border-color: black;
  background-color: crimson;
  
}

@media (max-width: 600px) {

  .services_div {
    position: absolute;
    border-style : double;
    border-width : thick;
    border-color: black;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background-color: white;
  }

  .locals_div {
    position: absolute;
    border-style : single;
    border-width : thin;
    border-color: black;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
  }

  .myframe_base {
    position: absolute;
    border-style : double;
    border-width : thick;
    border-color: black;
    width: 500px;
    height: 430px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -210px;
    background-color: white;
  }

  .myframe1_base {
    position: absolute;
    border-style : double;
    border-width : thick;
    border-color: black;
    width: 500px;
    height: 430px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -210px;
    background-color: white;
  }

  .myframe2_base {
    position: absolute;
    border-style : double;
    border-width : thick;
    border-color: black;
    width: 360px;
    height: 240px;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -120px;
    background-color: white;
  }

  .showimagesframe {
    left: 10px;
    top: 100px;
  }

  .showimagesframenb {
    left: 10px;
    top: 100px;
  }

  .border_table {
    width: 100%;
  }

  .noborder_table {
    width: 100%;
  }

  .hotspot_preview {
    height:100px;
    width:100px;
  }

}