* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  color: black;
  font-variation-settings:
    "wdth" 100;
}


#book_button {
  display: none;
}
.row h4 {
  color:rgb(51, 51, 51);
  text-transform: uppercase;
  padding: 10px 10px 55px 0px;
  font-size:15px;
  font-weight: 600;
}

.row h5 {
  color:rgb(51, 51, 51);
  text-transform: uppercase;
  font-size:14px;
  font-weight: 600;
  padding: 0px 0px 10px 0px;
}

.row h6 {
  color:rgb(51, 51, 51);
  text-transform: uppercase;
  padding: 10px 10px 10px 0px;
  font-size:15px;
  font-weight: 300;
}

.xh6 {
  padding-right: 10px;
  max-width: 800px;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf;
    border-bottom-style: solid;
}

.book_btn .dot {
  aspect-ratio: 1 / 1;
  margin: 6px 0px 0px 8px;
  height: 5px;
  background-color: rgb(255, 136, 0);
  border-radius: 3px;
}

.book_btn .book_txt {
  color: rgb(255, 255, 255); font-weight: 300; font-size: 12px;
}

#book_btn_left {
  float: left; 
  width: 155px;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.book_btn a:hover .dot {
  background-color: rgb(82, 255, 102);
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.book_btn {
  background-color: black; 
  padding: 9px 13px;
  min-width: 150px;
  width: fit-content;
  height: 36px;
}


.ltext {
  color:rgb(51, 51, 51);
  font-weight: 300;
}

.ltext b {

  font-weight: 700;
}

.content-block p {
  padding: 0px 0px 20px 0px;
  max-width: 600px;
  font-weight: 400;
}

@keyframes open {
  from {
    opacity: 0;
    display: none;
  }
  
  to {
    opacity: 1;
    display: block;
  }
}

.content-block {
  color:rgb(17, 17, 17);
  font-size:11px;
  padding: 0px 0px 60px 0px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.content-block-fw {
  max-width: 600px;
}

.content-block.active {
    opacity: 1;
    display: block;
    animation: open 500ms;
}

.content-block .row .col1 {
  text-transform: uppercase;
} 

.row {
  display: flex;
  max-width: 1400px;
}
.row * {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size:13px;
}

.st_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 15px
}

#studio {
  max-width: 600px;
}

.content-block .row .col1 {
  padding: 10px 10px 10px 0px;
  width: 50%;
}

.content-block .row .col2 {
  flex: 70%;
  padding:10px 10px 10px 10px;
}

.menu .col1 {
  padding: 10px 10px 10px 10px;
  width: 300px;
}

.menu .col2 {
  flex: 70%;
  padding:33px 10px 10px 10px;
}
.st_col1 {
  padding: 10px 10px 10px 10px;
  flex: 30%;
}

.st_col2 {
  flex: 67%;
  padding:10px 10px 10px 10px;
}

.studio-link, .book_btn {
  cursor: pointer;
}

#contacts .col1 {
  flex: 30%;
  min-width: 120px;
}

#contacts .col2 {
  flex: 70%;
}

#sname {
  font-size: 20px;
  padding: 0px 0px 15px;
}

#simg {
  width:100%;
}

.subh a {
  color: rgb(137, 137, 137); 
}
.subh {
  margin-bottom: 10px;
}
.col4 b {
  color: rgb(137, 137, 137); 
  text-transform: uppercase;
}
.col4 p {
  padding: 10px 0px;
  vertical-align: middle;
}

.col4 p svg{
  display: inline;
  width: 20px;
  vertical-align: middle;
}

.col4 {
vertical-align: middle;
}

.col5 {
  flex: 20%;
  padding: 10px;
}

.col6 {
  flex: 17%;
  padding: 10px 10px;
  overflow:hidden;
  
}

.col6n1, .col6n2, .col6n3, .col6n4  {
  min-width: 125px;
}

.col6w {
  min-width: 220px;
}



.col61 {
  width: 50px;
}

.col62 {
  flex: 1%;
  font-size: 12px;
  color: gray;
  padding: 10px 5px 10px 30px;
  text-align: right;
}

.col61 a img {
  width:32px;
  margin-left: 15px;
  margin-right: 15px;
}

.icon {
  width:32px;
  margin-right: 10px;
}

.col6 a  {
  font-size: 12px;
}

.colh1 {
  flex: 50%;
  padding: 3px 10px 10px 0px;
}

.colh2 {
  flex: 50%;
  padding: 10px;
  align-items: end;
  align-items: right;
  min-width: 170px;
}

li {
  --list-style: none;
}

.logo{
  #font-weight: bold;
  font-size: 3rem;
}

#icon_mob .logo img {
  width:120px;
  margin: 5px 5px 5px 5px;
}

#icon_web .logo img {
  width:120px;
  margin: 28px 10px 50px 20px;
}

a {
  color: black;
  text-decoration: none;
}

.navbar{
  width: 20%;
  # display: flex;
  align-items: left;
  justify-content: space-between;
  padding: 5px 10px 0px 22px;
}

.navbar-div{
  padding-top: 30px;
  padding-right: 30px;
}
.nav-menu{
  align-items: center;
  z-index: 15;
}

.nav-icons {
  width: 150px;
  padding: 80px 20px 20px 0px;
}

.nav-icons a, #nav-icons-top a {
  float: left;
}

.nav-branding{
  font-size: 1.2rem;
}

/* transition for links */

.nav-link{
  transition: 0.5s ease;
  cursor: pointer;
  color: black;
  text-decoration: none;
  font-size:13px;
}

.nav-link:hover{
  text-decoration: underline;
}

.nav-link.active{
  text-decoration: underline;
}

