
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}




img {
  width: 100%;
  display: block;
}

body {
  line-height: 150%;
  font-size: 1em;
}

h1,h2,h3,h4 {
  font-family: serif;
  color: #333;
  margin-bottom: 3%;
  line-height: 150%;
}

h2{
  text-align: center;
  margin:30px auto;
}

p {
  font-family: serif;
  font-size: 0.9em;
}

h1{
  font-size: 30px;
}

h2 {
  font-size: 30px;
margin-top: 130px;
}

h3 {
  font-size: 25px;
}



#map {
  width: 100%;
  min-height: 400px;
  border-radius: 5px;
}

:root {
  --theme_color1: #7a9164;
}


#header {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 100%;
  z-index: 9999;
  opacity: 0.9;
}

#toprow {
  overflow: auto;
  /*padding: 8px 2%;border-bottom: 1px solid var(--theme_color1);*/
  box-shadow: 0px 0px 5px #c7c7c7;
}

#logo {
  width: unset;
  float: left;
  margin: 14px 2%;
  font-size: 22px;
  color: #fff;
}



#menu_but {
  display: none;
  float: right;
  margin: 15px 2%;

}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}



#nav {
  float: right;
}

#nav a {
  color: #fff;
  display: block;
  float: left;
  width: 150px;
  margin: 0;
  text-align: center;
  padding: 19px 10px;
  font-size: 14px;
  text-decoration: none;
}

#nav .fa {
  font-size: 16px;
}

#nav a#active,
#nav a:hover {
  color: #fff;
  background-color: var(--theme_color1);
  transition: .5s ease;
}



div.sticky {
  display: block;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 62px;
  background-color: #f8f8f8;
  z-index: 8000;
  text-align: center;
  /*border-bottom: 1px solid var(--theme_color1);*/
  box-shadow: 0px 0px 5px #c7c7c7;
  padding: 15px 0;
}

div.sticky form {
  width: 100%;
  padding: 7px 0;
  color: #333;
}

div.sticky input[type="text"],
div.sticky input[type="date"],
div.sticky input[type="email"],
div.sticky select {
  display: inline-block;
  background-color: #fff;
  border: 0;
  margin: 0.5%;
  border-radius: 5px;
  padding: 8px;
  color: #808080;
  font-size: 12px;
  border: 1px solid var(--theme_color1);margin-bottom: 10px;
}

div.sticky fieldset {
  display: inline-block;
  font-size: 12px;
}

div.sticky select {
  width: 95px;
  display: inline;
}

div.sticky fieldset#pax {
  display: inline-block;
  font-size: 12px;
  width: 200px;
}

div.sticky fieldset#ctc_dt input {
  width: 200px;
  display: inline;
}

div.sticky fieldset#ctc_dt {
  display: inline-block;
  font-size: 12px;
  width: 450px;
}


/*
#header_checkin{margin-top: 5px;}
input[type="date"],input[type="text"],input[type="email"], input[type="number"], textarea, select,option,form button{border:0;border-radius: 0;background-color: #ececec;padding: 8px;}
form button{background-color: #fac588;color: #fff;}
*/
.pg {
  margin: 0;
  clear: both;
  width: 96%;
  margin: auto;
}

.rooms_wrap{
  text-align: center;
  overflow: auto;
}


.room_div{
  overflow: auto;
  position: relative;
  background-color: #7a9164;
}


.room_img{
        width:50%;}
.room_desc{
        width:46%;
     padding:10.57% 2%;
        text-align: center;
      color: #fff !important;
      }

.room_desc h3{color: #fff;}


.facilities_wrap{
  overflow: auto;

}



.lt{float: left;}
.rt{float: right;}

.facilities{
  position: relative;
  display: block;
  float: left;
  width:16.65%;
}
.facilities_title{
    position: absolute;
    bottom: 0;
    background-color: #7a9164;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    text-align: center;
    
    height: 0;
}

.facilities:hover  .facilities_title{
  padding: 3px 0;
  height:20px;
  transition: height 0.5s;
}

.cont_start {
 /* padding-top: 62px;*/
}

.but_a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 0.9em;
  background-color: var(--theme_color1);
  border-radius: 5px;
  border: 0;
  margin: 5px 2px;
  -webkit-appearance: none;
  cursor: pointer;
}

.but_submit, #submitbut {
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 0.9em;
  background-color: var(--theme_color1);
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}




.sm img {
  width: 35px;
  display: inline-block;
  border-radius: 3px;
}

.p_link {
  color: var(--theme_color1);
}




@media only screen and (max-width : 800px) {

  div.sticky {
    display: block;
    position: unset;
    text-align: center;
  }


div.sticky fieldset {
  display: inline-block;
  font-size: 12px;
}

div.sticky select {
  width: 95px;
  display: inline;
}

div.sticky fieldset#pax {
  display: inline-block;
  font-size: 12px;
  width: 200px;
}

div.sticky fieldset#ctc_dt input {
  width: 50%;
  display: block;margin-left: auto;margin-right: auto;
}

