
 /* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }

  /* all other browsers */
  @keyframes spinner {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }
   #stage {
    margin: 1em auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
  }
    #spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  #spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  #spinner img {
    position: absolute;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.8);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
  }
#roomAbout{
    margin-top: 67px;
    text-align: justify;
    font-size: 16px;
    border-color: #EC675A;
}
#foodtext{
      background: darkred;
    height: 260px;
    text-align: justify;
    color: white;
    /* margin: auto; */
    padding-top: 7%;
    font-size: 16px;
    text-shadow: 1px 2px black;
}
#bartext{
  background: saddlebrown;
    height: 260px;
    text-align: center;
    color: white;
    /* margin: auto; */
    padding-top: 1%;
    font-size: 16px;
    /*text-shadow: 1px 2px darkslategrey;*/
}
#coffy{
  background: black;
  margin-top: 2%;
}
#keyam{
  height: 80px;
  width: 85px;
  margin: auto;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#keyam:hover{
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
#welcometext{
      font-size: 16px;
      /*background-color: lightseagreen;
      color: white;*/
    }
    #b1{
        -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
    }
    #b1:hover{
      -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
    }
    .highlight:hover{
      color: #ea0001;
    }
    #hrrow hr{
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #marginbottom{
      margin-bottom: 35px;
          margin-top: 50px;
    }
  
.navbar-inverse .navbar-nav>li>a {
    color: white !important;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-inverse {
    /*background-color: #C9302C;*/
    background-image: url('menubg.jpg');
}
.navbar-nav>li>a {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    line-height: 13px;
}
.navbar-inverse .navbar-nav>li:hover{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
#txtcol .active{
    /* border-right: 1px solid white; */
    color: gold;
    text-transform: uppercase;
}
.navbar{
  border: 0px;
}
  .navbar-inverse .navbar-nav>li>a:hover{
    color: white;
    border: 0 !important;
}
 

#customform{
 background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 1200;
    left: 18%;
    top: 15%;
}
.sliderform{
   background: rgba(0, 0, 0, 0);
   color: #fff;
   border: 1px solid #fff;
   width: 100%;
}
.clear{
  clear: both;
}
.trans{
  background:transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}
h1, h2, h3, a, p {
    font-family: 'Open Sans', sans-serif;
}
#myWel{
  width:100%;
  background:url('welbg.jpg') no-repeat;
  margin-top: 50px;
  padding-top:100px;
  padding-bottom: 100px;
  background-attachment: fixed;
  color:#fff;
  text-align: justify;
  background-size: cover;
  }
  .packages-list{
  background:url('welbg.jpg') no-repeat;
  padding-top: 50px;
  background-attachment: fixed;
  text-align: justify;
  background-size: cover;
  }
.tm-section-title{
  font-weight: 400;
}
.amenties
{
  margin-bottom: 30px;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
}
.room-img{
  height: 210px;
  width: 100%;
}
.room-title{
  text-align: center;
  text-transform: uppercase;
  color: #EB5E51;
  font-weight: bold;
}
.room-panel{
  margin-bottom: 0px;
  color: black;
}

.room-bed{
  color: #EB6053;
  text-transform: uppercase;
}
.btn-hide{
  text-align: center;
  margin: 0px;
}
#trynav{
      margin-bottom: 0px;
      background: #fff;
      border: 0px solid lightgrey;
      margin: 0px;
      min-height: auto;
}
#guest option{
  background-color: black;
}
.room-price{
  background: papayawhip;
  padding: 5px;
}
.txtblack{
  color: #000;
}
.txtwhite{
  color: #fff;
}