/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.calendar .day.locked {
  background-image: repeating-linear-gradient(135deg, transparent, #978667 2px, transparent 0, transparent 4px);
}

@media (min-width: 767px) {
	header .logo_normal img {
		width: 200px;
	}
}

@media (max-width: 767px) {
	
	.room_facilities_list ul li {
		width:100%
	}
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 32.65%;
  max-height: 400px;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fullcont {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .slide-text h2, .slide-text h3 {
    font-size: 42px;
    font-size: 2.225rem;
  }
}

.gm-style-iw-chr {
	position:absolute;
	right:0;
}