div.sticky fieldset#ctc_dt {
  display: inline-block;
  font-size: 12px;
  
}

  #logo {
    width: unset;
    float: left;
    margin: 15px 2%;
    font-size: 18px;
  }

  #nav {
    /*display:none;*/
    width: 100%;
  }
  

  .nav_noshow {
    display: none;
  }

  .room_desc h3{
        font-size: 16px;
      }

  @keyframes appear_nav {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .nav_show {
    display: block;
    animation-name: appear_nav;
    animation-duration: 0.5s;
  }

  #menu_but {
    display: block;
  }

  #nav a {
    color: #fff;
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #c7c7c7;
  }
}

    .mob_bb {
      display: none;
    }

    #intro {
      width: 70%;
      margin: 7% auto;
      text-align: center;
    }

       .but_a:active,



   .but_a:hover {
      background-color: #000000;
      color: #ffffff;
    }

    .but_submit:active,
    .but_submit:hover {
      background-color: #000000;
      color: #ffffff;
    }

    #intro img {
      width: 80px;
      margin: auto;
      margin-bottom: 50px;
    }

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

    #vidblk {
      overflow: auto;
      margin: 2% auto;
      display: none;
    }

    #vdiv {
      width: 100%;
      float: right;
      height: 100%;
      font-style: italic;
      text-align: right;
      color: #808080;
      font-size: 0.8em;
    }

    #vid {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
    }

    #iframevid {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    #introvid_mobile {
      display: none;
      position: relative;
    }

    #thumbnails {
      overflow: visible;
      text-align: center;
    }

    
    .price_title {
      font-size: 20px;
      font-weight: normal;
      font-style: italic;
    }

    .cents {
      font-size: 18px;
      display: none;
    }

    .price_subtit {
      font-size: 16px;
      font-weight: normal;
      font-style: italic;
      font-family: serif;
    }

    
    #price_blk table {
      width: 100%;
      border-collapse: collapse;
    }

    #price_blk th {
      background-color: var(--theme_color1);
      color: #fff;
    }

    #price_blk th,
    #price_blk td {
      padding: 5px;
      vertical-align: middle;
      border: 1px solid #c7c7c7;
      text-align: right;
    }

    #price_blk .first_col {
      background-color: #f2f2f2;
      background-color: #f7fff0;
      text-align: left;
    }

    .price_notes {
      margin-top: 30px;
      font-size: 14px;
      text-align: center;
    }

    .fadeout {
      opacity: 0;
      transition: opacity 0.5s;
    }

    .fadein {
      opacity: 1;
      transition: opacity 0.5s;
    }

    .thumbs {
      clear: both;
      overflow: auto;
    }

    .thumbs img {
      width: 15.67%;
      float: left;
      margin-right: 2px;
    }

    #ctc {
      overflow: auto;
      padding: 5% 0;
    }

    #hm_ctc,
    #hm_ctc_dt {
      width: 60%;
    
      margin:auto;
      text-align: center;
      float: none;
    }


    #hm_ctc form {
      width: 100%;
      margin: 30px 0;
    }
    #maps{
      width: 100%;
      text-align: center;
      min-height: 400px;
      margin-bottom: 40px;

    }

    #hm_ctc input,
    textarea {
      width: 90%;
      border: 0;
      margin: 0;
      background-color: #f2f2f2;
      padding: 8px;
      border-radius: 5px;
      margin: 16px 0;
      font-family: sans-serif;
    }


    #vidblk {
      border-bottom: 2px solid #fff;
      margin-bottom: 2%;
    }

    #rw {
      /*background-color: #f2f2f2*/
      ;
      text-align: center;
      padding: 5% 0;
      border-top: 1px solid var(--theme_color1);
      border-bottom: 1px solid var(--theme_color1);
      margin: 2% auto;
    }





    .p_link {
      color: var(--theme_color1);
    }

    .meal_menu p {
      text-align: center;
      margin-bottom: 10px;
      font-size: 17px;
      font-family: serif;
    }

    p.meal_price {
      font-style: italic;
      margin-bottom: 25px;
      font-size: 14px;
    }

    .meal_menu ul {
      list-style-type: disc;
      margin: 50px 0;
    }

    .meal_menu ul li {
      margin-left: 30px;
      margin-bottom: 10px;
      font-size: 14px;
    }



    .avai_check {
      text-align: center;
    }

    .avai_check p {
      margin-top: 20px;
      margin-bottom: 5px;
    }

    .avai_check input,
    .avai_check select {
      display: block;
      width: 90%;
      width: -moz-available;
      padding: 2%;
      margin: auto;
      margin-bottom: 20px;
      text-align: center;
      background-color: #f2f2f2;
      border: 1px solid #c7c7c7;
      border-radius: 10px;
    }

    .avai_check #but_submit {
      background-color: var(--theme_color1);
      width: 200px;
      padding: 10px;
      -webkit-appearance: none;
    }

    .avai_check .back_but {
      display: block;
      width: 200px;
      padding: 1%;
      border-radius: 10px;
      margin: auto;
      color: var(--theme_color1);
    }


    #footer_but {
      background-color: var(--theme_color1);
      color: #fff;
      position: sticky;
      bottom: 0;
      width: 100%;
      padding: 10px 0;
      text-align: center;
      z-index: 999;
      display: none;
    }

    @media only screen and (max-width : 762px) {
      .pc_bb {
        display: none;
      }

      .mob_bb {
        display: block;
      }

      #intro {
        width: 85%;
      }

      .col50,
      .htl,
      #hm_ctc,
      #hm_ctc_dt {
        width: unset;
        float: none;
        margin: auto;
      }



      .thumb_dsc {
        background-color: rgba(0, 0, 0, .0);
      }

.facilities {
  width: 50%;
}

      #hm_ctc,
      #hm_ctc_dt {
        width: 96%;
        padding: 2%;
        text-align: center;
      }

      #hm_ctc form p {
        text-align: left;
        margin-left: 4%;
      }

      #vidblk {
        border-bottom: unset;
      }

      #introvid_mobile {
        display: block;
      }

      #vdiv {
        display: none;
      }

      #rw {
        height: 350px;
        vertical-align: middle;
        display: table-cell;
      }

      #footer_but {
        display: block;
      }
    }


    #vid_blk {
      width: 98%;
      margin: 4% auto;
      margin-bottom: 0%;
    }

    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0;
    }

    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 10px;
    }