body {
  overflow-x: hidden; }

.topbar {
  background-color: #22278f;
  height: 40px; }

.yellowbar {
  width: 65%;
  height: 40px;
  background-color: #eaa707;
  position: relative;
  color: #fff;
  line-height: 40px; }
  .yellowbar:after {
    position: absolute;
    content: "";
    right: -49px;
    z-index: 9999;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 50px solid #eaa707;
    border-bottom: 0px solid transparent; }

#logo_footer {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px; }

.topsocialicons {
  float: right; }
  .topsocialicons ul {
    margin: 0px;
    padding: 0px 10px 0px 0px;
    list-style: none; }
    .topsocialicons ul li {
      display: inline-block;
      line-height: 40px;
      border-radius: 100%; }
      .topsocialicons ul li a {
        color: #fff;
        padding: 0px 5px;
        transition: all ease .5s; }
        .topsocialicons ul li a:hover {
          color: #eaa707; }

.videobgmm {
  height: auto;
  background: url(../img/videobg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  min-height: 500px;
  z-index: 999; }
  .videobgmm:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(34, 39, 143, 0.7);
    z-index: 9999; }
  .videobgmm i {
    color: #eaa707; }
  .videobgmm h1 {
    margin: 0px;
    font-size: 50px;
    font-weight: 700;
    padding: 15% 0 0 0;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 9999; }
    .videobgmm h1 span {
      font-weight: 300; }

.bkrooms {
  top: 5px;
  position: relative;
  line-height: 25px;
  color: #fff; }
  .bkrooms span {
    font-weight: 700; }

.about {
  padding: 10px; }

.theiaStickySidebar .qty-buttons {
  width: 100px; }

.availrooms {
  background-color: #eaa707;
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px; }
  .availrooms span {
    background-color: #22278f;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    line-height: 50px;
    border: 2px solid #fff;
    margin-left: 10px; }

.phgal [class*='col-'] {
  margin-bottom: 30px; }

.socicon-bar {
  position: fixed;
  top: 65%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }

.socicon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px; }

.socicon-bar a:hover {
  background-color: #22278f; }

.facebook {
  background: #3B5998;
  color: white; }

.linkedin {
  background: #0073b0;
  color: white; }

.twitter {
  background: #55ACEE;
  color: white; }

.pintrest {
  background: #ba1928;
  color: white; }

.instagram {
  background: #d22694;
  color: white; }

.youtube {
  background: #d02022;
  color: white; }

.roomcarousel_in {
  margin-top: 70px; }

.room_list_desc h3 a {
  color: #22278f; }

/*# sourceMappingURL=custom.css.map */