.hamburger{
  display: none;
  cursor: pointer;
  float: right;
}
.hamburger2{
  cursor: pointer;
  float: right;
  --margin: 10px -25px 0px 0px;
  margin: 10px 0px 0px 0px;
}



.bar{
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: black;
  border-radius: 5px;
}

.nav-item{
  padding: 8px 0;
}

#footer {   
   position:fixed;
   left:0px;
   bottom:0px;
   height:60px;
   width:100%;
   padding: 15px;
   background: white;
   line-height: normal;
   --z-index: 1039;
   max-width: none;
}

#footer * {   
   line-height: normal;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}



#icon_mob {
  display: none;
  z-index: 15;
}

#icon_web {
  display: block;
}

#nav-icons-top {
  display: none;
}

#ymap {
  max-width: 800px;
}

.d2 {
  padding: 10px 10px;
}

.d2 a img {
  cursor: pointer;
}

.d2b {
  padding: 10px 5px 0px 0px;
}
.d2br {
  padding: 10px 0px 0px 5px;
}
.d2 img, .d2b img, .d2br img{
  width:100%;
  object-fit: cover;
  aspect-ratio: 1100 / 733;
}
.d2n {
  top: -35px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  position: relative;
  min-width: 70px;
  padding: 5px;
  left: 10px;
  text-align: center;
  margin-bottom: -25px;
  width: fit-content;
  cursor: pointer;
}

.d2d {
  top: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  position: relative;
  min-width: 70px;
  padding: 5px 5px;
  margin: 0px 5px -25px 5px;
  --left: 5px;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  z-index: 10;
}

.dc2{
   display: grid;
   grid-template-columns: 1fr 1fr;
   margin-right: 20px;
}

.dc2s{
   display: grid;
   grid-template-columns: 1fr 1fr;
   max-width: 800px;
}

.book_btn_right_center {
  float: right;
  height: 36px;
}

@media(max-width: 1100px) {
  .col6w {
    display: none;
  }

  .dc2{
     display: block;
     margin-right: 0px;
  }
}

@media(max-width: 890px) {
  .col6n4 {
    display: none;
  }


}

@media(max-width: 750px) {

}

@media(max-width: 630px) {
  .col6n2 {
    display: none;
  }
}

@media(max-width: 505px) {
  .col6n1 {
    display: none;
  }
}

@media(max-width: 760px) {
  .col6n3 {
    display: none;
  }
  #book_btn_left {
    float: right; width: 155px;
    margin-right: 30px;
  }

  .navbar-div{
    padding-top: 60px;
  }

  .book_btn_right_center {
    float: none;
    justify-self: center;
  }
  
  #left_col {
    width:0px;
    padding: 0px;
  }  
  #icon_mob {
    display: block;
    float: left;
  }
  #icon_web {
    display: none;
  }
  .bar{
    display: block;
  }
  .hamburger{
    display: block;
  }
  .hamburger.active .bar:nth-child(2), .hamburger2 .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1), .hamburger2 .bar:nth-child(1){
    transform: rotate(45deg) translateY(11.5px); 
  }  
  .hamburger.active .bar:nth-child(3), .hamburger2 .bar:nth-child(3){
    transform: rotate(-45deg) translateY(-11.5px); 
  }
  .nav-menu {
    --position: fixed;
    position: absolute;
    top: -1490px;
    flex-direction: column;
    width: 60%;
    text-align: right;
    background: white;
    transition: 0.3s;
    right:0px;
    --padding-right: 30px;
    min-width: 200px;
    opacity: 0;
  }

  .navbar{

    padding: 0px 0px 0px 0px;
  }
  .nav-icons {
    float: right;
    padding: 30px 0px 10px 0px;
    margin-right: 30px;
  }

  #nav-icons-top {
    float: right;
    padding: 0px 30px 0px 0px;
    display: block;
  }
  .nav-icons a {
    float: right;
  }
  .nav-icons .icon {
    margin-right: 0px;
    margin-left: 10px;
  }

  .nav-item{
    padding: 14px  0;
  }

  .nav-menu.active{
    top: 0px;
    opacity: 1;
    width: 100%;
  }
  #nav-icons-top.active {
    display: none;
  }
}

.inline-gallery-container {
    width: 100%;

    --set 60% height
    --height: 0;
    padding-bottom: 67%;
}

img.lg-object.lg-image {
    --min-height: 100%;
    --min-width: 100%;
    --object-fit: cover;
    width: auto;
    height: auto;
}

.lg-toolbar {
  --display: none;
}

.lg-backdrop {
  background-color: white !important;
}

.lg-prev {
  left: 0;
}
.lg-next {
  right: 0;
}
.lg-next, .lg-prev {
  background-color: transparent;
  color: rgb(95,95,95);
  font-size: 22px;
}

.lg-next:hover, .lg-prev:hover {
  background-color: rgba(0, 0, 0, .45);
}

.equip_tbl {
  width:100%;
  max-width: 800px;
  margin-bottom: 30px;
}

.equip_tbl td {
  padding: 3px;
}

.equip_tbl td:nth-child(2) {
  width:140px;
}

.equip_tbl .equip_head {
  font-weight: 700;
  background-color: rgb(201, 201, 201);
}

.lg-outer.lg-grab img.lg-object { width: 100%; height: 100%; object-fit: cover; }

.gray {
  color:rgb(81, 81, 81);
  font-weight: 400;
}

.gray ul li,  ul.gray li  {
  color:rgb(81, 81, 81);
  font-weight: 400;
  list-style: disc;
  margin: 8px 0px 8px 20px;

}

.gray b {
  color:rgb(81, 81, 81);
  font-weight: 700;
}
